/*
Theme Name: Adam
Theme URI: http://wlrs.net/
Description: The Offending Adam theme
Version: 0.1
Author: joey nelson
Author URI: http://wlrs.net/
*/

/* reset everything */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


body{
	background-color: #F2F2F2;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 30px;
}

a, a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #E80109;
}

.line{
	padding-bottom:3px;
	border-bottom: 3px solid white;
}



.line_dark_gray,
.line_dark_gray:visited{
	padding-bottom:3px;
	color: #C8C8C8; 
	border-bottom: 3px solid #DCDCDC;
}

.line_red,
a.line_red:visited{
	padding-bottom:3px;
	color: #E80109;
	border-bottom: 3px solid #E80109;
}

a.line_red:hover{
	color: white;
}

.author_line{
	padding-bottom:3px;
	color: #E80109;
	border-bottom: 3px solid #DCDCDC;
}

.author_line:hover,
.line_dark_gray:hover{
	color: white;
	background-color: #E80109;
	border-bottom: 3px solid #DCDCDC;
}


#wrap{
	width: 100%;
}

#container{
	/* border: 1px solid red; */ 
	background-color: white;
	width: 1000px;
	padding: 50px;
	margin: 0 auto 50px;

}

#footer{
	width: 980px;
	padding: 10px;
	background-color: #F2F2F2;
}

#header{
	height: 161px;
}

#header_issue_number{
	width: 240px;
	color: #E80109;
	font-weight: bold; 
	font-size: 136px;
	line-height: 136px;
	position: relative;
	left: 200px;
	top: -42px;
	z-index: 1;
}

#header_image{
	z-index: 2;
	position: absolute;
	top:50px;
	padding-bottom: 5px;
}

#header_light_image{
	padding-top: 27px;
}

#header_light_title{
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
}

#header_light_issue_number{
	color: #DCDCDC;
	font-weight: bold; 
	font-size: 75px;
	line-height: 57px;
}

#header_light_issue_number a,
#header_light_issue_number a:visited{
	color: #DCDCDC;
}

#header_issue_info{
	width: 400px; 
	height: 161px;
/*	padding-left: 350px;*/
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 5px;
	overflow:hidden;
}

#header_issue_info table{
	height: 161px;	
}

#right_title{
	font-size: 25px;
	line-height: 25px;
}

.red{
	color: #E80109;
}

.black{
	color: black;
}


.lined{
	background-image:url(images/lined_background.png);
}

.single_lined_bg a{
	
}



.col_80{
	width: 80px;
}

.col_80{
	width: 100px;
}

.col_190{
	width: 190px;
}

.col_200{
	width: 200px;
}

.col_280{
	width: 280px;
}

.col_300{
	width: 300px;
}


.col_470{
	width: 470px;
}

.col_480{
	width: 480px;
}

.col_490{
	width: 490px;
}

.col_550{
	width: 550px;
}

.col_570{
	width: 570px;
}

.col_680{
	width: 680px;
}

.col_690{
	width: 690px;
}

.col_780{
	width: 780px;
}


.col_870{
	width: 870px;
}

.margin_right_10{
	margin-right: 10px;
}
.margin_right_20{
	margin-right: 20px;
}
.margin_right_100{
	margin-right: 100px;
}
.margin_left_10{
	margin-left: 10px;
}

.margin_top_neg_5{
	margin-top: -5px;
}

.margin_top_25{
	margin-top: 25px;
}

.margin_bottom_25{
	margin-bottom: 25px;
}

.margin_bottom_10{
	margin-bottom: 10px;
}

.margin_bottom_50{
	margin-bottom: 50px;
}

.padding_bottom_20{
	padding-bottom: 20px;
}

.padding_bottom_25{
	padding-bottom: 25px;
}

.padding_10{
	padding: 10px;
}


.editor_intro,
.author_bio,
.post_content,
.issue_featuring{
	font-family: "Times New Roman", serif;
	font-size: 18px;
	line-height: 25px;
}

.editor_intro{
	background-color: #F2F2F2;
	margin: 10px 0 20px 0;
}

.author_bio{	
	margin: 0 0 10px 10px;
}

.post_content{
	padding: 0px 10px 50px 10px;
}

.post_content h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
}

.content a,
.content a:visited,
.twitter-message a,
.twitter-message a:visited,
.author_bio a,
.author_bio a:visited,
.post_content a,
.post_content a:visited,
.editor_intro a,
.editor_intro a:visited{
	font-weight: normal;
}


.content a:hover,
.twitter-message a:hover,
.author_bio a:hover,
.post_content a:hover,
.editor_intro a:hover,
a.normal_weight:hover{
	border-bottom: 1px solid #E80109;
}

.post_title_lined{
	border-top: 1px solid #F2F2F2;
	border-bottom: 8px solid #F2F2F2;
	border-left: 10px solid #F2F2F2;
	border-right: 10px solid #F2F2F2;
	font-weight: bold;
	/* letter-spacing: -0.5px; */
}

#sidebar .post_title_lined a,
#sidebar .post_title_lined a:visited{
	color: #c8c8c8;
}



.post_title_lined_hover{
	background-image:url(images/lined_background_red.png);
	border-color: #E80109;
	color: white;
}

.post_title_lined_hover a,
.post_title_lined_hover a:visited{
	color: white;
}

.post{
	cursor: pointer;
}
/*
.post, .post_title_lined{
	border: 1px solid black;
}
*/
.post_hover{
	background-color: #F2F2F2;
}

.bold{
	font-weight: bold;
}

.normal_weight,
a.normal_weight,
a.normal_weight:visited{
	font-weight: normal;
}

a.gray,
a.gray:visited{
	color: #c8c8c8;
}




.times{
	font-family: "Times New Roman", serif;
	font-size: 24px;
	line-height: 30px;
/*	letter-spacing: -0.5px;*/
}

.twitter_wrapper{
	font-family: "Times New Roman", serif;
	font-size: 15px;
	line-height: 21px;
}

.twitter-timestamp{
	display: block;
	color: #DCDCDC;
}

p.twitter-message{
	padding: 5px 0 5px 0;
	border-bottom: 2px dotted black;
}


hr {
	border: 0;
	border-top:5px solid #DCDCDC;
	height: 0px;
	padding:0;
	margin: 20px 0 25px 0;
	width:100%;
}

hr.light{
	margin-top: 11px;
}

#search_input{
	border: 2px solid #c8c8c8;
	font-size: 15px;
	line-height: 15px;
	margin-top: -3px;
	padding: 4px;
	background-color: #F2F2F2;
	width: 172px;
}

#footer a:hover{
	background-color: #E80109;
	color: white;
}

#footer a.footer_logo_link:hover{
	border: none;
	background: none;
}

.temp_white{
	color: white;
}

.hide_overflow{
	overflow: hidden;
}

/* required */
.alignleft{ float: left; }
.left{ float: left; }
.alignright{ float: right; }
.right{ float: right; }
.clear{ clear: both; }