/*
Theme Name: Magazine Three Column
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/magazine-3-column-free-wordpress-theme/
Description: A fixed width three-column magazine style layout. Designed by <a href="http://bavotasan.com">c.bavota</a>.
Version: 1.2
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	width: 1024px;
	margin: auto;
	font-size: 14px;
}

a {
	color: #000;
	}

/* Header Elements */

#login {
	height: 16px;
	background-color: #065B06;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 7px 10px 5px;
	}
	
	#login a {
		color: #fff;
		}
	
	a.dot:after {
		content: " " url(images/whitedot.png);
		}

#title {
	float: left;
	font-size: 48px;
	margin: 26px 0 0;
	padding: 0;
	line-height: 34px;
	}		
	
	#title a:hover {
		color: #ff0000;
		text-decoration: none;
		}
		
#description {
	clear: left;
	float: left;
	font-size: 12px;
	margin: 0 0 20px;
	padding: 0;
	}		
		
#header-search {
	margin: 25px 5px 0 750px;
	}
	
	#header-search #s {
		font-size: 16px;
		}
	
	#header-search #searchsubmit {
		position: relative;
		top: 8px;
		left: -2px;
		}

#navigation {
	clear: left;
        background-color: #065B06;
	border-top: 1px solid #000;
	border-bottom: 1px solid #aaa;
	float: left;
	width: 1024px;
	}

	#navigation ul {
		padding: 0;
		margin: 0;
		}
	
	#navigation li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 18px;
		padding: 0;
		margin: 3px 0;
		border-right: 1px solid #aaa;
		}
	
	#navigation a {
		font-weight: bold;
		color: #fff;
		padding: 3px 5px 3px 5px;
		}
		
		#navigation a:hover {
			background-color: #853435;
			text-decoration: none;
                        color: #000;
			}
			
#contact {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #000;
	padding: 3px;
	margin: 2px;
	color: #fff;
	}
	
	#contact a{
		font-size: 14px;
		color: #fff;
		}
		
	#contact a:hover {
		color: #ff0000;
		background-color: #000;
		}
			
#sub-navigation {
	clear: both;
	border-bottom: 1px solid #000;
	float: left;
	width: 1024px;
	}
	
	#sub-navigation img {
		float: left;
		position: relative;
		top: 3px;
		}
	
	#sub-navigation ul {
		padding: 0;
		margin: 0;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		padding: 0;
		margin: 4px 0 3px;
		border-right: 1px solid #aaa;
		}
	
	#sub-navigation a {
		color: #000;
		padding: 4px 5px 3px 5px;
		}
		
		#sub-navigation a:hover {
			text-decoration: underline;
			}
	
#subright {
	float: right;
	font-size: 12px;
	margin: 4px 0 3px;
	}
	
	#subright a {
		padding: 1px 2px 0 5px;
		color: #FF8000;
		}	
		
	#subright a.border {
		border-right: 1px solid #aaa;
		padding-right: 10px;
		}	

/* Main Elements */
	
#mainwrapper {
	float: left;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #aaa;
	border-top: 3px solid #aaa;
	width: 1022px;
	}

#content {
	float: left;
	background-image: url(images/mainline.png);
	background-repeat: repeat-y;
	margin: 10px 0;
	}

#sidebar {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0 10px;
	}

#sidebar-tabs {
	width:450px;
	border:1px solid #ccc;
	float:right;
	padding:0px;
	margin-bottom:10px;
	}

#secondsidebar {
	float: left;
	width: 360px;
	margin: 0;
	padding: 10px 0;
	}
	
.side-widget {
	width: 150px;
	float: left;
	margin: 0 15px;
	}
	
	.side-widget ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
		}

	.side-widget ul li {
		padding: 0;
		margin: 0;
		font-size: 13px;
		}
		
	.side-widget ul li {
		padding-left: 15px;
		margin: 2px 0;
		}
	
	.side-widget h2 {
		font-size: 14px;
		border-top: 1px solid #aaa;
		border-bottom: 1px solid #aaa;
		padding: 5px 0 3px;
		}

#sidebar .side-widget {
	margin: 0 15px 0 0;
	}

h1.catheader {
	margin: 0 0 30px;
	color: #ff0000;
	font-weight: normal;
	}	
	
.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}

.post h1 {
	margin: 0 0 20px;
	line-height: 28px;
	}	
		
.page h1 {
	margin: 0 0 30px;
	color: #ff0000;
	font-weight: normal;
	}	

#footer {
	clear: both;
	float: left;
	width: 1024px;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #aaa;
	margin-top: 1px;
	}

/* Basic Tag Elements */

a {
	text-decoration: none;
	outline: none;
	}
	
	a:hover {
		text-decoration: underline;
		}
	
img { 
	border: 0;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	width: 460px;
	margin: 0;
	padding: 5px 15px 0;
	}
	
	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		color: #FF0000;
		margin-bottom: 5px;
		font-size: 12px;
		}

	#leftcontent h1 {
		text-transform: uppercase;
		margin: 0 0 3px;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	color: #FF0000;
	}

.tags a {
	color: #ff0000;
	}
	
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}	

	.post {
		float: left;
		border-bottom: 1px solid #aaa;
		margin-bottom: 10px;
	}

#twocol {
	background: url(images/twolines.jpg) repeat-y;
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	}
	
	#twocol img {
		width: 100px;
		height: 100px;
		float: left;
		margin: 0;
		margin-right: 10px;
		}
		
	#twocol h1 {
		font-size: 18px;
		line-height: 20px;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 460px;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 215px;
	float: left;
	}	

	.twopost2 {
		margin-left: 30px;
		}
		
#threecol {
	background-image: url(images/lines.png);
	background-repeat: repeat-y;	
	float: left;
	padding: 10px 0 0;
	margin-top: 3px;
	}

	#threecol img {
		width: 40px;
		height: 40px;
		float: left;
		margin: 0;
		margin-right: 10px;
		}

.threepost {
	width: 135px;
	float: left;
	}
	
	.threepost h2, .twopost h2 {
		margin: 0 0 5px;
		font-size: 16px;
		line-height: 18px;
		}

	.threepost2 {
		margin: 0 13px;
		padding: 0 13px;
		}
		
/* Other Elements */

.red, .entry a {
	color: #ff0000;
	}
	
#google {
	padding-top: 50px;
	text-align: center;
	margin: 0 0 10px 13px;
	width: 314px;
	height: 208px;
	border: 10px solid #eee;
	background-color: #ccc; 
	}	
	
#googlebottom {
	padding-top: 20px;
	text-align: center;
	width: 706px;
	height: 48px;
	border: 10px solid #eee;
	background-color: #ccc;
	margin: 0 auto 10px;
	}	

#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #ff0000;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}

.commentlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}		
		
	.commentlist li {
		float: left;
		clear: both;
		width: 440px;
		padding: 0 10px 10px;
		background-color: #fff;
		}
		
	.commentlist img {
		padding: 10px 0 0;
		margin: 0;
		}	
		
	.commentlist li.alt {
		background-color: #eee;
		}	
		
	.comment-info {
		clear: both;
		float: left;
		}	
			
	.comment-text {
		margin-left: 120px;
		}			
			
#responder {
	float: left;
	clear: both;
	padding-top: 10px;
	}
		
/* WordPress Required Elements */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright {
   float: right;
	margin-left: 10px;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #ff0000;
	}

#wp-calendar {
	margin: auto;
	}

/* sidebar-tabs */


#sidebar-tabs ul.tabs {
	display: block;
	padding: 0;
	margin-left: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	z-index: 5500;
/*\*/	vertical-align: middle;/*\*/
	font-family: Arial, Helvetica, sans-serif;
	}
		
#sidebar-tabs ul.tabs li {
	margin: 0;
	display: block;
	float: left;
	background-color: #ccff99;
	border: 1px solid #ccc;
	border-width: 1px 1px 1px 0;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 6000;
	background-image: none;
	}
		
#sidebar-tabs ul.tabs li.selected {
	background-color: #fff;
	border-bottom: none;
	z-index: 9998;
	padding: 4px 7px 4px 7px;
	}
		
#sidebar-tabs div.tabContent {
	clear: both;
	border-top:1px solid #ccc;
	padding: 15px;
	_padding: 15px 15px 15px 15px;
	margin: 0;
	display: none;
	}
		
#sidebar-tabs div.tabContent.tabContentActive {
	display: block;
	}
		
#sidebar-tabs div.tabContent ol {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#sidebar-tabs div.tabContent ol li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#sidebar-tabs div.tabContent ul {
	margin-top: 0;
	margin-bottom: 5px;
	}
		
#sidebar-tabs div.tabContent ul li {
	_padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	}
		

/* Most Popular Module */


#mostPopWidget, #tabsContainer {
	position: relative;
	top: 1px;
	_top: 0;
	left: 0px;
	_left: 0;
	_height: 14px;
	_padding-top: 6px;
	display: block;
	}


#mostPopWidget ul.tabs {
	font-size: 10px;
	_position: absolute;
	top: 0;
	}
					
#mostPopWidget ul.tabs li {
	position: relative;
	top: 0; 
	padding-left: 4px;
	padding-right: 5px;
	_padding-bottom: 2px;
	}
		
#mostPopWidget ul.tabs li.selected {	
	_padding-bottom: 3px;
	}	
				
#mostPopWidget ul.tabs li:first-child {
	border-left-width: 1px;
	padding-left: 4px;
	}
					
#mostPopWidget  ul.tabs li a {
	color: #333333;
	}			

#mostPopWidget ol li {
	padding-left:2px;
	margin-left:25px;
	list-style-type: decimal;
	line-height:115%;
	}

#mostPopWidget ul li {
	padding-left:2px;
	margin-left:25px;
	list-style-type:square;
	line-height:115%;
	}
