
* {
	margin: 0;
	padding: 0;
	}
	
body {
        font: 400 0.8em 'trebuchet ms',arial,sans-serif;
	color: #888;
	background: #454545 url('images/mainbg.jpg') repeat-y top center;
	min-height: 100%;
	}
	
a {
	text-decoration: none;
	color: #c7c7c7;
	}

a:hover {
	text-decoration: underline;
	}
	
.wrap {
	width: 980px;
	margin: 0 auto;
	}
	
#head {
	height: 200px;
	width: 100%;
	background: #FFF url('images/bodybg.jpg') top right;
	padding: 80px 0 0px 0;
	background-color: #444;
	}
	
#head h1 {
	font: 400 2em "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	color: #FFF;
	}
	
#head h2 {
	font: 400 1em "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	
	}
#nav {
	width: 980px;
	padding-bottom: 29px;
	font-size: 0px;
	position: absolute; top: 10px;
text-align: center;
	}

#right {
	float: right;
	clear: none;
	width: 275px;
	margin: 30px 0 50px 0;
	color: #FFF;
	}

#content {
	margin: 10px 345px 50px 0;
	}
	
#nav ul {
	list-style-type: none;
	}
	
#nav li {
	display: inline;
	}
	
#nav li a {
	height: 84px; min-height: 84px;
	padding: 33px 30px 29px 30px;
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	}
	
#nav li a:first-letter {
	text-decoration:underline;
	} 
	
#nav li a:hover {

	
	background:url('images/btn.png')no-repeat bottom;
	color: #FFFFFF;
	}

#right h1 {	
	font: 400 1.1em "Trebuchet MS", Trebuchet, Verdana, Sans-serif;

	color: #fff;
        text-transform:uppercase;
	margin: 25px 0;
	
	padding-left: 0px;

        height:25px;
	list-style:none;
       
	background: url('images/rightlist_line.gif') repeat-x bottom left;
	}

#right p {
	background: url('images/rightlist_line.gif') repeat-x top left;
	line-height: 1.5em;
	padding: 10px 0;
	}
	
#right ul {
	list-style-type: none;
	}

#right li {
	margin: 0px;
	list-style:none;
	
	}

#right li a {
	padding: 8px 2px 8px 25px;
	display: block;
	margin:  0;
	color:#B3BEBE;
	text-decoration:none;
	background: url('images/rightlist_bullet.gif') no-repeat left;
	}

#right li a:hover {
	background: #282828 url('images/rightlist_bullet.gif') no-repeat right;
	color:#FFF;
	}

#content h1 {
	font: 400 1.2em "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	color: #93c032;
	margin-top: 15px;
	}

#content h1 a {
	color: #93c032;
	text-decoration:none;
}
	
#content h2, #content h2 a {
        font: 400 0.9em "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 10px;
	}
	
#content h1 a:hover, #content h2 a:hover {
	text-decoration: none;
        color: #7ba61b;
	}
	
#content p {
	margin: 5px 0 25px 0;
	line-height: 1.5em;
	}
	
#content p img.right, #content p img.left {
	clear: none;
	padding: 4px;
	border: 1px solid #CCC;
	background-color: #EEE;
	}
	
#content p img.right {
	float: right;
	margin: 0 0 10px 15px;
	}
	
#content p img.left {
	float: left;
	margin: 0 15px 10px 0;
	}
	
.entry-comments {
	float: right;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 8px 0;
	color: #1e1e1e;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

p.info {
	border-top: 1px solid #616161; border-bottom: 1px solid #616161;
	background: #454545 url('images/bullet.png') no-repeat left center;
	font-size: 0.7em;
	padding: 10px 5px 10px 25px;
	width: 605px;
	float: right;
	}
	
.blockquote {
	display: block;
	background: #F3F3F3 url('images/quote.gif') no-repeat top left;
	padding: 10px 10px 10px 25px;
	border-top: 1px solid #CCC; border-bottom: 1px solid #CCC;
	}
	
ol {
	font-weight: 800;
	font-size: 1.0em;
	color: #69A61B;
	margin: 20px;
	}
 
ol span {
	font: 400 1.0em "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	color: #888;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}

#content ul {
	list-style-type: none;
	margin: 20px;
	}
	
#content ul li {
	padding: 0px 5px;
	background: url('images/bullet.gif') no-repeat left center;
	}
	
form label{
	display:block;
	}

img {
border:0}

form p {
	margin-bottom: 10px;
	background-color: #F3F3F3;
	border: 1px solid #CCC;
	padding: 20px;
	}

form input.text, form textarea{
	width:90%;
	border:1px #252525 solid;
	color:#999;
	padding: 0px 0px;
	font:12px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	background-color: #353535;
	margin-bottom: 15px;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #999 solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}

.clearer {
	clear: both;
	line-height: 0; 
	height: 0; 
	font-size: 0;
	}
	
#footer {
	width: 100%;
	background: #151515 url('images/trame_footer.jpg') repeat-x top left;
	}

#footer .wrap {
	margin: 0 auto;
	padding: 20px 0;
	color: #FFF;
	}
	
#footnav {
	margin-bottom: 50px;
	}
	
#footnav ul {
	list-style-type: none;
	}
	
#footnav li {
	display: inline;
	}
	
#footnav li a {
	color: #B3BEBE;
	font: 400 16px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	padding: 6px 12px;
	margin: 16px 20px 0 0;
	border: 1px solid #333;
	text-decoration: none;
	}
	
#footnav li a:hover {
	color: #FFF;
	background-color: #333;
	border: 1px solid #fff;
	}
	
#footer h4, #footer h4 a {
	color: #7ba61b;
	padding: 10px 0 10px 0;
	background: url('images/footlist_line.gif') repeat-x bottom left;
	text-decoration: none;
	}
 
 #footer h4 a:hover {
	color: #9ba1b;
	}
 
#footer a.credit {
	color: #7ba61b;
	text-decoration: underline;
	}

#footer a.credit:hover {
	color: #7ba61b;
	text-decoration: none;
	}

.linksright {
	float: right;
	width: 200px;
	margin: 0 12px;
	padding: 0 10px 30px 10px;
	list-style-type: none;
	background: #191919 url('images/linkscorner.jpg') no-repeat top right;
	}
	
.linksright li {
	display: inline;
	margin: 0px;
	list-style-type: none;
	font-size: 0.9em;
	}

.linksright li a {
	padding: 4px;
	display: block;
	margin:  0;
	padding: 5px;
	color: #888;
	text-decoration:none;
	background-color: #191919;
	border-bottom: 1px solid #333;
	}

.linksright li a:hover {
	background-color: #151515;
	color:#FFF;
	border-bottom: 1px solid #333;
	}

.links li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.7em;
	}

.links li a {
	padding: 4px;
	display: block;
	margin:  0;
	color: #BD9A56;
	text-decoration:none;
	background-color: #2D1A06;
	border-bottom: 1px solid #211000;
	}

.links li a:hover {
	background-color: #211000;
	color:#FEEDA4;
	}

p.foot {
	color: #888;
	margin: 5px 0 0 12px;
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
	
	}

.float-left   { float: left;}

.float-right  { float: right; }

img.avatar {float:left; margin-right:10px;}

. related_post ()
#post_div { (# post_div
height:150px; height: 300px;
border-bottom:1px solid #ccc; border-bottom: 1px solid # ccc;
margin-bottom:5px; margin-bottom: 5px;
} )
.img_related_post{ . img_related_post (
float:left float: left
} )
.text_related_post{ . text_related_post (
float:left; float: left;
text-align:left; text-align: left;
width:250px; width: 250px;
} )
.related_post img { . related_post img (
align:left; align: left;
border: 1px solid #ccc; border: 1px solid # ccc;
margin: 0px 6px 0px 0px; margin: 0px 6px 0px 0px;
padding: 2px 2px 2px 2px; padding: 2px 2px 2px 2px;
} )