/*
Theme Name: Professional Dark Brown 
Theme URI: http://themes.mygreencorner.com
Description: A great simple theme for your blog.
Author: Mygreencorner.com
Author URI: http://www.mygreencorner.com/
*/
body { 
	background : #fff url(images/body_bg.gif);
	font : 75%/170% Verdana, Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
} 
a,a:visited { 
	text-decoration : none;
	color:#fff;
}
a:hover{
text-decoration: underline;
}
p { 
	margin : 0 0 15px;
} 
input { 
	font-family : Verdana, Arial, Helvetica, sans-serif;
} 
blockquote { 
	padding: 5px 6px 4px 10px;
	font-size : 12px;
	margin : 0 auto;
	margin-bottom:10px;
	width : 90%;
	color:#eee;
	background:#5d573d;
} 

img { 
	border : none;
} 
#wrapper { 
	width : 922px;
	margin : 0 auto;
	background: url(images/main_bg.gif) repeat-y center;
	padding : 0;

} 
#header { 
	background : url("images/header_img.gif") no-repeat center ;
	width : 922px;
	height : 126px;
	float : left;
} 
#header div.main { 
	padding: 36px 0 0 25px;
	font : bold 18px Verdana, 'Times New Roman', sans-serif;
	color:#003300;
	text-align:center;
	float : left;
} 
#header div.main a { 
	color:#fff;
} 
#header p.desc { 
	margin : 0;
	font : 11px tahoma, sans-serif;
	color:#69634b;
} 
#header div#search {
	float:right;
	width:260px;
	padding-right:22px;
	text-align:right;
	height:40px;
	padding-top:25px;
}
form#searchform{
	margin:0;
	padding:10px;
}
#searchsubmit { 
	background : #eee;
	margin-top : 3px;
	font-size:14px;
	font-family : Arial, Helvetica, sans-serif;
	padding-left:3px;
	padding-right:3px;
}
#s{
	font-size:15px;
} 
#header_menu { 
	width : 666px;
	margin-top:32px;
	float: right;
	height:45px;

} 
#navcontainer { 
	margin : 0;
	padding : 1px 0 0 0;
} 
#navcontainer ul { 
	list-style : none;
	margin : 0;
	padding : 0;
	border : none;
} 
#navcontainer li { 
	display : block;
	margin : 0;
	padding : 0;
	float : left;
	width : auto;
} 
#navcontainer a { 
	color : #fff;
	display : block;
	width : auto;
	text-decoration : none;
	background-color : transparent;
	margin : 0;
	padding : 12px 10px 11px;
	border-top : 0;
	border-right : 1px solid #666;
} 
#navcontainer a:hover, #navcontainer a:active { 
	background : url("images/header_menu_bg_over.gif") repeat-x;
	color : #fff;
} 
#navcontainer a.active:link, #navcontainer a.active:visited { 
	position : relative;
	z-index : 102;
	background : #bbbbbb;
} 

#content { 
	padding : 10px 25px 15px 35px;
	width : 628px;
	float : left;
	overflow : hidden;
	margin:0 auto;
	color:#c8c09e;
} 
.post { 
	padding : 10px;
	clear : both;
	overflow : hidden;
	border:1px solid #625c43;
	background:#544e36;
} 
.title { 
	margin:0;
	border:1px solid #625c43;
	border-bottom : 0;
	background:#544e36;
	padding:4px;
	padding-top:8px;
	padding-bottom:8px;
} 
.post_details {
	background: #544e36;
	font-size : 90%;
	color : #ffea90;
	padding: 10px 4px 10px 10px;
	border:1px solid #625c43;
	margin-bottom:15px;
	margin-top:5px;

} 
.post_details a, .post_details a:visited { 
	color : #ffea90;
	text-decoration : none;
} 
.post_details a:hover { 
	color:#c8c09e;
	text-decoration : none;
} 
.post_details  .category {
    padding-left: 2px;
    padding-bottom:5px;
	padding-right:6px;
}
.post_details .foldericon
{
    background: url(images/category_icon.gif) no-repeat  0px 1px;
	width:13px;
	height:12px;
}
.post_details .author a{
	background:url(images/author_icon.gif) no-repeat 2px -1px;
	padding-left:17px;
	padding-right:6px;

}
.post_details .time {
	background:url(images/time_icon.gif) no-repeat 4px 1px;
	padding-left:23px;

}
.post_details .comments {
	background:url(images/mini-comment.gif) no-repeat 4px 0px;
	padding-left:23px;

}
 
h2 { 
	color:#faa71a;
	margin : 3px 0 2px 5px;
	padding-bottom : 0px;
	padding-right : 5px;
	font : normal 18px Arial, Helvetica, sans-serif;

} 
h2 a, h2 a:visited { 
	color:#faa71a;
	text-decoration : none;
} 
h2 a:hover { 
	color:#fff;
	text-decoration : none;
} 
h3 { 
	color : #5f5542;
	margin : 5px 0 5px;
	font : bold 12px/100% Arial, Verdana, Tahoma, Helvetica, sans-serif;
} 
#sidebar-left { 
	float : left;
	width : 230px;
	color : #666666;
	line-height : 160%;
	margin-top : 10px;
	margin-right : 0;
	text-align : left;
        font-size: 0.9em;
} 
#sidebar-left p, #sidebar-left p { 
	margin : 0 0 15px;
} 
#sidebar-left #categories, #archives, #links, #meta { 
	padding-bottom : 10px;
	padding-top : 5px;
} 
#sidebar-left h3 { 
	font : bold 15px/100% Arial, Tahoma, Helvetica, sans-serif;
	color:#5f5542;
	margin-left : 15px;
	text-transform:uppercase;
} 
#sidebar-left h3 a, #sidebar-left h3 a:visited, #sidebar-left h3 a { 
	color : #666666;
} 
#sidebar-left h3 img{ 
	vertical-align : middle;
} 
#sidebar-left a, #sidebar-left a:visited { 
	color : #333333;
	text-decoration : none;
} 
#sidebar-left a:focus, #sidebar-left a:active { 
	text-decoration : none;
} 
#sidebar-left ul
{
	list-style : none;
	margin : 0;
	padding : 0;
}
#sidebar-left a:hover { 
	text-decoration : underline;
} 
#sidebar-left ul li { 
	margin-left : 15px;
	padding-bottom : 5px;
} 
#sidebar-left ul li a{ 
	padding-left: 16px;
	padding-bottom: 5px;
	padding-top: 6px; 
	border-bottom:#e4e4e4 1px solid; 
	background: url(images/small_icon.gif) no-repeat 2px 13px;  
	display:block;
	color: #333333;
}
#calendar_wrap {
	text-align:center;
}
UL#recentcomments {
	padding-left:5px;
	color:#333;
font-weight:bold;
}
UL#recentcomments li a {
	background: none;
	font-weight:normal;
}
#footer { 
	clear : both;
	background : url("images/footer_bg.gif") repeat-x;
	width : 620px;
	height : 39px;
	padding-top:20px;
	text-align : left;
	padding-left:300px;
	color : #c8c09e;
} 
#footer a, #footer a:visited { 
	text-decoration : none;
	color : #c8c09e;
} 
#footer a:hover { 
	text-decoration : underline;
	color:#eee;
}  

h3#comments { 
	padding-right : 32px;
	font : bold 17px Arial, Tahoma, Helvetica, sans-serif;
	clear : both;
	margin-left:10px;
} 
h3#respond { 
	padding-right : 32px;
	font : bold 17px Arial, Tahoma, Helvetica, sans-serif;
	margin : 20px 0 0;
	clear : both;
} 
#comments_are { 
	margin-left : 0px;
} 
#commentform { 
	margin-top : 10px;
} 
#commentform label { 
	font-weight : bold;
	color : #c8c09e;
	font-size : 100%;
	padding-left : 5px;
} 
#commentform small { 
	color : #c8c09e;
	font-size : 90%;
} 
#commentform input { 
	font : 110% Arial, Verdana, Helvetica, sans-serif;
	width : 220px;
	padding : 5px 3px 3px 7px;
	border-top : 1px solid #e6e6e6;
	border-right : 1px solid #e2e2e2;
	border-bottom : 1px solid #e2e2e2;
	border-left : 1px solid #e6e6e6;
	background-color:#FFFFFF;
} 
#commentform textarea { 
	font : 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	width : 480px;
	background-color:#FFFFFF;
	height : 140px;
	background:#FFFFFF;
	border : 1px solid #e6e6e6;
	padding : 5px 3px 3px 7px;
} 
#commentform #submit { 
	font : 12px Arial, Verdana, tahoma, Helvetica, sans-serif;
	color : #000000;
	background-color : #eee;
	border : 1px solid #333333;
	width : 135px;
	margin-left : 355px;
} 


.commentlist { 
	margin : 10px 0;
	padding-left : 35px;
	line-height : 130%;
} 
.commentlist li { 
	padding : 10px 10px;
} 
.commentlist .alt { 
	background : #544e36;
} 
.commentlist cite { 
	font-weight : bold;
	font-style : normal;
	font-size : 110%;
	color : #FFFFFF;
} 
.commentlist cite a, .commentlist cite a:visited { 
	color:#FFFFFF;
} 
.commentlist small { 
	margin-bottom : 5px;
	display : block;
	font-size : 87%;
	color:#E5E5E5;
} 
.commentlist small a, .commentlist small a:visited { 
	color : #c8c09e;
} 
.pub_min { color: white; font-family: arial; font-size: 14px; font-weight: normal; line-height: 22px; }
.clique { color: yellow; }
.imgborder { border: 1px solid #867E5C; }
.post center { clear: both;}
.post br { }
.navigation { text-align: center; }
.textdescr { padding: 10px;font-family: Arial; background-color: rgb(92, 87, 59); color: rgb(206, 195, 156); text-decoration: none; word-spacing: normal; text-align: left; letter-spacing: 0pt; line-height: 1.5em; font-size: 0.9em;}
.pub_min2 { font-size: 14px; font-weight: normal; line-height:26px;  }
.imgborderv2 { border: 1px solid #867E5C;;width: 180px; margin: 5px; }
.pubvideos {clear: both; margin: 20px 0px 20px 0px; text-align: center; }
