@CHARSET "ISO-8859-1";
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

body {
	background: url(images/black/background.jpg) top left;
	font-family: arial;
	font-size: 14px;
	color: white;
}

a { color: #e07c07; }
.center { margin-left: auto; margin-right: auto; }
.mainWidth { width: 960px; }
.wrapper { padding: 8px; }
.transp_50 { background: transparent url(images/transp_back_50.png) top left; }
.transp_20 { background: transparent url(images/transp_back_20.png) top left; }
.clear { clear: both; }
p { line-height: 20px; margin-bottom: 8px; }

#header {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#header #top {
	height: 172px;
	position: relative;
}
#header #top #logo {
	display: block; 
	height: 172px;
	width: 181px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header #top #top_line {
	position: absolute;
	top: 43px;
	left: 0px;
	width: 940px;
	text-align: right;
	padding: 10px;
}
#header #top #slogan {
	position: absolute;
	top: 50px;
	left: 168px;
	width: 206px;
	height: 50px;
}


#mainNav {
	list-style: none;
	height: 50px;
	background: transparent url(images/tab_normal.gif) bottom left repeat-x;
	float: left;
	margin-left: 18px;
}
#mainNav li {
	float: left;
	display: block;
	height: 50px;
	padding: 0px;
	
}
#mainNav li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	height: 22px;
	padding-top: 28px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
}
#mainNav li a:hover {
	color: #440f0f;
}
#mainNav li.active a {
	padding-top: 23px;
	padding-right: 30px;
	height: 27px;
	color: #440f0f;
	text-transform: uppercase;
}
#mainNav li.active {
	background: transparent url(images/tab_current.gif) bottom left repeat-x;
	background: transparent url(images/tab_current_shadow.png) bottom right no-repeat;
}
#mainNav li:last-child.active,
#mainNav li.last.active {
	background: transparent url(images/tab_current.gif) bottom right repeat-x;
}

#mainNav li:last-child.active a,
#mainNav li.last.active a {
	padding-right: 20px;
}

#banner {
	margin-left: 10px;
	border: 8px solid white;
	-moz-border-radius: 5px;
	height: 290px;
	width: 924px;
}
/*
#banner div {
	background: url(images/banner_1.jpg) center center no-repeat;
	width: 100%;
	height: 100%;
}	
*/

#user_modules {
	margin-bottom: 20px;
	background: transparent url(images/transp_back_20_usermodules.png) top left repeat-y; 
}
.user_module_container {
	float: left;
	width: 320px;
	/*
	border-left: 1px solid #606060;
	border-right: 1px solid black;
	*/
	padding-bottom: 8px;
}

.user_module_container div {
	padding: 8px;
}
.user_module_container h3 {
	padding-bottom: 8px;
}
#user_modules img {
	width: 122px;
	border: 8px solid white;
	-moz-border-radius: 5px;
	float: left;
	margin-right: 8px;
}

#user4 .menu {
	list-style: none;
}
#user4 .menu li {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid white;
}
#user4 .menu li a {
	text-decoration: none;
}
#user4 .menu li a:hover {
	text-decoration: underline;
}
#user4 .menu li#current a {
	font-weight: bold;
	color: white;
}
#user4 .menu li:last-child,
#user4 .menu li.last {
	border-right: none;
}
#user4 { margin-bottom: 20px; }

#breadcrumb {
	border-bottom:1px solid white;
	margin-bottom:20px;
	padding-bottom:10px;
}

#content { margin-bottom: 20px; }
#content ul, #content ol { margin-left: 15px; }

#content h2 {
	margin-bottom: 20px;
}
#content img.border,
span.catItemImage img ,
span.itemImage img,
.sig_thumb img {
	padding: 0px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 8px solid white;
	-moz-border-radius: 5px; 
}

.mysig{
	font-size: 12px;
	text-align: right;
	padding-right: 25px;
	padding-bottom: 20px;
	line-height: 40px;
}

.contentpaneopen { clear: both; }



/******** K2 OVERRIDES *********/
	div.catItemHeader h3.catItemTitle {
		font-family: arial;
	}
	div.catItemHeader h3.catItemTitle a {
		color: white;
	}
	
	div.itemCategory span,
	div.itemTagsBlock span {
		color: white;
	}
	
	div.itemView,
	div.itemCategory,
	div.itemTagsBlock,
	div.itemExtraFields,
	div.itemHitsTwitter {
		border-top: none;
		border-bottom: none;
	}
	
	div.itemExtraFields ul li {
		background: none!important;
	}
	
	.itemImageGallery h3 {
		margin-bottom: 16px;
	}
	div.itemListCategory {
		margin:0px;
		margin-bottom: 4px;
		padding:0;
	}
	
	#content .itemBody {
		padding-top: 0px;
	}
/******** K2 OVERRIDES *********/



