/*
COLORS:
	Linen:			#FAF0E6
	Ivory:			#FFFFF0
	Orangered:		#FF4500 FF0000
	Yellow/Orange:	#F8941D
	Coral:			#FF7F50
*/

html {
	text-align: center;
}

body {
	background-color: #000000;
	/*width: 800px;*/
	margin: 0 auto;
	width: 100%;
    color: #fe9b00;
	line-height: 17px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #FF0000;
	font-size: 13px;
	padding: 0 12px 0 12px;
}

a:hover {
	text-decoration: none;
	color: #FFFFF0;
}

h2 
{
	color: #F8941D;
	font-size: 14px;
	text-align: left;
	font-variant: small-caps;
}

h3 
{
	color: #F8941D;
	font-size: 14px;
	text-align: center;
	line-height: 2px;
	font-variant: small-caps;
}

h4 
{
	color: #F8941D;
	font-size: 10px;
	text-align: center;
	line-height: 1px;
	font-weight: normal;
}

div .winnerHeader
{
	color: #FF0000;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	padding-top: 25px;
}
  
#header{
	margin: 15px 0 15px 0;
	text-align: center;
}

menu{
	margin: 0 0 25px 0;
	text-align: center;
}

#footer
{
	margin: 35px 0 0 0;
	text-align: center;
}

#pictureContent
{
	margin: 50px auto 0 auto;
	text-align: left;
	width: 800px;
}

#homeCopy {
	margin: 0 auto;
	width: 600px;
	font-size:larger;
}

.picture {
	border-color: #F8941D; 
	border-width: thin;
}
    
.label {
    width: 10%;
    font-weight: normal;
    font-size: 12px;
    color: #FF0000;
}

.value
{
	color: #F8941D;
}

.submit
{
	color: #fe9b00;
	background-color: Black;
	border-style: double;
	margin: 30px 0 20px 0;
	cursor: pointer;
	cursor: hand;
		
}

tr .vote {
	background-color: #1C1C1C;
}

#winners 
{
	text-align: center;
	margin-bottom: 40px;
}
.form
{
	width:410px;
	margin-left:25%;
	margin-right:25%;	
	text-align:left;
}
.formrow
{
	clear:both;
	padding:10px;
}
.formleft
{
	float:left;
	text-align:right;
	width:100px;
}

.formright
{
	float:right;
	width:280px;
}
/************** Styles for thumbnail image mouseovers ****************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail
{
	position: relative;
	z-index: 0;
}

.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span
{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #F8941D;
	padding: 5px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img
{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span
{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -225px;
	left: 220px; /*position where enlarged image should offset horizontally */
}

#headerText
{
	/*padding: 40px 0 30px 0;*/
	text-align: center;
	font-size: larger;
	color: #FF0000;
	position: relative;
	top: 10px;
}