/* Guernica mag v3 stylesheet */

a {text-decoration:none;color:#000}

a:hover {
	color: #999;
}

.container {
	width:965px;
	margin:auto;
	padding:0;
	background:#fff
}

.leaderboard {
	width:730px;
	padding:10px 0 10px 0;
	text-align: center;
margin:auto
}

.header {
	width:965px;
	border-top:6px solid #000;
	border-bottom:1px solid #000;
}

.main_nav {
	overflow:hidden;
        height:39px;
        float:left
}

.main_nav li {
	float:left;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	padding:11px 35px 10px 0;
}

.main_nav li:hover {
	border-bottom: 3px solid #999;
	color: #999;
}

.main_nav li a {
text-decoration:none
}

.search_form {
	float:right;
}

.search_form input {
	border:1px solid #949494;
	width:165px;
	height:15px;
	color:#949494;
	padding:4px;
	margin:10px 0 0 0;
	background: url(/incl/v3/img/bg_search_form.gif) no-repeat top right;
	font-size:10px
}

.content {
	border-top:1px solid #949494;
	width:965px;
	clear:both
}

.footer {
	border-top:1px solid #000;
	padding:25px 0 0 0;
	width:965px;
	text-align:left;
	color:#949494;
	margin:10px 0 10px 0;
}

.footer ul {
	width:440px;
	margin:auto
}

.footer li {
	float:left;
	list-style: none;
	padding:0 15px 0 0;
}

.footer li a {
	color:#000
}

.footer li a:hover {
	color:#999
}

/* homepage */

.home_main {
	background:#F6F6F6;
	width:770px;
	border-right:1px solid #E5E5E5;
	margin:20px 0 0 0;
	font-style: italic;
	font-size:14px;
	color:#949494;
	float:left
}

.home_main a { color:#000 }

.home_main img {
	display: block;
	float:left;
	padding:0 20px 0 0
} 

.home_main h1 {
	font-size:36px;
	padding:0;
	margin:0px;
	line-height:130%;
	font-style: normal;
        padding-top:5px

}

.home_main h1 a:hover {
	color:#999999	
}

.home_main p {
	font-size:18px;
	font-weight:normal;
	padding:10px 40px 0 0;
	font-style: normal
}

.home_options {
	float:left;
	margin:20px 0 0 10px;
	width:180px;
	font-size:13px;
}

.most_commented {
	font-size:10px;
	background:url(/incl/v3/img/comment_balloon.gif) 0px 5px no-repeat;
	padding:10px 0 0 30px;
	height:25px;
}

.home_options li {
	list-style:disc;
	padding:1px 0 4px 0px;
	margin-left:20px
}

.featured_box {
	float:left;
	width:193px;
	margin:20px 0 25px 0;
	position: relative;
}

.featured_box div {
	border:1px solid #E5E5E5;
	padding:10px;
	text-align: center;
	width:163px;
	height: 340px;
}

.featured_box .more_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #f6f6f6;
/*	background: red;*/
	width: 185px;
	height: 380px;
	border: none;
	padding: 10px 0px 20px 0;
	display: none;
}

.featured_box h3 {
	font-weight:bold;
	border-bottom:1px solid #E5E5E5;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:5px
}

.featured_box h4 {
	font-size:18px;
	text-align: center;
margin:5px 0 5px 0
}

.featured_box p {
	text-align: left;
	margin:10px 0 2\10px 0;
	color:#666
}

.featured_box_more {
	background:url(/incl/v3/img/bg_home_featured.png) top left repeat-x;
	height:45px;
	text-align: center;
	display:block;
	line-height:38px;
	font-size:10px;
	color:#696969;
	width:185px;
	cursor: pointer;
}

.from_blog {
	width:590px;
	float:left
}

.from_blog div {
	margin: 30px 0 30px 0;
}

.from_blog h4 {
	font-weight:bold;
	border-bottom:1px solid #E5E5E5;
	font-family:Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:5px
}

.from_blog h5 {
	font-size:18px;
border:0px;
font-weight:normal;
line-height:normal;
margin:auto
}

.from_blog p {
	margin:5px 0 5px 0
}

.from_blog .continue {
	text-decoration: underline
}

.home_advertising {
	font-size:10px;
	text-align:center;
	float:left;
	width:300px;
	margin:0 0 0 70px
}

/* article */

.article, .archive {
	width:590px;
	float:left;
	margin:20px 60px 0 0;
	font-size:13px;
	line-height: 140%;
}

.article h1 {
	font-size:36px;
	text-align: center;
	line-height: normal;
}

.article a {
	text-decoration:underline	
}

span.bottom_border {
	font-size:14px;
	text-align:center;
	display:block;
	padding:0 0 20px 0;
	border-bottom:1px solid #d9d9d9;
	margin:0 100px 20px 100px;
	font-style: italic
}

.article .intro {
	font-size: 18px;
	text-align: center;
	color:#585858;
	margin:0 0 25px 0;
}

.article blockquote {
	text-align: center;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	font-size:18px;
	font-style: italic;
	margin:20px 50px 20px 50px;
	padding:15px 0 15px 0;
	color:#010101;
	display: block;
	line-height: 150%;
}

.article img {
	border:1px solid #d9d9d9;
	padding:5px
}

.article p {
	padding:10px 0 10px 0
}

.article small {
	font-size:10px;
	color:#898989;
	line-height:170%;
       display:block;
      text-align:center
}

.article .pagination {
	text-align: right;
	font-size:15px;
	margin:20px 0 20px 0;
}

.article cite {
font-family:Georgia, serif;
font-size:18px;
color:#585858;
text-align:center;
display:block
}

.article strong {
	font-weight:bold;
}

.article em {
	font-style:italic
}	


/* sidebar */

.sidebar {
	float:left;
	border-left:1px solid #d9d9d9;	
	margin:20px 0 0 0;
	width:310px
}

.social_options {
	font-size:13px;
}

.social_options h2 {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold
}

.social_options div {
	border-bottom:1px solid #E5E5E5;
	padding:10px 0 15px 0;
}

.social_sidebar {
	padding-left:10px !important;
	width:100%
}

.sidebar_advertising {
	padding:15px 20px 15px 10px;
	text-align:center;
	font-size:10px;
	line-height: 140%;
        width:300px
}

.more_features {
	background:#f6f6f6;
	border-top:1px solid #d9d9d9;		
}

.more_features div {
	border:1px solid #d9d9d9;
	margin:10px auto 0 auto;
	width:100px;
	padding:5px;
	color:#696969;
	font-size: 10px;
	text-align: center
}

.more_features p {
	font-size:18px;
	text-align: center;
	padding:20px 0 20px 0;	
}

.more_features span {
	font-size:12px;
	font-style: italic;
	line-height:140%
}

.more_features hr, .more_overlay hr {
	overflow:hidden;
	color:#d9d9d9;
	background: #d9d9d9;
	height:1px;
	width:120px;
	margin:0px auto 0 auto;
	padding:0;
	border:0px
}

.more_overlay hr {
	margin: 15px auto 15px auto;	
}

.more_overlay .box_header {
	border: 1px solid #d9d9d9;
	padding: 5px;
	width: 100px;
	font-size: 11px;
	margin: 0px auto 0px auto;
	text-align: center;
}

.more_overlay .see_all {
	font-style: italic;
	color: #696969;
	font-size: 13px;
}

.recently_blogged center {
	font-size:10px;
	display:block;
	text-align: center;
	margin:20px 0 20px 0
}

.recently_blogged p, .recently_blogged li {
	padding:0 15px 20px 10px;
	font-size:13px
} 

.recently_blogged span {
	font-style: italic;
	color:#949494
}

.editors_pick {
	text-align: center;
	background:#f6f6f6;
	padding:10px;
}

.editors_pick div {
	background:#fff;
	border:1px solid #d9d9d9;
	position:relative;
	padding:10px
}

.editors_pick center {
	text-decoration: underline
}

.editors_pick img {
	float:left;
	padding:15px 20px 0 20px
}

.editors_pick p {
	font-size:18px;
	text-align: center;
	padding:30px 0 5px 0
}

.editors_pick span {
	text-align: center;
	display:block
}

/* archive page */

.archive_main {
	background:#F6F6F6;
	width:585px;
	border-right:1px solid #E5E5E5;
	margin:20px 0 0 0;
	font-style: italic;
	font-size:14px;
	color:#949494;
	float:left;
line-height:normal
}

.archive_main h1 {
	font-size:24px;
	padding:10px 0 5px 0;
	font-style: normal;
	line-height:100%
}

.archive_main h1 a:hover {
color:#999999 !important
}

.archive_main p {
	font-size:12px;
	font-weight:normal;
	padding:10px 40px 0 0;
	font-style: normal
}

.archive_main a {
	color:#000;
	line-height:110%;
	position:relative;
	top:-3px
}

.archive_main img {
	display: block;
	float:left;
	padding:0 20px 0 0
} 

.archive_listing {
	clear:both;
	width:585px;
	padding:30px 0 0 0;
	color:#949494
}

.archive_listing a {
	color:#000
}

.archive_listing a:hover {
color:#999 !important
}


.archive_listing li {
	padding:0 0 35px 0;
	margin:0;
	list-style: none;
	overflow:hidden
}

.archive_listing h2 {
	font-size: 18px;
	line-height:24px
}

.archive_listing span {
	font-style: italic;
	font-size:12px
}

.archive_listing p {
	color:#666;
	font-size:12px;
	margin:3px 0 0 0;
	line-height:120%
}

.archive_listing img {
	display: block;
	float:left;
	padding:0 25px 0 0

}

.archive_listing div {
	float:left;
	width:500px
}

/* legacy styles */

.half-width-col {
padding:0px 4px 0px 0px;
width:250px;
font-size:12px;
background-color:#fff;
border-left: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}

.list_top {
font-weight:bold;
border-bottom:1px solid #999;
background:#fff;
}

.half-width-col ul{
margin:10px 0;
padding:0;
font-size:11px;
list-style-type:none;
}

.half-width-col li{
margin:4px 0;
padding:0;
font-size:11px;
list-style-type:none;
}


table.front-focus {
border:1px solid #e0e0e0;
padding:1px;
}

h5 {
font-family: Georgia, Times, serif;
margin:10px 0 6px 0;
font-size:14px;
line-height:18px;
font-weight:bold;
color:#000;
background-color:#fff;
border-bottom:2px solid #000;
}

.little_thumb img {
margin-right:5px;
border:1px solid #e0e0e0;
padding:1px;
}

.adfloatL {
float:left;
margin:0 6px 3px 0;
line-height:1;
border:1px solid #e0e0e0;
padding:2px;
font-size:82%;
color:#666;
}
.adfloatR {
float:right;
margin:0 0 .3px 6px;
line-height:1;
border:1px solid #e0e0e0;
padding:2px;
font-size:82%;
color:#666;
}

.adfloatR_noborder {
float:right;
margin:0 0 .3px 6px;
line-height:1;
padding:2px;
font-size:82%;
color:#666;
}

.sectionTitle{
color:#000;
font-size:32px;
line-height:32px;
font-style:oblique;
padding:0px;
margin:0;
text-align: left;
}