/*************************************
 +Containers
 *************************************/
body{
	background:#080401 url(images/bg.jpg) no-repeat top center;
	color:#b3895f;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size:72.5%;
	line-height:1.6;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	position:relative;
	margin:0 auto;
	padding-top:0px;
	text-align:left;
	width:900px;	
}
#header{
	padding:2.2em 1em 0em 1em;
	text-align:left;
	width:600px;		
	float:left;
	margin-bottom:20px;
}

#web_blog {
width:274px;
height:204px;
float:right;
margin-top:6px;
background:url(images/web_blog.jpg) no-repeat top center;
}

#web_blog a img {
margin-top:12px;
border:0px;
}

#web_blog a  {
outline:0px;
}



#flash {
float:left;
cursor:pointer;
width:365px;
height:120px;
}

#portrait {
	/*background:url(images/portrait.jpg);*/
	width:186px;
	height:171px;
	margin:22px 0 0 31px;
}
#portrait-bg {
/*	background:url(images/bg-portrait.jpg);*/
	width:247px;
	height:219px;
	float:right;
}
#rss-big {
	position:absolute;
	background:url(images/rss.jpg);
	width:110px;
	height:64px;
	top:129px;
	left:50px;
}
#content{
	font-size:1.1em;
	float:left;
	padding:0em 1em 1em 1em;
	width:570px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding:0em 0 2em 2em;
	width:250px;
	border-left:1px dotted #fa9808;
}
#footer{
	/*background:url(images/footer-bg.jpg) repeat-x;
	border-top:#cacfb3 1px dotted;*/
	font-size:1.1em;
	clear:both;
	padding-top:2em;	
	margin-top:1em;		
}

/*************************************
 +Footer
 *************************************/

#footer a {
    color:#b3960e;
}
#footer a:hover {
    color:#424242;
}
#validate{
	color:#b3960e;
	font-size:1em;
	text-align:center;
	padding-top:2.5em;
	padding-bottom:10px;	
}
#validate a:hover{
	color:#fff;
}
#rss {
	background:url(./images/rss.gif) no-repeat;
	padding-bottom:6px;
	padding-left:20px;
}

/*************************************
 +Hn, a and p
 *************************************/
pre{ max-width:550px; }
a{
	color:#fa9808;
	text-decoration:none;
}
a:hover{
	color:#f8b85a;
}
h1, h3{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}

h2{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
	color:#FA9808;
}

#header h1{
	font-size:3em;
	margin-right:1em;
}
#header h1 a{
	color:#575757;
}
#header h1 a:hover{
	color:#000;
}
#header p{
	color:#333333;
	font-size:1.3em;
	margin:0;
	margin-top:0.3em;
	text-align:right;
}
.entrytitle h2{
	font-size:2em;
}
.entrytitle h2 a {
	color:#fa9808;
}
.entrytitle h2 a:hover{
	color:#f8b85a;
}
.entrytitle h3{
	font-size:1.8em;
	color:#523f2a;
}
#rss-big a{
	display:block;
	width:110px;
	height:64px;
}
blockquote { 
	border-left:2px solid #333;
	display: block;
	padding: 0 1em;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
}
.entry img {
	max-width:570px;
	border:0px;
	padding:2px;
	background:#fa9808;
	border:1px solid #fa9808;
}
.entry img:hover{
	padding:2px;
	border:1px dotted #fa9808;
}
.entry code{
	background:#e3e7cb;	
	color:#999;
	font-size:1.1em;
	padding:.2em;
}
.entrymeta{
	font-size:0.9em;
	padding-top:1em;
	color:#B3895F;
	border-top:1px dotted #523F2A;
}

.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
	clear:both;
}
#sidebar ul li{
	margin:.3em;
	padding:0.1em;
}
#sidebar h2{
	color:#fa9808;
	font-size:1.5em;
}
div.title{
	color:#6F6F6F;
	font-size:1.5em;
	margin-top:1em;
}

/*************************************
 +Menu
 *************************************/
#menu {
	background-image:url(./images/back_manu.png);
	background-repeat:no-repeat;
	background-position:top center;
	width:621px;
	height:58px;
}
 
#menu ul{
	font-size:1.9em;
	list-style: none;
	padding:0;
	margin:0;
	font-weight:bold;
	
}
#menu li{
	float: left;
	border-bottom:0px;
	padding-top:3px;
}
#menu li a {
	color:#1d0d00;
	padding:0.2em 0.6em 0.2em 0.6em;
	margin-left:0.5em;
	display:block;
	/*border:1px solid #fa9808*/
}
#menu li a:hover{
	color:#7d3e18;
}
#menu ul li ul {
	display:none;
}
.menu-hover a{
/*border:1px solid #fa9808*/
/*border-bottom:2px solid #fa9808;*/
	
}

#sidebar ul li a {
color:#523f2a;
}

#sidebar ul li a:hover {
color:#8b7154;
}

#tag-cloud a {
color:#523f2a;
}

#tag-cloud  a:hover {
color:#8b7154;
}



/*************************************
 +Comments
 *************************************/
.commentsblock{
	font-size:1.0em;
	margin:0em;
	/*padding:1em;*/

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #bd946b;
	background:#e7c5a4;
}
.commentsblock textarea:focus{
	background:#f1d5b8;
	border:1px solid #bd946b;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#f1d5b8;
	border:1px solid #bd946b;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}

.contact-form {
	border:1px solid #bd946b;
	background:#e7c5a4;
}

.contact-form-width {
width:100%;
}

.contact-form:focus {
background:#f1d5b8;
	border:1px solid #bd946b;
}

.contact-form-cap {
border:none;
}


ol.commentlist{
	color:#B3895F;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
	
}
ol.commentlist a{
	color:#fa9808;
}
ol.commentlist a:hover{
	color:#F8B85A;
}
.commentlist li{
	padding:1em 1em 0.5em 1em;
}

.authcomment {
border-bottom:1px dotted #FA9808;
	padding:0.5em;
	background-color:#191202;
}



.alt{
	/*background:#523f2a;
	border:1px dotted #ddd;*/
	border-bottom:1px dotted #FA9808;
	padding:0.5em;
}
h3.comments{
	font-size:1.3em;
	color:#FA9808;
	padding-top:5px;
}	

/*************************************
 +Flickr
 *************************************/
#flickr {
	margin:0 1em 0 .5em;
	padding:0em;
}
#flickr img {
	border:0px;	
}
#flickr a {
	background:#fa9808;
	border: 1px dotted #fa9808;
	float: left;
	display: inline;
	margin:0.7em;
	padding:2px;
	width: 75px;
	height: 75px;
}
#flickr a:hover{
	border: 1px dotted #fa9808;
}
/*************************************
 +Misc
 *************************************/

#ad_block { 
/*	background:#fa9808; */
	padding: 10px 0 10px 0; 
	margin: 1em 0 1em 0; 
	/*text-align: center; */
}
#ad_block_middle { 
	/*background:#e3e7cb; */
	background:url(./images/ad_block_middle_hr.png) no-repeat top center;
	height:25px;
	padding: 0 0 10px 0; 
	margin: 1em 0 0em 0; 
	text-align: center; 
}
#download {
	background:#e3e7cb url(./images/bullet.gif) no-repeat;
	background-position: 12px 12px;
	padding:1em;
	padding:10px 10px 10px 40px;
	margin: 0.5em 0 1em 0;
}

.linkcat {
list-style: none;
}