/*
Theme Name: Austin Wings Baseball
Description: Custom WordPress Theme for Austin Wings Baseball
Version: 1.0
Author: Jason Sears
*/

/* Layout.css */
html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url('/wp-content/themes/AustinWingsBaseball/images/grasspattern.jpg');
	font-family: times new roman,times;
	font-size: small;
	color: #3E3E3E;
}

img {
	border-style: none;
}

.spacer {
	clear: both;
}

h1 {
	font-size: 16px;
	clear: left;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	color: #CC0000;
	margin: 0px;
	padding: 0px;
}

h2 a {
	text-decoration: none;
	color: #CC0000;
}

h3 {
	margin: 0px;
}

a {
	text-decoration: none;
}

#wrapper {
	display: block;
	width: 790px;
	min-height: 600px;
	background: #F1EEF1;
	margin: 0 auto;
}

#contentWrapper {
	margin: 0px 20px 0px 20px;
}

#logo {
	width: 200px;
	float: left;
	margin-top: 20px;
}

#content {
	display: block;
	margin-top: 25px;
	border-top: 1px #3E3E3E solid;
}

.contentLeft {
	float: left;
	width: 500px;
	padding: 0px;
	margin-top: 10px;
}

.contentLeft h1 {
	border-bottom: 7px #cc0000 solid;
	padding: 5px;
	margin: 0px;
}

.thankYou {
	float: left;
	width: 500px;
	padding: 0px;
	margin-top: 28px;
}

.thankYou h1 {
	border-bottom: 7px #cc0000 solid;
	padding: 5px;
	margin: 0px;
}

.newsRight {
	float: right;
	width: 180px;
	margin-top: 10px;
}

.newsRight h1 {
	border-bottom: 7px #cc0000 solid;
	padding: 5px;
	margin: 0px;
}

.sitemap {
	float: right;
	width: 180px;
	margin-top: 28px;
}

.sitemap h1 {
	border-bottom: 7px #cc0000 solid;
	padding: 5px;
	margin: 0px;
}

.copyright {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#bigwrapper {
	position: relative;
	padding: 20px;
	display: block;
	width: 1110px;
	margin: 0 auto;
}

#advertisements {
	float: left;
}

#advertisements p {
	margin: 0px;
	padding: 0px;
}

#announcement {
	float: right;
	width: 144px;
	background-color: #cc0000;
	color: #3E3E3E;
}

#announcement h2 {
	color: #3E3E3E;
}
#announcement h2 a {
	color: #3E3E3E;
}

.imgSpacer {
	width: 100px;
	display: block;
	float: left;
}

.teams {
	font-size: 12px;
	font-weight: bold;
	color: #3E3E3E;
	line-height: 24px;
}

.teams a {
	font-size: 12px;
	font-weight: normal;
	color: #cc0000;
}

.edit {
	text-align: center;
}

.edit a {
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	color: #3E3E3E;
}

.alumni {
	border: 0px;
	color: #3E3E3E;
}

.alumni td {
	border: 0px;
	width: 120px;
	border-top: 1px black solid;
}

.alumni tr {
	border-top: 1px black solid;
}

.alumni th {
	border-top: 1px black solid;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

.headline {
	border-bottom: 1px black solid;
	width: auto;
	padding: 8px 0px 8px 0px;
}
.newsHeader {
	padding-bottom: 10px;
	border-bottom: 7px #cc0000 solid;
	font-size: 14px;
	font-weight: bold;
	color:#3E3E3E;
}

.headline h3 {
	font-size: 10px;
	color: #3E3E3E;
}

.headline h3 a {
	font-size: 10px;
	color: #3E3E3E;
}
/*end Layout*/

/*Menu.css*/
#navMenu {
	float: right;
	width: 540px;
	font-size: 0px;
	border-bottom: 1px #3E3E3E solid;
}
#navMenu ul {
	list-style:none;
	float: right;
	padding: 0px;
	margin: 0px;
}
#navMenu li {
	text-align: center;
	float: left;
}
#navMenu li a {
	text-decoration: none;
	display: block;
	padding-top: 90px;
	padding-bottom: 20px;
	width: 60px;
	font-size: 12px;
	font-family: "Times New Roman", "Serif";	
	color: #3E3E3E;
}
#navMenu li a:hover {
	background: #D00002;
	color: white;
}
/*end Menu*/
