/*  
Theme Name: SW Magazine2
Theme URI: http://www.stephenweb.com/free-magazine-wordpress-theme-2/
Description: SW Magazine2 by <a href="http://www.stephenweb.com/">stephenweb.com</a>. We appreciate your feedback, please submit any bugs or suggestions to us through <a href="http://www.stephenweb.com/">this theme page</a>.
Version: 1.0
Author: stephenweb
Author URI: http://www.stephenweb.com/
Tags: two-columns, threaded-comments, sticky-post, right-sidebar, fixed-width, green
*/


/* Begin Typography & Colors */

form{
	margin:0px;
	padding:0px;
}

small {
	font-family: Arial, Verdana, Tahoma;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#7d7349;
	}

h1, h2, h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

h1 {
	font-size:24px;
	line-height:26px;
	}

h2 {
	font-size: 22px;
	line-height:20px;
	}

h2.pagetitle {
	font-size: 22px;
	line-height:20px;
	}
	
h1.pagetitle {
	font-size:24px;
	line-height:26px;
	margin-bottom:2px;
	}

#sidebar h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#sidebar ul li h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #395d23;
	line-height:24px;
	text-transform:capitalize;
	padding-left:0px;
	font-weight:normal;
	line-height:normal;
	}

h3 {
	font-size: 17px;
	line-height:19px;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #395d23;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2,#sidebar2 h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
.entry{
	padding:8px 0px 10px 0px;
	}
	
.entry h2{border-bottom:solid 1px #588a3b; padding:0px 0px 10px 0px;}
	
.entry p{margin:0px 0px 12px 0px;}
	
	
.sticky {
	background: #fdfcfc;
	padding: 10px  !important;
	border:solid 1px #e3e3e3;
	}
	
.sticky h2 {
	padding-top: 10px;
	}

	
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em ;
	font-family:Arial, Verdana, Tahoma;
	}
	
.commentlist li ul li {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite{
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	padding-left:0px;
	}
	
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	}

.commentlist cite a.url{
	margin:0px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	

#commentform p {
	font-family: Arial, Verdana, Tahoma;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	
code {
	font: 1.1em  Arial, Verdana, Tahoma;
	}

acronym, abbr, span.caps
	{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a, #wp-calendar a:visited {
	text-decoration: none;
	text-decoration:underline;
	}

#wp-calendar caption {
	font: bold 1.3em  Arial, Verdana, Tahoma;
	text-align:center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	}

.widecolumn {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.post {
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}
	
.post hr {
	display: block;
	}
	
.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata, .narrowcolumn .postmetadata1 {
	padding-top: 5px;
	}

.widecolumn .postmetadata, .widecolumn .postmetadata1 {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: left;
	line-height:20px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:right;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding:0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	padding-top: 10px;
	text-align: center;
	padding-bottom:15px;
	}

#sidebar h2{
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	font-size:17px;
	
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;


	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
		
.spacer{
	line-height:0px;
	margin:0px;
	padding:0px;
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 0px 0 0px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	background-position:0 4px;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
	
div.entry ul{
	margin:0px;
	padding:0px 0px 0px 20px;
	}
	
div.entry ul li{
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0px 0px 0px 25px;
	margin:0px;
	list-style-type:disc;
	list-style-position:inside;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li, .postmetadata1 ul, .postmetadata1 li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol{
	margin: 0;
	padding: 0;
	font-family:Tahoma, Arial, Verdana;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 7px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0px 0 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

ol li, #sidebar ul ol li{
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li{
	margin: 0px 0 0;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited{
	color:#395d23 !important;
	text-decoration:none;
	}

#sidebar ul li a:hover{
	text-decoration:underline;
}
	
#sidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	border:none;
	}
	
#sidebar ul li li{
	padding:3px 5px 3px 5px;
	border-bottom:solid 1px #395d23;
	}
	
#sidebar ul li li li{
	border-bottom:none;
	background-image:none;
	padding-top:0px ;
	}

#sidebar ul ul ul li a{
	border-bottom:0px;
	padding:0px 0px 0px 12px!important;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
}

#sidebar ul ul ul li a:hover{
	text-decoration:underline;
	}
	

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 10px 0px 0px 0px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

.input01{
	border:1px solid #bbbaba;
	padding:3px 0px 3px 0px;
	font-size:1.4em;
}

#searchsubmit, #sidebar #searchsubmit {
	padding: 3px 0px 3px 0px;
	font-size:12px;
	width:56px;
	border:0px;
	background-color:#fefefe;
	color:#395d23 !important;
	border:1px solid #cacaca!important;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	border:1px solid #bbbaba;
	}
#commentform {
	margin: 5px 0px 0 0px;
	}

	
#commentnavi{
	margin:0px 0px 0px 15px;
	}	

#respond h3{
	margin:10px 0px 0px 0px;
	font-size:17px;
	}		
	
#commentform textarea {
	width: 90%;
	padding: 2px;
	border:1px solid #bbbaba;
	}

#commentform #submit {
	margin: 0px;
	padding:5px;
	background-color:#fefefe;
	color:#395d23 !important;
	border:1px solid #cacaca!important;
	cursor:pointer;
	}


.search_result h2 a{
	font-size:14px !important;
	font-weight:bold;
	}
	
.search_result .post{
	padding:2px 0px 8px 0px;
	}
	
.search_result .entry{
	padding:0px;
	}
	
/* End Form Elements */

.even, .alt {
	border-left: 1px solid #e3e3e3;
	}

.thread-alt {
	background-color: transparent;
	}
	
.thread-even {
	background-color: transparent;
	}
	
.depth-1 {
	border: 1px solid #e3e3e3;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
ol.commentlist{
	padding:0px;
	margin:0px 0px 0px 0px;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 10px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul{
	padding:0px;
	margin:0px;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 15px;
	}

.commentlist p {
	margin: 10px 5px 10px 5px;
	}
.children { padding: 0;}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#395d23;
	}
	

#sidebar form {
	margin: 0;
	}
	
#sidebar li.widget_tag_cloud div{padding:4px 10px;}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
	
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#today{
	color:#00CC33;
	font-weight:bold;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: transparent; }
/* End Calendar */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	}

.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;
	}
/* End captions */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding:0px 20px;
	border: 1px dashed #d3d1d1;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 30px;
	}
.navigation2 {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 30px;
	}

.navigation .alignleft a, .navigation2 .alignleft a,
.navigation .alignright a, .navigation2 .alignright a{border:solid 1px #395d23; padding:4px; float:left;}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	
div.post h2 a:link,div.post h2 a:visited, div.post h3 a:link,div.post h3 a:visited {
	color:#588a3b;
	padding:0px 10px 5px 0px;
	}

div.post h3 a:hover, div.post h2 a:hover{
	color: #6a6a3f;
	}

.postmetadata a{
	text-decoration: none;
	}
	
.postmetadata a:hover{
	text-decoration: underline;
	}
	
.narrowcolumn h2, .narrowcolumn h3 {
	margin-top:0px;
	}
	
label small{

	  }
 
.recentcomments{
	font-weight:bold;
}

.recentcomments a, .recentcomments a:visited{
	font-weight:normal;
}

#comments, #respond{

	padding:0px 0px 8px 0px;
	 }
	 
h3#respond{
	font-size:25px;
	font-weight:lighter;
	}
	
.textwidget{
	padding-left:10px;
	text-align:left;
	padding-right:5px;
	padding-top:5px;
	}
	
	
/*=========================Frame Html=========================*/	

body{
	font-family:Arial, Verdana, tahoma;
	font-size:12px;
	margin:0px;
	padding:0px;
	line-height:18px;
	color:#588a3b;
	background-color:#ededed;
}
	
a, a:visited{color:#395d23; text-decoration:underline;}
a:hover{text-decoration:none;}
p{
	margin:12px 0px;
}	
#container{margin:0px auto 0px auto; width:954px;background-image:url(images/bg_centercolumn.png); background-repeat:repeat-y;}
	
#centercolumn{padding:0px 24px; width:906px;}


/*===================================================Top===================================================*/	
#top{height:102px; background-image:url(images/bg_top.gif); background-repeat:repeat-x;}
#top_left{float:left; width:400px;padding:0px 0px 0px 20px}
#logo{padding:20px 0px 0px 0px;}
#logo h1{margin:0px; padding:0px; color:#404040; font-size:48px; line-height:50px; font-weight:lighter}
#logo h1 a, #logo h1 a:visited {color:#588a3b;}
.desc{color:#588a3b;}

#top_right{float:left; width:486px; padding:14px 0px 0px 0px;}
#top_date{color:#386192; font-size:14px;}
#top_ads{padding:8px 0px 0px 0px;}
#top_subscibe{padding:8px 0px 0px 0px; vertical-align:top}
#top_subscibe, #top_subscibe a, #top_subscibe a:visited{color:#a4a4a4;}
#top_subscibe img{padding:0px 0px 0px 8px;}

/*===================================================Main Header===================================================*/	

#main_header{height:37px; border-bottom:1px solid #395d23;}


/*===================================================Menu Dropdown===================================================*/	
#menu{height:37px; width:652px; float:left; font-family:Georgia, "Times New Roman", Times, serif;}
#menu ul{margin:0px; padding:0px 0px 0px 0px;}
#menu ul li{position:relative;}
#menu ul li a{
	background-image:url(images/line_top.gif);
	background-repeat:no-repeat;
	background-position: 0px 12px;
}
#menu ul li#home a, #menu ul li li a{background-image:none;}

/*=================================================== Search ===================================================*/
.main_search{
	width:254px;
	float:left;
	padding:5px 0px 0px 0px;
}

.inputbox {
	padding:4px 5px 4px 5px; width:167px; border:1px solid #bbbaba;
}

.button{
	background-image:url(images/but_search.gif);background-repeat:no-repeat;padding:0px 0px 2px 0px;width:72px;height:26px;border:0px; cursor:pointer;}



/*===================================================Content===================================================*/
#main{padding:0px 0px; float:left; width:906px;}


#top_content{ float:left; background-image:url(images/bg_top_content.jpg); background-repeat:repeat-y;}
#headline{width:608px; float:left;}


.clr{clear:both}	

#main_block{ padding:7px 0px 0px 0px; float:left; width:906px;}

#main_block_left{float:left; width:608px;}

#main_left{ padding:0px 20px 15px 7px; width:581px; }




#main_block_right{float:left; width:298px;}
#main_right{padding:0px 0px 0px 0px;}


/*===================================================Footer===================================================*/
#footer{ float:left; width:906px; height:62px; padding:0px 0px 0px 0px; background-image:url(images/bg_footer.gif); background-repeat:repeat-x;}
	
#foot{
	padding:10px 0px 0px 0px;
	text-align:center;
	color:#588a3b;
	}

#foot a, #foot a:visited{
	color:#588a3b;
	text-decoration:underline;
	}
	
#foot a:hover{
	color:#77ac59;
	text-decoration:none;
	}
	
.boxpost{padding:10px 0px;}
	
	
/* === Box Sidebar === */	

.box_sidebar{
	border:3px solid #588a3b;
	background-color:#a6d28c;
	padding:12px;
}

.spacer{
	padding:0px 10px;
	}
	

/*====HEADLINE====*/
#content_headline{
	padding:8px 12px 0px 7px;
	color:#fff;
	}
	
#content_headline .box-img{
	float:left;
}
	
#content_headline img.left{
	float:left;
	border:solid 1px #72a455;
	margin-right:10px;
	}
#content_headline h2{color:#fff;  border-bottom: solid 1px; padding-bottom:10px;}
#content_headline a, #content_headline a:visited{color:#fff;}
#content_headline h2 a:hover{text-decoration:underline;}

#content_headline .post-comments a, #content_headline .post-comments a:visited{
	color:#fefefe;
	text-decoration:none;
}	

.small{font-size:11px; line-height:25px;}
#content_headline p{margin:0px 0px 12px 0px;}

/*====FEATURED====*/
#featured{width:298px; float:left;}
#content_featured{
	padding:8px 0px 0px 18px;
	color:#fff;
	}
#content_featured img.left{
	float:left;
	border:solid 3px #3a6496;
	margin-right:5px;
	}
	
#content_featured  h2.cat_title, #content_featured  h2.cat_title a, #content_featured  h2.cat_title a:visited{	
	color:#fff; font-size:16px; padding-bottom:10px;	
}

ul.box_featured {

	margin:0px;
	padding:0px;
}

ul.box_featured li{
	display:inline;
	margin-bottom:8px;
}

li.featured_date{
	float:left;
	width:50px;

}

li.featured_title{
	background-color:#92c077;
	float:left;
	display:block;
	width:220px;
	padding:3px 5px 3px 5px;
}


.box_featured h5, .box_featured h5 a, .box_featured h5 a:visited{
	color:#fff;
	font-size:12px;
	line-height:16px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	text-decoration:none;
	}
	

/*====POST GLOBAL====*/
.entry img.left{
	float:left;
	border:solid 1px #72a455;
	margin-right:10px;
	}

.entry .box-img{
	float:left;
}

/*==== News box ====*/
div.news-block, div.news-block a, div.news-block a:visited{color:#7a7a7a;}
div.news-block{ width:278px; font-family:Arial !important; background-color:#395d23; padding:0px 10px 10px 10px; margin-bottom:7px;}


/*====ADS BOX====*/
.boxbanner{width:266px; padding:16px; float:left; background-color:#73a556; margin-bottom:7px; }
.ads{float:left; }
/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:0px; border:0px;}

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:0px 4px 3px 4px !important; border:0px;}




/*====PAGINATION====*/
.pagination{
	text-align:center;
	color: #395d23!important;
	}
	
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #395d23 !important;
	color: #395d23!important;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #395d23;
	color: #395d23;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #395d23;
	color: #395d23;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #395d23 !important;
	color: #395d23;
	background-color: #ffffff !important;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #395d23!important;
	border: 1px solid #395d23!important;	
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #395d23 !important;
	color: #ffffff !important;
	background-color: #395d23 !important;	
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #395d23;
	color: #395d23!important;
	background-color: #fff;
}
