/* General */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background: #000000 url('img/bg-body.jpg') repeat-x;
	color: #666;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 1.6em;
	font-size: 11px;	
	padding-bottom: 20px;
}

td {
	vertical-align: top;
}

h2 { 	
	font-family: Georgia, Times, serif;
	font-size: 21px;
	font-weight: normal; 
	color: #000;
	margin: 1em 0;
	text-align: right;
}

h3 {
	font-family: Georgia, Times, serif;
	font-size: 17px;
	font-weight: normal; 
	color: #971213;
	margin: 1em 0;
}

h4 {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold; 
	color: #971213;
	margin: 1em 0;
}

ul {
	list-style-type: none;	
}


/* Layout */

#page {
	width: 930px;
	margin: auto;
	text-align: left;
	background-color: #000;
	padding: 10px;
}

#doc-body {
	background:  #B9B8B3 url(img/bg-content.jpg) repeat-y;	
}

#content-wrapper {
	background: url(img/bg-content-top.jpg) no-repeat left top;	
}

#content {
	padding: 20px 0 0 0;
	margin: 0 0 0 225px;
	color: #333333;	
	padding: 10px 20px;
}

#sidebar {
	width: 205px; 
	float: left;
	padding: 20px 10px;
	color: #CBC0B5;
}

#footer {
	clear: both;
	height: 70px;
	background: url(img/bg-footer.jpg) no-repeat; 
	font-size: 9px;
}

#footer ul {
	display: none;
	padding: 14px 0 0 235px;
	color: #999;	
}



/* Front page headline */
#headline {
	height: 400px;
	/*background: #000 url(img/bg-headline-bottom.gif) repeat-x bottom;*/
	background-color: #000;
	position: relative;
	border: none;
}

#headline-obj {
	background: #000;
}


/* Content */
#doc-body a { text-decoration: none; color: #000; }
#doc-body a:hover { text-decoration: underline; color: #000; }
#doc-body p { margin-bottom: 1em; }
#doc-body ul, #doc-body ol { margin-bottom: 1em; }
#doc-body li { margin: 0 0 0 6px; padding: 0 0 0 10px; background: url('img/bullet-red.gif') no-repeat left 5px; }
#doc-body dt { float: left; width: 80px; font-weight: bold; }
#doc-body dd { margin-left: 90px; }
#doc-body hr { border-top: 1px solid #333; border-bottom: 1px solid #FFF; }
#doc-body iframe { border: 1px solid #CCC; padding: 2px; }
#doc-body th { font-weight: bold; text-align: center; }
#doc-body th, #doc-body td { padding: 0px 10px; }
#doc-body em { font-style: italic;}

#content .news-title { font-family: Georgia, Times, serif; font-size: 17px; font-weight: normal; margin: 1em 0 0 10px;}
#content .news-title a { color: #971213; }
#content .news-date { color: #666; margin: 0 0 0 10px;}
#content .news-text { }
#content .news-icon { background: url(img/bg-icon.jpg); padding: 10px; }

#sidebar .sidebar-block { padding: 0 0 1em 0; }

#sidebar .news-title { color: #FFF; margin: -4px 0 6px 0;}
#sidebar .news-date  { font-size: 9px; color: #999;}
#sidebar .news-text  { font-size: 9px; color: #999;}
#sidebar .calendar-date {color: #FFF;}
#sidebar .calendar-title {	font-size: 9px; color: #999; padding-left: 10px; margin-bottom: 6px;}

#sidebar .rss-title { padding: 0 0 2px 0; font-family: Georgia, Times, serif; font-size: 12px; font-weight: bold;   color: #971213; margin: 1em 0;}
#sidebar .rss-item { margin: 0 0 10px 0; padding: 0; background: none; font-size: 9px; color: #999; list-style-type: none;}
#sidebar .rss-item { font-size: 11px; }
#sidebar .rss-date { font-size: 9px; }

#sidebar .forum-author { color: #FFF }
#sidebar .forum-post { margin: 0 0 1em 0;}
#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 { color: #CBC0B5;}
#sidebar h4 { padding: 0 0 2px 0; background: url(img/border-sidebar-header.gif) repeat-x bottom; }
#sidebar a { color: #FFF !important;}
#sidebar hr { border-top: 1px solid #000; border-bottom: 1px solid #999; }

.post-date { font-family: 'Trebuchet MS', Georgia, Times, serif; font-size: 12px; font-weight: bold; color: #971213; margin-top: -20px; }
.post-date-separator { margin: 0 0 1em 0 }
.post-panel { background: #FFF; padding: 5px 5px 0 5px; margin: 10px; border: 1px solid #666; }



