@charset "UTF-8";


/* -------------------[ Main Page Elements ]------------------- */




#pagebody {
	background-color: #e8e8e8;
	background-image:url('images/gray_bg_gradient_1122x35.png');
	background-repeat:repeat-y;
	background-position:center; 
	
}



#pagebodymargin {
	width:1029px;
	margin-left: auto;
    margin-right: auto;
}


	
@media (max-width: 1060px) {
	#pagebody {
		background-image:none;
	}
}


@media screen and (max-width:830px) {
	/*remove gray background*/
	#pagebody {
		background-color:#ffffff;
	}
		
	/* hide left sidebar */
	/*.struct_leftsidebar {
		display:none;
	}
		
	.struct_pagecontent, .struct_pagecontent_one_col {
		margin-left:0px;
		padding:20px 5px 0 5px;
	}
	*/

}




#wrap {
	/* padding: 0 5px; */
	clear: both;
	width: 1000px;
	/* margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0; */
	
	margin: 0 auto;
	/*background: #FFFFFF; */
	background: #FFFFFF url(images/zekebg6.png) top left repeat-y; 
	}



#page {
	clear: both;
	/*margin: 0 auto; */
	/*margin: 0px, 0px, 0px, 0px;*/
	margin-top: 0px;
	margin-left: 0px;
	padding: 0;
	}  

#pagebody #contentleft {
	/*width: 731px;*/
	background: #FFFFFF;
	/*float:left;*/
	width:auto;
	padding: 0 0 0 0;
	margin-right: 250px;
	border-right: 1px solid #ccc9b8;
	text-align:left;
	overflow:hidden;
	} 

#pagebody #contentright {
	width:250px;
	float:right;
	background: #FFFFFF;
	font-size: 8pt;
	padding: 15px 20px 15px 15px;
	margin: 0;
	text-align:left;
} 


@media (max-width: 960px) {
	#pagebody #contentleft {
		margin-right: 230px;
	}
	#pagebody #contentright {
		width:230px;
	}
}



@media (max-width: 830px) {
	#pagebody #contentleft {
		width: 100%;
		border-right: none;
	}
	#pagebody #contentright {
		display:none;
	}
}



#pagebody #sidebar {
	width: 100%;
	margin: 0;
	padding: 0;
	} 

#pagebody #footer {
    border-top:1px solid #ccc9b8;
	
	font-family:verdana,tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
    color:#444444;
    width:1000px;
    background:#FFFFFF;
	font-size: 8pt;
	line-height: 160%;
    clear: both;
    margin: 0px auto;
    padding: 15px 0 ;
    text-align: center;
	}

#footer p {
	margin: 0;
	}

/* -------------------[ Headings ]------------------- */


#pagebody h1, h2, h3, h4, h5, h6, h7 {
    
	font-family:  arial,verdana,helvetica,georgia,times,'times new roman', serif;
    /* letter-spacing:-1px; */
    line-height: 111%;
	margin: 0;
	padding: 0;
	text-align: left;
    /*font-weight:normal;*/
	}





.widgettitle {
	
	font-size:16px !important;
	line-height:21px !important;
	color:#222222;
}


#pagebody h3 {
	color:#191970;
	font-size: 12pt;
	}

#pagebody h4,h5,h6,h7 {
	color:#191970;
	font-size: 10pt;
	}

#pagebody #header h1.blogtitle {
        color: #000066;
        text-align:center;
        font-size:30px;
        line-height:100%;
        padding: 50px 100px 5px;
        margin: 0;
        }

#pagebody #sidebar h2, #midcontent h2  {
	font-family:arial, helvetica;
	font-weight: bold;
	font-size:11pt;
	letter-spacing:0px;
	margin: 0;
	padding-top:8px;
	padding-bottom:4px;
}


#pagebody h1.sectionhead, h2.sectionhead, h2#trackbacks, h2#comments, h2#respond  {
	font-family:arial !important;
	line-height:100%;
	font-weight: bold;
	font-size:31px !important;
	line-height:35px !important;
	letter-spacing:0px;
	margin: 0;
	padding: 15px 15px 12px 35px;
	border-bottom:1px solid #CCC9B8;
	background:#E5E0C3;
	}
	
@media (max-width: 830px) {
	#pagebody h1.sectionhead, h2.sectionhead, h2#trackbacks, h2#comments, h2#respond  {
		padding-left: 20px;
	}
}
	

#pagebody .entry h1,.entry h2,.entry h3, .entry h4, .entry h5, .entry h6, .entry h7 {
	margin-bottom: 10px;
	}


/* -------------------[ Links ]------------------- */

#pagebody a, #pagebody a:link, #pagebody a:visited {
	color: #483D8B;
    text-decoration: none;
	}

#pagebody a:hover {
    text-decoration:underline;
    color:#C60;
	}
	
#pagebody a:active {
    text-decoration:underline;
    color:#bb0000;
	}
	
	
#pagebody .postinfo a, .postinfo a:link, .postinfo a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #483D8B;
}



#pagebody .postinfo a:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #C60;
}

#pagebody .postinfo a:active {
	text-decoration: underline;
	font-weight:bold;
	color: #bb0000;
}
	

#pagebody .entry a, 
#pagebody .entry a:link, 
#pagebody .entry a:visited, 
#pagebody .donatefooter a, 
#pagebody .donatefooter a:link, 
#pagebody .donatefooter a:visited, 
#pagebody .comments-link a, 
#pagebody .comments-link a:link, 
#pagebody .comments-link a:visited, 

#pagebody .postinfo2 a, 
#pagebody .postinfo2 a:link, 
#pagebody .postinfo2 a:visited {
        text-decoration: underline;
        color: #483D8B;
        }
        
#pagebody .postinfo2 a:hover, .comments-link a:hover {
        color: #C60;
        }
        
#pagebody .postinfo2 a:active, .comments-link a:active {
        color: #bb0000;
        }
        
        
        
        
        
        
#pagebody .entry a:hover {
	 text-decoration: underline;
     color: #C60;
}

#pagebody .entry a:active {
	 text-decoration: underline;
     color: #bb0000;
}   

  
#pagebody .donatefooter a:hover {
	 text-decoration: underline;
     color: #C60;
}

#pagebody .donatefooter a:active {
	 text-decoration: underline;
     color: #bb0000;
}   
  
  
  

#pagebody .post h1 a, .post h2 a, .featurepost h2 a, .featurepost h1 a {
	color:#000066;
	}
	
#pagebody .post h2 a:hover {
	text-decoration: none;
	/*border-bottom-style: solid;
	border-bottom-width: 1px;*/
	
    color: #5e5599;
}

#pagebody .post h2 a:active {
	text-decoration: none;
    color: #bb0000;
}


#pagebody #footer a:hover, #footer a:active {
        text-decoration:underline;
        color:#ffffff;
	}
	
/* -------------------[ Images ]------------------- */



#pagebody img.alignnone {
	padding: 3px;
	border: 1px solid #aaa;
}






		
#pagebody img.aligncenter {
	
		text-align:center;
		/*margin-top:5px;
        margin-bottom:5px;*/
		
		margin:5px auto 5px auto;
		display: block;
		/*
		
		float: none; 
        clear: both;*/
        }
		

	
		

#pagebody img.centered { 
        display: block; 
        padding: 2px; 
        margin: 0 auto 20px auto; 
        border: 1px solid #ccc; 
        float: none; 
        clear: both;
        }


#pagebody ul {
	padding-left:40px;
	padding-bottom:17px;
}




/* -------------------[ Sidebar ]------------------- */


#pagebody #sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}

#pagebody #sidebar ul li {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	}

#pagebody #sidebar ul li ul {
        list-style-type: square;
        margin: 0;
        padding: 0;
        }

#pagebody #sidebar ul li ul li {
        list-style-type:none;
        padding-left:15px;
        margin:0;
        background:url(images/zekebullet.gif) 0 3px no-repeat;   
        }

/* -------------------[ Form Elements ]------------------- */

#pagebody #commentform {
        font-size:8pt;
        background: #F2ECCE;
        padding: 15px 15px 1px 35px;
        margin: 0;
        border-bottom:1px solid #CCC9B8;
        }

#pagebody #commentform label {
        display:block;
        margin: 0;
        }

#pagebody #commentform input {
	width: 170px;
	padding: 1px;
	margin: 0px 5px 10px 0;
	}

#pagebody #commentform textarea {
	width: 400px;
	padding: 0;
	margin: 0px 0px 10px 0; 
	}

#pagebody #commentform #submit {
	margin: 0 0 20px 0;
	}

#pagebody #commentform p {
	margin: 5px 0;
	}



/* -------------------[ Misc Tags and Classes ]------------------- */

#pagebody p.description {
	color:#FAF7E8;
	font-size: 12pt;
	padding: 0 100px;
	margin: 0;
	text-align:center;
	} 



	

#pagebody .center {
	text-align: center;
	}

#pagebody a img, img a {
	border: none;
	}

#pagebody .navigation {
	text-align: left;
	margin:0;
	
	padding-top: 10px ;
	padding-right: 35px ;
	padding-bottom: 0px;
	padding-left:35px;
	}

#pagebody .alignleft {
	float:left;
	}

#pagebody .alignright {
	float:right;
	}

#pagebody .entry {
	padding: 0;
	margin: 0;
	/*font-family:georgia;
	font-size:19px;
	line-height:160%;
	color:#000;*/
	
	}

#pagebody .postinfo {
	font-family:verdana,tahoma,geneva,verdana,sans-serif;
	font-size: 11px;
	line-height:12px;
    clear: both;
	margin: 0 0 10px;
	
	}
	
#pagebody .postinfo2 {
	font-family:verdana,tahoma,geneva,verdana,sans-serif;
	font-size: 8pt;
    clear: both;
	margin: 0 0 10px;
	margin-top: 3px;
	padding-left: 0px;
	}
	
	
	
#pagebody .comments-link {
	font-family:verdana,tahoma,geneva,verdana,sans-serif;
	font-size: 9pt;
        
	margin: 0 0 10px;
	}



#pagebody .featurepost {
	margin: 0;
	padding: 15px 15px 5px;
	background:#F5F5F5;
	border-bottom:1px solid #CCC9B8;
	}

#pagebody code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

#pagebody hr {
	display: block;
	clear:both;
	}







/*
#pagebody a.more-link,a.more-link:link,a.more-link:visited,a.more-link:hover {
	background: url(images/arrow-rt.gif) 100% 70% no-repeat;
	padding-right:16px; 
	font-weight:bold;
	}
	*/

/* -------------------[ Search ]------------------- */

#pagebody #searchform {
	margin: 0;
	padding: 0; 
	}

#pagebody #searchform #s {
	/*font-size:8pt;
	width: 140px;*/
	margin-right: 4px;
	}

#pagebody #searchform #submit {
	font-size:8pt;
	}

/* -------------------[ Navigation ]------------------- */

#pagebody ul.nav {
	font-size: 8pt;
	font-weight:bold;
	letter-spacing: 0px;
	height:40px;
	line-height:40px;
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	}

#pagebody ul.nav li {
	float: left !important;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#pagebody ul.nav li a, ul.nav li a:link, ul.nav li a:visited {        
	color: #FAF7E8;
	float: left;
	display: block;
	padding: 0 10px;
	}

#pagebody ul.nav li a:hover, ul.nav li a:active {
        background: #660000;
        text-decoration: underline;
        }

#pagebody ul.nav li.current_page_item a {
        text-decoration:underline;
        background: #660000;
        text-decoration: underline;
        }

#pagebody ul.nav li ul {
        float:left;
        margin:0;
        padding:0;
        }

/* ---------------[ Tables ]--------------- */







/* ---------------[ Related Entries ]--------------- */

#pagebody .related {
        margin: 0 0 1px;
        background:#eee;
        padding:10px 10px 8px;
        }

#pagebody .related ul {
        line-height:130%;
        margin: 0;
        padding-left:0;
        list-style-type: none;
        }

#pagebody .related ul li {
        list-style-type:none;
        padding: 0 0 0 14px;
        margin: 0 0 2px;
        background: url(images/zekebullet.gif) 0 3px no-repeat;
        }

#pagebody ul#archives {
        margin: 0 0 15px 5px;
        padding: 0;
        }

#pagebody ul#archives ul {
        padding:0;
        }

#pagebody ul#archives ul li {
        background:transparent;
        padding-left:0;
        margin:0;
        }

#pagebody ul#archives ul ul {
        margin:0;
        margin-left: 10px;
        padding:0;
        }
        
        
        
/* ---------------[ Captions ]--------------- */   
        
#pagebody .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/*margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;*/
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#pagebody .wp-caption.alignright {
	margin:3px 0px 15px 30px;
}
#pagebody .wp-caption.alignleft {
	margin:3px 30px 15px 0px; 
	
	/*margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 0px;*/
}

#pagebody .wp-caption.alignnone {
	margin:3px 0px 15px 0px; 
	
	/*margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 0px;*/
}


#pagebody .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

#pagebody .wp-caption p.wp-caption-text {
	font-size: 10px;
	line-height: 14px;
	padding-top:4px;
	padding-right:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin: 0;
}
        
     
	 
.struct_body {
	background-color:#FFFFff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	overflow: auto;
}   



.sidebarbook {
	margin: 4px 5px 4px 0px;	
	border:1px solid #777 !important;
	width:75px;
}	


				

@media (max-width: 830px) {
	#pagebody .post {
		padding: 24px 20px 20px 20px;
	}
	
	#pagebody .postcomments {
		padding: 20px 20px 35px 20px;
	}
	
}


.no-break {
	line-height:28px;
}
	
/* .stButton .stHBubble {
	height:22px !important;
} */


.youtube_embed_videowrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
	margin-bottom:17px;
}

.youtube_embed_videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*sharethis */


/* makes buttons not move up when moused over */
.sharethis-inline-share-buttons .st-btn {
    position: unset !important;
}

/* adds padding and horizontal lines above and below inline share buttons */
.sharethis-inline-share-buttons {
    border-bottom: 1px solid #dddddd;
    /*border-top: 1px solid #cccccc;*/
    padding: 3px 0 8px !important;
    margin: 0px 0 25px 0 !important;
}


.st-total {
	margin-right:10px !important;	
}


.entry .st-btn {
	margin-right:12px !important;
}


/* narrow windows */
@media (max-width: 1024px) {

	/*On mobile, hide total count. */
	.st-total {
		display:none !important;	
	}
	
	/* hide inline buttons on commentaries at mobile widths */
	.st_container {
		display:none;
	}
	
	/* reduce the height of the buttons on the bottom. */
	/*#st-4 .st-btn {
		height:42px !important;
		padding:9px !important;
	}*/
}



