
body {
	background: #454545 url(background.png) repeat-x;
	width: 100%;
	height: 100%;
	margin : 0 auto;
	font-size: 10px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	color: #757575;
}



blockquote {
	width: 450px;
	margin: 25px auto;
	color : #818181;
	text-align : justify;
	line-height: 20px;
	font-size : 12px;
	font-family : georgia, arial;
	text-transform : none;
	padding: 10px;
	border: 0;
	background-color: #424242;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
}

textarea, input, select{
	font-size: 8px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	margin-right: 5px;
	border: 1px #3c3c3c solid;
	padding: 5px;
	color: #dadada;
	background-color: #4d4d4d;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
}

#container {
	margin:0 auto;
	padding:0 ;
}



	
/* Sidebar ------------------------------ */
#sidebar {
	padding: 0px 5px;
	margin: 0;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 10px;
	}

#sidebar a {
	color: #d06c14;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 10px;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar .sidemodule li:hover a{
	color: #d06c14;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 10px;
	text-decoration: none;
	}

#sidebar b, #sidebar strong, #sidebar big {
	color: #cfcfcf;
	font-weight: bolder;
	}

	
#sidebar .sidetop {
	background: url(images/sideh1bg.jpg) no-repeat top center;
	height: 50px;
	margin: 5px 0 0 0;
}
	
#sidebar h1 {
	font-family: georgia, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #dedce1;
	text-transform: capitalize;
	text-align: center;
	letter-spacing: -1px;
	margin: 0;
	line-height: 46px;
	padding-top: 4px;
	}

#sidebar .sidemodule {
	padding: 10px 20px 0 20px;
	color: #5f5f5f;
	line-height: 10px;
	background: url(images/sideentrybg.jpg) repeat-y bottom center;
	}
	
#sidebar .sidefooter {
	background: url(images/sidefooterbg.jpg) no-repeat;
	height: 35;
	margin-bottom: 30px;
}


/* Contents ------------------------------ */
#contents {
	padding: 0 5px;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	}
	
#contents b, #contents big, #contents strong{
	color: #091315;
	font-weight: bold;
	}
	
#contents a, #contents a:visited {
	color: #091315;
	text-decoration: none;
	}

#contents a:hover {
	color: #091315;
	text-decoration: none;
	}

#contents a img {
	background-color: #091315;
	padding: 5px;
	margin: 1px;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #091315;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	}

#contents a img:hover {
	background-color: #c2a966;
	padding: 5px;
	margin: 1px;
	-moz-border-radius:  3px; 
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #957544;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	}
	

/* Posts ------------------------------ */

#contents .post {
	padding: 5px 0 120px 0;
	margin-bottom: 30px;
	font-family:"Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	}
	
#contents .posttitle {	
	background: url(images/posttitlebg.jpg) no-repeat top center;
	height: 50px;
	text-align:center;
	font-size: 10px;
	font-family: "lucida sans", "lucida grande";
	padding: 0;
}

#contents .postfooter {
	background: url(images/postfooterbg.jpg) no-repeat bottom center;
	height: 104px;
}

#contents .posttitle h2{
	padding: 11px 0 0 0;
	margin: 0;
	font-size: 17px;
	font-family: georgia;
	font-weight: bolder;
	font-style: italic;
	letter-spacing: -1px;
	word-spacing: 2px;
	text-transform: capitalize;
	color: #d3d3d3;
	text-align: center;
	}
	
#contents .posttitle h2 a {
	color: #d3d3d3;
	text-decoration: none;
	}
	
#contents .posttitle h2 a:hover {
	color: #57a8c6;
	text-decoration: none;
	}
	
	
#contents .postentry {
	color: #5a5a5a;
	background: url(images/postentrybg.jpg) repeat center;
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	vertical-align: top;
	line-height: 18px;
	padding: 5px 20px;
}


#contents .thecomment {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 16px;
	color: #161313;
	text-align: left;
	padding: 0 50px;
	vertical-align: middle;
	}
	
	

/* Comments ------------------------------ */
#comments {
	margin: 20px 30px;
}
	
/* Footer ------------------------------ */
#footer {
	font-family: "Lucida Grande", "Lucida Sans", Arial, tahoma;
	font-size: 11px;
	color: #4a4a4a;
	}
