@charset "UTF-8";
/* ---------- Global CSS ---------- */
html {
	height:100%;
}
body {
	font: 82.5% Helvetica, Verdana, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	height:100%;
}
h1, h2 {
	color:#990000;
}
p {
	line-height: 1.75em;
	color: #434343;
}
.accentColor {
	color:#009999;
}
a:link, a:visited, a:active {
	color:#009999;
	text-decoration:none;
	outline: none; /* hide dotted outline in Firefox */
}
a:hover {
	color:#009999;
	text-decoration:underline;
}
div.spacer {
	clear:both;
}
div.fltLeft {
	float:left;
}
img.right {
	float:right;
	margin:0 0 10px 10px;
}
img.left {
	float:left;
	margin:10px 10px 0 0;
}
img.center {
	margin:0 10px 0 10px;
}
img.frame {
	border: 1px solid #CCCCCC;
	padding: 4px 4px 5px 4px;
}


/* ---------- DIV CSS ---------- */
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background-color:#FFF;
	font-size:1em;
}
#header {
	background: #000000;
	color: #CCCCCC;
}
#header p {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:0.825em;
	line-height: 0.420em;
	color:#888888;
}

/* -------- Navigation CSS -------- */
#navigation {
	background-image:url(images/bg_navigation.gif);
	background-repeat:repeat-x;
	height:40px;
	width:780px;
	font-size:10pt;
}
#navigation ul {
	padding:0;
	margin:0;
	list-style:none;
}
#navigation li {
	display:inline;
	position:relative;
	line-height:40px;
}
#navigation li a:link, #navigation li a:visited {
	padding:0 15px 0 12px;
	text-decoration:none;
	color:#888888;
}
#navigation li a:hover {
	color:#FFFFFF;
	padding:0 15px 0 7px;
	border-left:5px solid #00FFFF;
	text-decoration:none;
}
/* --- Submenus if needed --- 
#navigation li ul {
	display: none;
	position: absolute;
	top:1em;
	left:0;
	border-bottom:1px solid silver;
	text-transform:none;
}
#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left *
	top: auto;
	left: auto;
}
#navigation li ul li a:link, #navigation li ul li a:visited {
	display:block;
	text-decoration:none;
	text-align:left;
	background-color:#CCF;
	border:1px solid silver;
	border-bottom: none;
	padding:7px 10px 7px 11px;
	line-height:1.125em;
	width: auto;
	color:#030303;
}
#navigation li ul li a:hover {
	text-decoration:none;
	padding-left:7px;
	border-left:5px solid #00FFFF;
	background-color: #333333;
	color:white;
	} 
#navigation li:hover ul, li.over ul {
	display:block;
}
*/

/* Fix IE. Hide from IE Mac - Holly Hack \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
/* -------- End Navigation -------- */

#showcase {
	background-color:#000000;
	background-image: url(images/bg_showcase.jpg);
	background-repeat:no-repeat;
	padding: 20px 20px 0 20px;
	text-align:center;
}
#showcase p {
	font-size:0.875em;
	color:#888888;
}
#showcase img {
	padding: 4px 4px 5px 4px;
	border: 1px solid #555555;
}
#showcase .more {
	background-color:#000000;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 2px 3px 3px 3px;
	margin-left:2em;
}
#showcase a, #showcase a:visited {
	color:#009999;
	text-decoration:none;
	font-weight:normal;
}
#showcase a:hover {
	color: #00FFFF;
	text-decoration:none;
	font-weight:normal;
}

#homeContent {
	padding: 20px 30px 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	background-image: url(images/bg_Top_gradient_blue.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#teamContent {
	padding: 20px 30px 20px 40px;
	background-color: #FFFFFF;
	background-image: url(images/bg_Top_gradient_pink.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
#bioContent {
	padding: 20px 30px 20px 40px;
	background-color: #FFF;
	background-image: url(images/bg_Top_gradient_purple.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
#blogContent {
	padding: 20px 30px 20px 40px;
	background-color: #FFF;
	background-image: url(images/bg_Btm_gradient_yellow_btm.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}
#galleryContent {
	padding: 20px 0 20px 0;
	background-color: #000;
	background-repeat:no-repeat;
	background-position: top left;
	color: #FFFFFF;
}
#galleryContent a, #galleryContent a:visited {
	color:#009999;
	text-decoration:none;
	font-weight:normal;
}
#galleryContent a:hover {
	color:#00FFFF;
	text-decoration:none;
	font-weight:normal;
}
#mediaContent {
	padding: 20px 30px 20px 40px;
	background-color: #000000;
}
#mediaContent  {
	color:#CCCCCC;
}
#mediaContent h1 {
	color:#009999;
}
#calendarContent {
	padding: 20px 30px 20px 40px;
	background-color: #FFF;
	background-image: url(images/bg_Btm_gradient_yellow_btm.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}
#contactContent {
	padding: 20px 30px 20px 40px;
	background-color: #000;
	background-image: url(images/bg_TopRt_model_450.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	color:#CCC;
}
#contactContent p {
	color:#CCC;
}
#linksContent {
	padding: 20px 30px 20px 40px;
	background-color: #FFF;
	background-image: url(images/bg_Top_bwpuma_780.jpg);
	background-repeat:no-repeat;
	background-position: top right;
}
#linksContent h1 {
	color:#CCC;
}
#linksContent a:link, #linksContent a:visited {
	padding:0 15px 0 12px;
	color: #CCC;
	text-decoration:none;
}
#linksContent a:hover {
	padding:0 15px 0 7px;
	color: #FFF;
	text-decoration:none;
	border-left:5px solid #0FF;
}
.events {
	float:right;
	margin: 0 0 20px 50px;
	width:200px;
}
.rightContent {
	float:right;
	width:380px;
}
.leftContent {
	float:left;
	width:380px;
}
.rightSidebar {
	float:right;
	margin-left: 30px;
	margin-bottom:20px;
	width:300px;
}
.leftSidebar {
	float:left;
	margin-right: 30px;
	margin-bottom:20px;
	width:300px;
}

#footer {
	padding: 0 10px 30px 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 0.825em;
	color: #424242;
}
#footer a {
	color:#434343;
}
div.icons {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	float:right;
	padding: 10px 0 5px 5px;
}

/* -------- MP3 Player CSS -------- */
#mp3 {
	margin:0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:10px 0;
	clear:left;
}
#mp3 p {
	font-size:1em; 
	padding-top:12px;
}
/* -------- end MP3 Player -------- */
