* 
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #000000;
	background: #000000 url(../../images/background.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}

h1, h2, h3 
{
}

h1 
{
	font-size: 3em;
}

h2 
{
	letter-spacing: -1px;
	font-size: 2em;
}

h3 
{
	font-size: 1em;
}

p, ul, ol 
{
	margin-top: 1.8em;
	line-height: 180%;
}

ul, ol 
{
	margin-left: 3em;
}

blockquote 
{
	margin-left: 3em;
	margin-right: 3em;
}

a 
{
	text-decoration: underline;
	color: #333;
}

a:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
}

hr 
{
	display: none;
}



/* Header */
#header 
{
	width: 960px;
	height: 80px;
	margin: 0 auto;
	/*background-color: Lime;*/
	background: url(../../images/banner.jpg);
}

#header h1, #header h2 
{
	float: left;
	margin: 0;
}

#header h1
{
	padding: 30px 0 0 20px;
	font-size: 3em;
	color: #000000;
	/*text-transform: uppercase;*/
}

#header h2 
{
	padding: 50px 0 0 8px;
	font-size: 16px;
	font-style: italic;
	color: #888888;
}



/* Menu */
.MenuTable
{
	margin-top: 8px;
	margin-left: 20px;
}

#menu 
{
	width: 960px;
	height: 40px;
	margin: 0 auto;
	/*background-color: Teal;*/
	background: url(../../images/menu.jpg);
}

#menu a 
{
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #ccc;
}

#menu a:hover 
{
	text-decoration: underline;
}


/* Page */
#page 
{
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	/*border-left: solid 1px lightgrey;*/
	background: #999999 url(../../images/pagetop.jpg) no-repeat;
}


/* Content */
#content 
{
	float: left;
	width: 645px;
}

.blogentry
{
	margin-bottom: 30px;
}

.blogentry .title 
{
	color: #eee;
	border-bottom: 1px solid #454545;
}

.blogentry .title a 
{
	text-decoration: none;
	color: #eee;
}

.blogentry .text 
{
	padding: 0 20px;
}

.blogentry .authorbox 
{
	height: 20px;
	padding: 15px 20px;
	/*background: url(../../images/blogentrybox.gif) no-repeat;*/
	line-height: normal;
	color: #555;
}

.blogentry .authorbox a 
{
	text-decoration: none;
}

.blogentry .authorbox a:hover 
{
	text-decoration: underline;
	color: #ffffff;
}

.blogentry .authorbox .authortext 
{
	float: left;
}

.blogentry .authorbox .comments 
{
	float: right;
	color: #555;
}

.blogentry .authorbox .tags
{
	font-size: 11px;
	float: right;
	color: #555;
}


/* Sidebar */
#sidebar 
{
	float: right;
	width: 255px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar a 
{
	color: #ccc;
	text-decoration: none;
}
#sidebar a:hover
{
	text-decoration: underline;
	color: #ffffff;
}

#sidebar li
{
}

#sidebar li ul 
{
	padding: 0 0 20px 20px;
	list-style: square inside;
}

#sidebar h2 
{
	height: 20px;
	padding: 5px 20px 5px 20px;
	/*background-color: Fuchsia;*/
	/*background: url(../../images/img06.gif) no-repeat;*/
	font-size: 1.6em;
	color: #eee;
}


/* Footer */
#footer 
{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0;
	/*background: url(../../images/img07.gif) no-repeat;*/
}

#footer p 
{
	margin: 0;
	line-height: normal;
	text-align: center;
}

#footer a
{
	text-decoration:none;
	color:#222;
	cursor: default;	
}

/* post comments */
 
 .commententry
{
	padding: 5px;
	/*background-color: #aaa;*/
	border: 2px groove #CCCCCC;
	color: #555;
}
 
 .commentdate
 {
 	font-size: 11px;
 	text-decoration: none;
 }
 
 .commentname
 {
 	color: #fff;
 	text-decoration: none;
 }
 
 .commentmessage
 {
	color: #000000;
 }
 
 .commenttextbox
{
	background-color: #999;
	border: inset 2px #bbb;

	/*
	scrollbar-face-color: #999;
	scrollbar-highlight-color: #aaa;
	scrollbar-shadow-color: #bbb;
	scrollbar-3Dlight-color: #bbb;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #999;
	scrollbar-darkshadow-color: #000;
	*/
}
 
 .commentbutton
 {
 	background-color: #999;
 }
 
 .ErrorLabel
{
	color: #ff0000;
}