/*
Theme Name: BoiseSoccerLeague.com
Theme URI: http://www.boisesoccerleague.com
Description: 
Version: 0.1
Author: Dennis Keefer
Author URI: 
Tags: 

	

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: left;
}

body, td {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00535e;
	margin: 0;
	padding: 0;
	font-weight: 100;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #00535e;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#background{
	height:100%;
	width:100%;
	overflow:hidden;
	background:transparent;
	position:relative;
	z-index:0;
}

#background img{
	visibility:visible;
}

#allContent{
	height:100%;
	width:100%;
	*overflow-x:hidden;
	*overflow-y:scroll;
	overflow:auto;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	text-align:center;
}

#header {
	margin: 15px auto 10px auto;
	background: url(images/header-bg.png) no-repeat;
	width: 950px;
	height: 90px;
	padding: 20px;
	color: #00535e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}

#header-right {
	float: right;
	width: 250px;
	padding: 10px 0px 0px 0px;
}

#header-right img {
	margin: -10px 10px 0px 0px;
}

#nav {
	background: url(images/nav-bg.png);
	width: 950px;
	height: 22px;
	padding: 6px 20px 0px 20px;
	margin: 0 auto 10px auto;
	color: #000;
	text-align: left;
}

#nav a {
	color: #00535e;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
}

#main-content {
	width: 990px;
	margin: 0 auto 10px auto;
	overflow: auto;
	text-align: left;
}

#footer {
	background: url(images/nav-bg.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: right;
	width: 950px;
	margin: 0 auto;
	padding: 7px 20px 0px 20px;
	height: 21px;
}

/*
 *
 *	Home
 *
*/

#home-left {
	width: 400px;
	float: left;
}

#home-right {
	width: 580px;
	//float: right;
	margin: 0px 0px 0px 410px;
	//margin: 0px 0px 0px 10px;
}

#home-left-top {
	background: url(images/small-left-top-bg.png) no-repeat;
	width: 400px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#home-left-bottom {
	background: url(images/small-left-bg.png) no-repeat;
	width: 400px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#home-left-main {
	background: url(images/white-bg.png);
	padding: 0px 20px;
	width: 360px;
}

#home-right-top {
	background: url(images/large-right-top.png) no-repeat;
	width: 580;
	height: 20px;
	margin: 0;
	padding: 0;
}

#home-right-bottom {
	background: url(images/large-right-bg.png) no-repeat;
	width: 580px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#home-right-main {
	background: url(images/white-bg.png);
	width: 540px;
	padding: 0px 20px;
}

#home-right-main p {
	margin: 0;
	padding: 10px 0px;
}



/*
 *
 *	Home
 *
*/

#faqs-left {
	width: 400px;
	float: left;
}

#faqs-right {
	width: 580px;
	//float: right;
	margin: 0px 0px 0px 410px;
	//margin: 0px 0px 0px 10px;
}

#faqs-left-top {
	background: url(images/small-left-top-bg.png) no-repeat;
	width: 400px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#faqs-left-bottom {
	background: url(images/small-left-bg.png) no-repeat;
	width: 400px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#faqs-left-main {
	background: url(images/white-bg.png);
	padding: 0px 20px;
	width: 360px;
}

#faqs-right-top {
	background: url(images/large-right-top.png) no-repeat;
	width: 580;
	height: 20px;
	margin: 0;
	padding: 0;
}

#faqs-right-bottom {
	background: url(images/large-right-bg.png) no-repeat;
	width: 580px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#faqs-right-main {
	background: url(images/white-bg.png);
	width: 540px;
	padding: 0px 20px;
}

#faqs-right-main h3 a {
	text-decoration: none;
}

#faqs-right-main h3 a:hover {
	text-decoration: underline;
}

#faqs-right-main p {
	margin: 0;
	padding: 10px 0px;
}

