na@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;
	}
	*/

}






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

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

#pagebody #contentright {
	width:250px;
	float:right;
	background: #f2f2f4;
	font-size: 8pt;
	padding: 15px 18px 15px 18px;
	margin: 25px 0 20px ;
	text-align:left;
	border:1px solid #CCC9B8;
} 


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



@media (max-width: 830px) {
	#pagebody #contentleft {
		width: 100%;
		border-right: none;
		margin-right:0;
	}
	#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;
	}

/* ------------------- Header Image------------------- */


.header_image_bg {
    background-size:cover;
	display:block;
	position: relative;
	/* print this image */
    -webkit-print-color-adjust: exact !important;
	color-adjust: exact !important;
}
				
figcaption {
    display: block;
	position: absolute;
	bottom: 0;
    right: 0;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(60,60,60,.9);
    line-height: 27px;
    padding: 0 12px;
    font-family: "Times New Roman",Times, serif;
}
					
 figcaption a:link, figcaption a:hover, figcaption a:visited {
    color: #ffffff !important;
    color: rgba(255,255,255,.9 ) !important;
    text-decoration: none !important;
}
					
.featured_image_attribution {
	color:#f00;
	
}


/* -------------------[ 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 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;
}





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

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

#pagebody a:hover {
    text-decoration:underline;
    /*color:#C60; */
	color:#483D8B;
	
	text-decoration-thickness: 1px;
	}
	
#pagebody a:active {
    text-decoration:underline;
    color:#bb0000;
	text-decoration-thickness: 1px;
	}
	

  

#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;
	}
	







		


	
		

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




/* -------------------[ 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:disc;
	padding-left:3px;
	margin:3px 0 4px 11px;
	line-height:17px;
	}

#pagebody #sidebar a:link, #pagebody #sidebar a:visited {
	color:#112266;	
}

#sidebar .sidebar_book_title {
	font-size:12.5px;	
	
	font-weight:bold;
	/*font-style: italic;*/
	
}
#sidebar .sidebar_book_author {
	text-transform:uppercase;
	font-size:10px;
	line-height:15px;
	margin-top:3px;
	color:#444444;
}


#sidebar .sidebar_book_block {
	margin:10px 0 13px;
	overflow:auto;
}
		
#sidebar .sidebar_book_text {
	margin-left:85px;	
	line-height:17px;
}


/* -------------------[ 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 .alignleft {
	float:left;
	}

#pagebody .alignright {
	float:right;
	}

#pagebody .navigation {
	color:#999;
	font-size:15px;
	
	font-weight:bold;
	text-align: left;
	
	
	padding-top: 10px ;
	padding-right: 0px ;
	padding-bottom: 0px;
	padding-left:0px;
	margin-bottom:50px;
	}


#pagebody .navalignleft {
	float:left;
	}

#pagebody .navalignright {
	float:right;
	}






	
	
	
#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;
        }
        
        
       
        
     
	 
.struct_body {
	background-color:#fff;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	overflow: auto;
}   



.sidebarbook {
	margin: 3px 0px 0px 0px;	
	border:1px solid #777 !important;
	width:75px;
	float:left;
}	


				

@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: 11px 0 15px 0 !important;
	height:34px;
}


.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;
	}*/
}


.post_divider {
	background: url("https://www.independent.org/images/structure/spaced_dots_border_3x1.png") repeat-x;
	height:1px;
}

.beacon_sidebar_input_field {
	padding-left:7px;
	border-radius:0px;
	height:30px;
	border:1px solid #bbb;
	margin-right:4px;
	width:79%;
	
}
.beacon_sidebar_input_field:focus {
	outline:none;
}

.beacon_sidebar_submit_button{
	/*padding-left:7px;
	padding-right:7px;*/
	height:30px;
	border:1px solid #bbb;
	border-radius:0px;
	width:17%;
}