/*
Theme Name: Strikers
Theme URI: http://www.strikerssoccer.net
Description: The Theme for Sterling Strikers Soccer Team
Version: 1.0
Author: SKI, based off of previous work

*/

/*------------------------------------------------------------------------------------
		Global Styles
    ------------------------------------------------------------------------------------*/
* {
    padding:0;
    margin:0;
}
	h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 0; }
	li, dd { margin-left:5%; }
	fieldset { padding: .5em; }
	select option{ padding:0 5px; }

	.hide, .print-logo, .close-button{ display:none; }
	.left{ float:left; }
	.right{ float:right; }
	.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
	a img{ border:none; }


/*------------------------------------------------------------------------------------
		HTML Elements
    ------------------------------------------------------------------------------------*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: transparent url('images/soccerFieldBkg.jpg');
	color: #333;
	}

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

a:hover {
	text-decoration: underline;
}
	
h2 {
	font: bold 1.5em Verdana, arial, helvetica;
	color: #599400;
	margin: 1em 0;
}

h3 {
	font-weight: bold;
	text-decoration: underline;
	margin: 1em 0;
}

p {
	width: 500px;
	font: normal 1em verdana, arial, sans-serif;
	padding: 4px;
	line-height: 1.2em;
}

table {
	width: 500px;
}

th {
	background-color: #fac090;
}

td {
	border: 1px solid #ccc;
}

tr.odd {
	background-color: #fde9d9;
}

ul {
	margin:1em 0;
}

/*------------------------------------------------------------------------------------
		Added Elements
    ------------------------------------------------------------------------------------*/

#footer {
	background: transparent url('images/footerBkg.jpg') no-repeat top left;
	height: 249px;
	width: 766px;
	margin: 15px 0 0 0;	
}

#footer p {
	margin: 10px 0 0 0;
	padding: 10px 0 0 480px;
	background: url('images/mhamm.jpg') no-repeat 270px 10px;
	font: normal 1em tahoma, Verdana, Arial, Sans-Serif;
	width: 220px;
	height: 170px;
	color: #5e5e5e;
}

#footer hr {
	width: 500px;
	height:1px;
	color: #666;
	margin-left:190px;
}

#footer ul {
	list-style-type: none;
	padding: 20px 0 0 240px;
	font: bold 1.1em tahoma, verdana, arial, sans-serif;
}

#footer li {
	display: inline;
	padding: 0;
	margin: 0;
	
}

#footer a.learnlink:link, #footer a.learnlink:visited {
	color: #599400;
	font-weight: bold;
	text-decoration: none;
	padding-left: 80px;
}

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

#footerMenu a:hover {
	color: #599400;
	text-decoration: underline;
}


#headerimg {
	background:transparent url('images/strikersLogo.jpg') no-repeat top left;
	height: 115px;
	width: 638px;
	text-indent: -9999px;
	margin: 0 0 0 123px !important;
	padding: 0;
}

#headerimg .description {
}

#mContainer {
	margin-left: 190px;
	width: 500px;
}

#page {
	background: transparent url('images/mContentBkg.jpg') repeat-y top left;
	
}

#sidebar {
	width:120px;
	float: left;
	/*margin-bottom: 30px;*/
}

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

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul {
	margin-top: 30px;
}

#sidebar #sideMenu li {
	list-style-type	: none;
	padding: 5px 15px 0 0;
}

#sidebar #sideMenu {
		text-align: right;
		font: bold 1.5em verdana, arial, helvetica, sans-serif;
		color: #fff;
}

.navigation {
	margin-top: 20px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}