/*------------------------------------------------------------*/
/***************          RESET      **************************/
* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 12px;
	outline: 0;
	padding: 0;
	margin: 0;
	line-height:1.6;
}
ol,ul,li {
	list-style: none;
}
/*------------------------------------------------------------*/
/***************  GENERAL ELEMENTS   **************************/

body{
	font: normal normal 12px Tahoma, Arial, Helvetica, sans-serif;
	background:#f3eede;
	color:#000;
	background:url(images/main_bg.png) no-repeat top center #e3ebdd;
}
h1, h2, h3, h4, h5, h6{
	margin: 10px 0;
}
h1{
	font-size: 250%;
}
h2{
	font-size: 120%;
}

.post h2 {
	font-size: 140%;
}

.post h2 a {
	font-size: 140%;
}


h3{
	font-size: 120%;
}
h4{
	font-size: 150%;
}
h5{
	font-size: 125%;
}
h6{
	font-size: 100%;
}
hr{}
a{
	color: #673f54;
}
a:hover{
	color: #f48a5b;
	text-decoration:none;
}
/*
a:active{	
	color: #f00;
}
a:link{}
a:visited{
	color: #a6351c;
}
a:visited:hover{
	text-decoration: #d87a00;
}
*/
input{
	font-size:12px;
}
input:focus{
	font-size:12px;
}
input:focus{
	background: #f0f2e4;
}
img{
	border: 0;
}
div.entry {
	text-align: justify;	
}
div.entry p {
text-align: justify;
}
/*------------------------------------------------------------*/
/***************  MAIN STRUCTURAL ELEMENTS  *******************/
#page{
	width: 960px;
	margin: 0 auto;
}
#header{
	margin: 10px 0;
}
#logo{
	float: left;
	background: url(images/logo.png) no-repeat;
}
#logo a{
	display: block;
	width: 300px;
	height: 100px;
}
#return{
	width:130px;
	float:left;
	padding:3px 5px;
	text-align:center;
	font-weight:bold;
	background:#f48a5b;
	color:#FFF;
	border:1px solid #d26a3b;
	margin-right:10px;
	margin-top:42px;
	margin-left:250px;
	opacity:0.7;
}
#return:hover{
	background:#fe9c71;
	border:1px solid #f48a5b;
	opacity:1;
}
#return a {
	text-decoration:none;
	color:#FFF;
	display:block;
}
#return a:hover {
	text-decoration:none;
	color:#FFF;
}
#headerinfo{
	width: 300px;
	float: left;
	text-align: center;
	padding: 35px 0 0 0;
}
#search-box{
	width: 940px;
	height: 25px;
	float: left;
	padding: 5px 0 0 20px;
	margin: 10px 0 0 0;
	background: url(images/search_bg.png) top left repeat-x;
	border:1px solid #c0b6aa;
}
#topnav{
	width: 100%;
	clear: both;
	height: 30px;
}
#topnav li{
	padding: 7px 10px;
	font-weight: bold;
	float: left;
}
#topnav li a{
	text-decoration: none;
}

#container{
	width: 940px;
	padding: 10px;
	overflow:auto;
	clear:both;
	border:1px solid #c0b6aa;
	background:#FFF;
}
#content{
	width: 700px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 10px;
}
#content .navigations{
	width: 100px;
	height:16px;
	background:#e5edc3;
	border:1px solid #c0b6aa;
	padding: 4px 5px;
	font-weight:bold;
	text-align:center;
}
#content .navigations a{
	display:block;
	text-decoration:none;
}
#sidebar{
	width: 205px;
	float: right;
	background:url(images/sidebar_bg.png) top repeat-y;
}
#sidebar .container{
	padding:0 14px;
}
#sidebar .container a{
	text-decoration:none;
	font-weight:bold;
}
#sidebar .container a:hover{
	text-decoration:none;
	color:#000;
}
#sidebar .container .widget_categories ul{
	padding: 0 0 0 14px;
}
#sidebar .container .widget_categories li{
	color: #000;
	list-style-type:square;
	list-style-position:outside;
	margin: 0 0 3px 0;
}
#sidebar .container .widget_meta ul{
	padding: 0 0 0 14px;
}
#sidebar .container .widget_meta li{
	color: #000;
	list-style-type:square;
	list-style-position:outside;
	margin: 0 0 3px 0;
}
#sidebar .container #recent-posts ul{
	padding: 0 0 0 14px;
}
#sidebar .container #recent-posts li{
	color: #000;
	list-style-type:square;
	list-style-position:outside;
	margin: 0 0 3px 0;
}
#sidebar .container #recentcomments li{
	color: #000;
	
	margin: 0 0 5px 14px;
	list-style-type:square;
	list-style-position:outside;
}
#sidebar .bottom{
	width:205px;
	height:17px;
	background:url(images/sidebar_bottom_bg.png) no-repeat top;
}
#footer{
	clear: both;
	padding: 10px 10px 0 28px;
}
/*------------------------------------------------------------*/
/******  COUNTER-ACT OF RESET ON MAIN CONTENT AREA ************/
#content ol, #content ul{
	list-style: auto;
	margin: 12px 0;
	padding: 0 0 0 40px;
}
#content ol li{
	list-style: decimal;
}
#content ul li{
	list-style: disc;
}
blockquote{
	margin: 12px 40px;
	padding: 10px;
	border: 1px dashed #8f9faf;
	background:#d6e5ea;
}
p{
	margin: 12px 0;
}
em{
	font-style: italic;
}
/*------------------------------------------------------------*/
/*****************      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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 14px;
	line-height: 16px;
	padding: 0 4px 5px;
	margin: 0;
	text-align: center;
}
.postmetadata {
	clear:right;
	border: 1px solid #d8e1c2;
	background: #f0f2e4;
	padding: 5px 10px;
}
small {
	font-size:10px;
}

#text-383961321 h2.widgettitle {background:url(images/icons/mail.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
#text-383984161 h2.widgettitle {background:url(images/icons/mail.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
#categories-383951601 h2.widgettitle {background:url(images/icons/folders_stack.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
#categories-383984162 h2.widgettitle {background:url(images/icons/folders_stack.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
#recent-comments h2.widgettitle {background:url(images/icons/balloon__pencil.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
#meta h2.widgettitle {background:url(images/icons/application_blog.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
#recent-posts h2.widgettitle {background:url(images/icons/blog__pencil.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
#archives h2.widgettitle {background:url(images/icons/books_stack.png) no-repeat center left scroll; padding:5px 0 5px 20px;}

small.commentmetadata {background:url(images/icons/balloon.png) no-repeat center left scroll; padding:5px 0 5px 20px;}
span.mail {background:url(images/icons/calendar_month.png) no-repeat center left scroll; padding:5px 0 5px 20px;}



