body {
background: #333;
font-size: 0.7em;
font-family: Tahoma, Arial;
color: #000;
}

* {
font-size: 1em;
margin: 0;
padding: 0;
color: #000;
}

a img {
border: 0;
}

p {
margin: 7px 0 11px 0;
}

#container {
width: 1015px;
margin: 0 auto;
padding: 0 1px;
background: #fff url('red/bg.gif') repeat-y center;
}

h2 {
color: #fff;
background: url('red/h2.gif') repeat-x;
height: 21px;
line-height: 21px;
padding: 0 6px 0 10px;
border: 1px solid #000;
border-width: 0px 1px 1px 1px;
text-transform: uppercase;
}

h2 a {
display: block;
text-decoration: none;
color: #fff;
background: url('red/h2-more.gif') top right no-repeat;
}


h2 {
color: #ffffff;
background: url('red/h2.gif') repeat-x;
height: 21px;
line-height: 21px;
padding: 0 6px 0 10px;
border: 1px solid #000;
border-width: 0px 1px 1px 1px;
text-transform: uppercase;
}

/******************************************
*******          HEADER                             *********
******************************************/

#header {
	height: 280px;
}

#header h1 a {
	background: url('red/header.jpg') no-repeat;
	display: block;
	height: 250px;
}

#header h1 a span { display: none; }

#header ul {
	height: 30px;
	display: block;
	line-height: 30px;
	list-style: none;
	background: url('red/nav.gif') no-repeat;
}

#header ul li {
	float: left;
	padding: 0 0;
}

#header ul li a {
	display: block;
	height: 30px;
	float: left;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0 7px;

}

#header ul li a:hover {
	background: url('red/nav2.gif') repeat-x;
	font-size: 11px;
}

/******************************************
*******          SiDEBAR                           *********
******************************************/

.sidebar {
width: 214px;
float: left;
color: #fff;
background: #730909;
}

.sidebar a {
text-decoration: none;
color: #fff;
}

.sidebar ul {
background: url('red/sidebar-li.gif');
list-style: none;
}

.sidebar ul li {
padding: 0 0 0 10px;
height: 19px;
line-height: 19px;
}

#roster {
padding: 0 0 0 3px;
}

#roster a {
display: block;
float: left;
padding: 5px;
}

#roster img {
border: 1px solid #fff;
}

#roster #name {
background: url('red/name.gif') no-repeat;
width: 200px;
height: 16px;
line-height: 16px;
margin: 7px auto 10px auto;
color: #fff;
text-align: center;
clear: both;
}

#roster #name2 {
color: #fff;
font-weight: bold;
}

/******************************************
*******          MAIN                                 *********
******************************************/

#main {
width: 583px;
padding: 0 2px 0 2px;
float: left;
}

#main h3 {
height: 32px;
line-height: 25px;
background: url('red/h3.gif') repeat-x;
color: #fff;
padding: 0 10px;
text-transform: uppercase;

}

#main h3 a {
color: #fff;
text-decoration: none;
}

#main h3 .date {
float: right;
color: #fff;
text-transform: capitalize;
font-size: 0.9em;
}

#main .post {
border: 1px solid #000;
border-top: 0;
background: #e5e5e5;
width: 580px;
}

#main .post .content {
border: 3px solid #730909;
border-width: 0 3px;
background: url('red/post-bottom.gif') bottom no-repeat;
padding: 1px 10px;
}

#main .post .post-foot {
padding: 0 0 5px 0;
text-align: right;
font-size: 0.9em;
}

#main .post .post-foot a {
text-decoration: none;
padding: 0 0 0 10px;
}

#main .post .post-foot a:hover {
text-decoration: underline;
}

#main #post-nav {
background: #730909;
padding: 2px 10px 5px 10px;
}

#main #post-nav a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

/******************************************
*******          FOOTER                              *********
******************************************/

#footer {
clear: both;
height: 30px;
line-height: 30px;
padding: 14px 10px 0 0;
background: url('red/footer.gif') no-repeat;
border-top: 25px solid #fff;
text-align: right;
}

#footer a {
color: #c4c4c4;
text-decoration: none;

font-size: 1.4em;
}

