@charset "UTF-8";
/* CSS Document */

/*=========================================
GrowCreativeSeeds.com CSS
Copyright 2010
author: Terence M. Stone 
http://www.MarcAlbertMD.com

Swatch Colors
---------------
#b2c972 - olive green
#ffd500 - gold
#993333 - maroon
#ccc - light gray
===========================================*/

/*Basic CSS */
body {
	font-family: verdana, Helvetica, Arial, sans-serif;
	background-color: #B0E0E6;
	line-height: 125%;
	padding: 15px;
	color: #000000;
	}
h1 {
 	font-family: verdana, Helvetica, Arial, sans-serif;
	font-size: xx-large;
	color: #8B0000;
	}
li {
	font-size: small;
	list-style-type: none;
	}
h2 { 
	font-size: x-large;
	font-weight: normal;
	}
h3 {
	font-size: medium;
	font-weight: normal;
	}
h4 {
	font-size: small;
	}
p {
	font-size: small; line-height: 1.3
	}
em {font-weight: bold;
	font-style: normal
	}
strong {
	font-size:medium; color: #fff;
	}
hr {color: #55904a}
a:link, a:visited {text-decoration: none; color: #fff}
a:hover {color: #000; text-decoration: underline}

/*main body*/
#wrapper {
	background-color: #fdf8f2;
	color: #000000;
	margin: 0 auto;
	width: 800px;
	padding: 0 0 15px 0
	}
#header {
	background-color: #fdf8f2;
	color: #000;
	width: 800px;
	}
/*navigation style*/	
#nav {
	background: #55902A;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	}
#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	} 
#nav li {display: inline; 
	font-size: medium; font-weight: 500;
	padding: 0 30px 0 30px
	}
#nav a:link, #nav a:visited {text-decoration: none; color: #ff3}
#nav a:hover {color: #ff3; text-decoration: underline}

/*Announcement*/
#newinfo {
	border:15px solid #ffcc33;
	margin:0;
	padding:15px;
	width: 475px;
	background: #f60;
	color:#ffcc33;
	text-align: center; font-weight:500;
	line-height: .5
	}
#newinfo h2 {font-weight: 700; color:#ffcc33 }
#newinfo h3 {font-weight:600; color: #fff}

#main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0 5px 10px 10px
	}
#content {
	margin: 10px 0 0 0;
	padding: 10px 15px 10px 10px;
	width: 510px;
	background-color: #55902A;
	line-height: 1.2
	}
/*box for the post card info*/	
#play {
	background: #ffd500 /*url(../images/Play.jpg) bottom left no-repeat*/;
	padding: 5px;
	line-height: .4
	}
#play h2 {font-weight: 700; text-align: center; text-transform: uppercase; font-size: 20px; color:#488944}
#play h1 {text-align:center; color:#f60; font-size:xx-large  }
#play h3 {font-size: 14px; color:#f60; font-weight: 400;text-align: center;}
#play p { padding: 0 10px 0 10px}
#play a:link, a:hover {color:#f60}

#sidebar {
	position: absolute;
	top: 0px;
	right: 25px;
	width: 220px;
	background-color: #ffcc33;
	color: #000;
	margin: 0;
	padding: 10px 5px 10px 10px;
	line-height: 1.4
	}

.sbart {background-color: #f60; text-align:center; color: #fff; font-weight: bold}

/*Summer Registration box*/		
#summer {
	background: #f60;
	margin: 0 0 10px 3px;
	border: 0;
	text-align: center; 
	padding: 5px;
	width: 200px
	}
#summer a:hover {color: #000}
/*Registration box*/		
#reg {
	background: #55902A;
	margin: 0 0 0 3px;
	border: 0;
	text-align: center; 
	padding: 5px;
	width: 200px
	}

/*side boxes with classes*/	
#lav {background: #9B68C1;
	}
#tea {background: #44999E;
	}
#lblu {background: #99CCFF;
	}
.sbar {width: 200px;
	padding: 7px;
	margin:25px 0 0 3px
	}
	
#content img {
	padding: 5px;
	}
.pic {background: url(../images/homepicsm.jpg) no-repeat;
	padding: 20px 50px 50px 50px;
	height: 275px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style:italic;
	text-align:center
	}
#footer {position: relative;
	top: 0;
	left: 0;
	background-color: #316363;
	margin: 0; 
	padding: 0;
	font-size: 16px;
	color:#ceff9c;
	width:800px;
	clear: both
	}
#in_footer {
	margin: 0;
	padding: 10px;
	height:150px;
	}
#in_footer div {
	position: absolute;
	top: 25px;
	right: 25px;
	padding: 0 20px 0 0; 
	width: 18.5em; 
	margin: 0; 
	}
#footer h1 {color:#ceff9c}
#footer a {color: #ffff9c}

