/*  
Theme Name: Polar Bears Girls Soccer
Theme URI: http://www.polarbearsgirlssoccer.com/
Description: Default theme for Polar Bears Girls Soccer Camp.
Version: 2.0
Author: James Baldys
Author URI: http://www.zeeight.com/

*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: black;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
img a {
	border:none;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* CUSTOM */
body {
	background-image:url('images/layout/pageBg.gif');
	background-repeat:repeat-x;
	background-color:#000;
}
strong {
	font-weight:bold;
}	
div#wrapper {
	display:block;
	width:800px;
	margin:0px auto;
}
div#header {
	display:block;
	width:800px;
	height:95px;
	background-image:url('images/layout/main_logo.jpg');
	background-repeat:no-repeat;
}
div#splash {
	display:block;
	width:800px;
	height:140px;
	margin-bottom:30px;
}
/* MAIN MENU */
div#menu {
	display:block;
	width:799px;
	height:36px;
	overflow:hidden;
}
	div#menu.home_sprite {
		background-image:url('images/layout/home_sprite.gif');
	}
	div#menu.spring_sprite {
		background-image:url('images/layout/spring_sprite.gif');
	}
	div#menu.resi_sprite {
		background-image:url('images/layout/resi_sprite.gif');
	}
	div#menu.directions_sprite {
		background-image:url('images/layout/directions_sprite.gif');
	}
	div#menu.apply_sprite {
		background-image:url('images/layout/apply_sprite.gif');
	}
div#menu ul li {
	float:left;
}
div#menu ul li a {
	display:block;
	float:left;
	height:36px;
	text-indent:-9999px;
	width:140px;
}
/* -- END MAIN MENU -- */
div#content {
	display:block;
	width:777px;
	background-color:#fff;
	padding:11px;
	overflow:hidden;
	font-size:1.2em;
	line-height:135%;
}
	div#content a {
		color:#0000ee;
	}
	div#content a:hover {
		color:#CCCC33;
	}
	div#content h1 {
		color:#000;
		font-size:1.6em;
		margin:11px 0;
	}
	div#content h2 {
		color:#000;
		font-size:1.4em;
		margin:8px 0;
	}
	div#content p {
		margin:11px 0;
	}
	/* content table */
	div#content table tr td {
		padding:6px;
	}
	div#camps {
		width:470px;
		display:block;
		overflow:hidden;
		margin:16px 0 16px 30px;
		padding:5px;
		border:2px solid #888;
		background-color:#eee;
	}
	div#camps a {
		display:block;
		margin:8px 0px;
	}
div#footer {
	display:block;
	width:799px;
	height:30px;
	padding:20px 0 0 0;
	margin:0;
	text-align:center;
	color:#aaa;
	font-size:1.1em;
	line-height:120%;
	background-image:url('images/layout/content_bottom.gif');
	background-repeat:no-repeat;
}
	div#footer a {
		color:#ddd;
	}
	div#footer a:hover {
		color:#fff;
	}
/* MISC */
div#rightCol {
	display:block;
	width:200px;
}
	div#rightCol img {
		border:1px solid #000;
	}
div.floatright {
	float:right;
	margin:0 0 11px 11px;
}
/* IMAGE BOX */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #FFF;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #FFF;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
/* Tiny Clear -- A James Specialty! */
.tinyClear {
	clear:both;
}
