@charset "utf-8";
/* CSS Document */
/* General Declarations */

html {
	background:url(images/background-top.jpg) no-repeat;
	background-position: center top;
	background-color: #000000;
}

body {
	text-align: left;
	font-family: Trebuchet MS, Helvetica, Arial;
	font-size: 100%;
}

li {
	list-style: none;
}

img {
	border: none;
}

p {
color: #FFFFFF;
line-height: 16px;
font-size: 90%;
}

h1 {
font-size: 150%;
font-weight: bold;
color:#ffffff;
}

h2 {
	color:#999999;
	font-weight: bold;
	padding: 20px 20px 0px 0px;
}

h3 {
font-size: 125%;
font-weight: bold;
color:#0066cc;
}

a {
text-decoration: none;
color: white;
}

/* Content DIVs */

#wrap {
	margin: auto;
	width: 1075px;
	background-color: #333333;
	text-align: left;
}

#header {
	margin: 0 auto;
	width: 1075px;
	text-align: left;
}

/* Main Column */
		
#content {
	float: left;
	width: 710px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	border-right:1px solid #555555;
}
		
#post {
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #555555;
}

#post h1 {
	font-size: 150%;
	font-weight: bold;
	color:#0066cc;
}

#post h2 {
	float: right;
	font-size: 75%;

}

#post li {
	list-style: disc;
	color: #CCCCCC;
	font-size: 90%;
}

#lastpost {
	margin: 0px 0px 10px 0px;
	}

#lastpost h1 {
	font-size: 150%;
	font-weight: bold;
	color:#0066cc;
}

#lastpost h2 {
	float: right;
	font-size: 75%;

}

#lastpost li {
	list-style: disc;
	color: #CCCCCC;
	font-size: 90%;
}
	
/* Side Column */

#sidebar {
	float: right;
	width: 324px;
	padding: 0px 10px 0px 0px;
}

#sidebar h2 {
	color: #999999;
	font-size: 80%;
	margin-top: -35px;
}

/* Footer */
		
#footer {
	clear: both;
	text-align: center;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	border-top: 1px solid #555555;
}

/* Menu */

#menu {
	background: #333333;
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1075px;
}
#menu li {
	float: left;
	font: 85% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #0066cc url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#menu.current {
	font-weight: bold;
}