/* Start of CMSMS style sheet 'Construction : Main' */
* {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: none;
}

a:hover {
	color: #bf0000;
	text-decoration: none;
}

body {
	background: url(images/bg-body.png) #212121 left top no-repeat;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow-x: hidden;
	overflow-y: auto;
}

h1 {
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #ccc;
}

h2 {
	font-family: Verdana;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #aaa;
}

/* Primary Divs */

.bar {
	background: url('images/bg-bar.png') repeat-x;
	width: 100%;
	height: 97px;
	position: relative;
	top: 320px;
	padding: 0;
	margin: 0;
	z-index: 50;
}

.form {
	position: relative;
	top: 25px;
	left: 0px;
	text-align: center;
	border: 0px;
}

.fields {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px;
}

.social {
	position: inherit;
	top: 45px;
	left: 10px;
	float: left;
}

.logo {
	position: inherit;
	top: 45px;
	right: 20px;
	width: 109px;
	height: 31px;
	float: right;
}

.nav {
	position: absolute;
	float: right;
	top: 304px;
	right: 10px;
}

.info {
	background: transparent;
	position: relative;
	left: 5%;
	text-align: left;
	width: 60%;
	height: auto;
	top: 0px;
	float: left;
	margin: 0px;
	max-height: 260px;
	overflow-y: hidden;
	display: none;
}

.news {
	background: transparent;
	position: relative;
	right: 5%;
	text-align: left;
	width: 30%;
	height: auto;
	top: -70px;
	float: right;
	margin: 0px;
	max-height: 300px;
	overflow-y: hidden;
	display: none;
}

.content {
	background: #111;
	opacity:.30;
	filter: alpha(opacity=30); 
	-moz-opacity: 0.30;
	border: #eeeeee 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 90%;
	height: 90%;
	color: #eee;
	font-size: .8em;
	font-family: verdana;
	margin: 5px;
	padding: 5px;
}



.footer {
	position: absolute;
	bottom: 3px;
	left: 0px;
	height: 20px;
	width: 100%;
	min-width: 300px;
	background: transparent;
	border: none;
	z-index: auto;
	text-align: center;
	color: #999;
	font-size: .7em;
	font-family: Verdana;
}

.print {
	display: none;
}



/* Element Styling */

.tabf {
	background: transparent url('images/tab-forum.png') no-repeat bottom left;
	display: block;
	height: 32px;
	width: 89px;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}

.tabf span.hover {
	background: transparent url('images/tab-forum.png') no-repeat top left;
	position: absolute;
	display: block;
	height: 32px;
	width: 89px;
	border: 0;
	text-indent: -1000em;
	vertical-align: middle;
} 

.tabn {
	background: transparent url('images/tab-news.png') no-repeat bottom left;
	display: block;
	height: 32px;
	width: 89px;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
}

.tabn span.hover {
	background: transparent url('images/tab-news.png') no-repeat top left;
	position: absolute;
	display: block;
	height: 32px;
	width: 89px;
	border: 0;
	text-indent: -1000em;
	vertical-align: middle;
}

#email {
	text-align: center;
	font-family: Helvetica;
	font-size: 11px;
	width: 22%;
	padding-left: 5px;
	moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subscribe {
	background: transparent url('images/subscribe.png') no-repeat bottom left;
	height: 22px;
	width: 107px;
	border: 0;
	text-indent: -1000em;
}

.subscribe:hover {
	background: transparent url('images/subscribe.png') no-repeat top left;
}

.footer a {
	color: #bbb;
	font-weight: none;
}

.footer a:hover {
	color: #bbb;
	text-decoration: underline;
}

.addthis_toolbox {
	position: absolute;
	bottom: 3px;
	float: right;
	right: 0px;
}

.content p {
	opacity:1.0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
	color: #eee;
	font-size: .8em;
	font-family: verdana;
}

.content a {
	text-decoration: none;
	color: #fff;
	font-weight:  bold;
}

.content a:hover {
	color: #df0000;
	font-weight: bold;
}

.navs {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.navs li {
	float: right;
	margin: 0 0.45em;
}

.sociallist {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;	
}

.sociallist li {
	float: left;
	margin: 0 0.45em;
}

.rsslist {
	font-family: Verdana;
	font-size: .5em;
	color: #eee;
	list-style: circle;
	margin: 6 0 0 0;
}

.rsslist a {
	color: #ccc;
	font-weight: none;
	text-decoration: underline;
}

.rsslist a:hover {
	color: #eee;
	text-decoration: underline;
}

.NewsSummarySummary {
	color: #eee;
}

.NewsSummaryPostdate, .NewsSummaryLink {
	color: #fff;
}
        	
/* jQuery Buttons */

.logoimg {
	clear: both;
	position:relative;
	display:block;
	height: 30px;
	width: 108px;
	background:url(images/logo.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}

.logoimg span.hover {
	position: absolute;
	display: block;
	height: 31px;
	width: 108px;
	background: url(images/logo.png) no-repeat;
	background-position: bottom;
}

.rss {
	clear: both;
	position:relative;
	display:block;
	height: 32px;
	width: 32px;
	background:url(images/rss.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}

.rss span.hover {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background: url(images/rss.png) no-repeat;
	background-position: bottom;
}

.moddb {
	clear: both;
	position:relative;
	display:block;
	height: 32px;
	width: 32px;
	background:url(images/moddb.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}

.moddb span.hover {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background: url(images/moddb.png) no-repeat;
	background-position: bottom;
}

.mail {
	clear: both;
	position:relative;
	display:block;
	height: 32px;
	width: 32px;
	background:url(images/email.png) no-repeat;
	background-position: bottom left;
	cursor: pointer;
}

.mail span.hover {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background: url(images/email.png) no-repeat;
	background-position: top left;
}

.twitter {
	clear: both;
	position:relative;
	display:block;
	height: 32px;
	width: 32px;
	background:url(images/twitter.png) no-repeat;
	background-position:0 0;
	cursor: pointer;
}

.twitter span.hover {
	position: absolute;
	display: block;
	height: 32px;
	width: 32px;
	background: url(images/twitter.png) no-repeat;
	background-position: bottom;
}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/* End of 'Construction : Main' */

