﻿/* -------------------------------------------------------------------------------

	Theme Name: Rustic Portrait

	Version: 1.01

	Tags: 3 columns, grey, Fixed Width, Widget Ready, Left Sidebar, Valid XHTML, Valid CSS

   ------------------------------------------------------------------------------- */



/***** GENERAL *****/

body{

	margin:0px auto;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	color:#000000;

	background:#000001 url(images/bg_top.jpg) no-repeat left top;

	border:0px yellow solid;

}



img {

	border:0px;

	padding:5px;

	max-width: 100%; /* not working in IE6*/

}

a {color:#6F7163;text-decoration: none;}

a:hover {color: #6F7163;text-decoration: none;}



h1 {font-size:30px;}

h2 {font-size:26px;}

h3 {font-size:21px;}

h4 {font-size:17px;}

h5 {font-size:14px;}

h6 {font-size:12px;}



p {margin: 0px 0px 12px 0px;}

hr {height:1px;border:none;border-top:1px dashed #666666; width:95%;}

del {color:red;}

ins {color:green;}



blockquote {

	clear: left;

	text-align: justify;

	padding: 0px 0px 0px 22px;

	margin: 10px 10px 10px 10px;

	border-left: 2px solid #ACACAC;

}

input,select,textarea {

	font-size:12px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

code{

	font: 1.1em 'Courier New', Courier, Fixed;

}

.alignleft {float: left;}

.alignright {float: right;}

.aligncenter,div.aligncenter{

   display: block;

   margin-left: auto;

   margin-right: auto;

}

img.alignleft {

	padding: 5px;

	margin: 0 5px 2px 0;

	display: inline;

}



img.alignright {

	padding: 5px;

	margin: 0 0 2px 5px;

	display: inline;

}

img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.clear {clear:both;}

.spacer {height:40px;}



/********** LAYOUT **********/

#base{

	margin:0 auto 0 0;

	width:980px;

}

#header{

	position:relative;

	width:980px;

	height:140px;

	background:url(images/bg_header.gif) no-repeat left top;

}

#header h1 {

padding-left:0px;

padding-top:15px;

position:relative;

z-index:30;



}

#header h1 a {

display:block;

height:81px;

text-indent:-9000px;

width:465px;



}







#container{

	position:relative;

	width:980px;

	background:url(images/bg_container.jpg) no-repeat left top;

}

#container_btm{

	background:#CBCAB2 url(images/bg_container_btm.jpg) no-repeat left bottom;

}

#sidebar{

	position:relative;

	float:left;

	display:inline;

	width:420px;

	margin:0 0px 0 0px;

	border:0px red solid;

	color: #666666;

}

#sidebar_top{

	overflow:hidden;

	height:280px;/*500*/

	width:320px;

	margin:104px 0 120px 5px;

	border:0px red solid;

	background:url(images/default.jpg) no-repeat;

}

#sidebar_top img.mask_hole{

	width:320px;

	height:280px;

	padding:0;

	margin:0;

	background:url(images/mask_hole.png) no-repeat;

}



#sidebar1{

	float:left;

	overflow:hidden;

	width:180px;/*180*/

	font-size:11px;

	margin:0 0px 0 15px;

}

#sidebar2{

	float:right;

	overflow:hidden;

	width:200px;

	font-size:11px;

	margin:0 10px 0 0px;

}

#content{

	float:right;

	display:inline;

	width:540px;

	margin:0 10px 0 0px;

	border:0px red solid;

}

#footer{

	width:970px;

	height:50px; /*85*/

	background:url(images/bg_footer.jpg) no-repeat left top;

	padding:35px 10px 0 0;

	color:#ffffff;

	font-size:11px;

	text-align:right;

	line-height:1.4em;

}

#footer a, #footer a:hover{

	font-size:11px;

	color:#ffffff;

	text-decoration:underline;

}



#blogtitle{

	position:relative; 

	font-family: Arial,Verdana; 

	margin:0px;

	height:65px;

	padding:10px 0 0 20px;

	font-size:32px; 

	font-weight:bold;

	border:0px red solid;

	color:#ffffff;
	
background:url(images/logo.png) no-repeat;

}

#blogtitle a, #blogtitle a:hover {

	font-family: Arial,Verdana; 

	color:#ffffff; 

	text-decoration:none;

}

#subtitle {

	position:relative; 

	font-family: Arial, Verdana; 

	margin:0px;

	width:350px;

	height:55px;

	padding:5px 0 0 20px;

	font-size:12px; 

	color:#ffffff; 

	font-style:italic;

	font-weight:bold;

	border:0px red solid;

}

#header img.home {

	position: absolute;

	margin:0px;

	padding:0px;

	left: 0px;

	top: 0px;

	width:400px;

	height:250px;

	border:0px red solid;

}



/******************* MENU *****************/

#menu {

	position: absolute;

	overflow:hidden;

	width:528px;

	height:68px;

	right:0;

	top:0;

	border:0px white solid;

}

#menu ul {

	float:right;

	margin:0;

	padding:0;

	height: 58px;

	border:0px red solid;

}



#menu ul li {

	display: inline;

	font-size: 12px;

	font-family:Arial,Verdana;

	font-weight: bold;

	height:40px;

	margin:0px;

	

}

#menu ul li a { /*145x70*/

	float: left;

	display: block;

	height:58px;/*58*/

	width:100px; /*176*/

	line-height: 15px;

	color: #000000;

	padding: 16px 36px 0 20px;

	text-align:center;

	margin:0 0 0 0;

	text-decoration:none;

	background:url(images/bg_menu.gif) no-repeat;

	border:0px red solid;

}

#menu ul li a:hover, #menu ul li.current_page_item a {

	color:#ffffff;

	cursor:pointer;

}



/*************** content ***************/

.archivetitle {

	color: #351E00;

	text-align:left;

	font-size: 12px;

	font-weight:bold;

	height:25px;

	line-height:25px;

	padding: 0px 0px 0px 0px;

	margin: 0px 10px 15px 0px;

}

.post {/*width=540px*/

	position:relative;

	width:540px;

	padding:0 0 0 0;

	margin:0 0px 20px 0px;

	border-bottom:0px red solid;



}

.post_top{

	width:540px;

	height:60px;

	margin:0 0 10px 0;

	background:url('images/bg_post_title.png') no-repeat;


}

.page_top{

	background:url('images/bg_page_title.png') no-repeat;

}

.post_title{

	position:absolute;

	left:0;

	top:0;

	width:380px;

	font-size:18px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	padding:15px 20px 0 20px;

	font-weight:normal;

	margin:0;

	border:0px red solid;

}

.page_title{

	width:480px;

}

.post_title a,.post_title a:hover{

	text-decoration:none;

	color:#ffffff;

}

.post_date{

	position:absolute;

	top:14px;

	right:25px;

	width:86px;

	height:40px;

	border:0px red solid;

}

.post_date_d {

	font-size: 22px;

	font-family:Arial, Verdana;

	font-weight:bold;

	text-align:center;

	color:#6B6B5B;

	padding:0px 0 0 0;

}

.post_date_m {

	font-size: 10px;

	font-weight:bold;

	text-align:center;

	color:#6B6B5B;

	padding:0px 0 0 0;

}

.post_author{

	text-align:right;

	font-style:italic;

	font-size:10px;

	padding:0 20px 0 40px;

}

	

.entry{

	overflow:hidden;

	width:500px; /*540px*/

	color: #000000;

	line-height: 1.6em;

	text-align: justify;

	padding: 10px 20px 10px 20px;

	margin:0;

}



.info {

	line-height: 1.6em;

	font-size: 10px;

	text-align: left;

	margin: 10px 30px 0px 30px;

	padding: 10px 0px 0px 0px;

	

}

.category {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_category.gif') no-repeat top left transparent;

}



.tags {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_tags.gif') no-repeat top left transparent;

}



.bubble {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_comment.gif') no-repeat top left transparent;

}

.navigation {

	font-size: 11px;

	margin: 20px 0px 20px 0px;

	padding: 10px 20px 10px 20px;

}



.sorry {

	font-size: 12px;

	font-style: italic;

	margin: 8px 0px 0px 10px;

	padding: 3px 0px 3px 0px;

}



/*************** sidebar ***************/

img.rss{

	position:absolute;

	left: 320px;

	top: 10px;

	height:80px;

	width:80px;

	border:0px red solid;

}

#mainsearch{

	position:absolute;

	top:459px;

	left:250px;

	width:140px;

	height:18px;

	margin:0;padding:0;

	border:0px red solid;

}

#mainsearch .input {

	position:absolute;

	top:3px;

	left:2px;

	height:15px;

	width:95px;

	padding:0px 5px 0px 5px;

	margin:0 0 0 0;

	font-size:10px;

	font-family: Arial, Verdana, Helvetica;

	color:#999999; 

	border:none;

	background:transparent;

	border:0px red solid;

}

#mainsearch .submit{

	cursor:pointer;

	border:none;

	background:transparent;

	position:absolute;

	top:0px;

	right:0px;

	height:18px;

	width:30px;

}



#sidebar {color:#000000;}

#sidebar a{color:#000000; text-decoration:none;}

#sidebar a:hover {color:#C4141B; text-decoration:none;}

#sidebar ul {

	list-style-type: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}

#sidebar li {

	list-style-type: none;

	margin: 0px 0px 24px 0px;

	padding: 0px 0px 0px 0px;

}

#sidebar ul ul li {

	line-height: 1.6em;

	list-style-type: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 3px 2px 12px;

	background: url('images/bg_sb1.gif') no-repeat 0px 5px;

}



#sidebar h4 {

	color: #7D7C6C;

	line-height:20px;

	font-size: 13px;

	font-weight: bold;

	letter-spacing: 0px;

	font-variant: normal;

	margin: 0px 5px 1px 0px;

	padding: 15px 10px 5px 12px;

	background: url('images/bg_sb2.gif') repeat-x;

}

/*************** sidebar1 ***************/

#sidebar1 select{

	margin:5px 0px 2px 2px;

	font-size:11px;

	width:170px;

	overflow:hidden;

}

/*************** sidebar2***************/

#sidebar2 select{

	margin:5px 0px 0px 10px;

	font-size:11px;

	width:180px;

	overflow:hidden;

}



/*************** comment ***************/

#postmetadata {

	font-size: 11px;

	margin: 0px 0px 20px 0px;

	padding: 5px 15px 5px 15px;

	background:#A4A28B;

}



.nocomments {background: none; color: #000000;}



#comments {

	color: #000000;

	font-size: 13px;

	text-align: left;

	font-weight: bold;

	margin: 0px 5px 0px 5px;

	padding: 0px 0px 0px 0px;

	font-variant: normal;

	border-bottom: 1px dotted #000000;

}



.commentlist {

	list-style: none;

	margin:0px ;

	padding:0 10px 10px 10px;

}

.comment,.trackback,.pingback{

	clear:both;

	margin:10px 0px 0px 0;

	padding:0px 0px 0px 0px;

	

}

.comment .children{

	list-style: none;

	padding:0px 0 0 0;

	margin:0px 0 0px 15px;

	border:0px red solid;

}

.comment div, .trackback div, .pingback div{

	height:100%;

	background:#C7C6AE;

	border:1px #9F9D86 solid;

	padding:5px;

}

.trackback div, .pingback div{

	border:1px #9F9D86 dashed;

}

.comment div div,.trackback div div, .pingback div div{

	background:none;

	padding:0;

	border:0px;

}



.comment .says, .trackback .says, .pingback .says{

	display:none;

}

.comment .avatar{

	position:relative;

	float: left;

	margin: 0px 5px 0px 0px;

	padding: 0px;

}

.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a{

	margin-left:0px;

	color:#000000;

	text-decoration:none;

	font-size: 11px;

}	

.byuser .fn a{

	font-weight:normal;

	text-decoration:underline;

}

.bypostauthor .fn a{

	font-weight:bold;

	text-decoration:underline;

}

.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta{

	border-bottom: 1px dashed #9F9D86;

	margin:0 0 10px 0px;

	padding:6px 0 6px 0;

	font-size:10px;

}

.trackback .comment-meta{

	padding:2px 0 2px 0;

}

.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {

	color:#000000;

	text-decoration:none;

}



.comment .reply{

	margin:5px 0 0px 0;

	padding:2px;

	font-size:10px;

	text-align:right;

}

.comment .reply a{

	color:#000000;

	text-decoration:none;

}

.trackback .reply, .pingback .reply{

	display:none;

}

	/**comment paging WP2.7**/

.commentnavi{

	padding-right:20px;

}

.commentpages{

	float:right;

	padding:5px 10px;

}

.page-numbers{

	padding-left:5px;

}

.current{

	font-weight:bold;

}

	/*** comment form ***/

#respond {

	clear:both;

	padding:5px 15px 5px 5px;

	margin:10px 0px 0px 20px;

	font-size:11px;

}	

.cancel-comment-reply{

}



#commentform {

	margin:0;

	padding:10px 0 0 0;

}

#email, #author, #url {

	color: #000000;

	font-size: 11px;

	padding-left: 2px;

	vertical-align: middle;

	border: 1px solid #9F9D86;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

#comment {

	width: 98%;

	color: #000000;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	border: 1px solid #9F9D86;

	padding: 2px 2px 2px 2px;

}

#submit {

	height: 20px;

	color: #000000;

	font-size: 11px;

	background: #ffffff;

	margin: 0px 0px 0px 0px;

	padding: 0px 10px 2px 10px;

	border: 1px solid #9F9D86;

	background:#C7C6AE;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}





/********** WIDGET **********/

#wp-calendar td {font-size:11px;color:#666666;}

#wp-calendar td a {color:#000000;font-weight:bold;text-decoration:none;}

#wp-calendar {

	width: 90%;

	margin:0 0 0 0px;

	text-align: center;

	font-size:11px;

	color:#666666;

}



.wp-caption {  

    text-align: center;

    color:#666666;

}



.textwidget {

	margin:2px 5px 0 5px;

}

#akismetwrap{

	margin:2px 0 2px 10px;

}

.rsswidget img {

	display:none;

}



#sidebar h1 a.rsswidget{

	margin-left:0px;

	overflow:hidden;

	text-decoration:none;

}

.wp-smiley{

	vertical-align:middle;

	border:0px;

	padding:0px;

}

