/* @override 
	http://localhost:9003/styles/waltercamp.css
	http://thepowertoprovoke.com/sandbox/waltercamp/styles/waltercamp.css
*/

body {
	background: url(../imgs/texture.gif);
	color: #fff;
	font: 12px/1.5em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #000 0 0;
}
body.form_page {
	color: #000;
}
a:link, a:visited { color: #135587; }
a:hover { text-decoration: none; }
/* @group Landing page */

#container {
	width: 525px;
	margin: 0 auto;
}

/* @end */

.clear { clear: both; }
h1 { padding: 60px 0 50px 0; }
h1 a {
	display: block;
	text-indent: -3000em;
	background: url(../imgs/h1.gif) no-repeat;
	height: 47px;
	width: 400px;
}
h1 a:hover {
	background-position: 0 -47px;
}
h2 {
	color: #135587;
	font-weight: bold;
	font-size: 145%;
	margin: 0 0 1.5em 0;
}
h3 {
	color: #647A15;
	margin: 1.25em 0 0.5em 0;
	font-weight: bold;
	font-size: 1.15em;
}
#intro { margin-bottom: 20px;
}
#intro p { margin-bottom: 8px;
}
#forms {
	width: 525px;
	float: left;
	color: #051F32;
}
#forms h2 {
	width: 120px; height: 59px;
	text-indent: -3000em;
	margin: 0;
}
#forms #bowl_series h2 {
	background: url(../imgs/h2_bowl.gif) no-repeat;
}
#forms #champ_series h2 {
	background: url(../imgs/h2_champ.gif) no-repeat;
}

#bowl_series {
	margin-right: 15px;
}
form {
	padding: 15px;
	background: url(../imgs/corners.gif) bottom left no-repeat;
}
form.uniForm {
	background: none;
}
.uniForm .textInput {
	padding: 3px 0;
	border: 1px solid #d3d923;
}
.uniForm label {
	font-weight: bold;
	color: #051F32;
}

/* @group ul#picks */

#picks {
	margin: 1em 0 0 0;
	background: #DAE396;
}
#picks li {
	border-bottom: 1px solid #EAF0C5;
	position: relative;
}
#picks li strong {
	font-weight: bold;
}
#picks li a {
	display: block;
	padding: 4px 8px 4px 8px;
	background: url(../imgs/edit.gif) 99% 5px no-repeat;
	text-decoration: none; color: #000;
	position: relative;
}
#picks li a:hover {
	background: #D2DE75 url(../imgs/edit_hvr.gif) 99% 5px no-repeat;
}


/* @end */

/* @group Logout */

a.logout {
	display: block;
	height: 25px; width: 137px;
	position: absolute;
	top: 0; right: 0;
}

/* @end */


/* @group Login forms */
.login {
	float: left;
	width: 255px;
	background: #d3d923 url(../imgs/corners.gif) top left no-repeat;
}
.login div {
	background: url(../imgs/corners.gif) top right no-repeat;
}
.login div div {
	background: url(../imgs/corners.gif) bottom right no-repeat;
}
.login form {
	margin: 0;
}
.login label, .login input {
	display: block;
	padding: 5px 0;
}
.login input {
	width: 220px;
	border: 0;
}
.login label {
	text-transform: uppercase;
	font-weight: bold;
}
.login input {
	margin-bottom: 10px;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	zoom: 1;
	display: inline;
	width: 222px;
}

/* @end */
