/*  
Theme Name: Difold
Description: Difold by Tony Nachev
Version: 1.0.0
Author: Tony Nachev
Author URI: http://themeforest.net/user/tonyc
*/

*{
	margin: 0;
	padding: 0;
}
body, html{
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: center;
	background: #F1EADE url(images/background.jpg) top center repeat-y;
}
ul li{
	list-style: none;
}
a{
	color: #DA060B;
}
.post h3, .post h4, .post h5, .post h6{
	margin: 5px 0 5px 0;
}
.outer{
	background: url(images/bg_front.jpg) top center no-repeat;
}
#page{
	width: 940px;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	text-align: left;
}
#pre-header{
	height: 40px;
	padding: 10px 20px 0 20px;
}
#searchform{
	display: block;
	float: right;
}
#searchfield{
	background: url(images/searchfield.gif) top left no-repeat;
	width: 224px;
	height: 31px;
	padding: 4px 0 0 10px;
}
#s{
	width: 200px;
	margin: 0;
	padding: 3px 0 0 0;
	border: 0px solid;
	color: #A63607;
	font-style: italic;
}
.slogan{
	font-size: 15px;
	float: left;
}
#logo{
	float: left;
}
#navigation{
	float: right;
	list-style: none;
	margin: 45px 20px 0 0;
}
#navigation li{
	float: left;
	margin: 0 10px 0 0;
}
#navigation li a {
  display:block; /* a must */
  border: solid #344425;
  border-width: 0 1px; /* left and right borders only */
  text-decoration: none;
  outline:none; /* so as not to distract from the effect */
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #344425;
}
#navigation li a b {
  display: block; /* another must */
  position:relative; /* because the child elements are positioned */
  top: -1px; /* drag it up a little, creates the top notches */
  left: 0;
  border:solid #344425;
  border-width:1px 0 0; /* top border only */
}
#navigation li a b b {
  border-width:0 0 1px; /* bottom border only */
  top: 2px; /* pushed down a little to create the bottom notches */
  padding: 5px;
}

.clear{
	clear: both;
}
#twitter{
	height: 130px;
	background: url(images/twitter.jpg) top left no-repeat;
	font-size: 18px;
	font-style: italic;
	padding: 10px 10px 0 200px;
}
#twitter_update_list ul li{
	list-style: none;
}
#twitter a{
	text-decoration: underline;
	color: #4C81B0;
	font-style: normal;
}
#main{
	padding-bottom: 20px;
}
#posts{
	float: left;
	width: 470px;
}
#side{
	float: right;
	width: 460px;
	padding: 20px 0 0 10px;
}
#sidebar{
	float: right;
	width: 458px;
}
#logo{
	background: url(images/logo.jpg) top left no-repeat;
	text-indent: -9999px;
	width: 422px;
	height: 46px;
	margin-top: 33px;
	margin-left: 45px;
	margin-bottom: 70px;
}
.post{
	margin-top: 20px;
	clear: both;
}
.post h1{
	font-size: 22px;
	color: #DA060B;
	font-style: italic;
}
.post h1 a{
	color: #DA060B;
	text-decoration: none;
}
.postmetadata{
	background: url(images/postmeta.gif) top left no-repeat;
	display: block;
	height: 18px;
	width: 450px;
	margin: 8px 0 8px 0;
	padding: 8px 10px 8px 10px;
}
.postmetadata a{
	color: #DA060B;
}
a.more{
	float: right;
	color: #DA060B;
	font-weight: bold;
	text-decoration: none;
}
.post p{
	margin: 10px 0 0 0;
}
.alignleft{
	border: 1px solid #AFA48F;
	background: #EBDDC0;
	float: left;
	padding: 4px;
	margin: 0 10px 10px 0;
}
.alignright{
	border: 1px solid #AFA48F;
	background: #EBDDC0;
	float: right;
	padding: 4px;
	margin: 0 0 10px 10px;
}
blockquote{
	padding: 5px 20px 10px 20px;
	display: block;
	clear: both;
	margin: 8px 0 0 0;
	background: #EBDDC0;
}
cite{
	float: right;
	margin: 0 0 10px 0;
}
.post a{
	color: #DA060B;
}
.entry_details{
	padding: 1px 20px 10px 20px;
	display: block;
	clear: both;
	margin: 8px 0 0 0;
	background: #EBDDC0;
}
#about h2{
	width: 393px;
	height: 25px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 33px 0 33px;
	background: url(images/widget-1.jpg) top left no-repeat;
}
#rss{
	width: 350px;
	height: 25px;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 33px 0 76px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	background: url(images/rss.jpg) top left no-repeat;
}
#rss a{
	text-decoration: none;
	color: #fff;
}
.about_content{
	padding: 10px 30px 10px 30px;
}
#footer{
	background: url(images/footer.jpg) top left repeat-y;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.footer-links{
	width: 290px;
	float: left;
	text-align: left;
	padding: 10px 10px 20px 10px;
}
.footer-links ul li{
	border-bottom: 1px solid #E5D4AE;
	padding: 3px;
}
.footer-links a{
	text-decoration: none;
	color: #2d2d2B;
}
.advert{
	float: left;
	margin: 0 5px 5px 0;
}
.post ul li{
	background: url(images/bullet.gif) top left no-repeat;
        background-position: 0 5px;
	padding: 0 0 5px 15px;
	margin: 0 0 0 17px;

}
.post ol{
	padding: 0 0 0 37px;
}
.widget_content ul li{
	border-top: 1px solid #EBDDC0;
	padding: 3px 0 3px 0;
}
.widget_content ul li a{
	color: #2D2D2B;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bullet.gif) center left no-repeat;
	padding: 0 0 0 15px;
}
.widget_content ul li a:hover{
	color: #DA060B;
	text-decoration: none;
	font-weight: bold;
	background: url(images/bullet_active.gif) center left no-repeat;
	padding: 0 0 0 15px;
}
#sidebar-1,#sidebar-2{
	width: 220px;
	float: left;
}
#sidebar-1{
	padding: 0 5px 0 5px;
}
#sidebar-2{
	padding: 0 5px 0 5px;
}
#sidebar-1 .widget_title{
	width: 154px;
	height: 27px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 33px 0 33px;
	background: url(images/widget-3.jpg) top left no-repeat;
}
#sidebar-2 .widget_title{
	width: 154px;
	height: 27px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 33px 0 33px;
	background: url(images/widget-2.jpg) top left no-repeat;
}
.widget_content{
	padding: 10px;
}
#recentcomments a{
	background: none;
}
#wp-calendar{
	width: 100%;
}
caption{
	background: #EBDDC0;
}

#comments, .lc {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #DA060B;
	font-size: 18px;
}
.author{
	font-size: 16px;
	font-weight: bold;
}
.comments_wrap {
	width: 420px;
	margin: 20px 0 0 10px;
	clear: both;
	padding-bottom: 5px;
}

.comments_wrap img {
	background: none;
	padding: 1px;
}

.comments_wrap .left {
	width: 70px;
	padding-top: 2px;
	float: left;
}

.comments_wrap .left img {
	border: #D7D7D7 1px solid;	
	padding: 1px;
}

.comments_wrap .right {
	width: 335px;
	float: left;
	padding-left: 15px;
}

.comments_wrap .right h4 {
	font-size: 16px;
	text-transform: none;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #DBC48F;
}

.comments_wrap .right h4 b {
	font-size: 12px;
}

.comments_wrap .right h4 a {
	text-decoration: none;
}

.comments_wrap .right h4 a:hover {
	text-decoration: underline;
}


#commentform{
	margin: 20px 0 30px 10px;
}

#commentform label {
	display: block;
	margin: 10px 0;
	font-size: 12px;
}

#commentform label input {
	padding: 3px;
	width: 180px;
	font-size: 12px;
}

#commentform textarea {
	margin-bottom: 10px;
	display: block;
	padding: 3px;
	font-size: 12px;
}

#commentform input {
	margin-top: 5px;
}