/*  
Theme Name: SW Premium3
Theme URI: http://www.stephenweb.com/free-premium-wordpress-theme-3/
Description: SW Premium3 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/free-premium-wordpress-theme-3/">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, brown
*/


/* Begin Typography & Colors */

small {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color:#7d7349;
	}

h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	}

h1 {
	font-size:26px;
	line-height:28px;
	}

h2 {
	font-size: 24px;
	line-height:26px;
	}

h2.pagetitle {
	font-size: 24px;
	line-height:26px;
	}

#sidebar h2, #sidebar2 h2{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	}
	
#sidebar ul li h2, #sidebar2 ul li h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	padding-bottom: 5px;
	height:31px;
	color: #3f291c;
	line-height:24px;
	text-transform:capitalize;
	padding-left:38px;
	padding-top:3px;
	background-image:url(images/bg_title_sidebar.gif);
	background-repeat:no-repeat;
	font-weight:lighter;
	}

h3 {
	font-size: 20px;
	line-height:22px;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color:#3f291c;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #3f291c;
	}

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-top:4px;
	padding-bottom:10px;
	}
	
	
.sticky {
	background: #e6dfc4;
	padding: 10px 10px 10px 10px !important;
	border:solid 1px;
	}
	
.sticky h2 {
	padding-top: 10px;
	}

	
.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em ;
	font-family:"Times New Roman", Times, serif;
	}
	
.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:5px;
	}
	
.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: "Times New Roman", Times, serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
	
code {
	font: 1.1em  "Times New Roman", Times, serif;
	}

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  "Times New Roman", Times, serif;
	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 0px 0px;
	padding:15px 0px 15px 0px;
	text-align: justify;
	}
	
.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;
	color:#3f291c;
	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 ,#sidebar2 h2{
	margin: 0px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 0px auto 20px ;
	
	}
/* 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, #sidebar2 ul ul li:before,  #sidebar ul ul li, #sidebar2 ul ul li {
	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,#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 30px;
	}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}
#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 4px 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 0px;
	}

ol li, #sidebar ul ol li, #sidebar2 ul ol li{
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 0px 0 0;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar ul li a:link, #sidebar ul li a:visited{
	color:#393939 !important;
	}
	
#sidebar ul li  {
	list-style-type: none;
	list-style-image: none;
	border:none;
	}
	
#sidebar ul li li{
	background-image:url(images/line_dot.gif);
	background-position:left bottom;
	background-repeat:repeat-x;
	padding:5px 5px 5px 10px;
	}
	
#sidebar ul li li li{
	border-bottom:none;
	background-image:none;
	}

#sidebar ul ul ul li a, #sidebar ul ul ul li a:visited{
	border-bottom:0px;
	padding:2px 0px 2px 10px!important;
	text-decoration:none;
	background-image:url(images/arrow.gif);
	background-position:0 5px;
	background-repeat:no-repeat;
}
	

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0px auto;
	padding: 10px 0px 0px 0px; 
	text-align: center;
	}

#sidebar #searchform #s, #sidebar2 #searchform #s  {
	width: 108px;
	padding: 2px;
	}

#searchsubmit, #sidebar #searchsubmit, #sidebar2 #searchsubmit  {
	padding: 4px 0px 4px 0px;
	font-size:10px;
	width:46px;
	border:0px;
	background-color:#3f291c;
	color:#d6cdac !important;
	}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
#commentform{
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 0px 0 0px;
	}

	
#commentnavi{
	margin:0px 0px 0px 15px;
	}	

#respond h3{
	margin:10px 0px 0px 0px;
	font-size:20px;
	}		
	
#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0px;
	width:170px;
	}
	
/* End Form Elements */

.even, .alt {
	border-left: 1px solid #3f291c;
	}

.thread-alt {
	background-color: transparent;
	}
	
.thread-even {
	background-color: transparent;
	}
	
.depth-1 {
	border: 1px solid #3f291c;
	}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
ol.commentlist{
	padding:0px;
	margin:0px 10px 0px 10px;
	}

.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;
	width:260px;
	}
	
#sidebar2
	{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#sidebar form, #sidebar2 form {
	margin: 0;
	}
/* 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;
	}


#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 #3f291c;
	}

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: 20px;
	}
.navigation2 {
	display: block;
	text-align: center;
	margin-top: 0px;
	padding-bottom: 20px;
	}
/* 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:#3f291c;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:normal;
	padding:0px 10px 5px 0px;
	}

div.post h3 a:hover, div.post h2 a:hover{
	color: #6c4833;
	}

.postmetadata a{
	text-decoration: none;
	}
	
.postmetadata a:hover{
	text-decoration: underline;
	}
	
.narrowcolumn h2, .narrowcolumn h3 {
	color:#3f291c;
	margin-top:0px;
	}
	
label small{
	color:#3f291c;
	  }
  
#comments, #respond{
	color:#3f291c;
	padding:0px 0px 8px 5px;
	 }
	 
h3#respond{
	font-size:25px;
	font-weight:lighter;
	}
	
.textwidget{
	padding-left:20px;
	text-align:left;
	padding-right:10px;
	padding-top:5px;
	}
	
	
/*=========================Frame Html=========================*/	

body{
	background-image:url(images/repeat-wood.gif);
	background-repeat:repeat-x;
	background-color:#3f291c;
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#393939;
	line-height:18px;
	}
	
a, a:visited{
	color:#7d7349;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}
	
#container{
	background-image:url(images/bg_top.png);
	background-repeat:no-repeat;
	background-position:top;
	width:1070px;
	margin:0px auto 0px auto;
	}
	
#wrapper{
	background-image:url(images/bg_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#frame{
	width:918px;
	margin:0px auto 0px auto;
	}
	
#top{height:100px;}
#logo h1{margin:0px; font-size:60px; line-height:62px; color:#fff; font-weight:lighter; padding:8px 0px 0px 0px; text-align:left; font-style:italic}
#logo h1 a, #logo h1 a:visited{color:#fff;}
#logo h1 a:hover{color:#ff9900;}
.description{color:#fff; padding:5px 0px 0px 20px;}
#rss{height:20px; font-size:24px; font-style:italic; color:#fff; font-weight:lighter; text-align:right; padding:10px 195px 0px 0px;}
#rss a, #rss a:visited{color:#fff;}
#rss a:hover{color:#ff9900;}

/*=========================navigation=========================*/
#menu{height:36px; color:#fff}
#menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	}
	
#menu ul li{
	list-style-type:none;
	margin:0px;
	padding:2px 0px 0px 0px;
	display:inline;
	color:#ffffff;
	}
	
#menu ul li a, #menu ul li a:visited{
	color:#fff;
	padding:0px 25px 0px 25px;
	text-decoration:none;
	font-size:14px;
	text-transform:uppercase;
	background-image:url(images/line.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
	
#menu ul li#home a, #menu ul li ul li a{
	background-image:none !important;
	}
	
	
 #menu ul li a:hover{
 	color:#ff9900
	}
	
/*=========================content=========================*/
#main{
	background-image:url(images/bg_content.png);
	background-repeat:repeat-y;
	padding:26px 0px 0px 0px;
	float:left;
	}
	
#main_block{
	background-image:url(images/blank.gif);
	background-repeat:repeat-y;
	width:auto;
	position:relative;
	z-index:100;
	float:left;
	}
	
#main_left{
	width:625px;
	float:left;
	}
	
#main_content{
	padding:0px 10px 0px 20px;
	}
	
#main_right{
	width:293px;
	float:left;
	}
	
#side{
	padding:0px 12px 0px 14px;
	}

/*=========================footer=========================*/	
#footer{
	height:45px;
	padding:60px 0px 10px 0px;
	background-image:url(images/bg_footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	color:#fff;
	text-align:center;
	clear:both;
	}
	
#footer a, #footer a:visited{
	color:#fff;
	text-decoration:underline;
	}
	
 #footer a:hover{
 	text-decoration:none;
	color:#ff9900;
	}

.title_content{
	}

.time{
	float:left;
	background-image:url(images/bg_date.png);
	background-repeat:no-repeat;
	width:50px;
	height:53px;
	text-align:center;
	}

.month{display:block; color:#e1d9b6; font-size:20px; padding:4px 0px 5px 0px}
.date{display:block; color:#e1d9b6; font-size:28px;}

.title{ float:inherit; margin-left:60px;}
.title h2{
	background-image:url(images/line_dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:0px 0px 3px 0px;
	}

.search_result h2 a{
	font-size:18px !important;
	}
	
.search_result .post{
	padding:2px 0px 8px 0px;
	}
	
.search_result .entry{
	padding:0px;
	}
	
a.more-link, a.more-link:visited{
	display:block;
	margin-top:10px;
	padding:0px 0px 0px 0px;
	text-decoration:none!important;
	font-size:14px;
	}
	
a.more-link:hover{
	text-decoration:underline !important;
	}
	

/*=========================Dropdown=========================*/		
#dropmenu, #dropmenu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	line-height:1.5em;
	z-index:500!important;
	font-weight:normal;
	float:left;
	}
	
#dropmenu a {
display:block; 
padding:0px 20px 0px 20px; 
color:#fff;  
text-decoration:none; 
font-family:"Times New Roman", Times, serif; 
font-size:14px !important;
line-height:36px;
border:0px;
text-transform:uppercase;
}

#dropmenu a:hover {color:#fff;}
#dropmenu li {float:left; position:relative; }
#dropmenu li#home {float:left; position:relative; border-left:none; background-image:none;}
#dropmenu ul {position:absolute; display:none; top:30px; left:0px; cursor:pointer;}
#dropmenu ul a { z-index:500; }
#dropmenu li ul {list-style: none;float:left;margin:6px 0px 0px 0px; padding:0px 0px 0px 0px; border-top:none;}
#dropmenu li li{border:0px; border-width:0px; float: left; padding:0px 0px 0px 0px !important;  display:block;   z-index:500;}
#dropmenu li ul a, #dropmenu li ul a:visited {color:#fff; border:solid 1px #393939; border-width:0px 0px 1px 0px; width:120px; font-size:14px; text-transform:capitalize; padding:7px 0px 7px 13px; background-color:#000; line-height:18px !important;  }
#dropmenu li ul a:hover{color:#ff9900; background-color:#2d2c2c }
#dropmenu ul ul {top:0em;}
#dropmenu ul ul li ul li{margin:0px 0px 0px 0px !important; padding:0px 0px 0px 0px; display:block; float:left; position:absolute;}
#dropmenu li ul ul {left:9.5em; margin:0px 0 0 0px;}
#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {display:block;}


.spacer{
	padding:0px 10px;
	}
	
.boxbanner{
	padding:0px 0px 10px 2px;
	float:left;
	}
	
#ads img {
	margin:0px 4px 6px 0px;
	}

.box-sidebar{
	float:left;
}

/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:10px; border:0px;}

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:0px 5px 0px 0px !important; border:0px;}

