/*
Theme Name: Magazine Basic
Theme URI: http://bavotasan.com/wordpress/free-wordpress-themes/magazine-basic-free-wordpress-theme/
Description: A basic magazine style premium theme with a fully customizable layout through an easy to use backend interface. Options include site width, one or two sidebars, header alignment, logo uploader and two extremely useful widgets.
Version: 2.1.2
Author: c.bavota
Author URI: http://bavotasan.com/
Tags: right-sidebar,left-sidebar,fixed-width,three-columns,two-columns,white,custom-header,theme-options
*/

/* Basic Tag Elements */


a {
	text-decoration: none;
	outline: none;
	color: #0db700;
	}
	
	a:hover {
		text-decoration: none;
		color: #205B87;
		}
	
img { 
	border: 0;
	}

body {
	color: #515151;
 	margin: auto; 
	font-size: 12px; 
	padding: 0 20px; 
	font-family:Arial, Helvetica, Helvetica Neue, sans-serif;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #0db700;
	text-transform: capitalize;
	}


/* Header Elements */

#header{
	background: #fff;
	float: left;
	width: 100%;
	height: 455px;
	background: url(http://secondhelpingonline.com/images/header_illustration-2.gif) no-repeat;
	}

#login {
	height: 16px;
	font-size: 12px;
	color: #fff;
	text-align: right;
	padding: 7px 10px 9px;
	background: url(images/login.png) repeat-x;
	}
	
	#login a {
		color: #fff;
		}
	
	#login ul {
		padding: 0;
		margin: 0;
		}
	
	#login ul li {
		display: inline;
		}
	
.dot:before {
	content: url(images/whitedot.png);
	}

#title {
	font-size: 48px;
	margin: 13px 0 0 5px;
	padding: 0;
	line-height: 34px;
	}
	
	#title a {
		color: #205B87;
		}		
	
	#title a:hover {
		color: #d3a938;
		text-decoration: none;
		}
		
#description {
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin:0;
	margin-top:10px;
	padding: 0;
	width:100%;
	}
	
	#description a {
		color: #fff;
		}
		
		#description a:hover {
		color: #f3d567;
		}		
	
#navigation {
	clear: left;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background: url(images/login.png) repeat-x;
	float: center;
	position: relative;
	width: 1022px;
	top:5px;
	height: 25px;
	z-index: 1;
	}

	#navigation ul {
		padding: 0;
		margin: 0;
		align:center;
		}
	
	#navigation li {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		padding: 0;
		margin: 3px 0;
		}
	
	#navigation a {
		font-weight: bold;
		color: #3b6476;
		
		padding: 3px 12px 4px 12px;
		}
		
		#navigation a:hover {
			color: #c73643;
			
			text-decoration: none;
			}
			
#contact {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px;
	}
	
	#contact a {
		border-left: 1px solid #fff;
		border-right: 0;
	}
			
#sub-navigation {
	clear: both;
	border: 1px solid #aaa;
	float: center;
	width: 1022px;
	
	height: 25px;
;
	
	}
	
	#sub-navigation img {
		float: left;
		position: relative;
		top: 3px;
		}
	
	#sub-navigation ul {
		padding: 0 0 0 5px;
		margin: 0;
		}
	
	#sub-navigation li {
		list-style-type: none;
		float: left;
		text-transform: uppercase;
		font-size: 12px;
		padding: 0;
		margin: 4px 0 3px;
		}
	
	#sub-navigation ul li{
background-image: url(http://secondhelpingonline.com/wp-content/themes/magazine-basic/images/greendot.png);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left:10px;
	}
	
	#sub-navigation a {
		color: #666;
		padding: 4px 5px 3px 5px;
		}
		
		#sub-navigation a:hover {
			text-decoration: none;
			color: #0eb600;
			}
	
#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 #666;
		padding-right: 10px;
		}	

/* Main Elements */
	
#mainwrapper {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	width:1022px;
	top:10px;
	}

#sidebar {
	float: left;
	margin: 0 10px;
	padding: 5px 0 0;
	}

#secondsidebar {
	float: right;
	margin: 0 10px;
	padding: 5px 0 0;
	}
	
.side {
	line-height: 20px;
	font-size: 18px;
	margin-bottom: 0;
	}	
	
.side-widget {
	float: left;
	margin: 0 0 10px;
	padding: 0 9px 15px;
	background: url(images/login.png);
	border: 1px solid #ddd;
	}
	
	.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-bottom: 1px solid #ddd;
		padding: 10px 0 5px;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		}
		
	.side-widget .storycontent {
		border-bottom: 1px solid #ddd;
		}
		
	.side-widget .noline {
		border-bottom: 0;
		}		

.posts {
	border-bottom: 1px solid #aaa;
	margin-bottom: 20px;
	}
	
	.posts h2 {
		margin: 10px 0 0;
		}

#footer {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 11px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	top:9px;
	}

/* Left Content Elements */

#leftcontent {
	float: left;
	margin: 0 10px;
	padding: 0;
	}

	#leftcontent h5 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		padding: 0;
		color: #000;
		margin-bottom: 5px;
		font-size: 14px;
		}

	#leftcontent h1 {
		margin: 0;
		padding: 0;
		font-size: 24px;
		line-height: 26px;
		}

.more-link {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	color: #34a737;
	}


.tags a {
	color: #205B87;
	}
	
.meta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c7a776;
	}	

.post {
	float: left;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#twocol {
	float: left;
	margin-bottom: 3px;
	padding: 10px 0 0;
	background: url(images/line.png) repeat-y 50% 0;
	}
	
	#twocol img {
		width: 80px;
		float: left;
		margin: 0;
		margin: 0 10px 5px 0;
		}
		
	#twocol h1 {
		font-size: 18px;
		line-height: 20px;
		}
	
.mainhr {
	float: left;
	background: #aaa;
	clear: both;
	width: 100%;
	height: 1px;
	border: 0;
}	
	
.twopost {
	width: 46%;
	float: left;
	}	

.twopost2 {
		margin-left: 7.5%;
		}
		
#threecol {
	float: left;
	background: url(images/line.png) repeat-y 31.5% 0;
	margin-top: 3px;
	}

#threecol2 {
	float: left;
	padding: 0;
	background: url(images/line.png) repeat-y 67% 0;
}

	#threecol img {
		width: 40px;
		float: left;
		margin: 0 10px 5px 0;
		}

.threepost {
	width: 29%;
	float: left;
	border-top: 1px solid #aaa;
	padding-top: 10px;
	}
	
	.threepost h2, .twopost h2 {
		margin: 0;
		font-size: 16px;
		line-height: 18px;
		}

	.threepost2, .threepost5 {
		padding: 10px 0 0;
		margin: 0 6%;
		}
		
	.threepost1, .threepost2, .threepost3 {
		border-top: 0;
		}
		
	
		
/* Other Elements */

#leftcontent h1.catheader {
	margin-top: 3px;
	color: #3b6476;
	font-weight: normal;
	}
	
	#leftcontent .post h1 {
		color: #0eb600;
		margin-top: 3px;
		}

.red, .entry a {
	color: #3b6476;
	font-weight: bold;
	}
	
#tagcloud {
	width: 400px;
	text-align: center;
	margin: auto;
	padding: 20px;
	}	
	
#tagcloud a {
	color: #cc0000;
	}

/* Comment Elements */

h3#comments {
	text-transform: none;
	padding-bottom: 5px;
	}

#postcomments {
	padding-top: 20px;
	}

.commentlist {
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
	}		
		
	.commentlist li {
		float: left;
		clear: both;
		width: 90%;
		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: #f5f0d6;
   padding-top: 4px;
   margin: 10px;
 
   -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;
   color: 416b7b;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#today {
	color: #cc0000;
	}

#communities table{position:relative; bottom:4px;}

#ads_right{margin-bottom:10px;}

div#pullquoteright{
float:right;
font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
font-size:1.75em;
text-align:right;
background:none;
width:160px;
border-top:#0eb600 2px solid;
border-bottom:#0eb600 2px solid;
margin:1em;
padding:1em;
color:#416b7b;
}

div#pullquoteleft{
float: left;
font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
font-size:1.75em;
text-align:left;
background:none;
width:160px;
border-top:#0eb600 2px solid;
border-bottom:#0eb600 2px solid;
margin:1em;
padding:1em;
color:#416b7b;
}

div#pullquotecenter{
float: center;
font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
font-size:1.75em;
text-align:center;
width: 600px;
background:none;
border-top:#0eb600 2px solid;
border-bottom:#0eb600 2px solid;
margin:1em;
padding:1em;
color:#416b7b;
}
div#centertext{
float: center;
font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
font-size:1.75em;
text-align:center;
background:none;
margin:1em;
padding:1em;
color:#416b7b;
}
div#breakout{
float: right;
text-align: left;
width: 300px;
border-top:#35a376 2px solid;
border-bottom:#35a376 2px solid;
margin: 1em;
padding: 1em;
}
div#recipe{
float: right;
text-align: right;
width: 300px;
border-top:#35a376 2px solid;
border-bottom:#35a376 2px solid;
margin: 1em;
padding: 1em;
}
#authorbox{
    background:#f5f0d6;
    border: 1px solid #dddddd;
	margin:0 auto;
	margin-bottom: 10px;
    height: 55 px;
	overflow:hidden;
	
}
    #authorbox h4{
        color:#f5f0d6;
        margin:0;
        padding:10px 10px 5px 10px;
    }
	.authortext{
        padding-left: 100px;
		padding-top: 10px;
		}
#authorbox img{
        margin:5px;
		float:left;
		
    }
    #authorbox p{
        font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
		font-style: italic;
		text-align:right;
		color: #36a736;
        margin:0;
        padding:0px 10px 10px 10px;
    }

	#authorbox p{
        font-family: Arial, Helvetica, Helvetica Neue, sans-serif;
		font-style: italic;
		text-align:right;
		color: #36a736;
    }