@charset "utf-8";
/*********************************
CSS Document for Kenny BrandMuse
©2008 cisforculture. All rights reserved. Forget it, we'd sue!!!
Media: Screen

**********************
BASE SKIN 
**********************
@ date created :: 16 Apr 2008
@ last modified :: 18 Apr 2008
@ description :: Contains styling and layout declarations for the website :)
*/
html{
	height:100%;
}
body {
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	margin: 0px;
	background-color: #000000;
	height:100%;
	background-image:url(/assets/images/watermark.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
	color:#FFF;
}

H1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 1.4em;
	color:#ffff00;
}
H2 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 1.2em;
	color:#ffff00;
}
H3 {
	font-family: "Garamond",Arial, Tahoma, Verdana;
	font-size: 1.5em;
	color:#ffff00;
	font-weight:normal;
}
H4 {
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	color:#ffff00;
}
P{
	FONT-SIZE: 12px;
	COLOR: #fff;
	line-height: 1.6em;
	margin-bottom: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
ul{
	FONT-SIZE: 0.8em;
	line-height:normal;
	
}
ol{
	FONT-SIZE: 0.8em;
	line-height:normal;
	
}
li{
	margin-bottom:6px;
	line-height:20px;
}
a, a:link, a:visited {
	color:#FFFF00;
	text-decoration:none;
}
a:hover{
	
	text-decoration:underline;
}
a img{
	border:0px;
}
.navigation {
	height: 50px;
	width: 100%;
	background-image: url(../images/navigation_bg.png);
	background-repeat: repeat-x;
	padding-top: 3px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.container{
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	text-align: left;
}
.container .right-column{
	height:100%;
	margin-left:320px;
	padding-left:1em;
}
.container .left-column{
	width:40%;
	height: 100%;
	float: left;
	text-align:center;
}
.container .notice-board {
	margin-left: 51px;
	margin-bottom: 30px;
}
.notice-board .notice-board-links{
	padding-left:20px;
}
/* This makes the footer stick to the bottom of the page */
.footer {
	height: 20px;
	position: fixed;
	bottom: 0px;
	left:0px;
	margin-bottom:0px;
	margin-top:1.5em;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
	text-align: left;
	padding-left: 1em;
	width:100%;
}
.footer p{
	color:#000;
	font-size:11px;
}
.footer a:link, .footer a:hover, .footer a:visited{
	color:#000;
}
.footer .float-right{
	margin-right:3em;
}
.orange{
	color:#ED8327;
}
.yellow{
	color:#ffff00;
}
.poll-bar{
	height:10px; background-color:#FFFF00; border:1px solid #FF3300;
}
#poll-results{	
	width:300px;
}
.subscription-holder {
	background-color: #FFFFD7;
	border: 1px solid #996633;
	padding: 5px;
	width:80%;
	margin:10px 0px 3px 0px;
	display:none;
}
.subscription-holder p{
	color:#000;
}
/* MISCALLENOUS SELECTORS */
.alert{
	color:#FF0000;
}
.entry-indent{
	margin-left:7em; 
	display:block;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
}
.imgLeft{
	float:left;
	margin-top: 2px;
	margin-right: 5px;
}
.imgRight{
	float:right;
	margin-top: 2px;
	margin-left: 5px;
}
.imgMiddle{
	vertical-align:middle;
}
.imgBorder{
	border: 1px solid #ccc;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px; 
}
.status {
	color: #FF0000;
	font-weight: bold;
}
.smallFont{
	font-size:10px;
}
.errorContainer {
	color: #FF0000;
	background-color: #FFFFD7;
	border: 1px solid #996633;
	padding: 5px;
	width:80%;
	margin:10px 0px 3px 0px;
}
.errorContainer p{
	color:#FF0000;
}
.successContainer {
	color: #000000;
	background-color: #E3FDE7;
	border: 1px solid #996633;
	padding: 5px;
	width:80%;
	margin:10px 0px 3px 0px;
}
.successContainer p{
	color:#000;
}
