/* Standard element */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #999 url(img/bg.gif) repeat-y;
	font-family: Tahoma,sans-serif;
	font-size: 0.8em;
	padding-left: 25px;
}
p {
	margin-bottom: 1.2em;
}
ul {
	margin: 0 0 10px 22px;
}
li {
	list-style-image: url(img/li.gif);
}

/* Misc */
.clearer {
	clear: both;
}
div.quote {
	border-left: 4px solid #36C;
	clear: both;
	color: #555;
	display: block;
	font: italic 1.1em Verdana,serif;
	margin: 12px 0 12px 16px;
	padding-left: 12px;
}

div.quote a {
	color: #0066CC;
	text-decoration:none;
}

div.quote a:hover {
	text-decoration:underline;
}

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}


/* Top & Header */
.top {
	background: url(img/top.jpg);
	color: #FFF;
	height: 125px;
	width: 939px;
}
.top h1 {
	font: bold 2em sans-serif;
	padding: 8px 16px 0;
}
.top h1 span {
	font: normal 60% Verdana,sans-serif;
}
.header {
	background: url(img/header.gif); 
	height: 101px;
	width: 939px; 
}


/* Menu */
div.menu ul {
	float: left;
	margin: 0 1px 0 0;
}
div.menu li {
	list-style-image: none;
}
div.menu a {
	background: #4B4B4B;
	color: #DDD;
	display: block;
	font-family: sans-serif;
	font-size: 85%;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	width: 110px;
}
div.menu a.head {
	background: #888; color: #FFF;
	font-weight:bold;
}
div.menu a.head:hover {
	background: #888; color: #FFF;
}
div.menu a#current {
	background: #666; color: #FFF;
}
div.menu a:hover {
	background: #555; color: #FFF;
}
div.menu li {
	list-style-type: none;
	margin: 0 0 1px 0;
	padding: 0;
}


/* Left side */
div.content_left {
	margin: 1px;
	width: 643px;
}
div.date {
	background: #0070CD url(img/bgdate.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}
div.date a {
	text-decoration: none; color: #fff;
}
div.date a:hover {
	text-decoration: underline;
}
div.newsitem {
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}

div.months {
	font: normal 0.8em sans-serif;
	text-align:center;
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px;
	padding: 10px;
}

div.months a {
	color: #0066CC;
	text-decoration:none;
}

div.months a:hover {
	text-decoration:underline;
}

div.newsitem img.left {
	border: 3px double #CCC;
	height: 120px;
	margin: 6px 10px 10px 10px;
	width: 120px;
	float: left;
}
div.newsitem img.right {
	border: 3px double #CCC;
	height: 120px;
	margin: 6px 10px 10px 10px;
	width: 120px;
	float: right;
}
div.newsitem .title {
	color: #0066CC;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.newsitem .newstitle {
	background:url(img/news.png) no-repeat;
	color: #0066CC;
	font: bold 1.2em Tahoma,sans-serif;
	padding: 3px 4px 0px 40px;
}

div.newsitem .newstitle a {
	color:#0066CC;
	text-decoration:none;
}

div.newsitem .newstitle a:hover {
	text-decoration:underline;
}

div.newsitem div.author {
	color:#999999;
	font-size:0.7em;
	font-style:normal;
	padding: 0px 0px 0px 20px;
}
div.newsitem .title a {
	color: #0066CC;
	text-decoration:none;
}
div.newsitem .title a:hover {
	color: #0066CC;
	text-decoration:underline;
}
div.newsitem .body {
	margin:20px;
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;

}
div.newsitem .body a {
	color: #0066CC;
	text-decoration:none;
}
div.newsitem .body a:hover {
	text-decoration:underline;
}

div.newsitem table.burners {
	border: 3px double #CCC;
	padding: 0px 0px 0px 5px;
}

/* Comments */
div.commentsback {
	margin:0px 5px 0px 240px;
}
div.commentsback a {
	color: #0066CC;
	text-decoration:none;
}
div.commentsback a:hover {
	text-decoration:underline;
}
div.newsitem .back {
	text-align:center;
}
div.newsitem .back a {
	color: #0066CC;
	text-decoration:none;
}
a.back  {
	color: #0066CC;
	text-decoration:none;
}
a:hover.back {
	text-decoration:underline;
}

div.newsitem .comments {
	color: #0066CC;
	font: bold 1em Tahoma,sans-serif;
	text-align:right;
}
div.newsitem .comments a {
	color: #0066CC;
	text-decoration:none;
}
div.newsitem .comments a:hover {
	text-decoration:underline;
}

div.commentrow {
	background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
	border: 1px solid #EEE;
	border-color: #EEE #EEE #DDD #EEE;
	clear: both;
	color: #333;
	line-height: 1.5;
	margin: 6px 0px 0px 110px;
	padding: 10px;
	width:400px;
}
div.commentrow a {
	color: #0066CC;
	text-decoration:none;
}
div.commentrow a:hover {
	text-decoration:underline;
}

div.commentrow .title {
	color: #0066CC;
	font: bold 1em Tahoma,sans-serif;
	padding: 3px 4px;
}
div.commentrow .body {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.9em;
	text-align: justify;
}

/* Table style */
tr.row1	{ background-color: #EFEFEF; cursor:pointer; }
tr.row2	{ background-color: #DEE3E7; cursor:pointer; }
tr.row3	{ background-color: #D1D7DC; cursor:pointer; }
td {
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 1em;
	
}

/* Right side */
div.content_right {
	width: 281px;
	position: absolute;
	top: 154px;
	left: 670px;
}


div.links a {
	background: url(img/bg_navitem.gif) repeat-x #FFF;
	display: block;
	font: bold 0.8em Verdana,Tahoma,sans-serif;
	padding: 4px 0 6px 6px;
	text-decoration: none; color: #333;
}
div.links a:hover {
	color: #0080DD; background-position: left bottom;
}

div.links div.line {
	height: 1px; background-color: #EEEEF5;
}
div.links .title {
	background: #333 url(img/bgsubtitle.gif) repeat-x;
	color: #FFF;
	font: normal 85% Tahoma,sans-serif;
	padding: 5px 8px;
}

/* Footer */
div.footer {
	background: #F0F0F0 url(img/bgdate.gif) repeat-x;
	border: 1px solid #EEE;
	color: #FFF;
	margin-left: 6px;
	width: 631px;
}
div.footer .copyright {
	padding: 6px 12px;
	bottom:0px;
}
div.footer a {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}
div.footer span.parse {
	color: #FFF;
	font: bold 1em "Trebuchet MS",sans-serif;
	text-decoration: none;
}
/*Alpha PNG support for IESelf-removing expression trick from: http://dean.edwards.name/my/misbehaviors/OnAfterPrint doesn't seem worth the trouble; PNGs will look buggy after printingbecause IE has buggy PNG support.\*/* html img/**/ {filter:expression(    this.napalmLoaded    ? "" :    (     this.src.substr(this.src.length-4)==".png"     ?     (     (!this.complete)     ? "" :     this.runtimeStyle.filter=     ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+     (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+     String(this.napalmLoaded=true).substr(0,0)+     (this.src="http://s.deviantart.com/styles/blank.png").substr(0,0)     )     :     this.runtimeStyle.filter=""    ));}