/*

Revised Author: Omri Tintpulver
Original Author: Marty Batten 

*/

/* ----- CSS ----- */
@font-face {
    font-family: Helvetica Bold;
    src: url(/Content/fonts/helr65w.ttf);
}


* {
	margin: 0;
	padding: 0;
}

body {
	/*background: #cacaca url(bground.jpg) repeat;*/
	background: #000; 
    font: 12px Helvetica Bold, Arial, sans-serif;
    margin: 0 0 30px 0;
}

a {
	color:  #ff0000; /* blue */
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #ff0000; /* red */
	text-decoration: none;
}

/* yellow: #ffff00; */

img {
	border: 0;
}

#wrapper {
	width:1100px;
	margin:0 auto;
}

#container {
	width: 1050px;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	position:absolute;
	top: 0px;
}

#header {
	width: 1048px;
	height:171px;
	margin: 0 auto !important;
	font-size: 1em;
	text-align: left;
	text-shadow: 1px 1px 1px #fff;
	position: relative;
	z-index:0;
	    overflow:hidden;
border:1px solid black;
}
#logos 
{
    position:absolute;
    z-index:2;
    right:70px;
    bottom:35px;
    text-align:right;
}
#content {
	padding: 10px 10px 10px 10px;
	background: #fff /* url(right-corner.gif) top right no-repeat */;
}

.top-image {
	width: 100%; 
	background: url(top.jpg) top no-repeat; 
	margin-bottom: 10px;
	padding: 15px 0 15px 0;
}

.top-image h2 {
	margin: 0 0 0 15px;
	color: #fff;
}

#content-main {
	width: 476px;
	float: left;
	overflow: hidden;
}

#content-sub {
	width: 194px;
	float: right;
}

#content-sub ul {
	margin: 0 0 0.5em 0;
}

#content-sub ul li {
	list-style-type: none;
}

#content-sub ul li a {
	display: block;
}

#content-sub ul li a:hover {
	background: #f4f4f4;
}

div.news {
	width: 330px;
	float: left;
	padding: 7px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 0.9em;
}

div.news-r {
	width: 330px;
	float: right;
	padding: 7px;
	text-shadow: 1px 1px 1px #fff;
	font-size: 0.9em;
}

div.news ul {
	margin-left: 0;
}

div.news ul li {
	list-style-type: none;
}

div.news a:hover {
	text-decoration: none;
}

div.photo {
	width: 82px;
	height: 89px;
	text-align: center;
	float: left;
	margin-right: 10px;
	background: url(photo-dropshadow.png) bottom center no-repeat;
}

.emphasis 
{
    font-weight: bold;
    color:Red;
}

#footer {
	margin-top: 10px;
	font-size: 10pt;
	color: #fff;
	clear:both;
	position:relative;
	z-index:5;
	/*text-shadow: 1px 1px 1px #000;*/
	text-align: center;
}

#footer a {
	color: #929292;
}

#footer a:hover {
	text-decoration: none;
}

p {
	margin-bottom: 1em;
	font-size: 1em;
	font-family: Helvetica, Sans-Serif;
}

ul {
	margin: 0 0 0 30px;
	font-size: 1em;
}

ul li {
	list-style-type: circle;

}
li 
{
    font-size: 1em;
	font-family: Helvetica, Sans-Serif;
	margin-left:1.5em;
}

li:last-child {margin-bottom:1em;}

h1 { /* Only to be used for main heading */
	font-size: 2em;
	text-transform: uppercase;
}


h2 {
	margin-bottom: 0.5em;
	clear: both;
	font-size:1.5em;
	font-weight: normal;
	margin-top:1em;
	text-transform:uppercase;
}

#main ol, #main ul
{
    margin-top:0;
    margin-left:2em;
}

#main li 
{
    margin-bottom:1em;
}

h4 {
	margin-bottom: 0.5em;
}

h4 {
	color: #424242;
}

h3 { color:#ff0000; margin-top:1em; margin-bottom:0;}
h3:first-child { margin-top:auto;}

#signin input {
	height: 20px;
	width: 150px;
}

#signin input.btn {
	height: 20px;
	width: 80px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

#main
{
    padding: 0px 20px 15px 20px;
    margin-bottom: 0px;
    width:697px;
    background-color:White;
    vertical-align:top;
    border:1px solid red;
}

#main_wrapper 
{
    background: #000 url(/Content/images/background.jpg) center top no-repeat;
    position:relative;
    margin:0;
    padding:0;
border:1px solid black;
min-height:729px;
}

#shadow 
{
    background:#000;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    width:950px;
    height:100%;
    margin:0 50px;
    position:absolute;
    z-index:0;
}

#main_content 
{
    margin:20px 50px 0px 50px;
    position:relative;
    z-index:1;
}

.line 
{
    background:url(/Content/images/line.gif) repeat-x;
    height:10px;
    width:100%;
    margin:1em 0;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
   /* border-bottom: 1px #5C87B2 solid; */
    padding: 0 0 0 0;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#menu li
{
    display: block;
    list-style: none;
    margin:0;
    padding:0;
}


ul#menu li a:link, ul#menu li a:visited, ul#menu li a:hover, ul#menu li a:visited:hover, ul#menu li p
{
    padding: 10px 20px;
    margin-bottom:0;
    text-decoration: none;
    line-height: 120%;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font: 13px Helvetica Bold, sans-serif;
    white-space:nowrap;
}
ul#menu li p 
{
    padding-bottom:0;
}
ul#menu li a:hover, ul#menu li a:visited:hover
{
    display: block;
    text-decoration: none;
    color: #ff0000 !important;
}

ul#menu li a:active
{
    text-decoration: none;
    color: #ff0000;
}


ul.submenu 
{
    margin-top:0;
}

ul.submenu li a:link, ul.submenu li a:visited, ul.submenu li a:hover, ul.submenu li a:visited:hover 
{
    padding:0 0 0 10px !important;
    color: #afafaf !important;
    font: normal 13px Helvetica, sans-serif !important;
}
ul#menu li.selected a:first-child, ul#menu li.selected p:first-child
{
    color: #ff0000;
}
ul.submenu li a:hover, ul.submenu li a:visited:hover {
    background: url("/Content/images/chevron.gif") 0px center no-repeat;
}

ul.submenu li.selected a:link, ul.submenu li.selected a:visited, ul.submenu li.selected a:hover, ul.submenu li.selected a:visited:hover, ul.submenu li.selected p:first-child 
{
    color: #ff0000 !important;
}

ul.submenu li.selected ul.submenu li a 
{
    color: #afafaf !important;
}
ul.submenu li.selected ul.submenu li.selected a 
{
    color: #ff0000 !important;
}
li.divider
{
    margin:0;
    padding:0;
    }
#n_entryguidelines, #n_judging, #n_awards 
{
    padding-bottom:0 !important;
}
/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    color: #999;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="submit"], input[type="button"]
{
    padding: 5px 10px;
    font-weight: bold;
    background: url(down.jpg) repeat-x;
   
    }
/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error, .red
{
    color:Red;
}
.bold {font-weight: bold;}
#menucontainer
{
    margin:0;
    width:170px;
    vertical-align:top;
}
div#title
{
    display:block;
    text-align:left;
    margin: 0;
    background:#000 url('/Content/images/gradientline.gif') bottom left repeat-x;
    height:171px;
    overflow:hidden;
}

#logindisplay
{
    font-size:1em;
    display:block;
    text-align:right;
    font-weight: bold;
    color: #f2cc3f;
    position:absolute;
    	top:0px;
    	right:0;
    	z-index:50;
    	text-shadow: 1px 1px 1px #999;
    	
}

#logindisplay a:link
{
    color: #f2cc3f;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: #f2cc3f;
    text-decoration: none;
}

#logindisplay a:hover
{
    color: #ff0000;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.spotlight 
{
	-khtml-opacity: 0.4;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.spotlightcontainer 
{
	position:absolute;
	bottom:0;
	right:-100px;
}

.flashes 
{
	position:absolute; 
	top:220px; 
	left:-220px;
}

.flashesB 
{
	position:absolute; 
	top:220px; 
	right:-220px;
	float: right;
}
.winner,h3.winner {margin-bottom:0 !important;}
.winner+p {margin-top:0 !important;}

