/* @group Misc */
body, div, p, h1, h2, h3, h4, h5, h6, th, td, input, select, textarea, a, li {
  font-family: verdana, arial, sans-serif;
}

body, th, td, input, select, textarea, p, li {
  font-size: 11px;
}

code, pre {
  font: 11px "courier new", courier, monospace;
}

body {
	margin:10px 0 0 0;
	line-height:17px;
}

h1 {
	font-size:20px;	
	margin:2px 0 2px 0;
	padding-bottom:7px;
	line-height:23px;
}

h2 {
  font-size: 14px;
	margin:17px 0 5px 0;
}

h3 {
  font-size: 12px;
}

h4 {
  font-size: 10px;
}

h5 {
  font-size: 8px;
}

h6 {
  font-size: 6px;
}

img {
  border: 0px;
}

hr {
  height: 1px;
}

th {
  text-align: left;
}

a {
	font-weight:bold;
	text-decoration:none;
}

.alert {
  color: #f00;
}

.required {
	font-size: 10px;
}

.stroke {
	border: #000 1px solid;
}

#currentcontests{
	width:750px;
	float:left;
}

#quickloginform{
	display:none;
	width: 429px;
	background:white;
	padding:5px 0 10px 0;
	margin:25px 0 0 67px;
}

#quickloginform input{
	font-size: 10px;
}

.conditional{
	text-align:center;
	height:768;
	width:768px;
	margin:20% 10%;
	background:grey;
}

.conditional .box{
	border:thin solid black;
	background:white;
	padding:100px;
}

#registrationform{
	margin: 0;
	padding: 0;
}

#registrationform input, #registrationform textarea{
	width:290px;
	padding:5px;
	font-size:14px;	
	font-weight:bold;
}

#contactusform{
	margin: 0;
	padding: 0;
}

#contactusform input{
	background:lightgrey;
	width:450px;
	padding:5px;
	font-size:20px;	
}

#contactusform textarea{
	background:lightgrey;
	width:500px;
	padding:5px;
	font-size:20px;	
}

#photoentryform input{
	width:611px;
	padding:5px;
	font-size:14px;	
	font-weight:bold;
	color:#4560a7;
	margin-top:8px;
}

#photoentryform textarea{
	width:611px;
	padding:5px;
	font-size:14px;	
	font-weight:bold;
	color:#4560a7;
	margin-top:8px;
}

#htmlad{
	background: lightgoldenrodyellow;
	height: 500px;
	width: 960px;
	padding: 10px;
	border: thin black solid;
}
/* @end */
/* @group Contests */

#contestnav{
	background: whitesmoke;	
	padding: 5px;
}
#theme{
	min-height:400px;
}

#theme #contestheader{
	height: 200px;
	width: 970px;
	margin:10px;
}

#theme #contestheader .contesttitle{
	font-size: 24px;
	color: white;
}

.sidebar {
	width:300px;
	float:right;
	margin-top:10px;
	font-size:9px;
}

.polaroids{	
	text-align: right;
	padding:26px 15px 0 0;
}


.contest{
	width: 650px;
	padding: 10px;
}

.contesttitle{
	font-size: large;	
}

#recent{
	float: left;
	margin-left: 20px;
	/* border: thin solid #000; */
}



#contestarchives{
	width:800px;
	border: thin solid #000;
}

.caption{
	width: 900px;	
	background: whitesmoke;
	padding: 10px;
	margin-left: 20px;
}

.contestcontainer{
	background:white;
	padding:10px;
}


/* @end */

/* @group Photo Viewer */


#photocontainer{
	width:640px;
	min-height:480px;
}

#sidebarcontainer{
	float:left;
	width:300px;
}

#ratingcontainer{
	border: 1px dashed black;
	padding:5px; 
	margin-left:10px; 
	background-color: whitesmoke;

}

#viralcontainer{
	border: 1px dashed black;
	padding:5px; 
	margin-left:10px; 
	margin-top:10px; 
	background-color: whitesmoke;
}
	
#morephotoscontainer{
	border: 1px dashed black;
	padding:5px; 
	margin-left:10px; 
	margin-top:10px; 
	background-color: whitesmoke;	
}
#photodetailscontainer{
	float:left;
	width:440px;
	height:50px;
	background:whitesmoke;
}

#photodescription{
	margin-top:50px;
	width:640px;
	
}

#nextphoto{
	height:50px;
	width:200px;
	float:left;
}

#nextphoto #nextbutton{		
	font-size:larger;
	height:50px;
	width:200px;
}

#votebutton{
	font-size:larger;
	height:25px;
	width:250px;
}

/* @end */

/* @group Registration */

#registrationform fieldset{
	padding:10px;
	margin:0;
	margin-bottom:10px;
	width: 625px;
}

#registrationform{
	float: left;
	width: 645px;
}

#terms{
	height: 250px;
	padding:0 5px 5px 0;
	overflow-x: auto;
	overflow-y: auto;
	margin:0 7px 7px 0;
}

#loginform{
	float: left;
	width: 400px;
	padding: 5px;
	border: thin solid #000;
	margin-top: 20px;
	margin-left: 50px;
}

/* @end */

/* Sean's Styles */

.siteCap {
	padding-bottom:3px;
	height:74px;
	min-height:74px;
}

.baseCap {
	padding-top:5px;
	height:62px;
	min-height:62px;
	margin-top:15px;
}

#topnav{
	float:right;
	list-style:none;
	margin:0;
	padding:0;
}

#topnav li{
	float:left;
	margin-left:5px;
	padding:3px;
}

#topnav li a, #topnav li strong{
	padding:6px 2px 6px 2px;
	font-size:11px;
	text-transform:uppercase;
}

#topnav li#onState{
	font-size:13px;
	border-bottom:2px solid white;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:5px;
	padding:3px 10px 3px 10px;
}

.button {
	padding:5px 1px 5px 1px;
}

.button a, .button input {
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	margin:0;
	text-transform:none;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	color:white;
	border:2px solid white;
}

.button a:hover, .button input:hover {
	cursor:hand;
}

p.contest {
	margin-bottom:0;
}

.box {
	padding:5px;	
}

.floatImage {
	float:left;
	margin:0 15px 15px 0;
	padding:1px;
}

.floatImageB {
	padding:1px;
}

.floatImage img, .floatImageB img {
	padding:1px;
	border:3px solid white;
}

.floatImage p, .floatImageB p {
	font-size:10px;
	font-style:italic;
	text-align:center;
	padding:5px 10px 5px 10px;
	line-height:12px;
	margin:0;	
}

.divider {
	padding:0 5px 0 5px;
}

.contestSpecs {
	padding:5px;
	margin:7px 0 10px 0;
}

.contesttoolbar {
	text-align:center;
}

.highlightLogin {
	margin-bottom:5px;
	padding:3px 10px 3px 10px;
	font-size:10px;
}

.sidebar ul {
	margin:5px 5px 10px -13px;
}

.sidebar ul em {
	font-size:10px;
}

.brownBox {
	width:185px;
	margin:0 auto 10px auto;
	text-align:center;
	font-size:10px;
	padding:7px 5px 5px 5px;
	line-height:15px;
}

.brownBox a, .sidebar ul a, .brownBox2 a, .sidebar a.brown {
	font-size:11px;
}

.brownBox2 {
	padding:7px;
	font-size:9px;
	line-height:14px;
	margin:8px;
}

.blueContainer {
	padding:7px;
	font-size:9px;
	line-height:14px;
	margin:8px;
}

.blueContainer a {
	font-size:11px;
}

.logo {
	background:white;
	padding:3px 8px 3px 8px;
}

hr {
	border:0;
	margin:5px auto 25px auto;
	width:95%;	
	clear:left;
	color:#fff;
	background:#fff;
}

label {
	font-weight:bold;
}


#recent {
	width:220px;
	text-align:center;
	margin-top:10px;
	font-size:9px;
}

#recent h2, .sidebar h2 {
	margin:3px 3px 6px 3px;
	padding:2px 7px 2px 7px;
}

#recent p, .sidebar p {
	text-align:left;
	font-size:9px;
	margin:0 10px 0 10px;
	line-height:14px;
}

#recent .floatImage, .sidebar .floatImage {
	float:none;
	margin:0 auto;
	width:83px;
}

#recent a.text, .sidebar a.text {
	padding:3px 7px 3px 7px;
	margin:2px 0 5px 0;
	white-space:nowrap;
	font-size:9px;
}

#recent .recentContest, .sidebar .recentContest {
	margin:5px;
	padding:5px;
	font-size:9px;
	line-height:13px;
}

#recent .recentContest .title, .sidebar .recentContest .title {
	padding:3px;
}

#recent .recentContest .title a, .sidebar .recentContest .title a {
	font-size:10px;
	line-height:11px;
}

#currentcontests {
	padding-bottom:5px;
}

#aroundTop {
	width:990px;
	position: relative;
	margin:0 auto;
}

#headNavFloat {
	position:absolute; 
	width:500px;
	right:0;
	top: 52px;
}

#terms p {
	margin-bottom:10px;
}

.rssFeed {
	background:url(../images/rss.gif) no-repeat;
	width:26px;
	height:25px;
	float:right;
	margin:-3px -3px -3px 3px;
}

/* @end */