body,html
{
	margin: 0; padding: 0;	
	height: 100%;
}

*
{
	outline: none;	
}

body
{
	background: #121212 url(images/bgndIMG.jpg) top center no-repeat;
	padding: 0px;
	margin: 0px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #edf5e9;
	line-height: 22px;
}

h1
{
	margin: 0; padding: 0;
	font: bold 28px Arial, Helvetica, sans-serif;
	color: #edf5e9;
}

h2
{
	color: #B2D958;	
}

h3
{
	margin: 0; padding: 0;
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #edf5e9;
}

h4
{
	margin: 5px 0;
	padding: 0;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #B2D958;
}

h5
{
	margin: 0; padding: 0;
	font: normal 17px Arial, Helvetica, sans-serif;
}

a
{
	color: #B2D958;	
}

.green
{
	color: #c6de7b;	
}

#container 
{
	position: relative;
	width: 100%;
	text-align: center;
}

#logos 
{
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 10000;
}

#logos div 
{
	width: 95px;
	height: 40px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
}

#spacer
{	
	float: left;
	width: 100%;
	height: 20px;
}

#myAlternativeContent
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#curtain-top
{
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 1000;
}

#curtain-left
{
	position: absolute;
	left: 0;
	top: 0;
	width: 274px;
	z-index: 10;
}

#curtain-right
{
	position: absolute;
	right: 0;
	top: 0;
	width: 274px;
	z-index: 10;
}

#page-wrapper
{	
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	width: 960px;
	height: 500px;
	/*--background: url(images/bg-shadow.png) repeat-y;--*/
	z-index: 1000;
}

#page-container
{
	float: left;
	margin-left: 15px;
	width: 930px;
}

#page
{
	float: left;
	text-align: left;
	width: 930px;
	background: url(images/page-bg.png) repeat;
}

#page-header
{
	float: left;
	width: 100%;
	height: 110px;
	background: #000 url(images/footer-bg.jpg) repeat-x;
}

#header-padding
{
	float: left;
	padding: 24px 30px;
}

#page-content
{
	float: left;
	padding: 15px 15px 30px 30px;
	min-height: 400px;
}

#page-left
{
	display: inline;
	float: left;
	width: 580px;
}

#page-left li
{
	list-style: none;	
}

#page-right
{
	display: inline;
	float: left;
	margin-top: 10px;
	margin-left: 48px;
	width: 256px;
}

#right-column
{
	float: left;
	width: 256px;
	background: url(images/right-bg.png) repeat-y;
}

#right-column ul
{
	margin: 0 0 20px 20px;
	padding: 0;
}

#right-column li
{
	list-style: none;
	margin: 0; 
	padding: 10px 0;
}

#right-column li a 
{
	color: #edf5e9;
	text-decoration: none;
}

#links
{
	margin-top: 70px;
	width: 256px;
	text-align: center;
	height: 250px;
}


#submission-deadline
{
	display: inline;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	width: 199px;
	height: 72px;
	background: url(images/deadline-bg.jpg) no-repeat;
}

#deadline-txt
{
	width: 199px;
	margin-top: 18px;
	text-align: center;
}

/*---------Footer Nav-------*/


#footer
{
	clear: both;
	position: fixed;
	bottom: 0;
	margin: 0; 
	width: 100%;
	height: 50px;
	background: #000 url(images/footer-bg.jpg) repeat-x;
	z-index: 10000;
}

#footer ul
{
	margin: 0; padding: 0;
}

#footer li
{
	list-style: none;
	margin: 15px 0 0 20px;
	padding: 0 8px;
	float: left;
	display: block;
}

#footer li a
{
	float: left;
	color: #edf5e9;
	text-decoration: none;
	font-size: 16px;
}

#footer li a:hover, #footer li a:active, #footer li.current_page_item a, #right-column li a:hover, #right-column li a:active, #right-column li.current_page_item a
{
	color: #B2D958;
}

#footer-logo
{
	float: right;
	padding: 15px 20px 0 0;
}


#vote-container
{
	float: right;
	width: 80px;
	padding: 0 0 15px 15px;
}


.post
{
	clear: left;
	float: left;
	padding: 20px 0;
	border-bottom: 1px solid #b8bab2;
	width: 580px;
}

.submission-thumb
{
	float: left;
	width: 198px;
	height: 198px;
	padding: 0 20px 30px 0;
}

.submission-extra
{
	display: none;	
}

.post_votecount
{
	display: none;	
}

#vote-container
{
	display: none !important;	
}
