@charset "utf-8";
/* CSS Document */

/***** BASICS *****/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:1.7;
	color:#919294;
	margin:0px auto;
	text-align:center;
	background-image: url(images/bg_inner1.jpg);
	background-repeat: repeat-x;
	background-position: -4px 1px;
}

/***** STRUCTURE *****/	
#header {	background-image: url(images/header-inner.jpg);	background-repeat: no-repeat; background-position: -40px 0px; width:100%;position:relative;height:230px;	  }
#nav {	position:relative;	height:125px;	width:100%;}
#headcenter{ 

	position:relative;
	height:90px;
	width:975px;
	margin-top: 19px;
	padding-left:25px;
	background-position: -80px 0px;
}
 
.sIFR-active  h1  { margin:0px; color:#FFFFFF; font-size:2em;   margin:0px; padding-top:8px;}
.sIFR-active  h2  { margin:0px; color:#FFFFFF; font-size:1.6em;}
.sIFR-active  h2#big {font-size:2em;}
.sIFR-active h2 span{ visibility: hidden; font-family: Verdana; color:#FFFFFF; font-size:1.6em;}
.sIFR-active  h4  { margin:0px; color:#FFFFFF; font-size:1.6em; padding-top:10px;}
#inner-main .left img {margin:10px 10px 0px 10px;}


/***********  blog page *************/

.post_head {
	
}
.post_title_left {
	background:url(images/post_head_1.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:96px;
	position:relative;
	float:left;
	color:#76b4de;
	font-size:12px;
	padding-top:25px;
	padding-left:6px;
}
.post_title_center{ 
	background:url(images/post_head_2.jpg);
	background-repeat:repeat-x;
	height:49px;
	width:500px;
	position:relative;
	float:left;
	padding-top:26px;
	padding-left:7px;
}
.post_title_right{ 
	background:url(images/post_head_3.jpg);
	background-repeat:no-repeat;
	height:74px;
	width:20px;
	position:relative;
	float:left;
}
.entry , .postmetadata { float:none; clear:both; width:617px;}
.postmetadata { padding-top:15px; }

/************ comments *************/
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
