/*
Website CSS stylesheet by Louis Granato for jpsportz.com
*/

/* General
--------------------------------------------------------------- */

body {
	background-color: #080a0d;
	color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline: none;
}

a, a:link, a:visited {
	color: #edd072;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #666;
}

h1 {
	font-family: Impact, Helvetica, sans-serif;
	color: #efefef;
	border-bottom: 3px solid #da261c;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0 0 1px 0;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-weight: normal;
	font-variant: small-caps;
}

p {
	line-height: 1.6;
	margin: 1em 0;
}

table {
    border-spacing: 0;
    border: 0;
    margin: 0;
    padding: 0;
}

tr {
    border: 0;
    margin: 0;
    padding: 0;
}

td, th {
    border: 0;
    text-align: left;
    padding: 7px;
    margin: 0;
}

ul, ol {
	line-height: 1.6;
}

/* Structural
--------------------------------------------------------------- */

#wrapper {
	background-color: #080a0d;
	background-image: url('/graphics/wrapper-bg.gif');
	background-repeat: repeat-x;
}

#wrapper-inner {
	font-size: 0.8em;
	margin: 0 auto;
	width: 900px;
}

#header {
	float: left;
	width: 250px;
	padding: 20px 0;
	text-align: left;
}

#content {
	float: right;
	width: 600px;
	background: url('/graphics/content-bg.png') repeat-y top left;
	min-height: 550px;
	padding: 12px 25px 20px 25px;
}

/* Navigation
--------------------------------------------------------------- */

ul#nav {
	list-style: none;
	margin: 30px 0 10px 0;
	padding: 0;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}

ul#nav li a {
	background-color: #232627;
	display: block;
	padding: 9px 11px;
	margin-bottom: 2px;
	color: #acc4d0;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: Georgia, serif;;
}

ul#nav li a:hover {
	color: #edd072;
	background-color: #444;
}

ul#nav li a:active {
	color: #eabb00;
}

ul#sub-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#sub-nav li {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
}

ul#sub-nav li a {
	display: block;
	padding: 2px 11px;
	color: #666;
	letter-spacing: 1px;
	text-decoration: none;
	font-family: Georgia, serif;;
}

ul#sub-nav li a:hover {
	color: #cbb99e;
}

ul#sub-nav li a:active {
	color: #999;
}

/* Footer
--------------------------------------------------------------- */

#footer {
	margin: 0 auto;
	width: 900px;
}

#footer p {
    color: #666;
	font-size: .7em;
	display: block;
	float: right;
	width: 650px;
    letter-spacing: 1px;
	text-align: center;
    line-height: 60px;
    height: 60px;
	margin: 0;
	padding: 0;
}

#footer img {
	display: block;
	margin: 0 auto;
}

/* Content area stuff
--------------------------------------------------------------- */

.home-news {
    margin-bottom: 15px;
}

.home-news div {
    background-color: #666666;
    border: 2px solid #999999;
    border-bottom: 0;
    padding: 8px 15px 6px 10px;
}

.home-news div strong {
    color: #d9f2ff;
    font-size: 1.1em;
}

.home-news div span {
    display: block;
    color: #e0e0e0;
    font-size: 0.9em;
    padding: 3px 0 1px 0;
}

.home-news p {
    border: 2px solid #777777;
    border-top: 0;
    padding: 15px;
    margin: 0;
}

/* Forms
--------------------------------------------------------------- */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: .25em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	/* margin-left: 140px; */
}
    

label {
    color: #e0e0e0;
	display: block;
	padding-right: 20px;
    margin-bottom: 4px;
    	letter-spacing: 1px;
	text-transform: uppercase;
    font-weight: bold;
}

input, textarea {
	clear: both;
	font-size: 110%;
	padding: 2px;
    background-color: #080a0d;
    border: 1px solid #999;
	color: #efefef;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	
	width: 100%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
}
div#flashMessage {
	clear: both;
	color: #900;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
    padding: 10px;
    width: 620px;
    background: #efefef;
    position: relative;
    top: -20px;
    left: -20px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

/* Clear floats
--------------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
/* End Holly Hack */