@charset "UTF-8";

/* This is for the core CSS */

body {
	background-color:#000000;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
}

h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #B3B5B7
}

p {
	font-weight: normal;
	color: #FFFFFF;
	font-family: "Lucida Sans";
	font-size: small;
	margin: 0px;
	padding: 0px;
}


a:link {
	font-size: 12px;
	color: #CBCBCB;
}
a:visited {
	font-size: 12px;
	color: #A1A1A1;
}
a:hover {
	font-size: 12px;
	color: #FFFFFF;
}

a 	{ border: 0px; }
img { border: 0px; }

/* This is for the menu */




/* This is for the main positioning */

.mainBox {
	position: relative;
	width: 771px;
	height: 551px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.menuBox {
	position: relative;
	width: 670px;
	margin-left: 50px;
	margin-top: 20px;
}
.contentBox {
	position: relative;
	width: 670px;
	margin-left: 50px;
}
.adBox {
	position:absolute;
	background-color: black;
	color: white;
	left:18px;
	top:560px;
	width:150px;
	height:250px;
	z-index:1;
}

.hiddenPic {display:none;}



/* This is for the Blog */

.postedDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #9E9E9E;
}
.blogTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	letter-spacing: 2px;
	font-weight: normal;
	color: #FFFFFF;
}
.blogContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F2F2F2;
}

.blogPost {
	float: left;
	width: 420px;
}


h3 {
	font-family: "Lucida Sans";
	font-size: medium;
	color: white;
}

.contentContainer {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 170px;
	height: 270px;
	padding: 5px;
	margin: 8px;
	background: white;
	filter: alpha(opacity=15);
	opacity:.15;
	-moz-opacity:.15;
}

.voteContainer {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 170px;
	height: 270px;
	padding: 5px;
	margin: 8px;
}

.resultContainer {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 170px;
	height: 270px;
	padding: 5px;
	margin: 8px;
}

.radioText {
	font-size: small;
	vertical-align: middle;
	font-family: "Lucida Sans";

}

/*
.voteButtons {
	background-color: transparent;
	font-family: "Lucida Sans";
	color:white;
}
*/

.resultTable{
	border: none;
}

.resultTable td {
	padding-left: 5px;
}

.me {
	float: right;
	width: 250px;
}

.validationLayer {
	position:absolute;
	left:18px;
	top:450px;
	width:104px;
	height:82px;
	z-index:1;
}
