/*
Theme Name: theme01
Theme URI: http://www.pixelarcher.com/
Description: Custom theme for hoopappeal.com 
Version: 1.0
Author: Pixelarcher Creative
Author URI: http://www.pixelarcher.com/
Tags: custom layout

*/


* div, form {
	margin: 0;
	padding: 0;
	border: 0;
}

/*	body  styles  ------------------------------------------------------------------------------- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,Verdana,sans-serif;
	color: #ccc;
	background: #ccc;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	}


h1 {
	color: #663366;
	font: normal 2.0em Arial, Helvetica, sans-serif;
	margin-bottom: 20px;

}


h2 {
	color: #C85391;
	font: normal 1.6em Arial, Helvetica, sans-serif;
	margin: 10px 0; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems */
}


#right h2, #sidebar h2 {
	color: #663366;
	font: bold 1.8em Arial, Helvetica, sans-serif;
	margin-top: 25px;
	margin-bottom: 5px; /*both set to zero and padding in header div is used intead to deal with compound ie pc problems */
}



h3, h2.h3clone {
	color: #666;
	font: normal 1.4em Arial, Helvetica, sans-serif;
	margin: 20px 0;
	padding: 0;
}

	#main h3, #main-wide h3, #main h2.h3clone {
	margin: 5px 0 5px 0;
	padding: 0;
	}



h4 {
	font-size: 1.2em;
	margin: 10px 0;
	font-weight: bold;
}



h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}



h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}


/*	links

------------------------------------------------------------------------------- */



a:visited,
a:active,
a:link {
	color: #925F92;
	text-decoration: underline;
}



a:hover {
	color: #993399; 
	text-decoration: underline;
}


a.button {
	color: #fff;
	text-decoration: none;
	padding: 4px 5px;
	background: #813366;
	/*background: #700961;*/
	}
a:hover.button {
	background: #C85391;
	}
	



/*	misc

------------------------------------------------------------------------------- */



img { border: 0; }

hr { 
	background: #D9B0D9;
	border: none;
	color: #D9B0D9; 
	height: 1px;
}




input, textarea, select, option {
	color : #666; 
	background-color: #fff; 
	border: 1px solid #ff0099;
	padding: 4px;
} 



input:focus, textarea:focus, select:focus, option:focus, 
input:hover, textarea:hover, select:hover, option:hover {
	color : #666; 
	background-color: #fff; 
	border: 1px solid #ff0099;
	padding: 4px;
} 


input.clear { background-color:#FFF; border : none; }


p {
padding: 0 0 10px 0;
margin: 0;
line-height: 1.3em;
}

.outline {
border: 3px solid #ccc;
}

	
ul {
padding: 0;
margin: 0 0 10px 20px;
}

ul li {
padding: 0;
margin: 0 0 5px 0;
}

ol {
padding: 0;
margin: 0 0 10px 20px;
}
ol li {
padding: 0;
margin: 0 0 5px 0;
}



/*	layout styling  ------------------------------------------------------------------------------- */


#header_container {
float: left;
margin: 0 auto;
width: 100%;
height: 150px;
background: #fff url(images/nav/mainbg.gif) repeat-x;
}
	#header {
	margin: 0 auto;
	width: 990px;
	height: 150px;
	background: url(images/nav/header-bg.gif) no-repeat;
	}
	
	#membership {
	float: left;
	width: 990px;
	height: 28px;
	background: url(images/nav/memberlogin-tab.gif) no-repeat;
	}
	
		#membership-lnk {
		float: right;
		width: 180px;
		height: 28px;
		margin-right: 70px;
		}

	#logo {
	float: left;
	width: 349px;
	height: 92px;
	margin-left: 9px;
	/*background: url(images/nav/logo.gif);*/
	}
	
	#numbers {
	float: left;
	width: 300px;
	height: 72px;
	color: #666666;
	font-size: 1.2em;
	margin-left: 29px;
	margin-top: 15px;
	}
	
		.bigger {
		font-size: 1.5em;
		}
	
	#cart-info {
	float: left;
	width: 294px;
	height: 92px;	
	background: url(images/nav/icon-cart.gif) no-repeat;
	}
		#cart-info-links {
		float: left;
		width: 254px;
		height: 29px;
		margin: 40px 0 0 40px;
		color: #666;
		font-size: 1.2em;
		font-weight: bold;
		text-align: left;
		}
			#cart-info-links a{
			color: #333333;
			text-decoration: none;
			}
			#cart-info-links a:hover{
			text-decoration: underline;
			}

#navigation {
float: left;
width: 700px;
height: 30px;
margin: 0 0 0 9px;
}

/* REFERENCE -----------------------------------------------------------
http://www.sohtanaka.com/web-design/examples/mega-dropdowns/
http://www.sohtanaka.com/web-design/mega-drop-downs-w-css-jquery/
 ------------------------------------------------------------------------*/

ul#topnav {
	margin: 0; padding: 0;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	font: bold 1.1em/30px Arial, Helvetica, sans-serif;
	text-align: center;
	height: 30px;
	color: #666;
	text-decoration: none;
}
ul#topnav li:hover a, ul#topnav li a:hover { color: #fff; background: #cc6699; background-position: right bottom; } /*--Hover State--*/
ul#topnav a.home {
	width: 52px;
}
ul#topnav a.about {
	/*background: url(images/nav/dropdownarrow.gif) right bottom no-repeat;*/
	width: 76px;
}
ul#topnav a.learn {
	background: url(images/nav/dropdownarrow.gif) right bottom no-repeat;
	width: 100px;
}
ul#topnav a.teach {
	background: url(images/nav/dropdownarrow.gif) right bottom no-repeat;
	width: 129px;
}
ul#topnav a.videos{
	background: url(images/nav/dropdownarrow.gif) right bottom no-repeat;
	width: 63px;
}
ul#topnav a.gallery{
	width: 55px;
}
ul#topnav a.store{
	background: url(images/nav/dropdownarrow.gif) right bottom no-repeat;
	width: 55px;
}
ul#topnav a.contact{
	width: 84px;
}
ul#topnav a.event{
	width: 100px;
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 30px; left: 0;
	background: #cc6699 url(sub_bg.png) repeat-x; /*--Background gradient--*/
	padding: 0 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: left;
	padding-left: 15px;
	border-bottom: 1px solid #cc9999;
	font-weight: normal;
}
ul#topnav .sub ul li a:hover {
	color: #333;
}


	#number {
	float: left;
	width: 273px;
	height: 30px;
	margin-left: 0px;
	text-align: left;
	font-size: 1.4em;
	line-height: 2.2em;
	color: #666;
	display: none;
	}


/*----------------------------------------------------
-------------------- front door only -----------------
------------------------------------------------------*/

#callouts_container {
float: left;
margin: 0 auto;
width: 100%;
height: 568px;
background: #ccc;
}
	#callouts {
	margin: 0 auto;
	width: 990px;
	overflow: auto;
	}
	
		
		#callouts ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
		#callouts ul li {
		display: block;
		margin: 0;
		padding: 0;
		border: 0;
		float: left;
		}
		
		#callouts ul li#box01 a {
		display: block;
		width: 317px;
		height: 233px;
		margin: 19px 0 19px 9px;
		background: url(images/nav/block-hoop-bg.gif) no-repeat;
		text-decoration: none;
		}
			#callouts ul li#box01 a:hover {
			background: url(images/nav/block-hoop-bg-over.gif) no-repeat;
			}
			
		#callouts ul li#box02 a {
		display: block;
		width: 317px;
		height: 233px;
		margin: 19px 11px 19px 11px;
		background: url(images/nav/block-classes-bg.gif) no-repeat;
		text-decoration: none;
		}
			#callouts ul li#box02 a:hover {
			background: url(images/nav/block-classes-bg-over.gif) no-repeat;
			}
			
		#callouts ul li#box03 a {
		display: block;
		width: 317px;
		height: 233px;
		margin: 19px 0 19px 0;
		background: url(images/nav/block-dvdguide-bg.gif) no-repeat;
		text-decoration: none;
		}
			#callouts ul li#box03 a:hover {
			background: url(images/nav/block-dvdguide-bg-over.gif) no-repeat;
			}
			
		#callouts ul li#box04 a {
		display: block;
		width: 317px;
		height: 279px;
		margin: 0 0 19px 9px;
		background: url(images/nav/block-apparel-bg.gif) no-repeat;
		text-decoration: none;
		}
			#callouts ul li#box04 a:hover {
			background: url(images/nav/block-apparel-bg-over.gif) no-repeat;
			}	
			
		#callouts ul li#box05 a {
		display: block;
		width: 317px;
		height: 279px;
		margin: 0 11px 19px 11px;
		background: url(images/nav/block-training-bg.gif) no-repeat;
		text-decoration: none;
		}
			#callouts ul li#box05 a:hover {
			background: url(images/nav/block-training-bg-over.gif) no-repeat;
			}	
			
		#callouts ul li#box06 a {
		display: block;
		width: 317px;
		height: 279px;
		margin: 0 0 19px 0;
		background: url(images/nav/block-video-bg.gif) no-repeat;
		text-decoration: none;
		}
			#callouts ul li#box06 a:hover {
			background: url(images/nav/block-video-bg-over.gif) no-repeat;
			}				

        #callouts ul li a:focus{
		outline: none;
		}
	
	
		#box01 .boxtext, #box02 .boxtext, #box03 .boxtext, #box04 .boxtext, #box05 .boxtext, #box06 .boxtext {
		padding: 140px 10px 0px 10px;
		width: 297px;
		font-size: 1.2em;
		line-height: 1.3em;
		color: #333;
		text-align: left;		overflow: hidden;
		}
		
		#box01 .boxtext h3, #box02 .boxtext h3, #box03 .boxtext h3, #box04 .boxtext h3, #box06 .boxtext h3  {
		font-size: 1.6em;
		color: #666;
		margin: 0 0 9px 0;
		padding: 0;
		}
		#box05 .boxtext h3{
		font-size: 1.4em;
		color: #666;
		margin: 0 0 9px 0;
		padding: 0;
		}
		



#icallouts_container {
float: left;
margin: 0 auto;
width: 100%;
height: 25px;
background: #ccc;
}
	#icallouts {
	margin: 0 auto;
	width: 990px;
	height: 25px;
	}

#content_container {
float: left;
margin: 0 auto;
width: 100%;
background: #fff;
}
	#content {
	margin: 0 auto;
	width: 990px;
	overflow: auto;
	}
	
	#main {
	float: left;
	width: 645px;
	color: #666;
	font-size: 1.4em;
	margin: 20px 20px 20px 9px;
	text-align: left;
	}
	#main-wide {
	float: left;
	width: 980px;
	color: #666;
	font-size: 1.4em;
	margin: 20px 0 20px 9px;
	text-align: left;
	}
			 a.rounded_lnk {
			 background:transparent url(images/nav/roundedlink-left.gif) no-repeat left;
			 height:27px;
			 margin-right:15px;
			 padding:5px 0 5px 15px;
			 color: #fff;
			 text-decoration: none;
			}
				
			 a.rounded_lnk span {
			background:transparent url(images/nav/roundedlink-right.gif) no-repeat right;
			cursor:pointer;
			height:27px;
			padding:5px 15px 5px 0
			}
			 a.rounded_lnk:hover {
			background:transparent url(images/nav/roundedlink-leftro.gif) no-repeat left;
			color:#fff;
			padding:5px 0 5px 15px;
			}
		
			 a.rounded_lnk:hover span {
			background:transparent url(images/nav/roundedlink-rightro.gif) no-repeat right;
			color:#fff;
			padding:5px 15px 5px 0;
			}
			
			
			#box-half-L {
			float: left;
			width: 480px;
			margin: 10px 10px 10px 0;
			}
			#box-half-R {
			float: left;
			width: 480px;
			margin: 10px 0 10px 10px;			
			}
			
			#box-half-L2 {
			float: left;
			width: 480px;
			margin: 10px 10px 10px 0;
			background: #FFFFDD; 
			border: 1px solid #ccc;
			padding: 10px;
			}
			
			#box-half-R2 {
			float: left;
			width: 450px;
			margin: 10px 0 10px 10px;
			background: #FFFFDD; 
			border: 1px solid #ccc; 
			padding: 10px;			
			}
			
	#block01{
	float: left;
	width: 645px;
	height: 246px;
	margin: 34px 0;
	}
		#block01-slides {
		float: left;
		width: 277px;
		height: 246px;
		margin: 0 20px 0 9px;
		background: url(images/workshops01.jpg) no-repeat;
		}
		#block01-text {
		float:left;
		width:332px;
		height: 206px;
		text-align: right;
		margin: 20px 0 0 0;
		}
		#block01-text h2 {
		font-size: 1.8em;
		color: #cc3399;
		font-weight: normal;
		}
		
		
	#news{
		float:left;
		width: 645px;
		text-align: left;
		overflow: hidden;
		}
	
		#news_mnu {
			margin: 0;
			/*height: 24px;*/
		}
			#news_mnu h2{
			font-size: 1.4em;
			color: #666666;
			}
		
		#news_mnu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#news_mnu ul li {
			display: block;
			margin: 0 0 2px 0;
			padding: 0 0 0 8px;
			border: 0;
			text-align: left;
			width: 635px;
			height: 21px;
			color: #666;
			background: #f9dce9;
		}
		
		#news_mnu ul li a {
			margin: 0;
			padding: 0;
			font-size: 0.9em;
			text-align: left;
			line-height: 1.6em;
			color: #ff0099;
			text-decoration: none;
			
		}
		
		#news_mnu ul li a:hover {
			color: #ff0099; 
			text-decoration: underline;
		}
		
		#news_mnu ul li#title {
			display: block;
			height: 20px;
			margin-top: 20px;
			color: #000;
			font: bold 14px/20px Arial, Helvetica, sans-serif;
		}	
		
	#block02{
	float: left;
	width: 645px;
	/*height: 193px;*/
	margin: 45px 0 0 0;
	}
	
		#media {
		float: left;
		text-align: center;
		width: 645px;
		/*height: 193px;*/
		margin-right: 11px;
		
		}
			#media h2{
			font-size: 1.2em;
			color: #cc3399;
			margin-bottom: 20px;
			}
			
			
		#coupon {
		float: left;
		width: 307px;
		height: 193px;
		background: url(images/nav/coupon.gif) no-repeat;
		}
		

	
		
	#sidebar {
	float: left;
	width: 307px;
	margin: 20px 0px;
	}
		#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: left;
		background: #f9dce9;

		}
		#sidebar ul li li {
		padding: 0 0 0 20px;
		color: #666;
		font-size: 1.2em;
		line-height: 1.6em;
		}
			#sidebar ul li li a {
			color: #666;
			text-decoration: none;
			line-height: 1.6em;
			}
			#sidebar ul li li a:hover {
			color: #333;
			text-decoration: none;
			}
		#sidebar ul ul {
		padding: 10px 10px 12px 10px;
		background: #f9dce9;
		}
		
		#sidebar h2 {
		display: block;
		height: 40px;
		font: bold 1.2em/3.5em Arial, Helvetica, sans-serif;
		color: #ff0099; 
		background: url(images/nav/sidebarheading-bg.gif) repeat-x;
		padding: 0 0 0 10px;
		margin: 0;
		}
		
		#newsletter {
		width: 307px;
		height: 270px;
		background: #fff url(images/nav/newsletter-bg.gif) center no-repeat ;
		}
			#newsletter-text h3{
			font-size: 1.8em;
			color: #666;
			background: none;
			line-height: normal;
			padding: 0;
			margin: 0 0 10px 0;
			font-weight: bold;
			}
			#newsletter-text{
			float: left;
			width: 287px;
			color: #666;
			font-size: 1.2em;
			margin: 30px 10px 0 10px;
			}
			a.nl-lnk {
			display: block;
			color: #ff0099;
			text-decoration: none;
			margin: 10px 0;
			}
			a.nl-lnk:hover {
			text-decoration: underline;
			}
	
#footer_container {
float: left;
margin: 0 auto;
width: 100%;

}
	#footer {
	margin: 0 auto;
	width: 990px;
	}
	#footer_links {
	float: left;
	width: 665px;
	margin: 20px 0px 20px 9px;
	color: #333333;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	}
		#footer_links a{
		color: #666666;
		font-weight: bold;
		text-decoration: none;
		}
		#footer_links .orphan{
		color: #333;
		font-weight: bold;
		text-decoration: none;
		}
		#footer_links a:hover {
		text-decoration: underline;
		}
	#copyright {
	float: left;
	margin: 20px 0;
	width: 307px;
	height: 163px;
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	}
	
	


		#breadcrumb {
		color: #999;
		margin-bottom: 10px;
		}
			#breadcrumb a {
			color: #cc6699;
			text-decoration: none;
			font-size: 12px;
			}
			#breadcrumb a:hover {
			color: #cc0066;
			text-decoration: underline;
			}		

	

		
	


			

		#inews{
		width: 645px;
		text-align: left;
		overflow: hidden;
		}
	
		#inews_mnu {
			margin: 0;
			/*height: 24px;*/
		}
		
		#inews_mnu ul {
			border: 0;
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#inews_mnu ul li {
			display: block;
			margin: 0;
			padding: 0;
			border: 0;
			float: left;
			text-align: left;
			width: 540px;
			height: 20px;
		}
		
		#inews_mnu ul li a {
			/*display: block;*/
			margin: 0;
			padding: 0;
			/*width: 375px;
			height: 20px;*/
			text-align: left;
			font: normal 12px/20px Arial, Helvetica, sans-serif;
			color: #700961;
			text-decoration: underline;
		}
		
		#inews_mnu ul li a:hover {
			color: #993399;
		}
		
		#inews_mnu ul li#title {
			display: block;
			height: 20px;
			margin-top: 20px;
			color: #663366;
			/*font: normal 14px/20px Arial, Helvetica, sans-serif;*/
		}



/* Workshops, Parties & Performances Styling  */
ul#eventstabs {
height: 50px; margin: 0; padding: 0;
}
ul#eventstabs li {
float:left; list-style:none; margin:0 3px; padding: 0;
font-size: 1.4em;
}	

ul#eventstabs li a {
color: #fff;
text-decoration: none;
padding: 5px;
background: #999999;
}	
ul#eventstabs li a:hover, ul#eventstabs li a.selected {
background: #663366;
text-decoration: none;
}


/* Teacher Training Styling  */

ul#trainingtabs{height:94px;margin: 0;padding:0;}

ul#trainingtabs li{float:left;list-style:none;margin:0;}

ul#trainingtabs li a{background:url(images/nav/training-icons-nav.jpg) 0 0 no-repeat;float:left;height:94px;overflow:hidden; outline: none;}

ul#trainingtabs li.bronze a{background-position:0 0;width:180px;}

ul#trainingtabs li.bronze a:hover{background-position:0 -94px;}

ul#trainingtabs li.bronze a.selected{background-position:0 -188px;}

ul#trainingtabs li.gold a{background-position:-188px 0;width:180px;}

ul#trainingtabs li.gold a:hover{background-position:-188px -94px;}

ul#trainingtabs li.gold a.selected{background-position:-188px -188px;}

ul#trainingtabs li.masters a{background-position:-566px 0;width:180px;}

ul#trainingtabs li.masters a:hover{background-position:-566px -94px;}

ul#trainingtabs li.masters a.selected{background-position:-566px -188px;}

ul#trainingtabs li.silver a{background-position:-377px 0;width:180px;}

ul#trainingtabs li.silver a:hover{background-position:-377px -94px;}

ul#trainingtabs li.silver a.selected{background-position:-377px -188px;}

ul#trainingtabs li.basic a{background-position:-754px 0;width:180px;}

ul#trainingtabs li.basic a:hover{background-position:-754px -94px;}

ul#trainingtabs li.basic a.selected{background-position:-754px -188px;}


#tcontent1  {
border-top: 5px #F2622D solid;
}
#tcontent2  {
border-top: 5px #EBB701 solid;
}
#tcontent3  {
border-top: 5px #cc3333 solid;
}
#tcontent4  {
border-top: 5px #006633 solid;
}
#tcontent5  {
border-top: 5px #993366 solid;
}

#trainingbox-01 {
float: left;
width: 430px;
margin-right: 10px;
}
	
	#trainingbox-01 h2 {
	margin-top: 10px;
	font-size: 1.3em;
	}
	h2.bronze {
	color: #F2622D;
	}
	
	#trainingbox-01 h2.gold {
	color: #EBB701;
	}
	
	#trainingbox-01 h2.jade {
	color: #006633;
	}
	
	#trainingbox-01 h2.ruby {
	color: #cc3333;
	}
	
	#trainingbox-01 h2.masters {
	color: #993366;
	}

#trainingbox-02 {
float: left;
width: 464px;
margin: 25px 0 0 0;
padding: 10px;
border: 1px solid #ccc;
background: #FFFFDD;
}
	#trainingbox-02 ul{
	margin: 5px 0 5px 15px;
	padding: 0;
	
	}

#trainingbox-03 {
margin-top: 40px;
float: left;
width: 934px;
}

#trainingbox-03 h2 {
margin-top: 30px;
}

/* dates and locations page styling */

#dates-locations td {
font: normal 12px Arial, Helvetica, sans-serif;
color: #666666;
border-bottom: 1px solid #999999;
}

#dates-locations tr.row:hover{
background-color: #E1E1E1
} 

#dates-locations .td-icon {
width: 69px;
}
	#dates-locations .td-icon2 {
	width: 80px;
	}

#dates-locations .td-program {
width: 170px;
font-size: 14px;
}
	#dates-locations .td-program2 {
	width: 180px;
	font-size: 14px;
	}

#dates-locations .td-date {
width: 175px;
font-size: 14px;
font-weight: bold;
}
	#dates-locations .td-date-class {
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	}

#dates-locations .td-location {
width: 148px;
font-size: 14px;
}
	#dates-locations .td-location-class {
	font-size: 14px;
	}

#dates-locations .td-costs {
width: 125px;
background:#FFF;
padding: 0 0 0 10px;
}
	#dates-locations .td-costs2 {
	width: 150px;
	background:#FFF;
	padding: 0 0 0 10px;
	}
	
	#dates-locations .td-costs3 {
	width: 170px;
	background:#FFF;
	padding: 0 0 0 10px;
	}


#dates-locations .td-register {
width: 152px;
text-align: center;
}
	#dates-locations .td-register2 {
	width: 155px;
	text-align: center;
	}
	
.training-title {background: #666666; color: #fff; padding: 10px; font-size: 16px;}	
.training-even {background: #FFFFCC; border-bottom: 1px solid #CCCCCC; padding: 10px 5px;}
.training-odd {border-bottom: 1px solid #CCCCCC; padding: 10px 5px;}
	




/* Post Date Styling  */


.post-header {
float: left;
width: 645px;
margin-bottom: 10px;
}

	.post-header h2 a {
	color: #C85391;
	font: normal 1em Arial, Helvetica, sans-serif;
	margin: 5px 0;
	text-decoration: none; 
	}

	.date-box {
	float:left;
	width: 80px;
	background: #ccc;
	text-align: center;
	margin-right: 10px;
	}
	.date-month-day {
	color: #fff;
	background: #8F8F8F;
	}
	.date-year {
	color: #fff;
	background: #CC3399;
	}
	
	.date-month-day, .date-year {
	padding: 3px;
	}
	




/* Season calendar styling */

.class_table th {
background:#700961;
color:#fff;
padding:5px;
text-align:center;
text-transform:uppercase;
}

.class_table td  {
padding: 5px;
width: 154px;
line-height: 20px;
}

.class_table_belly {
background: #ffffcc;
}


.class_table_hoop {
background: #ffccff;
}



/* Begin Typography & Colors */


.red {color: #990000}
.pink {color: #FF99CC}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	font-size: 0.9em;
	/*line-height: 1.5em;*/
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: both;
	padding: 10px;
	background: #CCCCCC;
	border: 1px solid #999999;
	border-bottom: 3px solid #999999;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 0 30px 10px;
	padding-left: 10px;
	border-left: 5px solid #B895B9;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/*hr {
	display: none;
	}*/

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



/*----------------------------------------------------
-------------------- Login site -----------------
------------------------------------------------------*/

#login-bg {
text-align: center;
margin: 0;
padding: 0;
border: 0;
width: 100%;
background: #fff url(images/nav02/login-background.jpg) repeat-x;
}
#login-container {
float: left;
margin: 0 auto;
width: 100%;
}

#form-container {
margin: 0 auto;
margin-top: 100px;
padding: 30px;
width: 500px;
background: #fff;
}

#form-container .login-txt {
font: normal 1.5em Arial, Helvetica, sans-serif;
color: #666666;
height: 100%;

}

#form-container h1 {
font: normal 3.0em Arial, Helvetica, sans-serif;
}



span.wpcf7-list-item { display: block; }


