/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
	font-family: arial, helvetica;
	font-size: 12px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #0D161D;
}

body#simple {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

p {
	margin-top: 0px;
}

/* for minheight deal for Internet Explorer */
* html div#content-container {
	height: 300px;
}

* html div#forum-preview {
	height: 550px;
}

div#window {
	background-image: url("../images/sliver_header.jpg");
	background-repeat: repeat-x;
	background-color: #fff;
}

div#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div#wrap-footer {
	height: 187px;
	background-image: url("../images/sliver_footer.jpg");
	background-repeat: repeat-x;
}

div#wrapper-simple {
	padding: 20px;
}

div#header {
	height: 210px;
}

div#logo {
	width: 141px;
	height: 210px;
	background-image: url("../images/logo00.jpg");
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	z-index: 10;
}

h1#sitename {
	margin: 0;
	width: 141px;
	height: 150px;
	text-indent: -1800px;
	display: block;
}

h1#sitename a {
	color:#FFFFFF;
	width: 141px;
	height: 150px;
	display: block;
}

div#navigation {
	text-align: right;
	margin-top: 75px;
	font-size: 18px;
	position: absolute;
	margin-right: 14px;
	width: 986px;
}

div#navigation a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 40px;
}

div#navigation a:hover {
	color: #fff;
	text-decoration: underline;
}

div#navigation-auth {
	text-align: right;
	margin-top: 40px;
	margin-right: 14px;
}

div#navigation-auth a {
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
}

div#navigation-auth a:hover {
	color: #fff;
	text-decoration: underline;
}

div#content-container {
	padding: 20px;
	min-height: 300px;
}

div#content {

}

div#login-box {
	margin-top: 6px;
	float: right;
}

div#login-box .login {
	color: #CCC;
	font-size: 10px;
	text-transform: uppercase;
}

div#login-box a.login {
	text-decoration: none;
	text-transform: none;
}

div#login-box a.login:hover {
	text-decoration: underline;
	text-transform: none;
}

div#page-header {
	font-weight: normal;
	font-family: verdana, arial;
	font-size: 24px;
	color: #A40235;
	position: absolute;
	margin-top: -90px;
	margin-left: 120px;
	width: 400px;
}

div#page-tagline {
	font-size: 15px;
	font-family: verdana, arial;
	color: #A40235;
	position: absolute;
	margin-top: -100px;
	margin-left: 512px;
	width: 440px;
}

div#page-header-divider {
	border-left: 1px solid #CCC;
	width: 2px;
	height: 72px;
	position: absolute;
	margin-top: -110px;
	margin-left: 492px;
}

div.column-header {
	font-size: 28px;
	font-weight: normal;
	font-family: verdana, arial;
	color: #666;
	margin-bottom: 10px;
}

.pwd_s { 
	font-size: 12px; 
	color: black; 
}

form {
	margin-bottom: 0px;
}

div#footer-content {
	margin-top: 52px;
	width: 1000px;
	position: absolute;
}

div#footer-backer {
	background-image: url("../images/footer_backer.jpg");
	background-repeat: no-repeat;
	width: 1000px;
	height: 71px;
	position: absolute;
}

div#footer-contact {
	width: 360px;
	margin-left: auto;
	margin-right: auto;
	color: #999;
	font-family: verdana, arial;
	font-size: 12px;
	margin-bottom: 20px;
}

div#footer-nav {
	text-align: right;
	margin-right: 120px;
}

div#footer-nav a {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 30px;
}

div#footer-nav a:hover {
	color: #999;
	text-decoration: underline;
}

div#footer-logo {
	width: 99px;
	height: 187px;
	float: right;
	position: absolute;
	margin-left: 887px;
	z-index: 100;
}

div#footer-misc {
	width: 650px;
	color: #999;
}

div#footer-misc td.footer-content {
	padding-top: 10px;
	font-size: 10px;
}

div#footer-misc a {
	text-decoration: underline;
	font-size: 10px;
	color: #999;
}

img.random {
	padding: 8px;
	border: 1px solid #CCC;
}

div.shadow {
	width: 490px;
	height: 25px;
	background:url("../images/image_cap.jpg") no-repeat bottom;
	padding: 0px;
	margin: 0px;
}

a.headline {
	color: #0099CC;
	text-decoration: none;
	font-family: verdana, arial;
	font-weight: bold;
}

a:hover.headline {
	text-decoration: underline;
}

a.more {
	color: #000;
	text-decoration: underline;
}

div.teaser {
	margin-top: 5px;
}

div.more {
	margin-top: 5px;
	margin-bottom: 20px;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.red {
	color: #cc0033;
	font-weight: bold;
}

a {
	color: #3366cc;
	text-decoration: none;
}

a:hover {
	color: #3366cc;
	text-decoration: underline;
}

.form-header {
	font-size: 15px;
	font-family: verdana, arial;
	color: #A40235;
	font-weight: bold;
}