/*
	css for cz dance camp pages
	dancecamp.css
	Author: Patricia Kadel
	Revised: 22 Dec 2008
	Revised: 28 Mar 2010
	url: cascadezydedo.com/dancecamp
	Revised: 29 May 2010 Barbara Wertz
	Revised: 10 Feb 2011 Barbara Wertz

*/

/* -----------------------------------------------------
global styles
------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	font: 1em arial, hevetica, sans-serif;
	background: #ccccff; /* light blue */
	}
a:link { color: #B52C07; text-decoration: none;}
a:visited { color: #b93411; text-decoration: none;}
a:focus { color: #000; text-decoration: none;}
a:hover { color: #7d8206; text-decoration: none;}
a:active { color: red; text-decoration: none;}

h1, h2, h3, h4, h5, h6 { 
	margin: 0 0 .5em;
	font-weight: bold;
	clear: both;
	}

h1{
	color: #191970;
	font-size: 140%;
	}

h2
{
	background: #FFBB00;
	font: 120% georgia, times, "times new roman", serif;
	}

h2, h3{
	color: #006400;
	text-align: left;
	}

h3
{
	font-size: 1em;
	color: #000;}

/* ------------------------------
container styles
------------------------------ */

#container
{
	margin: 10px auto;
	width: 720px;
	text-align: left;
	background: #fff;
	border: 2px #8a2be2 solid; /*blueviolet*/
	}

#banner
{
	/*height: 45px;*/
	width: 100%;
	/*position: relative;*/
	border-bottom: 1px #8a2be2 solid;	/*blueviolet*/
	}

#banner h1
{
	/*position: absolute;*/
	font-size: 180%;
	margin: 0;
	}
/* ------------------------------
navBar styles
------------------------------ */

.navBar
{
	background: #49A011;
	padding: 0;
	margin-bottom: 20px;
	
	}

.navBar ul
{
	margin: 0 0 0 20px;
	padding: 2px 0;
	list-style-type: none;
	border-left: 1px solid #C4C769;
	}

.navBar li
{
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #C4C769;
	font-weight: bold;}

.navBar li a
{
	text-decoration: none;
	color: #fff;
	font: bold;
	}

.navBar li a:hover
{
	text-decoration: none;
	color: #000;
	background-color: #856cee;
	}

#contents {
	background: #FFF;
	padding: 0 20px;
	/*width: 720px;*/
	}
	
/* snug this up to save screen real estate */	
#subtitle {
	margin: 0em 0em 1em 0em;
	}

#subtitle p {
	padding: 0;
	margin: 0;
	font-weight: bold;
	}

	
#footer{	
	border-top: 1px solid #8a2be2;
	clear: both;
	}
	
#footer p {
	font-size: 80%;
	}
  	
#footerDecoration {
 	background:url('images/gatorheader.gif') no-repeat; text-align: center;
	width: 720px;
	height: 150px;
	margin: 0;	
	}

/* image placement */

.imgRight{
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	}

.imgLeft{
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
}

img{
	border: 1px solid #8a2be2;
}

.noborder img{
	border: none;
	}
	
.floatStop { clear: both;
	}

/* text enhancement */
.wow {
	font-weight: bold;
	color: #FF3300;
}


/* Use for hidden h1 title for search engines */
#title {display: none;	}

