/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	padding: 0;
	background: #333333;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
}

form, h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

blockquote {
	font-style: italic;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

/* Header */

#header {
	width: 640px;
	height: 125px;
	margin: 0 auto;
	background: url(images/img1.jpg);
}

#header h1 {
	float: left;
	padding: 70px 0 0 25px;
	letter-spacing: -4px;
	font-size: 3em;
}

#header h2 {
	float: right;
	padding: 92px 25px 0 0;
	font-size: 1.2em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 628px;
	margin: 0 auto;
	padding: 0;
	background: #CC0000;
	border: 6px solid #FFFFFF;
	border-top: none;
}

/* Column One */

#colOne {
	float: left;
	width: 380px;
	padding: 20px 0 0 23px;
	margin-bottom: 10px;
}

#colOne h3 {
	padding:5px 0 5px  0;
	font-size:1.2em;
	font-weight:600;
}	

#colOne a {
	border-bottom: 1px dotted #FFFFFF;
}

#colOne a:hover {
	border: none;
}

#colOne .post {
	margin-bottom: 30px;
}

#colOne .title {
	letter-spacing: -1px;
	font-size: 1.6em;
}

#colOne .posted {
	font-size: x-small;
}

#colOne .meta {
	height: 25px;
	padding: 10px 0 0 0;
	background: url(images/img7.gif) no-repeat right bottom;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
	font-size: x-small;
}

/* Column Two */

#colTwo {
	height: 28px;
	float: right;
	width: 160px;
	padding: 4px 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#FFF;
	list-style:none;	
}

#colTwo h2 {
	padding:5px 0 5px  0;
}	

#textfield1 {
	width: 145px;
}

#submit1 {
	display: none;
}

#colTwo ul {
	margin: 0;
	padding: 0;
}

#colTwo li ul, #colTwo li form {
	margin: 0 0 10px 0;
	padding: 5px 5px 15px 10px;
}

/* News */

#news a {
	font-weight: bold;
	color: yellow;
	font-size: 1.1em;
	
	}
	
/* Categories */
#categories {
	padding-left: 0;
	margin-left: 0;
	width: 150px;
	background-color:#970000;
	border:thick;
}

#categories li
{
list-style: none;
margin: 0;
padding: 0.2em;
border: 1px solid white;
border-bottom: 0;
}

#categories li:hover
{
background: #996666;
}

#categories li.bottom
{
border-bottom: 1px solid white;
}

#categories li a { text-decoration: none; }

/* Footer */

#footer {
	clear: both;
	width: 628px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #FFFFFF;
}

#footer p {
	text-align: center;
	font-size: x-small;
}

table {
		border-collapse:collapse;
		border:2px solid #FFF;
		width:375px;
}

td, th {
		padding:10px;
		text-align:left;
		
}

th		{
		background-color:#990000;
		}


/* =body
----------------------------------------------- */

tbody th, tbody td {
		border:thin #CC0000 5px;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

tbody tr:hover {
		background:#000;
}

/* =definion lists
------------------------------------------------*/
dt	{font-weight:600;}
dd	{padding-bottom:10px;}

.gold {border:thick #FFCC00 5px;}

