/*
Theme Name: Relaxed Blog
Theme URI: http://www.digitalbase.eu
Description: A classic userfriendely clean blog template for Wordpress
Author: Digital Base
Author URI: http://www.digitalbase.eu
Version:	1.0
*/

/**** MAIN ****/

*{
	margin:0;
	padding:0;
}

body{
	background-color:#313234;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper{
	width:913px;
	margin:0 auto;
}

#content{
	width:913px;
	background-color:#bbbcaa;
	
}

.center{
	width:913px;
	margin:0 auto;
}

#header{
	width:913px;
	height:123px;
}

#main{
	clear:both;
	padding-top:40px;
	width:606px;
	float:left;
	min-height:700px;
	background-color:#d7d8c6;
}
	
#sidebar{
	float:right;
	background-color:#bbbcaa;
	width:307px;
	min-height:700px;
}	

#footer{
	clear:both;
	width:100%;
	height:100px;
	background-image:url('../images/footer-bg.jpg');
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	padding-top:15px;
	line-height:12pt;
}

.colorline{
	background-image:url('../images/colorline.gif');
	background-repeat:repeat-x;
	height:5px;
}

	
/**** NAVIGATION ****/
	
#navigation{
	clear:both;
	padding-left:606px;
}

#navigation li{
	padding:0;
	float:left;
	list-style:none;
}

#navigation li a{
	display:block;
	padding:10px 20px;
	color:#efefef;
	text-decoration:none;
}

#navigation li a:hover, .selected{
	text-decoration:underline;
	background-color:#bbbcaa;
	color:#000000 !important;
}


/**** HEADINGS ****/

h1{
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#ffffff !important;
	font-size:30px;
	margin-bottom:5px;
	padding-top:38px;

}

.linkcat h2{
	font-size:14px !important;
	color:#949788 !important;
	margin-bottom:10px !important;
}


h2{
	color:#fd6401;
	font-size:24px;
	padding-top:10px;
}

h2 a{
	color:#313234;
}

h3{
	font-size:14px;
	color:#949788;
	margin-bottom:10px;
}

#main h3{
	margin-left:20px;
}

.sidebarmenu h3, .sidebarmenu h2{
	text-transform:uppercase;
	color:#313234 !important;
}


/**** IMAGE STYLES ****/

.logo{
	float:left;
	margin-right:20px;
	margin-top:40px;
}


/**** TXT STYLES ****/

a{
	text-decoration:none;
	color:#f24d41;
}

a:hover{
	text-decoration:underline;
}


.blogtitle{
	display:block;
	margin-left:80px;
}

.tagline{
	color:#efefef;
}

/**** list-styles ***/

.storycontent ul{
	clear:both;
	padding-top:20px;
	padding-left:60px;
}

.storycontent ul li{
	margin-bottom:10px;
}

.sidebarmenu ul{
	padding-left:20px;
}

.sidebarmenu li{
	list-style-type:none;
	margin-bottom:5px;
	padding-bottom:5px;

}

ol{
	padding-top:20px;
	clear:both;
	padding-left:60px;
}

ol li{
	margin-bottom:10px;
}



/**** CONTENT ***/

.calendar{
	padding:5px 0px;
	background-color:#f66c62;
	width:50px;
	text-align:center;
	font-weight:bold;
	border:2px solid #e3e3e3;
	float:left;
	margin-right:20px;
	margin-left:20px; 
}

.calendarmonth{
	display:block;
	color:#424242;
	font-size:10px;
	margin-bottom:2px;
}

.calendardate{
	color:#FFFFFF;
	font-size:24px;
}

#main p{
	clear:both;
	line-height:14pt;
	padding-top:10px;
	margin-left:20px;
	margin-right:20px;
}

.postfooter{
	background-color:#c7c8b6;
	display:block;
	margin-top:30px;
	text-align:center;
	padding:10px;
	border:1px solid #e7e7e7;
	margin-bottom:40px;
	width:530px;
	margin-left:20px;
}


.sidebarmenu{
	display:block;
	width:200px;
	padding:15px 20px;

}

.sidebarmenu li a{
	color:#FFFFFF;
}

textarea#comment{
	width:500px;
}

#sidebar li p{
	width:200px;
	margin-bottom:10px;
}

#sidebar li{
	list-style:none;
}

BLOCKQUOTE {
	color:#666666;
	display: block;
	padding: 0 60px;
	width: 350px;
	margin-left:20px;
}

blockquote:before, blockquote:after {
	color:#ff9726;
	display: block;
	font-size: 700%;
	width: 50px;
}

blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -40px; 
	margin-left: 360px;
}

