/* CSS Document */
/* Created & Copyright (c) Sky Wide Design - 2008 */
/* Created for Tom's Fund Band in March 2008 */
/* replaced Publisher-generated-layout with CSS */
/*
 	COLORS: #98cd67 -green, #FFCC00 -gold, #999966 -dark green-grey, #CCCC99 grey, #3399CC; blue.
	Padding: TOP, RIGHT, BOTTOM, LEFT;
*/

/**remove browser defaults**/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}
body{
	font-family: Comic Sans MS, Arial, sans-serif;
	line-height:1.2;	
	text-align: center;
}
p {
	font-size: 120%;
	margin-bottom: 1.35em;
	text-align:left;
}

a{
	color: #98cd67; /**green**/
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #98cd67; /**green**/
}
img {
	border-color:#FFFFFF;
}
a img {
	text-decoration:none;
}
h1{
 	font-size: 130%;
	text-align:left;
}
h2 {
	font-size: 170%;
	font-style: italic;
	border-top-width: 0.25em;
	border-bottom-width: 0.25em;
	border-top-style: solid;
	vertical-align: middle;
	border-color: #FFFFFF;
	border-bottom-style: solid;
	height: 45px;	
	padding-top: 11px;
}

/***********************************************/
/* MAIN Layout Divs                            */
/***********************************************/
#container {
	margin: 0 auto;
	width: 900px;
	overflow: visible;
	z-index: 2;
	
}
#masthead{
	padding: 10px 0px -5px 0px;
	width: 100%;
}
#banner-top {
	background-color: #98cd67; /**green**/
	border-top-width: 0.25em;
	border-bottom-width: 0.25em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00; /**gold**/
	border-bottom-color: #FFCC00;
}
#banner-bottom {
	clear: both;
	font-size: 120%;
	background-color: #98cd67; /**green**/
	border-top-width: 0.25em;
	border-bottom-width: 0.25em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00; /**gold**/
	display: block;
	height: 135px;
}
#content{
	font-size: 100%;
	width: 100%;
}

/***********************************************/
/* NAVIGATION Layout Divs                      */
/***********************************************/
/*	BASED ON: http://css.maxdesign.com.au/listamatic/horizontal25.htm
	Browser support: IE6 +, Netscape 7.1 +, Mozilla 1.4 +, Opera 6.0 Partial, Safari 1.0+
	Author: Hekima
Comments: This is a pretty simple horizontal menu that displays a bullet image to the left of the menu items on hover. 
*/
#navcontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #98cd67; /**green**/
	font-size: 150%;
	text-align:center;	
}
#navlist li {
	display: inline;
	padding-bottom: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 150%;	
}
#navlist a {
	padding-left: 20px;
	padding-bottom: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#navlist a:link, #navlist a:visited {
	padding-left: 20px;
	color: #000000;
	background-position: 0 -28px;
	background-repeat: no-repeat;
	background-image: url(../images/arrowbullet.gif);
}
#navlist a:hover {
	color: #FFCC00; /**gold**/
	padding-left: 20px;
	background: url(../images/arrowbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 -10px;
} 

/***********************************************/
/* CONTENT Layout Div Tags  */
/***********************************************/
#content-main{
	padding: 5px 5px 10px 5px;
	float: left;  
	font-size: 130%;	
}
#banner-main{
	font-size: 120%;
	padding: 35px 25px 10px 10px;
	float: left;
	width: 35%;
	vertical-align: middle;
	text-align:left;
	margin-left: 20px;
}
#banner-img{
	padding: 5px 35px 10px 35px;
	float: left;		
}

/************* styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #CCCC99; /**grey**/
	font-size: 100%;
	color: #CCCC99; /**grey**/
	padding: 10px 10px 10px 10px;
	text-align:left;
}
.copyright {
	font-size: 80%;
	text-align:right;
}
.copyright a {color: #3399CC;} /**blue**/
.date {
	font-size: 70%;
	text-align:right;
}
.name {text-decoration: underline;}
.biggerTxt {font-size: 145%;}
.biggesTxt {font-size: 170%;}
.happyStreet {
	font-weight: bold;
	color: #3399CC; /**blue**/
}
.onPage {
	color: #FFCC00; /**gold**/
	font-weight:bold;
	text-transform: uppercase;

}
.floatright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
}
.floatleft {
	float: left;
	margin: 10px 15px 10px 0;
	padding: 2px;
}
ul.contact {
	margin-bottom: 1.35em;
	text-align:left;
	list-style-type: none;
	margin-left: 20px;
}
li.contact {
	margin-top: 1.0em;
	margin-left: 20px;
}
ul.sked {
	margin-bottom: 1.35em;
	text-align:left;
	margin-left: 20px;
	font-size: 120%;
}
li.sked {
	font-size: 110%;
	margin-top: 0.5em;
	margin-left: 20px;
	list-style-type: none;
}