/*
	Black and White Spider Awards

	Website:			thephotopaper.com
	Filename:			global.css
	Description:		Global stylesheet
	Last Updated:		2010.02.27
*/


html, body { height: 100%; }
body {
	background: #fff url("../images/background.jpg") left top;
	color: #000;
	font: 12px Geneva, Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
	padding: 0px;
}
h1 {
	font: 28px Times, Palatino, serif;
	color: #da0;
	margin: 0px;
	padding: 0px;
}
h2 {
	color: #da0;
	font-size: 13px;
	margin: 0px;
	text-transform: uppercase;
}
h3 {
	color: #aaa;
	font-size: 12px;
	margin-bottom: 0px;
}
hr {
	background-color: #333;
	border-color: #333;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	color: #ccc;
	clear: both;
	height: 0px;
	margin: 15px 0px;
	max-height: 0px
}
a { color: #aaa; }
a:hover { color: #eee; }
a img { border: 0px; }
.button, #header-nav {
	font-family: Times, Palatino, serif;
	font-weight: bold;
	text-transform: uppercase;
}
.button {
	background: url("../images/button-gold-bg.png") left top no-repeat;
	border: 0px;
	color: #fff;
	display: block;
	font-size: 12px;
	height: 30px;
	line-height: 275%;
	margin-bottom: 10px;
	max-width: 190px;
	overflow: hidden;
	text-decoration: none;
	padding-left: 30px;
	width: 220px;
}
input.button {
	padding-top: 0px;
	text-align: left;
}
.button:hover, input.button:hover {
	background: url("../images/button-white-bg.png") left top no-repeat;
	color: #fff;
}
table {
	color: #fff;
	font: 12px Geneva, Helvetica, sans-serif;
}


/* Header */
#container {
	background-color: #000;
	color: #fff;
	margin: auto;
	width: 980px;
}
#header {
	overflow: hidden;
	width: 980px;
}
#header-left {
	float: left;
	width: 730px;
}
#header-right {
	float: left;
	width: 250px;
}
#header-right table {
	font-size: 10px;
	margin-top: 20px;
	text-align: right;
}
#header-nav {
	clear: both;
	margin: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 5px;
}
#header-nav li {
	float: left;
	list-style: none;
	padding: 2px 0px;
}
#header-nav .spacer { margin-right: 10px; }
#header-nav a {
	background: url("../images/header-nav-off.png") left top no-repeat;
	border: 0px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 300%;
	text-decoration: none;
	width: 130px;
}
#header-nav a:hover {
	color: #da0;
	background: url("../images/header-nav-on.png") left top no-repeat;
}
#sub-header {
	background: url("../images/sub-header-bg.png") left top no-repeat;
	color: #fda;
	font-weight: bold;
	height: 30px;
	margin-bottom: 15px;
	max-height: 23px;
	padding: 7px 0px 0px 30px;
	width: 538px;
}
#left-nav-title a, #sub-header a {
	color: #fff;
	text-decoration: none;
}
#left-nav-title a:hover, #sub-header a:hover { text-decoration: underline; }


/* Main Content */
#content {
	height: 500px;
	min-height: 500px;
	max-width: 950px;
	padding: 15px;
	text-align: left;
	width: 980px;
}
#column1, #column3 { 
	float: left;
	width: 205px;
}
#left-nav {
	overflow: hidden;
	width: 190px;
}
#left-nav-title {
	background: url("../images/button-gold-bg.png") top left no-repeat;
	height: 30px;
}
#left-nav-title p {
	color: #fff;
	font-weight: bold;
	line-height: 250%;
	padding-left: 30px;
	margin: 0px;
}
#left-nav-list { padding: 15px 0px; }
#left-nav-list a {
	background: #000 url("../images/left-nav-arrow.jpg") center left no-repeat;
	color: #da0;
	display: block;
	margin-left: 5px;
	padding-left: 25px;
	text-decoration: none;
	width: 190px;
}
#left-nav-list a:hover { color: #fff; }
#column2 {
	float: left;
	width: 540px;
}
#column3 { text-align: right; }
.box {
	clear: left;
	margin-bottom: 30px;
	overflow: auto;
	width: 480px;
}
.box-left {
	float: left;
	width: 335px;
}
.box-right {
	float: left;
	text-align: center;
	width: 145px;
}
.box-right img { width: 100px; }
.box-half {
	float: left;
	font-size: 10px;
	margin: 15px 0px;
	width: 255px;
}
.indent {
	line-height: 150%;
	padding: 0px 30px;
}
.center { text-align: center; }


/* Footer */
#footer {
	clear: both;
	overflow: hidden;
	text-align: center;
}
#footer-sponsors {
	color: #aaa;
	font: 10px Geneva, Helvetica, sans-serif;
	margin: auto;
	padding: 10px;
	text-align: left;
}
#footer-sponsors img { border-top: 1px solid #aaa; }
#footer-nav {
	background-color: #da0;
	font-size: 10px;
	font: bold 10px Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px;
}
#footer-nav a { color: #fff; }
#footer-credit {
	color: #333;
	font-size: 10px;
	margin: auto;
	padding: 15px 0px 5px 0px;
	text-align: right;
	width: 980px;
}