/* 
	CSS Stylesheet for www.hard90baseball.com
	Author: Ryan Sundberg
*/

body {
	background: #CFCFCF;/*#C8C8C8;*/
	color: #000000;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body#hard_90 h1#oes.oes {
	display: none !important;
}

span.ul {
	text-decoration: underline;
}

h1#hard_90_heading {
	display: none;
}

div#header {
	position: relative;
	height: 100px;
	clear: both;
	color: #ffffff;
	background-color: #00006A; /* header background color */
	background-image: url('../images/Hard90-new-small.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #8C8C8C;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	padding-left: 70px;
	padding-right: 134px;
}

div#header h1#heading {
	float: left;
	font-size: 40px;
	font-weight: normal;
	color: #ffffff;
	overflow: hidden;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 100px;
	margin: 0px;
	white-space: nowrap;
}

div#header img#right-header {
	position: relative;
	height: 100px;
	padding:0px;
	margin: 0px;
	float: right;
	margin-right: -134px;
}

div#header ul#teams {
	float: left;
	clear: right;
	margin: 10px;
	padding: 0px;
	padding-right: 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	display: inline;
	right: 150px;
}

div#header ul#teams li {
	display: inline;
	float: left;
	padding-left: 1em;
	list-style: none;
}
div#header ul#teams a:link, div#header ul#teams a:visited {
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
div#header ul#teams a:hover, div#header ul#teams a:active {
	color: #CB0101;
}

/* hit counter */

div#header div.hits {
	position: absolute;
	right: 150px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	z-index: -1;
}
div#header div.hits div {
	position: relative;
	margin: 0px;
	padding: 0px;
}
div#header div.hits div img {
	border: none;
	position: relative;
	top: 0px;
	left: 0px;
	height: 70px;
}
div#header div.hits div span {
	position: absolute;
	left: 44px;
	padding-top: 2px;
	width: 30px;
	font-family: sans-serif, arial;
	text-align: center;
	font-size: 9px;
}
div#header div.hits div span.num_hits{
	color: #00006a;
	top: 33px;
}
div#header div.hits div span.word_hits{
	color: #fff;
	top: 53px;
	left: 46px;
}

/* navbar */

ul#nav {
	position: relative;
	margin: 0px;
	background-color: #D82121; /* navigation menu background color */
	padding: 2px 0px 0px 20px;
	border-bottom: 2px solid #8C8C8C;
	z-index: 0;
}

ul#nav li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}

ul#nav a:link, #nav a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	
}

ul#nav a:hover, #nav a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#content {
	position: relative;
	max-width: 750px;
	_width: 750px;
	/*margin-right: 250px;*/
	padding-left: 40px;
	padding-right: 5px;
	margin-top: 20px;
	font-size: 16px;
	font-family: Helvetica;
	font-weight: 100;
}

div#content p {
	margin: 0px;
	padding: 0px;
}

div#content li {
	list-style-position: outside;
}

div#content a:link, #content a:visited {
	color: #2E4096;
	text-decoration: none;
}

div#content a:hover, #content a:active {
	color: #D82121;
	text-decoration: underline;
}

div#footer {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	font-size: 12px;
	font-family: Arial, Sans-serif;
}

hr#footer-line {
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 20px;
}

div#footer img#rss {
	margin-bottom: -2px;
}

.js_button {
	color: #2E4096;
	cursor: pointer;
}

/***************** News Page Style *****************/

div#news {
	
}

div#news p {
	margin-bottom: 15px;
}

div#news a:link, #news a:visited {
	font-weight: bold;
	color: #CB0101;
}

div#news a:hover, #news a:active {
	font-weight: bold;
	color: #2E4096;
}

div#news hr {
	margin: 0px;
	padding: 0px;
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}

span.news-date {
	font-size: 14px;
}

h2.news-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

h2.news-title a, h2.news-title a:link, h2.news-title a:hover, h2.news-title a:visited, h2.news-title a:active {
	color: #000 !important;
	text-decoration: none !important;
}

div.news-content {
	font-family: Arial, Sans-Serif;
	font-size: 17px;
}

div.news-content p {
	text-indent: 2em;
}

span.news-attatchment {
	font-size: 15px;
}

img.news-picture {
	width: 200px;
	margin-top: 20px;
	float: right;
	padding: 10px;
}

/****************** New Photos *********************/

div#new-photos {
	float: right;
	display: none;
}

/****************** Photos Page ********************/

table.pictures-table {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

table.pictures-table td {
	padding: 5px;
	width: 200px;
}

/******************* Directions *******************/

div#infoDisplay {
	letter-spacing: 0px;
	font-family: Arial, sans-serif;
}

/******************* Sponsorship Form *************/
form#sponsorForm {

}

	form#sponsorForm label {
		display: block;
		width: 250px;
		float: left;
	}
	form#sponsorForm input.medium {

	}
	form#sponsorForm textarea {
		width: 500px;
		height: 150px;
	}

/******************** Paymet Form **************/
div#online_pay {
}
	div#online_pay form {
		margin: 1em;
	}
	div#online_pay form label {
		margin-right: 10px;
	}

form#BB_BuyButtonForm {
	line-height: 2em;
}
	form#BB_BuyButtonForm input.medium {
		width: 170px;
	}
	form#BB_BuyButtonForm input.tiny {
		width: 50px;
	}
	form#BB_BuyButtonForm textarea {
		width: 350px;
		height: 4em;
		font-family: arial;
		font-size: 12px;
	}

/* Print style */

@media print {

body {
	background: none !important;
}

div#header *, div#footer, ul#nav, hr#footer-line {
	display: none !important;
}

div#header h1#heading {
	display: block !important;
	position: relative !important;
	width: auto !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	overflow: visible;
	color: #000 !important;
}

div#header {
	width: auto !important;
	height: auto !important;
	display: block !important;
}

div#content {
	display: block !important;
}

a {
	text-decoration: underline !important;
	font-weight: normal !important;
	color: #0000ff !important;
}

}


a.plain, a.plain:link, a.plain:hover, a.plain:visited, a.plain:active {
	text-decoration: inherit !important;
	color: inherit !important;
	font-weight: inherit !important;
}
