/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #151515 url(../images/ttile.jpg) repeat-x left top;
	text-align:left;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-size: 2.6em;
	color: #FFAF3D;
	letter-spacing: -2px;
}

h2 {
	font-size: 1.8em;
	color: #FFCC33;
	
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF6666;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
 	list-style-type: square;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	text-decoration: none;
	color: #AAFF00;
}

a:hover {
	text-decoration: none;
	color: #AAFF00;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

img.right{
	float: right;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}

img.leftnoborder {
	float: left;
	margin: 8px 20px 0px 0px;
}


/* Header */

#wrapper {
}

#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	background:  url(../images/banner.gif) no-repeat center top;
}

#logo h1, #logo p {
	float: left;
	color: #AAFF00;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p a {
	color: #FF5134;
}

/* Menu */

#menu {
	width: 895px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: none;
}

#menu a {
	display: block;
	float: left;
	background: url(../images/sq.gif) no-repeat left 75%;
	padding: 10px 10px 0px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	color: #AAFF00;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 600px;
	
}

.post {
	margin-bottom: 10px;
	border-bottom: 1px #FFCC33 solid;
}

.post .title {
}

.post .title p {
	margin: 0;
	line-height: normal;
	color: #ffffff;
}

.post .title p a {
	color: #AAFF00;
}

.post .entry {
	padding-top: 6px;
}

.post .links {
	width: 410px;
	height: 29px;
	margin: 0;
	text-align:left;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
	color: #AAFF00;
}

.post .links a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Sidebar */



#sidebar {
	float: right;
	width: 240px;
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 5px 5px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-bottom: 5px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 10px;
	border-bottom: 1px #FFAF3D dashed;
	font-size: 1.6em;
	color: #FFFFFF;
}

#si debar { display: none;

}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	border-top: 2px solid #2B2B2B;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}
/* Table */
#tbl_wrap {
	padding: 4px 4px;
}

#tbl table {
	width: 90%;
	background: #1F1F1D;
	border: 1px solid #11110F;
	text-align: left;
}

#tbl thead {
	background: #161616;
	font-weight:bold;
}
#tbl tbody td {
	background: #0F0F0D;
	border: 1px solid #11110F;
	color:#FFFFFF;
	vertical-align:top;
	width: 20%;
}


table.datatab {margin: 10px;}
table.datatab, table.datatab td, table.datatab th { border-collapse: collapse; border: 1px solid white; padding: 2px;}
.navtitle {font-size:20px; color:#FFFFFF; width:220px; border-bottom:2px solid yellow; line-height:120%; margin-bottom: 10px;}

