/*   
Theme Name: Lee Geiger Theme
Theme URI: http://davidkerrdesign.com/
Description: Designed By David Kerr Design, coded by AgaveWeb, LLC. Based on Simon Web Design framework.
Author: David Kerr Design, LTD
Author URI: http://davidkerrdesign.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2000
Tags: light
*/

/* Contents
 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Meta
 Footer
 Misc
 Pagination
 Forms
 Comments 
 Typography
 
*/

/* Global */
/* ---------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background:#fff;

}

html {
	padding: 0px;
	margin: 0px;
	overflow-y:scroll;
	background:#000;
}

/* Flex Grid */
.outer_wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.inner_wrap {
	padding: 0px;
}

.flex_10,
.flex_20,
.flex_25,
.flex_33,
.flex_40,
.flex_50,
.flex_60,
.flex_65,
.flex_66,
.flex_75,
.flex_80,
.flex_90,
.flex_100 {
	display: inline;
	float: left;
	position: relative;
}

.flex_10 {
	width: 10%;
}

.flex_20 {
	width: 20%;
}

.flex_25 {
	width: 25%;
}

.flex_33 {
	width: 33%;
}

.flex_40 {
	width: 40%;
}

.flex_50 {
	width: 50%;
}

.flex_60 {
	width: 60%;
}

.flex_65 {
    width: 50%;
    padding-left: 3%;
}
.flex_66 {
	width: 66%;
}
.flex_75 {
	width: 75%;
}

.flex_80 {
	width: 80%;
}

.flex_90 {
	width: 90%;
}

.flex_100 {
	width: 100%;
}

.flex_pad {
	padding: 10px;
}

.clear {
	clear: both;
}

/* Header */
/* ---------------------------------------------------------- */

#header a img#logo {float:left;  padding: 19px 0px 0px 25px; }
#header a:hover img {opacity:0.85;} 
.outer_header_wrap {
    margin: 0 auto;
     max-width: 1160px;
    padding-right: 40px;
}
ul#socicons {
    float: right;
    list-style: none outside none;
    margin: 2px -11px 0px 0px;
    padding: 0;
}
ul#socicons li {
  float: left;
width: 34px;
margin: 18px 0px 0px 0;
}


/* Navigation */
/* ---------------------------------------------------------- */

#navigation {
    clear: both;
    display: block;
    float: right;
    font-family: 'special elite',cursive;
    margin: -20px -20px 0;
    padding: 0;
    width: 100%;
}
#navigation a {
	color: #000;
}

#navigation li li a {
	color: #000;
}

#navigation ul {display:inline-block;
	font-size: 16px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
	float:right;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation a {
	display: block;
	line-height: 1.5em;
	padding: 0 0.7em;
	text-decoration: none;
}

#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 1.5em;
	left: 0;
	width: 185px;
	z-index: 99999;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

#navigation ul ul ul {
	left: 100%;
	top: 0;
}

#navigation ul ul a {
	background: #f9f9f9;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.1em;
	padding: 7px 10px;
	width: 165px;
	text-align: left;
	font-family:'Open-Sans', sans-serif;
}

#navigation li:hover > a,
#navigation ul ul :hover > a,
#navigation a:focus {
	background: #000; 
}

#navigation li:hover > a,
#navigation a:focus {
	background: #000; 
    	color:#fff;
}
#navigation ul ul li:hover > a,
#navigation ul ul a:focus {
	color:#e5cf9d;
    
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation .current_page_item > a,
#navigation .current_page_ancestor > a {
	font-weight: bold;
}

/* Sidebar */
/* ---------------------------------------------------------- */

#sidebar {
	margin: 0px 0px 0px 20px;
}

#sidebar img {
	max-width: 100%;
	height: auto;
}

#pages,
#archives,
#categories,
#feeds,
#sidebarmeta,
#blogroll {
	margin: 0px;
}

.sidebaritem {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #ccc;
}

/* Post */
/* ---------------------------------------------------------- */

.postmetadata {
	padding: 0px 0px 5px 0px;
	color: #777777;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	clear: both;
}

.meta {
	padding: 0px 0px 10px 0px;
}

object,
video {
	max-width: 100%;
	width: 100%;
}

.wp-caption {
	max-width: 95%;
	height: auto;
}

img {
	max-width: 100%;
	height: auto;
}

.wp-caption img,
.gallery-icon img {
	max-width: 98%;
	height: auto;
}

.content {
	padding: 48px 30px;
}
.home .content {padding:30px;}
.archive .post,
.blog .post {
	padding: 0px 0px 50px 0px;
}

.post,
.type-post,
.type-page {
	padding: 0px 0px 10px 0px;
}

.textcenter {
	text-align: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}

.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	clear: both;
}

.attachment-post-thumbnail {
	float: left;
	min-width: inherit;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
}

/* Meta */
/* ---------------------------------------------------------- */

.categories {
	background: url(images/swpf_icons.png) no-repeat left -108px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

.tags {
	background: url(images/swpf_icons.png) no-repeat left -24px;
	margin: 0px;
	padding: 0px 0px 0px 23px;
}

/* Footer */
/* ---------------------------------------------------------- */

#footer {
	margin: 0px 0px 0px 0px;
	text-align: center;
	padding: 10px 0 30px;
	color: #bbbbbb;
}

#footer a {color:#bbbbbb; line-height:1.2; font-size:12px; text-decoration:none;}
#footer a:hover {color:#eee;}
#footer p {display:inline; font-size:12px;}
.inner_footer_wrap {
    background: #000;
    color: #fff;
}

/* Misc */
/* ---------------------------------------------------------- */

.wp-caption-text {
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Pagination */
/* ---------------------------------------------------------- */

.pagenavi {
	margin: 0 auto 20px auto;
	width: 400px;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}

.pagenavi a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}

.pagenavi a:hover {
	color: #000;
}

.pagenavi span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
}

.pagenavi span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
}

/* Navigation 2 */
/* ---------------------------------------------------------- */

.navigation {
	text-shadow: 0px 1px 0px #ccc;
	width: 100%;
	text-align: center;
	padding: 5px;
	margin: 30px 0px 50px 0px!important;
}

.navigation a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #555555;
	text-shadow: 0px 1px 0px #fff;
	background: #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.navigation a:hover {
	color: #000;
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	background-color: #dfdfdf;
}

.navigation span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
	display: none;
}

.navigation span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 0px #333;
	background-color: #888;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Typography Framework */
/* ---------------------------------------------------------- */


body {
	font-family: 'Open Sans', sans-serif;
}

#header h1 {
	font-weight: 600;
	margin: 0px;
	line-height: 36px;
}

#header h1 a {
	color: black;
	font-size: 36px;
	letter-spacing: -.5px;
	text-decoration: none;
}

#header h1 a:hover {
	color: #333;
	text-decoration: none;
}

.description {
	color: #777777;
}

.postdate {
	text-align: right;
	padding: 30px 20px 0px 0px;
}

a,
a:visited {
	text-decoration: underline;
	color: #e5d09c;
}

a:hover {
	text-decoration: none;
	color: #000;
}
.flex_65 a, .flex_65.visited {color:#5595c2 }
.flex_65 a:hover, .flex_65.active {color:#1b79ba }

thead {
	display: table-header-group;
}

tr,
img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

h2,
h3 {
	page-break-after: avoid;
}

p,
h2,
h3 {
	orphans: 3;
	widows: 3;
}

p {
	margin: 0 0 10px;
	line-height: 20px;
	font-size: 14px;
}

small {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 10px 0;
	font-family: 'special elite', cursive;
	font-weight: normal;
	color: #000;
	text-rendering: optimizelegibility;
}

h1,
h2,
h3 {
	line-height: 30px;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}
.flex_65, .flex_65 p, .flex_65 li {font-size:14px; color:#666666; line-height:1.5; margin:0 0 15px 0;}

.flex_65 h3 { line-height:1.3; margin:0 0 15px 0;}
.flex_65 h4 { margin:0 0 15px 0;}

.content ul, .content  ol {margin:0; padding:0;}
.content ul {list-style:none;}
.content ul li {background:url('images/coffeedot.png') no-repeat -1px 5px transparent; padding: 0 0 0 13px;}
ul.vids li {width:50%; float:left; background:none !important; padding:0 !important;}
ul.vids li {min-height:200px; margin-bottom:10px; overflow:hidden;}
ul.vids li img {max-width:250px !important; height:auto;}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}
blockquote {
	margin: 20px 0 0 0;
	padding: 7px 0px 3px 73px;
	background: url("images/bigquotes.png") 0 0 no-repeat transparent;
	font-family: 'special elite';
	color:#282828 !important;
	font-size:15px !important;
	line-height:1.75em !important;
}
blockquote p {
	font-family: 'special elite';
	color:#282828 !important;
	font-size:15px !important;
	line-height:1.75em !important;
}
span.attribution {font-size: 12px !important;
text-align: right;
font-family: 'open sans',sans-serif;
color: #666;
display: block; }

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

tr,
td {
	
	padding: 5px;
}

th {
	padding: 5px;
	background-color: #f3f3f3;
	
}

form {
	margin: 0 0 20px;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 40px;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

legend small {
	font-size: 15px;
	color: #999999;
}

label,
input,
button,
select,
textarea {
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

input,
button,
select,
textarea {

}

label {
	display: block;
	margin-bottom: 5px;
}

select,
textarea,
input[type="text"] {
	display: inline-block;
	height: 20px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

input[type="text"] {
	display: inline-block;
	height: 20px;
	padding: 6px;
	margin-bottom: 10px;
	margin-right: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
}

textarea {
	height: auto;
	width: 80%;
}

radio,
checkbox {
	min-height: 20px;
	padding-left: 20px;
}

radio input[type="radio"],
checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

textarea,
input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

textarea:focus,
input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

select {
	height: 30px;
	line-height: 30px;
	width: 220px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

select:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

a.button {
	color: #fff;
	text-decoration: none;
}

.button,
input[type="submit"] {
	display: inline-block;
	padding: 7px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	background-color: #888;
	border: 0px;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button:hover,
.button:focus,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
	color: #FFF;
	background-color: #CCC;
	border: 0px;
}

.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
img#sicon { float:left; margin-right:10px;}
input#s {border-radius:0; padding:4px color:#666;}

.JB_Slide {
    background: none repeat scroll 0 0 #E0E0E0;
}
.JB_Slide {
    background: none repeat scroll 0 0 #E0E0E0;
}
.JB_FWS {
    margin: 10px 0 20px 0 ; background:#fff !important;
}
.boxonleft {
    background: url('images/opacity.png') repeat scroll 0px 0px transparent;
    left: 30px;
    min-height: 245px;
    padding: 32px 30px 50px 35px !important;
    position: relative;
    top: 22px;
    width: 293px;
}

.boxonleft a {
    background: none repeat scroll 0 0 #000000;
    bottom: 20px;
    clear: both;
    color: #E5D09C;
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 15px 23px;
    position: absolute;
    right: 30px;
    text-decoration: none;
}
.boxonright {
    background: url("images/opacity.png") repeat scroll 0 0 transparent;
    float: right;
    min-height: 282px;
    padding: 2.5% 2% 2.5% 3.5% !important;
    position: relative;
    right: 30px;
    text-align: right;
    top: 20px;
    width: 31%;
}
.boxonright a  {clear:both; display:block; text-decoration:none; color:#e5d09c; font-size:18px; line-height:1; bottom:20px; left:30px; background:#000;  padding: 15px 23px; position:absolute;}
.JB_FWS a:hover {color:#fff;}
h3.slidetitle {color:#e5d09c; font-size:48px; line-height:1;}
.Prophet h3.slidetitle {font-size:38px;}
h4.slidedescription {
    color: #FFF;
    font-size: 24px;
    font-family: 'Open Sans',sans-serif;
    line-height: 1.3;
    margin-top: 3px;
}

.circledate {
    background-color: #000000;
    border-radius: 25px;
    color: #E5D09C;
    float: left;
    font-family: 'Special Elite';
    font-size: 16px;
    height: 39px;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-right: 15px;
    margin-top: -17px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    width: 49px;
}
.latestposts h4 a {
    border-bottom: 2px solid #E5D09C;
    color: #000000;
    display: block;
    font-size: 20px;
    margin-left: 7px;
    padding: 0 0 3px 0;
    text-decoration: none;
    width: 100%;
}
.latestposts h4 a:hover {border-bottom: 2px solid #000;}
.latestposts {max-width:77%; margin-bottom: 40px; margin-left: 8%;}
.latestposts p {padding-left:65px; color:#666666; font-size:14px;}
.moretag {color:#5595c2 }
.moretag a {color:#5595c2 ; font-weight:bold; text-decoration:none}
.moretag a:hover {padding-left:3px; color:#1b79ba}
.latestposts h4 a:hover {color:#000}
.archive .latestposts, .blog .latestposts {max-width:100%; margin-left:3%;}
.archive .latestposts .circledate, .blog .latestposts .circledate {margin-top:0px;}

#mc_embed_signup {width:240px; font-size:14px; margin-left: 120px; color:#666666}
#mc_embed_signup .mc-field-group {width:240px; font-size:14px; padding-top:10px; color:#666666}
#mc_embed_signup .mc-field-group input {width:220px; border:1px solid #ccc; padding:2px 5px; }
#mc_embed_signup .mc-field-group input {color:#8a8989; }
#mc_embed_signup .mcbuttons {float:right; margin:9px 7px 0 0; font-family: 'Special Elite', cursive; color:#000; background:#e5d09c; border-radius:0; font-weight:normal; padding:10px 18px 5px 19px; line-height:1; border:1px solid #fff; font-size:16px }
#mc_embed_signup .mcbuttons:hover {border:1px solid #000;}

.flex_25 #mc_embed_signup {margin: 30px 0 30px 0;}

.banner {
    background-color: #E1E1E1;
    background-position: center center;
    background-repeat: no-repeat;
    height: 87px;
    margin-top: 11px;
    padding-top: 61px;
    text-align: center;
    width: 100%;
}
.banner h2 {
    background: url("images/opacity.png") repeat scroll 0 0 transparent;
    color: #E5D09C;
    display: inline;
    line-height: 1;
    padding: 26px 40px 18px;
    text-transform: uppercase;
    font-size: 36px;
}

.widget h3 {clear:both;font-size:24px; border-bottom:2px solid #E5D09C; width:240px;}
.menu-book-menu-container ul {margin-bottom:20px;}
.menu-book-menu-container ul li {background:none; padding:0; font-size:14px;}
.menu-book-menu-container li a {color:#000; text-decoration:none;}
.menu-book-menu-container li a:hover, .menu-book-menu-container .current_page_item a {color:#666; }
a.bigbutton { margin:9px 7px 0 0; font-family: 'Special Elite', cursive; color:#000; background:#e5d09c; border-radius:0; font-weight:normal; padding:10px 18px 5px 19px; line-height:1; border:1px solid #fff; font-size:16px; text-decoration:none;}
a.bigbutton:hover {border:1px solid #000;}
li.cat-item {color:#E5D09C; font-size:14px;}
li.cat-item a {color:#000; text-decoration:none;}
.vids a {color:#000; text-decoration: none;}
.vids a:hover {color:#E5D09C; text-decoration: underline;}
li#menu-item-8184 a {background:url(images/icon_off-site-link.gif) no-repeat 83px 1px #fff !important;}
li#menu-item-8184 a:hover {background:url(images/icon_off-site-link.gif) no-repeat 83px 1px #000 !important;}
li#menu-item-8216 a {
    background: url("images/icon_off-site-link.gif") no-repeat scroll 87px 0px #FFFFFF !important;
    padding: 0 20px 0 0;
}
.flex_65 h3#reply-title {

margin: 20px 0 15px 0;
font-size: 24px;
}
.sharefree a {opacity:0.7; font-size:14px; color:#666;}
.sharefree a:hover {opacity:1}
.home .sharefree {margin:0 0 20px 125px; }

#comment-block ol {list-style:none; }
#comment-block ol li {border:1px solid #eee; padding:10px; border-radius:5px;}
#comment-block img {float:left; padding:0 20px 20px 0}
.reply {text-align:right;}
.responsive-menu-label.responsive-menu-label-top, .responsive-menu-label.responsive-menu-label-bottom {margin:0 !important}