﻿body {
	font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#888;
	margin: auto;
	background:url(images/body.png) top repeat-y;
	background-attachment:fixed;
	
}
/* top right bottom left */

html {
background:url("images/backtile.png") fixed repeat;
}

#pagecontainer{
	margin: auto;
	width: 800px;
	cursor : url("themes/default/default.cur"), auto;
}

* {
	margin:0;
	padding:0;
}

a{
	cursor : url("themes/default/item.cur"), pointer;
}

p a {
	color:#73ACFB;
	text-decoration:none;
	
	
}
p a:hover {	
	border-bottom:1px solid #ccccff;
	
}

table {
font-size: 130%;
}

#header {
	width:auto;
	height:180px;
	margin:0 auto;
	background:url(images/header1.jpg) top no-repeat;
	padding:0px 0 0px 0 !important;
	padding:0px 0 0px 0;
}

#header h1 {
	float:right;
	font:220% Arial;
	letter-spacing:-1px;
	width:288px;
	text-align:left;
	padding:7px 0 0 0;
}
#header h1 a {
	color:#888;
	text-decoration:none;
}

#nav{
	padding-top: 148px;
	width: auto;
	
}

#nav li {
	list-style:none;	
	float:left;
		
}

#nav li a {
	font:120% Verdana;
	color:#ccc;
	text-decoration:none;
	margin:0 5px 0 0;
	padding:13px 8px;
}
#nav li a em {
	font-style:normal;
	text-decoration:underline;
}

#nav a:hover {
	background:url(images/a_hover.jpg) bottom repeat-x #333;
}

#nav a.active {
	background:url(images/a_active.jpg) top repeat-x #333;
	color:#fff;
}

#nav a.active:hover {
	background:url(images/a_active.jpg) top repeat-x #333;
	color:#eee;
}


#wrapper {
	width: auto;
	margin: auto;
	background:#fafafa;
}

#sidebar {
	width:200px;
	float:right;
	padding:0 20px 20px 20px;
	background:url(images/sidebar.jpg) top left no-repeat;
	height: auto;
}

#sidebar input {
	background:#fff;
	border:1px solid #eee;
	padding:3px;
	font:120% Verdana;
	color:#555;
	width:97%;
}

#sidebar p {
	line-height:22px;
	margin:10px;
}

#sidebar ul.latest li {
	padding:5px 5px 5px 20px;
	list-style:none;
	font:125% Arial;
	border-bottom:1px solid #eee;
	background:url(images/article.gif) left no-repeat;
}
#sidebar ul.latest li a {
	color:#99CC00;
	text-decoration:none;
}
#sidebar ul.latest li a:hover {
	color:#333;
}

#sidebar ul.servers li {
	padding:5px 5px 5px 25px;
	list-style:none;
	font:125% Arial;
	border-bottom:1px solid #eee;
}

#sidebar ul.stats li {
	padding:5px 5px 5px 20px;
	list-style:none;
	font:125% Arial;
	border-bottom:1px solid #eee;
	background:url(images/info.gif) left no-repeat;
}

#sidebar ul.external li {
	padding:5px 5px 5px 20px;
	list-style:none;
	font:125% Arial;
	border-bottom:1px solid #eee;
	background:url(images/external.gif) left no-repeat;
}
#sidebar ul.external li a {
	color:#99CC00;
	text-decoration:none;
}
#sidebar ul.external li a:hover {
	color:#333;
}

#content {
	width: auto;
	margin-right: 240px;
	padding:30px;
	text-align:justify;
	text-align: center;
	
}

.desc {
	margin:-20px -20px 0 -20px;
	background:url(images/desc.gif) bottom left no-repeat #444;
	border:1px solid #000;
	padding:5px !important;
	padding:5px 15px;
	font-size:120%;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	text-align:center;
	line-height:25px;
}

.desc p:first-line {
	font-size:150%;
	font-style:italic;
}

.desc a {
	color:#ccc;
	border:none;
	text-decoration:underline;
}
.desc a:hover {
	text-decoration:none;
}

#sidebar h2 {	
	color:#0E91CF;
	font:180% Arial;
	margin:15px 0 5px 0;
}

#content h2 {
	color:#024160;
	font:190% Arial;
	margin:10px 0 3px 0;
}
#content h2 a {
	color:#024160;
	text-decoration:none;
}
#content h2 a:hover {
	border-bottom:1px dotted #ccc;
}

#content p {
	font-size:130%;
	line-height:20px;
	margin:0 0 10px 0;
	
}

#content .info {
	background:url(images/line.gif) top repeat-x;
	padding:5px;
	font:90% Verdana;
	margin: auto;
}

#content .info p {
	background:url(images/info.gif) left no-repeat;
	padding:0 0 0 20px;
	text-align: left;
}

#content .info p a {
	float:right;
	padding:0 0px 0 20px;
	background:url(images/comment_normal.gif) left no-repeat;
	color:#777;
	text-decoration:none;
	border:none;
}
#content .info p a:hover {
	text-decoration:underline;
	border:none;
}

#content h3 {
	font:150% Trebuchet MS;
	margin:5px 0;
	border-bottom:1px solid #eee;
	color:#666;
}

#content blockquote {
	padding:0 10px;
	border-left:4px solid #eee;
	margin:10px 0;
	background:#fefefe;
}

#content blockquote p {
	margin:0;
	font:130% Trebuchet MS;
	line-height:26px;
	color:#0E91CF;
}

#post{
	text-align: left;
	font-size:100%;
}

#post ul,ol {
	text-align: left;
	font-size:130%;
}


#content ul,ol {
	margin:10px 0 10px 25px;
	line-height:30px;
	
}


#footer {
	padding:10px;
	border-top:1px solid #eee;
	clear:both;
	margin:0 4px 0 0 ;
	background:#fff;
	color: #c9c9c9;
	font: 100% Arial;
}
#footer p.validate {
	float:right;
	text-align:right;
}


ol.comments {
	border-top:1px solid #eee;
	margin-left:35px;
}
ol.comments li {
	border-bottom:1px solid #eee;
	padding:0 10px;
	font:300% Georgia;
	color:#0E91CF;
}
ol.comments li span {
	font:30% Trebuchet MS;
	color:#888;
}
ol.comments li.alt {
	background:#fff;
}
ol.comments a {
	color:#666;
}
ol.comments a:hover {
	text-decoration:none;
}
ol.comments div {
	line-height:24px;
	font-size:120%;
	padding:5px;
	margin:5px 0;
}

.hide {
	display:none;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

/* Menu */
#dropmenudiv{
	position: absolute;
	border-top: 1px solid #59c1f4;
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height: 20px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #fff;
	padding: 1px 0;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color:#FFF;
}

#dropmenudiv a:hover{
	background-color: #242424;
}




