body {
	background-color: #101010;
	/**/
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: top center;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Segoe UI, Tahoma, Arial;
	font-size: 8pt;
	color: #CCC;
}
a:link {
	color: #FF0000;
	text-decoration:none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}


a.btn, a.btn:visited, a.btn:active {
	
	padding-top: 13px;
	width: 159px;
	display: inline-block;
	text-align: center;
	padding-bottom: 12px;
	color:#CCC;
	text-decoration: none;
	font-size: 11px;
}
a.btn:hover{
	padding-top: 13px;
	padding-bottom: 12px;
	background: url('images/menubg2.png') no-repeat bottom center;
	color:#f7941e;
	font-size: 11px;
	text-decoration: none;
}

a.clickbtn, a.clickbtn:visited, a.clickbtn:active {
	
	padding-top: 13px;
	width: 159px;
	display: inline-block;
	text-align: center;
	padding-bottom: 12px;
	color:#CCC;
	text-decoration: none;
	font-size: 11px;
	border:1px solid #454545;
}
a.clickbtn:hover{
	padding-top: 13px;
	padding-bottom: 12px;
	background: url('images/menubg2.png') no-repeat bottom center;
	color:#f7941e;
	font-size: 11px;
	text-decoration: none;
}




.tooltipbase {
	font-family: "Segoe UI", Tahoma, Arial;
	font-size: 10px;
	color: #999;
	background-image: url(images/tooltipbase.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 196px;
	width: 238px;
	padding: 0px;
	margin: 0px;
}
.tooltipbase a {
text-decoration:none;
color: #ccc;
}
.tooltipbase img {
	margin: 0px;
	height: 150px;
	width: 220px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
	border:0;
}

.date {
	float:left;
	height:32px;
	width:32px;
	margin-top:4px;
	margin-right:8px;
	padding-top:11px;
	background:url(images/datebg.gif) no-repeat;	
	}
.date p {
	text-align:center;
	color:#333;
	margin:-3px 0 0 -2px;	
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	}
.date span.day {
	font-size:18px;
	display:block;
	margin-top:0px!important;
	margin-top:-3px;
	}
.date span.month {
	font-size:10px;
	height:12px;
	display:block;
	margin-top:0px!important;
	margin-top:-3px;
	}

	
.posted {
	width:100%;
	color:#a6a69b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0 10px 0;
	margin-bottom:1em;
	background:url(images/blogdivider.gif) no-repeat bottom center;
	}

}
.posted .by {
	padding-left:25px;
	height:16px;
	/*background:url('graphics/icons/icon-pencil.gif') no-repeat;*/
	}
.posted .comments {
	padding-left:15px;
	background:url(images/commentbg.gif) no-repeat left;
	float:right;
	}
	
.entry {margin: 0 0 25px 0;text-align:left;}

.entrytb {margin: 0 0 0 5px;}

.entry p {line-height:120%;	margin-bottom:1.3em;	}
.entry h2 {	
	letter-spacing:-1px;
	font: normal 24px/26px "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:22px;
	margin-bottom:2px;
	color: #fff;
	}
.entry h2 a,.entry h2 a:link,.entry h2 a:visited {color:#fff;}
.entry h2 a:hover {color: #FF0000;}


	
#rightline{
	background: url(images/sephline.gif) no-repeat top left; 
}
.article {
	padding-right:0px;
	}
.article p {
	line-height:175%;
	margin-bottom:1.5em;
	text-align:justify;
	padding-left: 10px; padding-right: 10px;
	}
.article p em {
	color:#aec4c4;
	}
.article a:link {
	border-bottom:1px dotted #FF0000;
	}
.article a:visited {
	color:#FF0000;
	border-bottom:1px dotted #FF0000;
	}
.article a:hover {
	color: #FF0000;
	background-color:#293838 ;
	border-bottom:1px solid #FF0000;
	}
.article img {border:0px solid #FFF}

#pcommentdiv {
	background-color:#0f0f10;
	width:400px;
	text-align:justify;
	padding: 10px 10px 10px 10px;
}
.commentmsg p.cby{
	color:#454545;
}
.commentmsg p.cmsg{
	color:#888888;
}

.commentboxs{
	font-family:"Segoe UI", Tahoma, Arial;
	font-size: 11px;
	color: #333;
}
#errormsg{
	color:#f7941e;
	text-align:center;
	padding: 10px 10px 10px 10px;
}