body {
	margin: 10px 0px;
	padding: 0px;
	color: #eee;
	font-family: "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	background:#000 url(../grafix/bg-body2.png) top center;
}

::-moz-selection {
    background-color: #eee;
    color: #000;
}

::selection {
    background-color: #eee;
    color: #000;
}

a:link, a:visited {
	color: #eee;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover, a:active, a:visited:active {
	color: #888;
}

input, textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border: none;
	font-size: 14px;
	background-color: #59102C;
	color: #fff;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}

textarea {
	font-size: 12px;
}

input:focus, textarea:focus {
	background-color: #34091A;
}

div {
/*	border: 1px solid #333;
*/}

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, "Times New Roman", Times, Georgia, serif;
	margin: 3px 3px 3px 0px;
	padding: 2px 2px 2px 4px;
	color: #fff;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link {
	color: #fff;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: inherit;
}

h1 {
	font-size: 24px;
}

.index h1 {
	font-size: 36px;
	margin-top: 20px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 10px;
}

p {
	font-size: 16px;
	margin: 3px;
	padding: 2px;
	line-height: 120%;
}

#container {
	width: 850px;
	margin: 10px auto 10px auto;
	padding: 0px;
	position: relative;
	background: #000 url(../grafix/bodybarbg.png) repeat-x fixed center bottom;
}

#container.flex {
	width: 95%;
	margin:10px auto;
}

#centercontent {
	width: 600px;
	margin: 0px;
	padding: 20px 5px;
	float: left;
	position: relative;
	background-color:#333;
}

#centercontent.wide {
	width: 700px;
}

#centercontent.nar {
	width: 500px;
}

#centercontent.full {
	width: 95%;
	margin:0px auto;
	float:none
}
.downloads
{ 
	float: left;
	background-color: #3b4d99;
	padding: 0px 5px 3px 5px;
	min-width: 30%;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.downloads div.slider
{
	z-index: 100;
	position: absolute;
	background-color: #3b4d99;
	padding: 5px;
	color: #eee;
}

.downloads a { color: #fcfcfc; }
.downloads b, .downloads h6, .downloads h5 { color: #eee; }

#footer
{
	margin: 0px;
	padding: 3px;
	clear: both;
	font-size: 9px;
	text-align: center;
	background-image: url(../grafix/darkver.png);
	background-repeat: repeat-x;
	background-position: center;
	color:#eee
}

#footer p {
	text-align: center;
	font-size: 10px;
}

#footer ul {
	margin: 0px;
	padding: 2px;
	clear: both;
	text-align: center;
}

#footer li {
	padding: 0px;
	margin: 2px 2px 5px 2px;
	font: inherit;
	font-size: 10px;
	display: inline;
}

#footer li ul, #footer li.headlink ul {
	display: none;
}

#footer a.admincolor {
	color: #222;
}

a.admincolor {
	color: #ddd;
}

#hot {
	position: relative;
	margin: 2px auto;
	top: -20px;
	font-size:12px;
	width:80%;
	z-index:35;
}

#hot.index {
	position: relative;
	margin: 2px  20px 2px auto;
	top: -20px;
	width:70%;
	z-index:35;
}

#hot .hothead {
	font-size:14px;
	background-color:#A40000;
	padding: 1px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#hot .hotitem {
	font-size:10px;
	padding:3px 1px 3px 4px;
	height:90px;
	overflow:hidden;
	background-color:#59102C;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px ;
	border-bottom-right-radius: 3px ;
}

#hot div.slider {
	position: absolute;
	margin:5px 10px 0px 0px;
	padding:5px 0px 0px 5px;
	top: 15px;
	left: 10px;
	width: 95%;
	background: url(../grafix/greenfadedk.png);
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 3px ;
	border-bottom-right-radius: 3px ;
}

#header {
	margin: 0px;
	padding: 3px 3px 3px 3px;
	position: relative;
}

#header.index {
	height: 130px;
}

#header h1 {
	padding-top: 10px;
}

#header p {
	margin-left: 100px;
}

#header.short {
	height: 80px;
}

#loginbadge {
	position: absolute;
	right: 25px;
	top: -5px;
	font-size: 9px;
	text-align: left;
	color: #ddd;
}

#menucontent {
	width: 130px;
	margin: 0px;
	padding: 0px;
	float: left;
	position:relative;
	left:-40px;
}

#menucontent .navfloat {
	position: absolute;
	left: -11px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 50;
	font-size: 16px;
	background-color: transparent;
}

#menucontent .navfloat li:hover {
	background-color: #CD0000;
}
#menucontent .navfloat li:hover {
	background-color: transparent;
}

#menucontent ul {
	margin: 5px 0px;
	padding: 3px 0px 0px 0px;
	line-height: 120%;
	list-style: none;
	text-align: right;
	font-size: 14px;
}

#menucontent li {
	margin: 3px 0px;
	position: relative;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-top: 2px solid #888;
	border-radius: 6px;
	border-right: 3px solid #CD0000;
	border-bottom: 3px solid #A40000;
	border-left: 2px solid #666;
	background-color: #444;
	padding: 2px 10px 2px 3px;
}

#menucontent li:hover {
	border-top: 3px solid #A40000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-left: 3px solid #A40000;
	padding: 1px 11px 3px 1px;
	background-color: #888;
}

#menucontent li ul {
	padding: 0px;
	display: none;
	z-index: 40;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 3px ;
	border-bottom-right-radius: 3px ;
	position:relative;
	top:-5px;
	left:45%;
	font-size: 10px;
}

#menucontent li ul {
	background: #eee url(../grafix/menubarbg.png) repeat-y center top;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

#menucontent li li {
	line-height: 90%;
	margin: 0px;
	padding: 3px 5px;
	border:none;
	background-image:none;
	background-color:transparent;
	letter-spacing: .1em;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-left-radius: 3px ;
	border-bottom-right-radius: 3px ;
}

#menucontent li li:hover {
	margin: 0px;
	padding: 3px 5px;
	background-color: #999;
	border:none;
}
#menucontent  li a:link, #menucontent li a:visited  {
	display: block;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	z-index: 20;
	text-decoration: none;
}

#menucontent a:hover {
	color: #A40000;
}

#menucontent li li a:link, #menucontent li li a:visited {
	color: #A40000;
	background-color:transparent;
}

#menucontent li li a:hover {
	color: #000;
}

#menucontent a#current {
	color: #A40000;
}

#menucontent li a#current {
	background-color: #888;
}

#menucontent a:hover#current {
	color: #eee;
}

#navbar {
	margin: 0px;
	padding: 3px 0px 5px 0px;
	clear: both;
	text-align: center;
	position: relative;
	top: -10px;
	z-index: 50;
}

#navbar a {
	display: inline-block;
	padding: 0px;
	margin: 0px 2px;
}

#navbar a#current {
	color: #A40000;
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 14px;
	border-bottom: 1px #033 solid;
}

#navbar li {
	margin: 0px;
	padding: 0px 5px 0px 2px;
	display: inline-block;
	position: relative;
	text-align: right;
}

#navbar li a {
	margin: 0px;
	padding: 7px 4px 2px 6px;
	background: transparent url(../grafix/navbarbg.png) repeat-x center -90px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 3px ;
	border-top-right-radius: 3px ;

	color: #eee;
}

#navbar li li a {
	padding: 0px 10px 0px 10px;
	background-image:none;
}

#navbar li a:hover, #navbar li li a {
	color: #fff;
}

#navbar .navfloat {
	display: inline-block;
	color: #333;
	background-color: transparent;
	background-image:none;
	z-index:50;
}

#navbar .navfloat a {
	float: right;
	position:relative;
	bottom: -.2em;
	left: -.1em;
	background-color: transparent;
	background-image:none;
	margin: 0px;
	padding: 3px;
}

#navbar .navfloat a {
	color: #096;
}

#navbar li ul {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px ;
	border-bottom-right-radius: 6px ;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	border-left: 1px solid #444;
	margin: 0px 0px 0px 5px;
	padding: 3px 0px 10px 0px;
	display: none;
	position: absolute;
	top: 30px;
	left: 5px;
	font-size: 11px;
	z-index:50;
	background: #6C6 url(../grafix/dropbarbg.png) repeat-x center top;
}

#navbar li li {
	text-align: left;
	margin: 0px;
	padding: 2px;
	display: list-item;
}

#navbar li li:hover {
	background-color: #666;
}

#rightcontent {
	position: relative;
	width: 120px;
	margin: 0px;
	padding: 20px 2px 20px 5px;
	float: left;
	min-height: 500px;
	right:-30px;
	background-color:inherit;
}

#rightcontent.wide {
	width: 200px;
}

#rightcontent.nar {
	width: 90px;
}

#rss {
	position: absolute;
	right: 1px;
	z-index: 100;
	top: 1px;
}

#search {
	position: absolute;
	right: 2px;
	z-index: 40;
	top: 20px;
	border-top: 1px solid #111;
	border-left: 1px solid #111;
}

#search input {
	color: #CCC;
	border:none;
}

#search input:focus {
	background-color: #387138;
	color: #fff;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	color: #000;
}

#undertabs {
	position: relative;
	top: -26px;
	clear: both;
	z-index: 30;
}

#undertabs ul {
	list-style: none;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 3px 1px;
	border-top: 1px solid #111;
}

#undertabs li {
	display: inline;
	margin: 0px;
	padding: 0px 1px;
	font-size: 10px;
	line-height:22px;
}

#undertabs a {
	background-color: #A40000;
	padding: 5px 4px 2px 4px;
	margin: 0px 2px 4px 2px;
	border-bottom: 1px #666 solid;
	border-right: 1px #666 solid;
	border-top: 0px #666 solid;
	border-left: 1px #666 solid;
	color: #eee;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px ;
	border-bottom-right-radius: 4px ;
	white-space:nowrap;
}

#undertabs #current {
	background-color: #6D0000;
	border: none;
	color: #fff;
}

#undertabs a:hover {
	background-color: #6D0000;
}

#undertabs li #current {
	position:relative;
	font-size: 12px;
	top: 2px;
	padding-top: 6px;
}

.alert, a.alert {
	background-color: red;
	color: #000066;
}

.ahead, a.ahead {
	background-color: #66FFFF;
	color: #000066;
}

.button
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px #777 solid;
	line-height: 1.5em;
	white-space: nowrap;
	padding: 1px 4px 3px 4px;
	margin: 1px;
	display: inline-block;
	background-image: url(grafix/buttonbg.png);
	background-position: right bottom;
	text-align: center;
}

.button:hover { background-position: left top; }

.button a
{
	display: inline-block;
	padding: 2px 6px;
	margin: 1px;
}

.dark {
	background: #A40000;
}

.darker {
	background: #6D0000;
}

.darkhor a, .darker a, .dark a {
	color: #eee;
}

.darkhor a:hover, .darker a:hover, .dark a:hover {
	color: inherit;
}

.darkhor {
	background-image: url(../grafix/darkhor.png);
	background-repeat: repeat-y;
}

.float {
	float: left;
	margin: 0px;
	padding: 0px 5px;
}

.floatr {
	float: right;
	margin: 0px;
	padding: 0px 5px;
}

.new {
	background-color: #D5FFA3;
}

.new, .new a {
	color: #003333;
}

.large {
	font-size: 18px;
}

.medium {
	font-size: 14px;
}

.meta {
	position:relative;
	bottom:-10px;
	margin-bottom: 20px;
	font-size: 9px;
	float: right;
	clear: right;
	color: #666;
}

.meta a {
	font-weight: normal;
	color: #999;
}

.small {
	font-size: 10px;
}

.scroller
{
	height: 350px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.scrollertall
{
	height: 550px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.slider {
	display: none;
}

div.slider {
	display: none;
	margin: 0px;
	padding: 0px;
}

.spacer {
	clear: both;
}

div.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.one1, .one {
	margin: 0px 5px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.one2 {
	width: 48%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one2r {
	width: 48%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one3 {
	width: 31%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one3r {
	width: 31%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one4 {
	width: 23%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one4r {
	width: 23%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one5 {
	width: 19%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one5r {
	width: 19%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one6 {
	width: 16%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one6r {
	width: 16%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.two3 {
	width: 65%;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.two3r {
	width: 65%;
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 0px;
}

.three4 {
	width: 73%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.three4r {
	width: 73%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 5px 0px;
}

.eighT {
	width: 79%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.eighTr {
	width: 79%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.sixT {
	width: 59%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.sixTr {
	width: 59%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.fourT {
	width: 39%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.fourTr {
	width: 39%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.tabs a, .tabsalpha a {
	background-color: #888;
	padding: 2px 3px 0px 3px;
	margin: 5px 1px 6px 1px;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #033 solid;
	border-left: 1px #666 solid;
	color: #eee;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

.tabsalpha #current {
	background-color: #222;
	border-bottom: 1px #CCFF99 solid;
	color: #eee;
}

.tabsalpha {
	position:relative;
	top:-10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #033 solid;
	margin: 5px auto 5px auto;
	font-size: 11px;
}

/***********  templatethumb ***********/
.post {
	position: relative;
	margin-bottom:20px;
	clear: right;
	background: url(../grafix/cornerbg.png) no-repeat top right;
}

.posttext a:link {
	color: #eee;
}

.posttext {
	position: relative;
	padding: 3px;
	bottom: 0px;
	margin: 0px auto 
}
/***********  templatethumb ***********/
/***********  drop shadow styles ***********/
.img-shadow
{
	position: relative;
	float: left;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 8px 2px 5px;
}

.img-shadowR
{
	position: relative;
	float: right;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 5px 2px 8px;
}

.img-shadowC
{
	position: relative;
	display: inline-block;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	left:5px;
}

.img-shadow, .img-shadowR, .img-shadowC
{
	/*[if gte ie 5.5000]> */
	/* the underscore hides this from non-IE browsers */
	_background: url(../grafix/shadow.gif) no-repeat bottom right;
	/*<![endif]: ;*/
}

.img-shadow img, .img-shadowR img, .img-shadowC img
{
	position: relative;
	top: -6px;
	left: -6px;
	border: solid #fff 1px;
	margin: 0px;
	padding: 0px;
}

/*********** end drop shadow styles ***********/

@media print {
	* {
		color: #000;
	}
	
	p, li {
		font-size: 10px;
	}
	
	p, h1, h2, h3, h4, h5, h6, a:link, a:visited {
		color: #600;
	}
	
	.dark a:link, .darker a:link, .dark a:visited, .darker a:visited {
		color: #333;
	}
	
	#menucontent p {
		color: #000;
	}
	
	#menucontent h4 {
		color: #600;
	}
	
	.hideme, #search, #footer ul,  #footer a.admincolor {
		visibility: hidden;
		height: 0px;
		display: none;
	}
}


@media only screen and (max-device-width: 1024px) {

	.scroller, .scrollershort, .scrollertall, #entries {
		margin: 0px;
		padding: 0px;
		height: auto;
		background-image: none;
	}
}

ul#vita li {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 120%;
}


