/* header ad banner float   */
.custom #header #header_ad {
float:right;
margin-top:-10.5em;
width:728px;
padding-left: 1em;
padding-right: 1em;
}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 124px; width: 982px; background: url('images/header.jpg') no-repeat; outline: none; }
.custom #header { border-width: 0 0 0em;}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;
    padding: 0.2em;
    background: #bdd277;
    border: 0.1em solid #3e3e3a;
}

body.custom {
    background: #224e10 url('images/bg.jpg') no-repeat 50% 0%; color: #000; margin: 0 auto;
}


.custom #page {
    background: #fff;
}

/* AUTHOR BOX */
.postauthor { background: #F5F5F5; border-top: 1px solid #e1e1e0; border-bottom: 1px solid #e1e1e0; overflow: hidden; padding: 1.5em; }
.postauthor img { border: 5px solid #e2dede; float: left; margin-right: 1.5em; }
.postauthor h4 { color: #666; font-size: 2em; margin-bottom: 5px; }
.postauthor p { color: #515151; font-size: 13px; margin-bottom: 12px; }
.postauthor p.hlight { font-size: 11px; text-transform: uppercase; }
.postauthor p.hlight span { color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px; }

/* Top Nav bar */
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
background:#FFFFFF none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav li { float: left; padding: 3px 10px 3px 3px; }
.custom ul#topnav li a { font-size: 1.1em; color: #000000; }
.custom ul#topnav li a:hover { text-decoration: underline; } 

.custom ul#topnav li.rss {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.rss a {
background:transparent url(images/icon-rss.gif) no-repeat scroll 0 50%;
padding-left:16px;
padding-right:8px;
}
.custom ul#topnav li.rss_email {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.rss_email a {
background:transparent url(images/icon-email.gif) no-repeat scroll 0 50%;
padding-left:16px;
}

.custom ul#topnav li.youtube {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.youtube a {
background:transparent url(images/yt_16.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

.custom ul#topnav li.twitter {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.twitter a {
background:transparent url(images/twitter.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

.custom ul#topnav li.facebook {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.facebook a {
background:transparent url(images/facebook.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

.custom ul#topnav li.app {
background:transparent none repeat scroll 0 0;
border:medium none;
float:right;
padding-right:0;
}
.custom ul#topnav li.app a {
background:transparent url(images/iphone.png) no-repeat scroll 0 50%;
padding-left:20px;
padding-right:8px;
}

/* Thesis Lower Menu bar */
.custom ul.menu {
	background:#fff url(images/navi.gif) repeat-x scroll left top;
	font-family:arial;
	font-size:10px;
	min-height:25px;
	padding-left:0.21em;
	border: 0 none;
	/*width: 991px;*/
	width: 100%;
}
.menu, .menu a, .menu li ul {
	border-style:none;
}
.custom ul.menu li {
	background: none;
	border:0 none;
	padding-left:5px;
	padding-right:5px;
}
.custom ul.menu li.current {
	background: none;
	border: 0 none;
	color: white;
}
.custom ul.menu li.current a {
	color: #868686;
}
.custom ul.menu li.cat-item {
	border:0 none;
	background: none;
}
.custom ul.menu li a {
	padding:0.41em 0.43em;
	color:#868686;
	letter-spacing:0.5px;
	background: transparent;
}
.custom ul.menu li a:hover {
	text-decoration: none;
	color: #000000;
	background: transparent;
}

.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}

.sidebar a{color:#37721a;}

/* pull quotes */

blockquote.pull {
     float: right;   /* can be easily floated to left or right */
     margin: 0 0 0.5em 0.5em;  /* margin added to the RIGHT and BOTTOM so the text doesn't smash together */
     width: 45%;
}

blockquote.pull1 {
     float: left;   /* can be easily floated to left or right */
     margin: 0 0 0.5em 0.5em;  /* margin added to the RIGHT and BOTTOM so the text doesn't smash together */
     width: 45%;
}


/* full width teasers */

.custom .teaser {
   width: 100%;
   margin-top: 2em;
   padding-top: 2em;
   border-top: 1px dotted #8AA789;
   text-align: justify;
}
.custom .teasers_box {
   width: 90%;
   padding-top: 0;
   padding-bottom:0;
   border-top: 0;
}


/* after post box formatting*/
.box  {
background:none repeat scroll 0 0 #e7fce5;
border:1px solid #02a502;
margin:0;
padding:0.7em;
}

/* tweet this button*/
.twittercontainer {
float:left;
margin:0 10px 10px 0;
}

a.button {
    background: url('/wp-content/uploads/button.gif') no-repeat scroll left center transparent;
    display: block;
    font-weight: 700;
    padding: 2px 0px 2px 20px;
}

/* Adjust home page to accommodate removal of sidebars */

.custom.author #content { width: auto; }
.custom.author #content_box { background: none; }

/* post page adsense styling */
.custom #adblock {float:left; margin-right:1em;}

/* add fb like and tweet buttons*/
.custom p.share_code {width:100%; display:block; float:left;}
.custom p.share_code span.fb_like {float:left; height:25px;}
.custom p.share_code span.tw_share {float:right; height:25px;}
.custom p.share_code span.gl_plusone {float:right; height:25px;}