







/* ========================================================================================================================== */
/*   		 Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html      */
/* ========================================================================================================================== */
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, 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 {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #000;
	line-height: 1;
	font:1em/1.5em  Helvetica, Arial, Verdana, sans-serif; 
	transition:all .2s linear;  -o-transition:all .2s linear;  -moz-transition:all .2s linear;  -webkit-transition:all .2s linear;
}


	
img {  transition:all .2s linear;  -o-transition:all .2s linear;  -moz-transition:all .2s linear;  -webkit-transition:all .2s linear; }


ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


pre 	{font-family: "Courier 10 Pitch", Courier, monospace;}
code 	{font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}

small {display:none;}


/* And a full-width comment form */
	#respond {
		width: auto;
	}

	/* Make sure embeds fit their containers */
	embed,
	object {
		max-width: 100%;
	}


/* ======================================================================================================= */
/*                                               CLEARFIX                                                  */
/* ======================================================================================================= */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



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

/* ======================================================================================================= */
/*                                               FACEBOOK                                                  */
/* ======================================================================================================= */
.fb-comments, .fb-comments iframe[style], .fb_ltr {width: 100% !important;}


/* ======================================================================================================= */
/*                                               GOOGLE                                                    */
/* ======================================================================================================= */
p iframe[style] {width: 100% !important;}


/* ======================================================================================================= */
/*                                     THE MAIN CONTENT WRAPPER                       		               */
/* ======================================================================================================= */
#themaincontentwrapper {
	display:block;overflow:hidden;
	width:100%;
	background-color:#f2f2f2;
}
.home #themaincontentwrapper_left 	{background:none !important;}
.home #themaincontentwrapper_right 	{background:none !important;}


/* ======================================================================================================= */
/*                                               HEADER                                                    */
/* ======================================================================================================= */

#addressinfoarea {
	display:block;overflow:hidden;
	width:100%;
	background:#000 url(../img/interface/top/top_body.png) center top no-repeat;
	border-bottom:1px solid #333;
}
	#addressinfoarea_content {
		display:block;overflow:hidden;
		text-align:right;
		margin:0px auto;
		font-size:87.5%;font-weight:normal;color:#999;
	}
		#addressinfoarea div span{opacity:.8;}
	
		#addressinfoarea a:link, #addressinfoarea a:visited			{color:#999;text-decoration:none;}
		#addressinfoarea a:hover, #addressinfoarea a:visited:hover	{color:#82adbf;text-decoration:underline;}


/* ======================================================================================================= */
/*                                                  NAV                                                    */
/* ======================================================================================================= */

.homenav {
	display:block;overflow:hidden;
	text-indent:-9999px;
}
	.homenav a	{border-left:none !important;}

	.contactnav a{padding-right:0px !important;}


	
#access {
	display:block;overflow:hidden;
	width:100%;
	background:url(../img/navigation/nav_body.jpg) 0px 0px repeat-x;
	border-bottom:4px solid #fff;
}	
	#access_content {
		display:block;overflow:hidden;
		width:100%;
		margin:0px auto;
		font-family: 'IM Fell English SC', arial, serif;font-weight:normal;text-transform:uppercase;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	}
	#access_content ul {
		/*width:120%;*/
		width:100%;
	}
	
#access a.assistive-text:active,
#access a.assistive-text:focus {
	text-decoration: underline;
}




#access ul {
	list-style: none;
}
#access li {
	float: right;
	position: relative;
}
#access a {
	display:block;overflow:hidden;
	background:url(../img/navigation/pipe.png) left bottom no-repeat;
	/*padding:0px 1em;*/
}

	#access a:link, #access a:visited			{color:#fff;text-decoration:none;}
	#access a:hover, #access a:visited:hover	{color:#885e65;text-decoration:none;}



/* =================================== PERCENTAGE =================================== */	
	/*#access_content li 		{background-color: rgba(190, 0, 0, 0.4) !important;}*/
	#access_content li a 	{text-align:center !important;}
	
	
	

/* ############## 111221 #################### */
/*

	#access 			{height:30px;background:rgba(190, 0, 0, 0.4);}	
	#access_content 	{width:90%;}
	#access a 			{padding:0px 2% !important;text-align:center;font-size:150%;line-height:30px !important;}
	#access ul          {width:100%;margin:0px auto;}

.homenav 			
.martialartsnav 	{width:25%;}
.aboutnav 			{width:10%;}
.classnav 			{width:0%;}
.instructorsnav 	{width:17%;}
.newsnav 			{width:10%;}
.contactnav 		{width:17%;}

*/	
/* ############## 111221 #################### */


									/*	
									#access ul ul {
										-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
										-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
										box-shadow: 0 3px 3px rgba(0,0,0,0.2);
										display: none;
										float: left;
										margin: 0;
										position: absolute;
										top: 3.333em;
										left: 0;
										width: 188px;
										z-index: 99999;
									}
									#access ul ul ul {
										left: 100%;
										top: 0;
									}
									#access ul ul a {
										background: #f9f9f9;
										border-bottom: 1px dotted #ddd;
										color: #444;
										font-size: 13px;
										font-weight: normal;
										height: auto;
										line-height: 1.4em;
										padding: 10px 10px;
										width: 168px;
									}
									

									#access li:hover > a,
									#access ul ul :hover > a,
									#access a:focus {
										background: #efefef;
									}
									#access li:hover > a,
									#access a:focus {
										background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
										background: -o-linear-gradient(#f9f9f9, #e5e5e5);
										background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); 
										background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
										color: #373737;
									}
									#access ul li:hover > ul {
										display: block;
									}
									*/
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current-page-ancestor a,
.blogarea_yes .current_page_parent a
{background-color:#47131d !important;color:#b2aaab !important;}

/* Home */
#menu-item-83.current_page_item > a {background-color:transparent !important;}


/*
#menu-footermenu .current_page_item > a,
#menu-footermenu .current_page_ancestor > a,
#menu-footermenu .current-page-ancestor a,
#menu-footermenu .current_page_parent a
{background-color:transparent !important;color:#282828 !important;}
*/


/* ======================================================================================================= */
/*                                               WCMAA                                                    */
/* ======================================================================================================= */		
#wcmaa_wrapper {
	display:block;overflow:hidden;
	width:100%;
	margin:0px;
	/*background-color:#f2f2f2;*/
}



#wcmaa {
	display:block;overflow:hidden;
	margin:0px auto;padding:0px;
}		
		#wcmaa_wetscoast {
			display:block;overflow:hidden;
			float:left;
		}
		.home #wcmaa_wetscoast {position:absolute;z-index:4;}
		
		
			#wcmaa_wetscoast a{
				display:block;overflow:hidden;
			}
			
			#wcmaa_wetscoast img		{max-width:100%;-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;}
			#wcmaa_wetscoast img:hover 	{opacity: 0.4;}
			
			
		#wcmaa_getstarted {
			display:block;overflow:hidden;
			float:right;
		}
			#wcmaa_getstarted a			{-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;}
			#wcmaa_getstarted a:hover 	{opacity: 0.4;}
		

/* ======================================================================================================= */
/*                                               JUMBOTRON                                                 */
/* ======================================================================================================= */


#jumbotronarea_wrapper {
	display:block;overflow:hidden;
	width:100%;
	position:relative;
}
	#jumbotronarea {
		display:block;overflow:hidden;
		width:90%;
		margin:0px auto;
	}


/* ======================================================================================================= */
/*                                               homectaarea                                               */
/* ======================================================================================================= */
#homectaarea_wrapper{
	display:block;overflow:hidden;clear:both;
	width:100%;
	position:absolute;z-index:3;
}
#homectaarea{
	display:block;overflow:hidden;clear:both;
	margin:33% auto 0px auto;
	/*padding:0px 0px 10px 0px;*/padding:0px 0px 10px 1%;
}








	.homectaarea_cta {
		display:block;overflow:hidden;
		width:25%;
		float:left;
		background-color:#fff;
		border-top:8px #82adbf solid;
		padding:0px 3% 10px 3% !important;
		-moz-box-shadow:0px 0px 6px #414141;-ms-box-shadow:0px 0px 6px #414141;box-shadow:0px 0px 6px #414141;-webkit-box-shadow:0px 0px 6px #414141;
		
			-webkit-border-bottom-right-radius:6px;-webkit-border-bottom-left-radius:6px;
			-moz-border-radius-bottomright:6px;-moz-border-radius-bottomleft:6px;
			-o-border-bottom-left-radius:6px;-o-border-bottom-right-radius:6px;
			-ms-border-bottom-left-radius:6px;-ms-border-bottom-right-radius:6px;
			border-bottom-right-radius:6px;border-bottom-left-radius:6px;
	}
	
	.ua-ie-7 .homectaarea_cta {padding:0px 1% 10px 1% !important;}




	#homectaarea_kids 			{margin:0px 2% 0px 1%;}
	#homectaarea_women 			{margin:0px 2% 0px 0px;}


		
			.homectaarea_getstarted a{
				display:block;overflow:hidden;
				margin:0px auto;
				-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;
			}
			.homectaarea_getstarted a:hover 	{opacity: 0.4;}
				


.homectaarea_cta h2 {
	margin:4% auto 0 auto;padding:0px 0px 5% 0px;
	font-size:1.3em;line-height:1.2em;font-family:'IM Fell English SC', arial, serif;color:#666;font-weight:normal;text-align:center;
	background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;
}
.homectaarea_cta p {
	display:block;overflow:hidden;
	margin:6% auto 0 auto;padding:0px 0px 14% 0px;
	font-size:1em;line-height:1.2em;color:#82adbf;font-weight:normal;text-align:center;
	height:3.5em;
}


/* ======================================================================================================= */
/*                                            	   POST                                                    */
/* ======================================================================================================= */
article.post,
.search-results article
{
	display:block;overflow:hidden;
	margin:0px 0px 4em 0px;
}
	article.post img{
		border-bottom:4px solid #82adbf;
		max-width:100%;height:auto !important;
	}
	
	.search-results article img {display:none;}

	

	/* =================================== HEADER =================================== */
	article.post .entry-meta {
		display:block;overflow:hidden;
		width:97%;/*width:620px;*/
		padding:.5em 3% .5em 0px;
		/*background:#ccc;*/
		font-size:.8em;line-height:1.2em;color:#666;font-weight:normal;text-align:right;
	}
		article.post .entry-meta a:link, article.post .entry-meta a:visited			{color:#666;text-decoration:none;}
		article.post .entry-meta a:hover, article.post .entry-meta a:visited:hover	{color:#333;text-decoration:underline;}


	/* =================================== FOOTER =================================== */
	article.post footer.entry-meta,
	.search-results article footer 
	{
		display:block;overflow:hidden;
		width:97%;/*width:628px;*/
		padding:0px 3% .5em 0px;
		background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;
		font-size:.8em;line-height:1.2em;color:#666;font-weight:normal;text-align:left;
	}
		article.post footer.entry-meta a:link, article.post footer.entry-meta a:visited			{color:#333;text-decoration:none;}
		article.post footer.entry-meta a:hover, article.post footer.entry-meta a:visited:hover	{color:#333;text-decoration:underline;}





				
/* ======================================================================================================= */
/*                                               MAIN                                                  	   */
/* ======================================================================================================= */	
#main_wrapper {
	display:block;overflow:hidden;
	width:100%;

}
.home #main_wrapper{display:none;}

#main {
	display:block;overflow:hidden;
	width:90%;
	margin:0px auto;
}

	.two-column #primary {
		display:block;overflow:hidden;
		width:64.583333333333%;/*620px/960px*/
		padding:0px 2.083333333333% 0px 0px;
		float:left;
		background:url(../img/interface/elements/line-vertical.png) right top repeat-y;
	}
	.two-column #pagesubmenus {
		display:block;overflow:hidden;
		width:31.25%;/*300px/960px*/
		padding:0px 0px 0px 2.083333333333%;
		float:left;
		font-family:'IM Fell English SC', arial, serif;font-size:1.8em;line-height:1.2em;font-weight:bold;
	}
	
	.ua-ie-7 .two-column #pagesubmenus {float:right !important;clear:left !important;}
	
	
		#pagesubmenus a:link, #pagesubmenus a:visited			{color:#999;text-decoration:none;}
		#pagesubmenus a:hover, #pagesubmenus a:visited:hover	{color:#333;text-decoration:underline;}
		
		
		.two-column #pagesubmenus ul {list-style-type:none;list-style:none;}
		
		.two-column .sub-menu li {margin:0 0 .3em 0;}
	
	#pagesubmenus .sub-menu{
		display:block;overflow:hidden;
		margin:9% 0px 3.125% 0px;
	}
	
	#pagesubmenus .sub-menu a,
	#blog_secondary ul a{
		display:block;overflow:hidden;
		margin:0px 0px 2% 0px;padding:10px;/*padding:.5% 1.041666666667%;*/
		font-size:.7em !important;line-height:1em;font-weight:normal;
		-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
	}
	#pagesubmenus .sub-menu a:link, 
	#pagesubmenus .sub-menu a:visited			
	{color:#82adbf;text-decoration:none;}
	
	#pagesubmenus .sub-menu a:hover, 
	#pagesubmenus .sub-menu a:visited:hover		
	{color:#333;text-decoration:none;background-color:#e2e8ea;}
	
	
	#pagesubmenus .sub-menu .current-menu-item a{color:#82adbf;text-decoration:none;background-color:#e2e8ea;}
	
	
	

	
	
	
		
/* ======================================================================================================= */
/*                                              	 PAGE                                                  */
/* ======================================================================================================= */


/* =================================== PAGE HEADER AREA =================================== */
#pageheaderarea_wrapper {
	display:block;overflow:hidden;
}
#pageheaderarea {
	display:block;overflow:hidden;
	/*width:96%;*/
	background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;	
}	
	/* =================================== IMG AREA =================================== */
	#pageheaderarea .imagearea {
		display:block;overflow:hidden;
		width:100%;
		padding:0px;margin:0px;
	}
	
		#pageheaderarea .imagearea img{
			display:block;overflow:hidden;
			padding:0px;margin:0px;
			max-width:100%;
			width:auto;height:auto;
			/*
			-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;-ms-border-radius:10px;border-radius:10px;
			border:1px inset #fff;
			*/
		}
		
		#pageheaderarea #news_socialandsearcharea.socialandsearcharea{
			/*background:url(../img/interface/elements/line-horizontal.png) left top repeat-x;	*/
		}
		
		/* =================================== SOCIAL AND SEARCH AREA =================================== */
		#pageheaderarea .socialandsearcharea {
			display:block;overflow:hidden;
			width:100%;/*height:27px;*/
			padding:20px 0px 25px 0px;
		}
		
				.socialarea {
					display:block;overflow:hidden;
					width:62.5%;
					float:left;
				}	
					.socialarea_google {
						display:block;overflow:hidden;
						float:left;
						margin:0px 15px 0px 0px;
					}
					.socialarea_twitter {
						display:block;overflow:hidden;
						width:64px;
						/*width:56px;height:20px;*/
						float:left;
						margin:2px 15px 0px 0px;
					}
					/*
					.socialarea_twitter a		{
						display:block;overflow:hidden;
						width:56px;height:20px;
						background:url(../img/interface/elements/social/twitter.png) 0px 0px no-repeat;
						text-indent:-9999px;
					}
					.socialarea_twitter a:hover	{background-position:0px -21px;}
					*/
					.fb-like {
						float:left;
					}
					
				/* =================================== SEARCH FORM =================================== */	
				#pageheaderarea .searchformarea {
					display:block;overflow:hidden;
					width:31.25%;
					float:right;
				}
		
					#pageheaderarea #searchform {
						display:block;overflow:hidden;
						width:99% !important;height:30px;
					}
					
					#pageheaderarea .searchformarea form{
						display:block;overflow:hidden;
						float:right;
						-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
						background-color:#d7d7d7;
						border:1px inset #d2d2d2;
					}
						
						#pageheaderarea #searchform label{display:none;}
						
						#pageheaderarea #searchform .field{
							display:block;overflow:hidden;
							width:80% /* 240 / 300*/;height:30px !important;
							background-color:transparent !important;
							float:left;
							padding:0px 0px 0px 3.333333333333%/* 10 / 300*/;margin:0px 0px 0px 0px;
							border:none !important;
							font-weight:normal;color:#666;line-height:30px;
						}
						#pageheaderarea #searchform .field:focus{
							 -moz-box-shadow:none !important;
							  -webkit-box-shadow:none !important;
							  -o-box-shadow:none !important;
							  box-shadow:none !important;
						}
						
						
						
						#pageheaderarea #searchform .submit {
							display:block;overflow:hidden;
							width:16.666666666667%;height:30px;
							float:left;
							background:transparent url(../img/interface/elements/search.png) center center no-repeat !important;
							padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;
							border:none !important;
							text-indent:-9999px;
							cursor:pointer;
						}

		
		
		
/* ======================================================================================================= */
/*                                               SIDEBAR                                                    */
/* ======================================================================================================= */

#secondary {
	display:block;overflow:hidden;
	width:31.25%;
	padding: 0px 0px 0px 2.083333333333%;
	float:right;
}
	#secondary aside 	{}
	#secondary h3 		{font-family:'IM Fell English SC', arial, serif;font-size:2.5em;line-height:1.2em;font-weight:bold;text-transform:capitalize;}


		#secondary h3 a:link, #secondary h3 a:visited			{color:#999;text-decoration:none;}
		#secondary h3 a:hover, #secondary h3 a:visited:hover	{color:#333;text-decoration:underline;}
		
		
		
		
	
	#secondary ul {
		display:block;overflow:hidden;
		list-style-type:none;list-style:none;
		margin:9% 0px 3.125% 0px;
	}
	
	#secondary ul li{
		display:block;overflow:hidden;
		margin:0px 0px 2% 0px;padding:10px;
		font-family:'IM Fell English SC', arial, serif;font-size:1.3em ;line-height:1.2em;font-weight:bold;
		-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
	}
	#secondary ul a:link, #pagesubmenus #secondary ul a:visited			{color:#82adbf;text-decoration:none;}
	#secondary ul a:hover, #pagesubmenus #secondary ul a:visited:hover	{color:#333;text-decoration:none;background-color:#e2e8ea;}
	


#pagesubmenus #secondary {
	width:auto !important;
	padding:0 !important;
}

	
/* ======================================================================================================= */
/*                                               FOOTER                                                    */
/* ======================================================================================================= */
footer#colophon{
	display:block;overflow:hidden;
	width:100%;
}


	#footerwrapper {
		display:block;overflow:hidden;
		width:100%;
	}
	
	#footecontent {
		display:block;overflow:hidden;
		width:90%;height:120px;
		margin:0px auto;
	}




/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper {
		display:block;overflow:hidden;
		width:100%;
	}
		#footercta_container {
			display:block;overflow:hidden;
			width:100%;	
		}
		#footercta_content {
			display:block;overflow:hidden;
			width:100%;
		}
		#footercta {
			display:block;overflow:hidden;
			width:90%;
			margin:0px auto;
		}



/* =================================== FOOTER CONNECTION AREA IMG =================================== */
.footerconnectionarea_img  {
	display:block;overflow:hidden;
	margin:0px auto;padding:0px 0px 4% 0px;
	text-align:center;
	background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;	
}
	.footerconnectionarea_img img {
		display:block;overflow:hidden;
		margin:0px auto;
	}

/* ======================================================================================================= */
/*                                               FOOTER CONNECTION AREA                                    */
/* ======================================================================================================= */
.footerconnectionarea {
	display:block;overflow:hidden;clear:both;
	height:auto;
	margin:0px auto;padding:0px 0px 4px 0px;
	background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;	
}

	.footerconnectionarea_area {/* Columns */
		display:block;overflow:hidden;
		height:20em;
		/*width:29%;padding:0px 0px 0px 4%;float:left;*/
		margin:2em 0px;
	}
	.footerconnectionarea_area .headerarea{
		display:block;overflow:hidden;
		margin:0px 0px 1em 0px;
		font-family:'IM Fell English SC', arial, serif;font-size:1.1em;font-weight:bold;line-height:1.4em;color:#82adbf;text-transform:uppercase;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
	}

	/* =================================== Navigation =================================== */	
		.footerconnectionarea_nav ul{
			display:block;overflow:hidden;
			width:auto;height:auto;
		}
			.footerconnectionarea_nav ul li{
				display:block;overflow:hidden;
				width:auto;height:auto;
				margin:0px 0px 0.5em 0.8em;
				list-style:none;list-style-type:none;
			}
				.footerconnectionarea_nav ul li a {
					display:block;overflow:hidden;
					font-family:'IM Fell English SC', arial, serif;font-size:1.2em;font-weight:normal;line-height:1.4em;
					background-color:transparent !important;
				}
				.footerconnectionarea_nav ul li a:link, .footerconnectionarea_nav ul li a:visited			{color:#000;text-decoration:none;}
				.footerconnectionarea_nav ul li a:hover, .footerconnectionarea_nav ul li a:visited:hover	{color:#82adbf;text-decoration:none;}
				
				
				.footerconnectionarea_nav .current_page_parent a {background-color:transparent !important;color:#000 !important;}


	/* =================================== Connect =================================== */
	.footerconnectionarea_connact {
	
	}
		.footerconnectionarea_connact ul{
			display:block;overflow:hidden;
			width:auto;height:auto;
		}
			.footerconnectionarea_connact ul li{
				display:block;overflow:hidden;
				width:auto;height:auto;
				margin:0px 0px 0.8em 0.8em;
				list-style:none;list-style-type:none;
			}
				.footerconnectionarea_connact ul li a {
					display:block;overflow:hidden;
					font-family:'IM Fell English SC', arial, serif;font-size:1.2em;font-weight:normal;/*line-height:1.4em;*/
					/*background:url(../img/footer/social.png) no-repeat;*/
					/*height:40px;*/
					padding:0px 0px 0px 20%;
				}
				.footerconnectionarea_connact ul li a:link, .footerconnectionarea_connact ul li a:visited			{color:#000;text-decoration:none;}
				.footerconnectionarea_connact ul li a:hover, .footerconnectionarea_connact ul li a:visited:hover	{color:#82adbf;text-decoration:none;}
			

			#socialicon_facebook a			{background-position:0px 0px;}
			#socialicon_twitter a			{background-position:0px -400px;}
			#socialicon_youtube a			{background-position:0px -800px;}
			#socialicon_flickr a			{background-position:0px -1200px;}
			#socialicon_google a			{background-position:0px -1600px;}
			
			#socialicon_facebook a:hover	{background-position:0px -200px;}
			#socialicon_twitter a:hover		{background-position:0px -600px;}
			#socialicon_youtube a:hover		{background-position:0px -1000px;}
			#socialicon_flickr a:hover		{background-position:0px -1400px;}
			#socialicon_google a:hover		{background-position:0px -1800px;}
			
			
	
		
			
							
	/* =================================== Contact =================================== */
		.footerconnectionarea_contact ul{
			display:block;overflow:hidden;
			width:auto;height:auto;
			margin:0px 0px 0.5em 0em;
		}
			.footerconnectionarea_contact ul li{
				display:block;overflow:hidden;
				width:auto;height:auto;
				margin:0px 0px 0.5em 0.8em;
				list-style:none;list-style-type:none;
			}
				.footerconnectionarea_contact ul li a {
					display:block;overflow:hidden;
					font-family:'IM Fell English SC', arial, serif;font-size:1em;font-weight:normal;line-height:1.2em;
				}
				.footerconnectionarea_contact ul li a:link, .footerconnectionarea_contact ul li a:visited			{color:#000;text-decoration:none;}
				.footerconnectionarea_contact ul li a:hover, .footerconnectionarea_contact ul li a:visited:hover	{color:#82adbf;text-decoration:underline;}


		
		#footerconnectionarea_contact_us		{background-position:0px 0px;}
		#footerconnectionarea_contact_uk		{background-position:0px -600px;}	
		/*
		#footerconnectionarea_contact_us:hover	{background-position:0px -300px;}
		#footerconnectionarea_contact_uk:hover	{background-position:-311px -300px;}								
		*/						
		.footerconnectionarea_contact .phonearea	{font-size:1.1em;}					
						

	/* =================================== Join Now =================================== */
	.footerjoinnow {
		display:block;overflow:hidden;clear:both;
		width:100%;height:auto;
		margin:0px auto;padding:40px 0px 24% 0px;
	}
	
		.footerjoinnow .headerarea{
			display:block;overflow:hidden;
			margin:0px 0px 1em 0px;
			font-family:'IM Fell English SC', arial, serif;font-size:1em;font-weight:bold;line-height:1.4em;color:#82adbf;text-transform:uppercase;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
		}
		.footerjoinnow .copyarea	{
			display:block;overflow:hidden;
			font-size:1em;font-weight:normal;line-height:1.2em;color:#999;
		}
		
	
		.footerjoinnow .linkarea				{display:block;overflow:hidden;}
			.footerjoinnow .linkarea a			{display:block;overflow:hidden;-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;}
			.footerjoinnow .linkarea a:hover 	{opacity: 0.4;}







/* =================================== COPYRIGHTAREA =================================== */
#copyrightarea_wrapper {
	display:block;overflow:hidden;clear:both;
	width:100%;
}
	#copyrightarea {
		display:block;overflow:hidden;
		width:90%;
		margin:0px auto;padding:10px 0px 20px 0px;
		font-size:87.5%;font-weight:normal;line-height:1.2em;color:#333;
	}
	
	#copyrightarea_wrapper p 	{display:block;overflow:hidden;padding:0px 0px 20px 0px;}
	#copyrightarea_wrapper span {display:block;overflow:hidden;}
	
		#copyrightarea_wrapper a:link, #copyrightarea_wrapper a:visited			{color:#333;text-decoration:none;}
		#copyrightarea_wrapper a:hover, #copyrightarea_wrapper a:visited:hover	{color:#82adbf;text-decoration:underline;}







/* ======================================================================================================= */
/*                                               ENTRY CONTENT                                             */
/* ======================================================================================================= */
.entry-content {
	display:block;overflow:hidden;
}

.entry-content h1,
.singular .entry-title,
.post .entry-title,
.search-results .entry-title
{
	display:block;overflow:hidden;
	margin:0px 0px 3.125% 0px;
	font-size:2.4em;line-height:1.2em;font-family: 'IM Fell English SC', arial, serif;color:#40151c;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
}
	.entry-title a:link, 
	.entry-title a:visited			
	{color:#40151c;}
	
	.entry-title a:hover, 
	.entry-title a:visited:hover	
	{color:#333;text-decoration:underline;}
	

.entry-content h2 {
	display:block;overflow:hidden;
	margin:0px 0px .2em 0px;
	font-size:2em;line-height:1.2em;font-family: 'IM Fell English SC', arial, serif;color:#5a1824;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);
}
	.entry-content h2 span{
		display:block;overflow:hidden;
		margin:0px 0px .2em 0px;
		font-size:.5em;line-height:.9em;font-family:arial, serif;color:#999;text-transform:uppercase;text-shadow:none;
	}

.entry-content h3,
.page-title  {
	display:block;overflow:hidden;
	margin:0px 0px 3.125% 0px;
	font-size:1.3em;line-height:1.5em;color:#414141;
}


.entry-content h4 {
	display:block;overflow:hidden;
	margin:0px 0px 3.125% 0px;
	font-size:1.2em;line-height:1.5em;color:#333;
}


.entry-content h5 {
	display:block;overflow:hidden;
	margin:0px 0px 3.125% 0px;
	font-size:1.1em;line-height:1.5em;color:#666;
}


.entry-content h6 {
	display:block;overflow:hidden;
	margin:0px 0px 3.125% 0px;
	font-size:1em;line-height:1.5em;color:#666;
}


.entry-content p {
	display:block;overflow:hidden;clear:both;
	margin:0px 0px 3.125% 0px;
	font-size:1.1em;line-height:1.5em;color:#333;
}
	.entry-content p a:link, .entry-content p a:visited			{color:#82adbf;text-decoration:underline;}
	.entry-content p a:hover, .entry-content p a:visited:hover	{color:#333;text-decoration:underline;}





#page_wrapper.one-column .entry-meta {display:none;}


.entry-content hr {
	display:block;overflow:hidden;
	width:100%;height:3px;
	margin:3em 0px;/*margin:3.125% 0px;*/
	background:transparent url(../img/interface/elements/line-horizontal.png) 0px 0px repeat-x;
	border:none !important;
}

.entry-content ul {
	display:block;overflow:hidden;
	margin:0px 0px 3.125% 0px;padding:0px 0px 0px .2em;
	font-size:.9em;line-height:1.5em;color:#666;
	list-style:circle;list-style-type:circle;list-style-position:inside; 
}

	.entry-content ul a:link, .entry-content ul a:visited			{color:#82adbf;text-decoration:underline;}
	.entry-content ul a:hover, .entry-content ul a:visited:hover	{color:#333;text-decoration:underline;}


.entry-content ul ul 	{margin:1em 0px 3em 1em;color:#333;}
.entry-content ul ul ul	{margin:1em 0px 3em 2em;color:#333;}


.entry-content ul li, .entry-content ol li {margin:0 0 .6em 0;}

.entry-content ol {
	display:block;overflow:hidden;
	margin:0px 0px 3.125% 0px;padding:0px 0px 0px .2em;
	font-size:.9em;line-height:1.5em;color:#666;
	list-style:decimal;list-style-type:decimal;list-style-position:inside; 
}
	.entry-content ol a:link, .entry-content ol a:visited			{color:#82adbf;text-decoration:underline;}
	.entry-content ol a:hover, .entry-content ol a:visited:hover	{color:#333;text-decoration:underline;}

.entry-content ul ol 	{margin:1em 0px 3em 1em;color:#333;}
.entry-content ul ol ol	{margin:1em 0px 3em 2em;color:#333;}


.entry-content table{
	display:table;overflow:hidden;
	margin:0px 0px 6em 0px;
	font-size:1em;line-height:1.5em;color:#333;
}
	.entry-content table th{
		display:table;overflow:hidden;
		margin:0px 0px 3.125% 0px;
		font-size:1.1em;line-height:1.5em;color:#666;font-weight:bold;
	}
	.entry-content table th h2{font-size:1.2em;}









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

/*.entry-meta {display:none;}	120101 */

.blogarea_no .entry-meta	{display:none !important;}


.dateareameta .entry-meta,
.dateareameta .entry-meta a
{
	text-align:left !important;
}

	
.entry-meta {
	display:block;overflow:hidden;clear:both;
	width:100%;height:auto;
	margin:0px 0px 0px 0px;
	font-size:.8em;font-weight:normal;line-height:1em;color:#666;
}

.entry-meta a {
	font-weight: bold;
}
	
	input, textarea {
		font-size: 13px;
	}
	#site-title a {
		font-size: 24px;
	}
	#site-description {
		font-size: 12px;
	}

	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.singular .entry-title {
	
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1.625em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		position: static;
		display:block;overflow:hidden;
		margin:0px 0px 1em 0px;
	}
	
	
	
	
	.singular .hentry {
		/*padding: 1.625em 0 0;*/
	}
	.singular.page .hentry {
		/*padding: 1.625em 0 0;*/
	}
	/* Talking avatars take up too much room at this size */
	.commentlist > li.comment,
	.commentlist > li.pingback {
		margin-left: 0 !important;
	}
	.commentlist .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.commentlist .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	#content .gallery-columns-3 .gallery-item {
		width: 31%;
		padding-right: 2%;
	}
	#content .gallery-columns-3 .gallery-item img {
		width: 100%;
		height: auto;
	}


/* =Structure
----------------------------------------------- */


#page {
	
}
#branding hgroup {

}

#primary {

}
#content {
	
}
#secondary {

}

/* Singular */
.singular #primary {
	
}
.singular #content,
.left-sidebar.singular #content {
	/*margin: 0 7.6%;*/
	position: relative;
	width: auto;
}
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular #comments-title {
	margin: 0 auto;
	/*width: 68.9%;*/
	width:100%;
}

/* Attachments */
.singular .image-attachment .entry-content {
	margin: 0 auto;
	width: auto;
}
.singular .image-attachment .entry-description {
	margin: 0 auto;
	/*width: 68.9%;*/width:100%;
}

/* Showcase */
.page-template-showcase-php #primary,
.left-sidebar.page-template-showcase-php #primary {
	margin: 0;
}
.page-template-showcase-php #content,
.left-sidebar.page-template-showcase-php #content {
	margin: 0 7.6%;
	width: auto;
}
.page-template-showcase-php section.recent-posts {
	float: right;
	margin: 0 0 0 31%;
	width: 69%;
}
/*
.page-template-showcase-php #main .widget-area {
	float: left;
	margin: 0 -22.15% 0 0;
	width: 22.15%;
}
*/


/* error404 */
.error404 #primary {
	float: none;
	margin: 0;
}
.error404 #primary #content {
	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Right Content */
.left-sidebar #primary {
	
}
.left-sidebar #content {
	margin: 0 7.6% 0 34%;
	width: 58.4%;
}
.left-sidebar #secondary {

}

/* One column */
.one-column #page {
	/*max-width: 690px;*/
}
.one-column #content {
	/*margin: 0 7.6%;*/
	width: auto;
}
.one-column #nav-below {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.625em;
}
.one-column #secondary {

}
/* Simplify the showcase template */
.one-column .page-template-showcase-php section.recent-posts {
	float: none;
	margin: 0;
	width: 100%;
}
/*
.one-column .page-template-showcase-php #main .widget-area {
	float: none;
	margin: 0;
	width: auto;
}
*/
.one-column .page-template-showcase-php .other-recent-posts {
	border-bottom: 1px solid #ddd;
}
/* Simplify the showcase template when small feature */
.one-column section.featured-post .attachment-small-feature {
	border: none;
	display: block;
	height: auto;
	max-width: 60%;
	position: static;
}
.one-column article.feature-image.small {
	margin: 0 0 1.625em;
	padding: 0;
}
.one-column article.feature-image.small .entry-title {
	font-size: 20px;
	line-height: 1.3em;
}
.one-column article.feature-image.small .entry-summary {
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
}
.one-column article.feature-image.small .entry-summary a {
	left: -9%;
}
/* Remove the margin on singular articles */
.one-column.singular .entry-header,
.one-column.singular .entry-content,
.one-column.singular footer.entry-meta,
.one-column.singular #comments-title {
	/*width: 100%;*/
}
/* Simplify the pullquotes and pull styles */
.one-column.singular blockquote.pull {
	margin: 0 0 1.625em;
}
.one-column.singular .pull.alignleft {
	margin: 0 1.625em 0 0;
}
.one-column.singular .pull.alignright {
	margin: 0 0 0 1.625em;
}

.one-column.singular .entry-meta .edit-link a {
	position: absolute;
	left: 0;
	top: 40px;
}

.one-column.singular #author-info {
	margin: 2.2em -8.8% 0;
	padding: 20px 8.8%;
}
/* Make sure we have room for our comment avatars */
.one-column .commentlist > li.comment {
	margin-left: 102px;
	width: auto;
}
/* Make sure the logo and search form don't collide */
.one-column #branding #searchform {
	right: 40px;
	top: 4em;
}
/* Talking avatars take up too much room at this size */
.one-column .commentlist > li.comment {
	margin-left: 0;
}
.one-column .commentlist > li.comment .comment-meta,
.one-column .commentlist > li.comment .comment-content {
	margin-right: 85px;
}
.one-column .commentlist .avatar {
	background: transparent;
	display: block;
	padding: 0;
	top: 1.625em;
	left: auto;
	right: 1.625em;
}
.one-column .commentlist .children .avatar {
	background: none;
	padding: 0;
	position: absolute;
	top: 2.2em;
	left: 2.2em;
}
.one-column #respond {
	width: auto;
}


/* =Global
----------------------------------------------- */

input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*
	font-weight: 300;
	line-height: 1.625;
	*/
}
body {
}
#page {
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.25em;
}

/* Text elements */
p {
	/*margin-bottom: 1.25em;*/
}
ul, ol {
	
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */

/*
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;

}
input#searchsubmit {
	display: none;
}




.assistive-text {

	position: absolute !important;
	clip: rect(1px 1px 1px 1px);  IE6, IE7 
	clip: rect(1px, 1px, 1px, 1px);

}
*/

/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #bbb;
	position: relative;
	z-index: 2;
}
#site-title {
	margin-right: 270px;
	padding: 3.65625em 0 0;
}
#site-title a {
	color: #111;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #1982d1;
}
#site-description {
	color: #7a7a7a;
	font-size: 14px;
	margin: 0 270px 3.65625em 0;
}
#branding img {
	height: auto;
	margin-bottom: -7px;
	width: 100%;
}



/* Search Form */
/*
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}
*/

/* =Content
----------------------------------------------- */

#main {
	clear: both;

}
.page-title {
/*
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
	*/
}
.page-title a {
/*
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
	*/
}
.hentry,
.no-results {
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
/*
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px);  IE6, IE7 
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
*/


.entry-title,
.entry-header .entry-meta {
}
.entry-title {
	clear: both;


}
.entry-title,
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
}

.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	
}
.entry-content h3,
.comment-content h3 {

}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	letter-spacing: 0.1em;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.commentlist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	/*
	border: 1px solid #ddd;
	padding: 6px;
	*/
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	/*
	background: #eee;
	border-color: #bbb;
	*/
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background:#82adbf;
}

/* Author Info */
#author-info {
	font-size: 12px;
	overflow: hidden;
}
.singular #author-info {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 2.2em -35.6% 0 -35.4%;
	padding: 20px 35.4%;
}
.archive #author-info {
	border-bottom: 1px solid #ddd;
	margin: 0 0 2.2em;
	padding: 0 0 2.2em;
}
#author-avatar {
	float: left;
	margin-right: -78px;
}
#author-avatar img {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #bbb;
	-moz-box-shadow: 0 1px 2px #bbb;
	box-shadow: 0 1px 2px #bbb;
	padding: 3px;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	display:block;overflow:hidden;
	width:43px;height:36px;
	position:absolute;top:1.5em;right:0;
	background:#999 url(../../images/comment-bubble.png) no-repeat;
	font-size:13px;line-height:35px;font-weight:normal;color:#fff;text-align:center;text-decoration:none;
	padding: 0 0 0;	
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color:#82adbf;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	/*padding: 20px 0 0;*/
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}

/* Singular content styles for Posts and Pages */
.singular .hentry {
	border-bottom: none;
	/*padding: 4.875em 0 0;*/
	position: relative;
}
.singular.page .hentry {
	/*padding: 3.5em 0 0;*/
}
.singular .entry-title {

}
.singular .entry-title,
.singular .entry-header .entry-meta {

}
/*
.singular .entry-header .entry-meta {
	position: absolute;
	top: 0;
	left: 0;
}*/
blockquote.pull {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.6125em;
	margin: 0 0 1.625em;
	text-align: center;
}
.singular blockquote.pull {
	margin: 0 -22.25% 1.625em;
}
.pull.alignleft {
	margin: 0 1.625em 0 0;
	text-align: right;
	width: 33%;
}
.singular .pull.alignleft {
	margin: 0 1.625em 0 -22.25%;
}
.pull.alignright {
	margin: 0 0 0 1.625em;
	text-align: left;
	width: 33%;
}
.singular .pull.alignright {
	margin: 0 -22.25% 0 1.625em;
}
.singular blockquote.pull.alignleft,
.singular blockquote.pull.alignright {
	width: 33%;
}
.singular .entry-meta .edit-link a {
	bottom: auto;
	left: 50px;
	position: absolute;
	right: auto;
	top: 80px;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	/*padding: 1.625em 0 0;*/
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
/* 	padding: 1.625em 0 0; */
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1.625em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	/*padding: 1.625em 0 0;*/
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	/*padding-top: 0.5em;*/
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	
}
.error404 #main #s {
	width: 95%;
}
/*
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}

.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
*/

/* =Showcase
----------------------------------------------- */

h1.showcase-heading {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}

/* Intro */
article.intro {
	background: #f9f9f9;
	border-bottom: none;
	margin: -1.855em -8.9% 1.625em;
	/*padding: 0 8.9%;*/
}
article.intro .entry-title {
	display: none;
}
article.intro .entry-content {
	color: #111;
	font-size: 16px;
	/*padding: 1.625em 0 0.625em;*/
}
article.intro .edit-link a {
	background: #aaa;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 8px;
	position: absolute;
	top: 30px;
	right: 20px;
	text-decoration: none;
}
article.intro .edit-link a:hover,
article.intro .edit-link a:focus,
article.intro .edit-link a:active {
	background: #777;
}

/* Featured post */
section.featured-post {
	float: left;
	/*margin: -1.625em -8.9% 1.625em;*/
	/*padding: 1.625em 8.9% 0;*/
	position: relative;
	width: 100%;
}
section.featured-post .hentry {
	border: none;
	color: #666;
	margin: 0;
}
section.featured-post .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Small featured post */
section.featured-post .attachment-small-feature {
	float: right;
	height: auto;
	margin: 0 -8.9% 1.625em 0;
	max-width: 59%;
	position: relative;
	right: -15px;
}
section.featured-post.small {
	padding-top: 0;
}
section.featured-post .attachment-small-feature:hover,
section.featured-post .attachment-small-feature:focus,
section.featured-post .attachment-small-feature:active {
	opacity: .8;
}
article.feature-image.small {
	float: left;
	margin: 0 0 1.625em;
	width: 45%;
}
article.feature-image.small .entry-title {
	line-height: 1.2em;
}
article.feature-image.small .entry-summary {
	color: #555;
	font-size: 13px;
}
article.feature-image.small .entry-summary p a {
	background: #222;
	color: #eee;
	display: block;
	left: -23.8%;
	padding: 9px 26px 9px 85px;
	position: relative;
	text-decoration: none;
	top: 20px;
	width: 180px;
	z-index: 1;
}
article.feature-image.small .entry-summary p a:hover {
	background: #1982d1;
	color: #eee;
	color: rgba(255,255,255,0.8);
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 288px;
	padding: 0;
	width: 100%;
}
section.feature-image.large .showcase-heading {
	display: none;
}
section.feature-image.large .hentry {
	border-bottom: none;
	left: 9%;
	margin: 1.625em 9% 0 0;
	position: absolute;
	top: 0;
}
article.feature-image.large .entry-title a {
	background: #222;
	background: rgba(0,0,0,0.8);
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: 300;
	padding: .2em 20px;
}
section.feature-image.large:hover .entry-title a,
section.feature-image.large .entry-title:hover a {
	background: #eee;
	background: rgba(255,255,255,0.8);
	color: #222;
}
article.feature-image.large .entry-summary {
	display: none;
}
section.feature-image.large img {
	display: block;
	height: auto;
	max-width: 117.9%;
	padding: 0 0 6px;
}

/* Featured Slider */
.featured-posts {
	border-bottom: 1px solid #ddd;
	display: block;
	height: 328px;
	margin: 1.625em -8.9% 20px;
	max-width: 1000px;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.featured-posts .showcase-heading {
	/*padding-left: 8.9%;*/
}
.featured-posts section.featured-post {
	background: #fff;
	height: 288px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}
.featured-posts section.featured-post.large {
	max-width: 100%;
	overflow: hidden;
}
.featured-posts section.featured-post {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
.featured-posts section.featured-post {
	opacity: 0;
	visibility: hidden;
}
.featured-posts #featured-post-1 {
	opacity: 1;
	visibility: visible;
}
.featured-post .feature-text:after,
.featured-post .feature-image.small:after {
	content: ' ';
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	width: 100%;
	height: 45px;
	position: absolute;
	top: 230px;
}
.featured-post .feature-image.small:after {
	top: 253px;
}
#content .feature-slider {
	top: 5px;
	right: 8.9%;
	overflow: visible;
	position: absolute;
}
.feature-slider ul {
	list-style-type: none;
	margin: 0;
}
.feature-slider li {
	float: left;
	margin: 0 6px;
}
.feature-slider a {
	background: #3c3c3c;
	background: rgba(60,60,60,0.9);
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.5), inset 0 0 2px rgba(255,255,255,0.5);
	display: block;
	width: 14px;
	height: 14px;
}
.feature-slider a.active {
	background: #1982d1;
	-webkit-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	-moz-box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	box-shadow: inset 1px 1px 5px rgba(0,0,0,0.4), inset 0 0 2px rgba(255,255,255,0.8);
	cursor: default;
	opacity: 0.5;
}

/* Recent Posts */
section.recent-posts {
	/*padding: 0 0 1.625em;*/
}
section.recent-posts .hentry {
	border: none;
	margin: 0;
}
section.recent-posts .other-recent-posts {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
}
section.recent-posts .other-recent-posts li {
	padding: 0.3125em 0;
	position: relative;
}
section.recent-posts .other-recent-posts .entry-title {
	border-top: 1px solid #ddd;
	font-size: 17px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"] {
	color: #373737;
	float: left;
	max-width: 84%;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
	content: '-';
	color: transparent;
	font-size: 11px;
}
section.recent-posts .other-recent-posts a[rel="bookmark"]:hover {
}
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
	border-bottom: 2px solid #999;
	bottom: -2px;
	color: #444;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	padding: 0.3125em 0 0.3125em 1em;
	position: absolute;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	z-index: 1;
}
section.recent-posts .other-recent-posts .comments-link > span {
	border-color: #bbb;
	color: #888;
}
section.recent-posts .other-recent-posts .comments-link a:hover {
	color: #1982d1;
	border-color: #1982d1;
}
section.recent-posts .other-recent-posts li:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	visibility: hidden;
}


/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	/*padding: 0 0 1.625em;*/
}
#content nav a {
	font-size: 12px;
	font-weight: bold;
	line-height: 2.2em;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}


		.nav-previous {
			display:block;overflow:hidden;
			float:left;
			text-align:center;
			width:14%;
		}
		.nav-next {
			display:block;overflow:hidden;
			float:right;
			text-align:center;
			width:14%;
		}
		
		
		.nav-previous a,
		.nav-next a{
			display:block;overflow:hidden;
			-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
		}
			.nav-previous a:link, 
			.nav-previous a:visited,
			.nav-next a:link, 
			.nav-next a:visited				
			{color:#fff;text-decoration:none;background-color:#82adbf;}
			
			.nav-previous a:hover, 
			.nav-previous a:visited:hover,
			.nav-next a:hover, 
			.nav-next a:visited:hover	
			{color:#fff;text-decoration:none;background-color:#333;}


		
		
		
		
		
		
		#nav-single h3 {display:none;}
		
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
/*
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	width: 100%;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}
*/

/* =Widgets
----------------------------------------------- */
/*
.widget-area {
	font-size: 12px;
}
.widget {
	clear: both;
	margin: 0 0 2.2em;
}
.widget-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}


.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}




section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}




.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}



.widget_image img {
	height: auto;
	max-width: 100%;
}



.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
*/

/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	/*width: 68.9%;*/width:100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #ddd;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	/*width: 68.9%;*/width:100%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
}
#supplementary {
	border-top: 1px solid #ddd;
	padding: 1.625em 7.6%;
	overflow: hidden;
}

/* Two Footer Widget Areas */
/*
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}



#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}
*/

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 2.2em 0.5em;
	text-align: center;
}
#site-generator a {
	color: #555;
	font-weight: bold;
}
#site-generator .sep {
	background: url(images/wordpress.png) center left no-repeat;
	color: transparent;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0 7px;
	width: 16px;
}




/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {

	}
	#primary {
		
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
	
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}




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

.wpcf7-form {width:100% !important;}



.submenuclass{margin-top:60px !important;}


/* ======================================================================================================= */
/*                                              	 JOIN                                                  */
/* ======================================================================================================= */
.linkarea_join {
	display:block;overflow:hidden;
	width:100%;
}

	.linkarea_join a		{-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;margin:0px auto;}
	.linkarea_join a:hover 	{opacity: 0.4;}
		

/* ======================================================================================================= */
/*                                               ARTS FILTER                                               */
/* ======================================================================================================= */

#arts-filter {
	display:block;overflow:hidden;
	width:100%;
	margin:0px 0px 1em 0px;
}
	#arts-filter li {
		display:inline-block;
		zoom:1;
		*display:inline;
		overflow:hidden;
		/*float:left;*/
		 
	}
	#arts-filter li a{
		display:inline-block;
		zoom:1;
		*display:inline;
		overflow:hidden;
		margin:0px .5em .5em 0px;padding:.2em .5em;
		-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
	}
		#arts-filter li a:link, #arts-filter li a:visited			{color:#fff;text-decoration:none;background-color:#82adbf;}
		#arts-filter li a:hover, #arts-filter li a:visited:hover	{color:#fff;text-decoration:none;background-color:#333;}




/* ======================================================================================================= */
/*                                            LIST OF INSTRUCTORS                                          */
/* ======================================================================================================= */

#listofinstructors {
	display:block;overflow:hidden;
	/*background-color:rgba(190, 0, 0, 0.2);*/
	width:100%;
}

	#listofinstructors li{
		display:block;overflow:hidden;
		width:30.729166666667%;
		float:left;
		list-style-type:none;list-style:none;
		margin:0px 0em 4% 0px;padding:0px 0px 0px 0px;
		position:relative;
		text-align:center;
		/*background-color:rgba(0, 190, 0, 0.2);*/
	}
	
	#listofinstructors li.even {margin:0px 1.4em 4% 1.4em;}
	
	
	
	.ua-ie-7 #listofinstructors li,
	.ua-ie-8 #listofinstructors li
	{margin:0px 1.2em 4% 0px;}
	
	
	
	#listofinstructors li a:link, #listofinstructors li a:visited			{color:#fff;text-decoration:none;}
	#listofinstructors li a:hover, #listofinstructors li a:visited:hover	{color:#333;text-decoration:none;}
	
		#listofinstructors li img {margin:0px;padding:0px 0px 0px 0px;-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;}
		#listofinstructors li img:hover{opacity: 0.4;}
		
		
		#listofinstructors li span {
			display:block;overflow:hidden;
			width:100%;
			padding:.8em 0px 0px 0px;
			height:5em;/* 75px */
			background:url(../img/interface/elements/title.png) 0px 0px no-repeat;
			-moz-background-size:contain;-webkit-background-size:contain;-o-background-size:contain;-ms-background-size:contain;background-size:contain;
			position:absolute;bottom:0px;left:0px;
			font-family: 'IM Fell English SC', arial, serif;font-size:1em;line-height:1.2em;font-weight:bold;text-shadow:1px 1px 1px rgba(0, 0, 0, 0.4);text-align:center;
		}
		#listofinstructors li span em{font-style:normal;width:76%;margin:0 auto;display:block;overflow:hidden;}
			
		
		
		.no-backgroundsize #listofinstructors li span 		{background-image:none;}
		.no-backgroundsize #listofinstructors li span em	{
			background-color:#82adbf;
			display:block;overflow:hidden;
			width:100%;height:2em;line-height:2.1em;
			padding:2px 4px;
		}


/* ======================================================================================================= */
/*                                          INSTRUCTORS BIO                                                */
/* ======================================================================================================= */

.instructorsbio {
	display:block;overflow:hidden;
	margin:0px 0px 2em 0px;
	width:100%;
}
	.instructorsbio_image{
		display:block;overflow:hidden;
		width:40%;
		float:left;
		
	}
	.instructorsbio_list{
		display:block;overflow:hidden;
		width:55%;
		margin:2em 0px 0px 0px;
		float:right;
	}
		.instructorsbio_list ul{
			display:block;overflow:hidden;
			list-style:disc;list-style-type:disc;list-style-position:outside;
			padding:0px 0px 0px 1.5em;
		}
		.instructorsbio_list li{
			display:list-item;
			list-style-position: outside;
			margin:0px 0px 1em 0px;
			font-family: 'IM Fell English SC', arial, serif;font-size:1.1em;line-height:1.1em;font-weight:normal;color:#999;
		}




.instructorsbio_copy {
	display:block;overflow:hidden;clear:both;
	margin:2em 0px 0px 0px !important;
}



/* ======================================================================================================= */
/*                                               Martial ARTS                                              */
/* ======================================================================================================= */

.artsarea {
	display:block;overflow:hidden;clear:both;
	width:100%;
	margin:0em 0px 2em 0px;
}
	.artsarea_description {
		display:block;overflow:hidden;
		width:56%;
		margin:0px 4% 0px 0px;
		float:left;
	}
	

	
	.artsarea_schedule {
		display:block;overflow:hidden;
		width:40%;
		float:right;
	}
		.artsarea_schedule img{
			display:block;overflow:hidden;
			margin:0em auto 1em auto;
		}
		
		.artsarea_schedule h6, .artsarea_schedule ul{
			text-align:center;
		}
		
		
		/*
			.artsarea_schedule table td.first{
				color:#666;
			}
	
		.artsarea_schedule .linkarea_join{
		
		}
			.artsarea_schedule .linkarea_join a{
			
			}
		*/



/* ======================================================================================================= */
/*                                            	   MORE                                                    */
/* ======================================================================================================= */
.morebuttons {
	/*
	display:inline-block;
	zoom:1;
	*display:inline;
	overflow:hidden;
	*/
	display:block;overflow:hidden;
	-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
	border:1px solid #5b7783;
	float:right;clear:both;
	margin:0px 1em 2em 0px;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;
}
	.morebuttons:hover {opacity: 0.4;}

	.morebuttons a{
		/*
		display:inline-block;
		zoom:1;
		*display:inline;
		overflow:hidden;
		*/
		display:block;overflow:hidden;
		-webkit-border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;border-radius:5px;
		font-size:1em;font-weight:bold;line-height:1.4em;color:#fff;text-transform:uppercase;text-decoration:none;text-shadow: 1px 1px 1px #6a8b9a;
		padding:.4em 1em;
		border:1px solid #a3d6ec;
		background:#82adbf;
		
	}
	 

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

/* FLEX SLIDER --------------------------------------------------------*/

/*
 * jQuery FlexSlider v1.4
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;display:block;overflow:hidden;}
.flexslider .slides li {display: none;overflow:hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {border:none;position: relative;}
.flexslider .slides  li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flexslider-container {position: relative;}


/* Caption style */
.flex-caption {display:none;}
/*.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 15px; line-height: 18px;}*/


/* Direction Nav */
.flex-direction-nav {display:none !important;}
/*
	.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(../jquery/flexslider/theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}  set negative margin-top equal to half the height on the directional-nav for perfect vertical centering 
	.flex-direction-nav li a.next {background-position: -52px 0; right: -21px;}
	.flex-direction-nav li a.prev {background-position: 0 0; left: -21px;}
*/

/* Control Nav */
.flex-control-nav {display:none !important;}
/*
	.flex-control-nav {margin-left: -31px; position: absolute; bottom: -30px; left: 50%;}  set negative margin-left equal to half the width on the control-nav for perfect centering 
	.flex-control-nav li {margin: 0 0 0 5px; float: left;}
	.flex-control-nav li:first-child {margin: 0;}
	.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../jquery/flexslider/theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
	.flex-control-nav li a:hover {background-position: 0 -13px;}
	.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
*/	

/* FORMALIZE --------------------------------------------------------*/

fieldset div {margin:0 0 1em 0;}

.input_tiny {
  width:7.751937984496%;
}

.input_small {
  width:15.503875968992%;
}

.input_medium {
  width:23.255813953488%;
}

.input_large {
  width:31.007751937984%;
}

.input_xlarge {
  width:38.759689922481%;
}

.input_xxlarge {
  width:46.511627906977%;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}


::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  top: 0 \0;
  *top: -3px;
}

@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
  border:1px solid #82adbf !important;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  -moz-box-shadow: #82adbf 0 0 7px 0;
  -webkit-box-shadow: #82adbf 0 0 7px 0;
  -o-box-shadow: #82adbf 0 0 7px 0;
  box-shadow: #82adbf 0 0 7px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  background: #5b7783 url('../jquery/formalize/images/button.png') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b7783), color-stop(100%, #6a8b9a));
  background-image: -webkit-linear-gradient(#5b7783, #6a8b9a);
  background-image: -moz-linear-gradient(#5b7783, #6a8b9a);
  background-image: -o-linear-gradient(#5b7783, #6a8b9a);
  background-image: -ms-linear-gradient(#5b7783, #6a8b9a);
  background-image: linear-gradient(#5b7783, #6a8b9a);
  border: 1px solid;
  border-color: #a3d6ec #a3d6ec #a3d6ec;
  cursor: pointer;
  color: #fff;
  font:bold 1em/1.3em "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 6px 20px;
  /*text-shadow: white 0 1px 1px;*/
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
  margin:10px 0px 0px 0px;
  

}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6a8b9a), color-stop(1px, #eeeeee), color-stop(100%, #5b7783));
  background-image: -webkit-linear-gradient(#6a8b9a, #eeeeee 1px, #5b7783);
  background-image: -moz-linear-gradient(#6a8b9a, #eeeeee 1px, #5b7783);
  background-image: -o-linear-gradient(#6a8b9a, #eeeeee 1px, #5b7783);
  background-image: -ms-linear-gradient(#6a8b9a, #eeeeee 1px, #5b7783);
  background-image: linear-gradient(#6a8b9a, #eeeeee 1px, #5b7783);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -o-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  background-clip: padding-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url('../jquery/formalize/images/select_arrow.gif');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
}

.ie6_button,
* html button {
  background: #dddddd url('../images/button.png') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}


/* iPad, iPhone 4+, Fire --------------------------------------------------------*/



/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  		 iPad Landscape                                                */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {


	body{font-size:1.2em !important;}
	
	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{width:100%;background:url(../img/interface/top/top-shadow-left-50.png) left 70px no-repeat;}
	#themaincontentwrapper_right 	{width:100%;background:url(../img/interface/top/top-shadow-right-50.png) right 70px no-repeat;}
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:96%;}
	
	
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */	
	
	#addressinfoarea 			{height:30px;}
	#addressinfoarea_content	{width:96%;font-size:94% !important;}
	#addressinfoarea div 		{height:30px;line-height:30px;}
	.contact_area {display:none;}
	
	
	
	/* ======================================================================================================= */
	/*                                            	   NAV                                                     */
	/* ======================================================================================================= */	
	#access 				{height:50px;}	
	#access_content 		{width:96%;height:50px;line-height:50px;font-size:111% !important;}
	
	.martialartsnav a,
		.aboutnav a,
		.classnav a,
		.instructorsnav a,
		.newsnav a
		{padding:0px .8em !important;}
	
	#addressinfoarea .phone_area {display:inline;}
	
	/*.homenav {width:2em;}*/
	.homenav a{
		/*width:2.5em;*/
		background:url(../img/navigation/home.png) 7px center no-repeat !important;
	}
	
	#selectmenu {display:none;}
	
	/* =================================== PERCENTAGE =================================== */
	.homenav 			{width:5%;}
	.martialartsnav 	{width:22%;}
	.aboutnav 			{width:13.75%;}
	.classnav 			{width:13.75%;}
	.instructorsnav 	{width:21%;}
	.newsnav 			{width:10.75%;}
	.contactnav 		{width:13.75%;}	
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	
	#wcmaa_wrapper {padding:30px 0px 20px 0px;}
	
		#wcmaa{width:96%;}
		#wcmaa_wetscoast {width:56.5625%;}
	
		#wcmaa_getstarted a{
			display:block;overflow:hidden;
			width:234px;height:58px;
			background:url(../img/interface/elements/buttons/get-started/get-started.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea img {margin:0px auto 0px auto;}
	/*#jumbotronarea img {margin:-100px auto 0px auto;}*/
	
	/* ======================================================================================================= */
	/*                                          HOMECTAAREA                                                    */
	/* ======================================================================================================= */
	#homectaarea{
		width:100%;
		margin:28% auto 0px auto !important;
	}
	
	
	.homectaarea_getstarted a{
		width:234px;height:58px;
		background:url(../img/interface/elements/buttons/get-started/get-started.png) 0px 0px no-repeat;
	}
		#homectaarea_women 			{font-size:.98em !important;}
	
	
	/* =================================== FOOTER =================================== */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:url(../img/interface/footer/footercta/light.png) center bottom no-repeat;}
	#footercta_container 	{background:url(../img/interface/footer/footercta/mountains.png) -100% bottom repeat-x;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus-70.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:right;}
	
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:100%;margin:0px auto 40px auto;}
	#pageheaderarea #searchform .field{font-size:1em;}


/*/mediaquery*/
}




/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  		 iPad Portrait                                                 */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

		body{font-size:1.2em !important;}
		
		/* ======================================================================================================= */
		/*                                               MAIN                                                  	   */
		/* ======================================================================================================= */	
		#main {width:96%;}
		
		
		/* ======================================================================================================= */
		/*                                     THE MAIN CONTENT WRAPPER                       		               */
		/* ======================================================================================================= */
		#themaincontentwrapper_left 	{width:100%;background:url(../img/interface/top/top-shadow-left-50.png) left 70px no-repeat;}
		#themaincontentwrapper_right 	{width:100%;background:url(../img/interface/top/top-shadow-right-50.png) right 70px no-repeat;}
		
		
		/* ======================================================================================================= */
		/*                                               HEADER                                                    */
		/* ======================================================================================================= */	
		
	
		#addressinfoarea 			{height:30px;}
		#addressinfoarea_content	{width:96%;font-size:80% !important;}
		#addressinfoarea div 		{height:30px;line-height:25px;}
		.contact_area {display:none;}
	


		
		
		/* ======================================================================================================= */
		/*                                            	   NAV                                                     */
		/* ======================================================================================================= */	
		#access 				{height:50px;}	
		#access_content 		{width:96%;height:50px;line-height:50px;font-size:90% !important;}
		
		.martialartsnav a,
		.aboutnav a,
		.classnav a,
		.instructorsnav a,
		.newsnav a
		{padding:0px .8em !important;}
		
		#addressinfoarea .phone_area {display:inline;}
		
		/*.homenav {width:2em;}*/
		.homenav a{
			/*width:2.5em;*/
			background:url(../img/navigation/home_middle.png) 2px center no-repeat !important;
		}
		#selectmenu {display:none;}
		
		
		/* =================================== PERCENTAGE =================================== */
		.homenav 			{width:5%;}
		.martialartsnav 	{width:22%;}
		.aboutnav 			{width:13.75%;}
		.classnav 			{width:13.75%;}
		.instructorsnav 	{width:21%;}
		.newsnav 			{width:10.75%;}
		.contactnav 		{width:13.75%;}	
	
		
		
		/* ======================================================================================================= */
		/*                                               WCMAA                                                     */
		/* ======================================================================================================= */
		
		#wcmaa_wrapper {padding:30px 0px 20px 0px;}
			
			#wcmaa{width:96%;}
			#wcmaa_wetscoast {width:56.5625%;}
		
			#wcmaa_getstarted a{
				display:block;overflow:hidden;
				width:148px;height:36px;
				background:url(../img/interface/elements/buttons/get-started/get-started-150.png) 0px 0px no-repeat;
				text-indent:-9999px;
			}
		
		/* ======================================================================================================= */
		/*                                               JUMBOTRON                                                 */
		/* ======================================================================================================= */
		#jumbotronarea img {margin:0px auto 0px auto;}
		
		/* ======================================================================================================= */
		/*                                          HOMECTAAREA                                                    */
		/* ======================================================================================================= */
		#homectaarea	{width:100%;}
		
		.homectaarea_getstarted a{
			width:148px;height:36px;
			background:url(../img/interface/elements/buttons/get-started/get-started-150.png) 0px 0px no-repeat;
		}
		
			/*#homectaarea_kids 			{}*/
			#homectaarea_women 			{font-size:.98em !important;}
			/*#homectaarea_martialarts 	{}*/
			
			
		
		/* =================================== FOOTER =================================== */
		footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
		#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
		
		/* =================================== FOOTERCTA =================================== */
		#footercta_wrapper 		{background:url(../img/interface/footer/footercta/light.png) center bottom no-repeat;}
		#footercta_container 	{background:url(../img/interface/footer/footercta/mountains.png) -100% bottom repeat-x;}
		#footercta_content 		{background:url(../img/interface/footer/footercta/grass.png) 300% bottom repeat-x;}
		#footercta 				{background:url(../img/interface/footer/footercta/focus-70.png) right bottom no-repeat;}
		
		#copyrightarea_wrapper span {float:right;}
		
		
		/* ======================================================================================================= */
		/*                                               PAGE AREA                                                 */
		/* ======================================================================================================= */
		#pageheaderarea{width:96% !important;margin:0px auto 40px auto;}
		#pageheaderarea #searchform .field{font-size:1em !important;}
		
	
		.artsarea_schedule table {font-size:.7em !important;}

/*/mediaquery*/
}






/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                 				 iPhone4+                 		                           */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (-webkit-min-device-pixel-ratio:2) {


	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	
	/*
	.linkarea_join a {
		background:url(../img/interface/elements/buttons/join/join-now_hires.png) 0px 0px no-repeat !important;
		-webkit-background-size:124px 37px;-moz-background-size:124px 37px;-0-background-size:124px 37px;-ms-background-size:124px 37px;background-size:124px 37px;
	}
	*/
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */

	#wcmaa_getstarted a {
		background:url(../img/interface/elements/buttons/get-started/get-started_phone.png) 0px 0px no-repeat;
		-webkit-background-size:148px 36px;-moz-background-size:148px 36px;-0-background-size:148px 36px;-ms-background-size:148px 36px;background-size:148px 36px;
	}
	
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
	/*
	.footerjoinnow .linkarea a{
		background:url(../img/interface/elements/buttons/join/join-now_hires.png) 0px 0px no-repeat !important;
		-webkit-background-size:124px 37px;
		-moz-background-size:124px 37px;
		-0-background-size:124px 37px;
		-ms-background-size:124px 37px;background-size:124px 37px;
	}
	*/	
		

/*/mediaquery*/
}




/* MEDIA QUERIES --------------------------------------------------------*/@media only screen and (max-width:762px) {

  #listofinstructors li span {
    background-image:none !important;
    background-color: #8babb8;
    -webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;
  }
}



/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  			  318px                                                    */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:318px) {

	body{font-size:.7em;width:100% !important;}




	#main_wrapper {padding:0 0 1em 0;width:94% !important;margin:0px auto !important;text-align:center;}
	
	.entry-content p img {float:none !important;clear:both !important;display:block;overflow:hidden;}

	#arts-filter{display:none;}
	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{background:none !important;}
	#themaincontentwrapper_right 	{background:none !important;}
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {
		width:96%;
		background:url(../img/interface/elements/line-horizontal.png) left top repeat-x !important;
		padding:1em 0px 0px 0px;margin:0px auto !important;
	}
	.home #main {width:96%;background:none !important;padding:1em 0px 0px 0px;}
	
	
	
		.two-column #primary {
			display:block;overflow:hidden;
			width:100% !important;
			padding:0 !important;margin:0px auto !important;
			float:none !important;
			background:none !important;
			text-align:left;
		}
		.two-column #pagesubmenus {
			width:96% !important;
			float:none !important;
			background:url(../img/interface/elements/line-horizontal.png) left top repeat-x;
			padding:1em 0 0 0;margin:1em 0 0 0;
		}
		
		
		
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */
	#addressinfoarea 				{height:auto;background-image:none !important;}
	#addressinfoarea_content 		{
		width:100%;height:auto !important;
		line-height:1.4em;font-size:70% !important;text-align:center !important;
		padding:2px 0px 4px 0px !important;
	}
	#addressinfoarea .phone_area 	{display:none;}
	
	
	/* =================================== CONTACT_AREA =================================== */
	#addressinfoarea .contact_area {display:none !important;}	
	

	
	
	/* ======================================================================================================= */
	/*                                             	  NAV                                                      */
	/* ======================================================================================================= */
	
	#access 			{width:100%;height:auto;background-image:none;background-color:#40151c;padding:10px 0px 16px 0px !important;margin:0 auto !important;}	
	#access_content 	{width:90% !important;font-size:1.3em;line-height:1.8em !important;padding:0 !important;margin:0 auto !important;}
	
	#access_content ul	{width:100%;padding:0px !important;margin:0px auto !important;text-align:center;}
	
	#access li 			{width:100%;padding:0 !important;margin:0 auto !important;float:none !important;background-image:none !important;border-bottom:1px solid #000;}
	#access a 			{width:100%;padding:0 !important;margin:0 !important;background:none !important;}
	#access .homenav 	{display:none !important;}

	
		/* =================================== JUMP MENU =================================== */
		#selectmenu {display:block;overflow:hidden;}
		#selectmenu ul li   {display:none;}
		#selectmenu select 	{
			display:block !important;
			width:90%;
			margin:10px auto 10px auto;
		}
		

	 
	 
	
  	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:124px;height:37px;
		background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}
	
	/* ======================================================================================================= */
	/*                                               ARTS AREA                                                 */
	/* ======================================================================================================= */
	.artsarea {margin:0px 0px 4em 0px !important;}
	.artsarea_description {width:96%;float:none;}
	.artsarea_schedule  {width:96%;float:none;}
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:6px 0px 10px 0px !important;}
	
	
	#wcmaa{width:100%;}
	
	#wcmaa_wetscoast {
		width:100% !important;
		clear:both;
		margin:0px auto !important;
		text-align:center;
	}
	#wcmaa_wetscoast img{width:90%;margin:0px auto !important;}
	#wcmaa_getstarted{display:none !important;}
	
	
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea {display:none !important;}
	
	
	
	/* ======================================================================================================= */
	/*                                               homectaarea                                               */
	/* ======================================================================================================= */
	#homectaarea_wrapper{
		position:relative !important;z-index:0 !important;
		width:94%;
		padding:0 !important;
		margin:0 auto !important;
		text-align:center;
	}
	
		#homectaarea h2 {display:none;}
		#homectaarea p 	{display:none;}
	
	#homectaarea{
		padding:0px !important;
		text-align:center;
	}
		.homectaarea_cta {
			display:block;overflow:hidden;
			text-align:center;
			margin:0 auto !important;padding:0 !important;
			width:100% !important;
			float:none !important;
			border-top:none !important;
			background-color:transparent !important;
			padding:0px !important;
			-moz-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;
		}
	
	
	.homectaarea_getstarted a{
		display:block;overflow:hidden;
		border:2px solid #999 !important;
		width:90%;
		padding:10px 0px 10px 0px;
		-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
		-moz-box-shadow:0px 0px 3px #666;-ms-box-shadow:0px 0px 3px #666;box-shadow:0px 0px 3px #666;-webkit-box-shadow:0px 0px 3px #666;
		font-size:24px;line-height:1.2em;font-family:'IM Fell English SC', arial, serif;color:#fff;font-weight:bold;text-align:center;text-decoration:none;text-indent:inherit !important;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
					
					background-image: linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -o-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -moz-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -webkit-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -ms-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
										background-image: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0.19, rgb(155,204,225)),
						color-stop(0.7, rgb(132,174,191))
					);
						
	}
	
	.ua-ie-7 .homectaarea_getstarted a,
	.ua-ie-8 .homectaarea_getstarted a,
	.ua-ie-9 .homectaarea_getstarted a,
	.no-cssgradients .homectaarea_getstarted a,
	.ua-opera .homectaarea_getstarted a
	{background-color:#82adbf;}	
	
	
	
		#homectaarea_kids 			{margin:0px 0px 10px 0px !important;}
		#homectaarea_women 			{margin:0px 0px 10px 0px !important;}
	
	
			.homectaarea_getstarted {
				display:block;overflow:hidden;clear:both;
				padding:0px 0px 6px 0px !important;
				background:none !important;
			}

	

	

	
	
	/* ======================================================================================================= */
	/*                                               FOOTER                                                    */
	/* ======================================================================================================= */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;margin:0;padding:0;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;margin:0;padding:0;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:none;margin:0;padding:0;}
	#footercta_container 	{background:none;margin:0;padding:0;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass-50.png) 300% bottom repeat-x;margin:0;padding:0;}
	#footercta 				{
		background:url(../img/interface/footer/footercta/focus-50.png) right bottom no-repeat;
		margin:0 auto !important;padding:0 !important;
		text-align:center !important;
	}
	
	#copyrightarea_wrapper span {float:none;clear:both;margin:0;padding:0;}
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:100%;margin:0px auto 10px auto;}
	#pageheaderarea .imagearea 
	{display:none !important;}
	
	#pageheaderarea .socialandsearcharea {display:none !important;}
	
	




	/* ======================================================================================================= */
	/*                                            LIST OF INSTRUCTORS                                          */
	/* ======================================================================================================= */

		#listofinstructors li{
			width:76%;
			float:none;
			list-style-type:none;list-style:none;
			margin:0px auto 3em auto;padding:0px 0px 0px 0px;
		}
		

			
		#listofinstructors li.even {margin:0 auto 4% auto !important;}
		
		
		.instructorsbio_image{
			display:block;overflow:hidden;clear:both;
			width:100%;
		}
		.instructorsbio_image img{
			display:block;overflow:hidden;clear:both;
			margin:0px auto;
			width:60%;
		}
		.instructorsbio_list {
			display:block;overflow:hidden;clear:both;
			width:96%;
		}
		
	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:100% !important;margin:0 auto;padding:0;}
	.footerconnectionarea_img img 	{width:100%;padding:0 !important;margin:0 auto !important;}
	
	.footerconnectionarea			{width:100%;font-size:1.4em;text-align:center !important;margin:0 auto;padding:0;text-align:center;}
	.footerconnectionarea li		{margin:0 0 1.2em 0 !important;}
	
	.footerjoinnow 			{width:96%;margin:0;padding:0;}
	
	.footerconnectionarea_area {/* Columns */
		width:84%;height:auto !important;
		padding:0px !important;margin:10px auto 10px auto !important;text-align:center;
		float:none;	
	}
	.footerconnectionarea_connact ul li a 	{background:none;padding:0px;}
	.footerconnectionarea_contact ul		{background:none;margin:0 auto;padding:0;text-align:center;}
	
	.footerconnectionarea_connact,
	.footerconnectionarea_nav
	 {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;}
	 

	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow {font-size:1.4em;width:100%;padding:0px !important;margin:10px auto 10px auto !important;text-align:center;}
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:124px;height:37px;
			background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
			text-indent:-9999px;
			padding:0px !important;margin:10px auto 10px auto !important;
		}
		.footerjoinnow .copyarea {width:100%;padding:0px !important;margin:10px auto 10px auto !important;}
		
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper 			{width:100% !important;text-align:center;}
	#copyrightarea_wrapper p 		{width:100%;padding:0px !important;margin:10px auto 10px auto !important;text-align:center;}
	#copyrightarea_wrapper span 	{width:100%;padding:0px !important;margin:10px auto 10px auto !important;text-align:center;}
	




/*/mediaquery*/
}






















/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  	Smartphones (portrait)                                             */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:320px) and (min-width:319px) {

	body{font-size:1em;}

	#main_wrapper {padding:0 0 1em 0;}
	
	.entry-content p img {float:none !important;clear:both !important;display:block;overflow:hidden;}

#arts-filter{display:none;}


	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{background:none !important;}
	#themaincontentwrapper_right 	{background:none !important;}
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:96%;background:url(../img/interface/elements/line-horizontal.png) left top repeat-x !important;padding:1em 0px 0px 0px;}
	.home #main {width:96%;background:none !important;padding:1em 0px 0px 0px;}
	
	
	
		.two-column #primary {
			width:100% !important;
			float:none !important;
		}
		.two-column #pagesubmenus {
			width:96% !important;
			float:none !important;
			background:url(../img/interface/elements/line-horizontal.png) left top repeat-x;
			padding:1em 0 0 0;margin:1em 0 0 0;
		}
		
		
		
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */
	#addressinfoarea 				{height:auto;}
	#addressinfoarea_content 		{
		width:96%;height:auto !important;
		line-height:1.4em;font-size:70% !important;text-align:center !important;
		padding:2px 0px 4px 0px !important;
	}
	#addressinfoarea .phone_area 	{display:none;}
	
	
	/* =================================== CONTACT_AREA =================================== */
	#addressinfoarea .contact_area {display:inline;margin:0px 0px 0px 6px;}	
	
		#addressinfoarea .contact_area a{	
			display:inline !important;
			padding:0px 6px;
			font-size:80% !important;text-transform:uppercase;
			
			-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
			background-image: linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -o-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -moz-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -webkit-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -ms-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
						background-image: -webkit-gradient(
				linear,
				left bottom,
				left top,
				color-stop(0.27, rgb(92,92,92)),
				color-stop(0.74, rgb(143,143,143))
			);
					
	}
		#addressinfoarea .contact_area a:link, #addressinfoarea .contact_area a:visited			{color:#000;text-decoration:none;}
		#addressinfoarea .contact_area a:hover, #addressinfoarea .contact_area a:visited:hover	{color:#82adbf;text-decoration:none;}
		
	.ua-ie-7 #addressinfoarea .contact_area a,
	.ua-ie-8 #addressinfoarea .contact_area a,
	.ua-ie-9 #addressinfoarea .contact_area a
	{background-color:#666;}	
		
	
	/* ======================================================================================================= */
	/*                                             	  NAV                                                      */
	/* ======================================================================================================= */
	
	#access 			{height:30px;}	
	#access_content 	{width:96%;font-size:80%;line-height:30px !important;}
	#access a 			{padding:0px .6em 0px .7em !important;}
	
	.homenav 			{display:none !important;}
	.aboutnav a			{background:none !important;}
	.martialartsnav 	{display:none !important;}
	.contactnav			{display:none !important;}
	
		/* =================================== JUMP MENU =================================== */
		#selectmenu {display:block;overflow:hidden;}
		#selectmenu ul li   {display:none;}
		#selectmenu select 	{
			display:block !important;
			width:90%;
			margin:10px auto 10px auto;
		}
		
		/* =================================== PERCENTAGE =================================== */
		.aboutnav 			{width:21%;}
		.classnav 			{width:42%;/* width:24%; */}
		.instructorsnav 	{width:37%;}
		.newsnav 			{width:18%;}
	 
	 
	
  	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		/*
display:block;overflow:hidden;
		width:124px;height:37px;
		background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
		text-indent:-9999px;
*/
background-image:none !important;
display: block;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
text-align: center;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-shadow: 1px 1px 1px #6a8b9a;
padding: .4em 1em;
border: 1px solid #a3d6ec;
background-color: #82adbf !important;
	}
	
	/* ======================================================================================================= */
	/*                                               ARTS AREA                                                 */
	/* ======================================================================================================= */
	.artsarea {margin:0px 0px 4em 0px !important;}
	.artsarea_description {width:96%;float:none;}
	.artsarea_schedule  {width:96%;float:none;}
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:6px 0px 10px 0px !important;}
	
	
	#wcmaa{width:96%;}
	
	#wcmaa_wetscoast {
		width:100% !important;
		clear:both;
		margin:0px auto !important;
	}
	#wcmaa_wetscoast img{width:100%;}
	#wcmaa_getstarted{display:none !important;}
	
	
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea {display:none !important;}
	
	
	
	/* ======================================================================================================= */
	/*                                               homectaarea                                               */
	/* ======================================================================================================= */
	#homectaarea_wrapper{position:relative !important;z-index:0 !important;}
	
		#homectaarea h2 {display:none;}
		#homectaarea p 	{display:none;}
	
	#homectaarea{
		padding:0px !important;
	}
		.homectaarea_cta {
			display:block;overflow:hidden;
			width:100% !important;
			float:none !important;
			border-top:none !important;
			background-color:transparent !important;
			padding:0px !important;
			-moz-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;
		}
	
	
	.homectaarea_getstarted a{
		display:block;overflow:hidden;
		border:2px solid #999 !important;
		width:90%;height:40px;
		-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
		-moz-box-shadow:0px 0px 3px #666;-ms-box-shadow:0px 0px 3px #666;box-shadow:0px 0px 3px #666;-webkit-box-shadow:0px 0px 3px #666;
		font-size:24px;line-height:40px;font-family:'IM Fell English SC', arial, serif;color:#fff;font-weight:bold;text-align:center;text-decoration:none;text-indent:inherit !important;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
					
					background-image: linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -o-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -moz-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -webkit-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
					background-image: -ms-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
										background-image: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0.19, rgb(155,204,225)),
						color-stop(0.7, rgb(132,174,191))
					);
						
	}
	
	.ua-ie-7 .homectaarea_getstarted a,
	.ua-ie-8 .homectaarea_getstarted a,
	.ua-ie-9 .homectaarea_getstarted a,
	.no-cssgradients .homectaarea_getstarted a,
	.ua-opera .homectaarea_getstarted a
	{background-color:#82adbf;}	
	
	
	
		#homectaarea_kids 			{margin:0px 0px 10px 0px !important;}
		#homectaarea_women 			{margin:0px 0px 10px 0px !important;}
	
	
			.homectaarea_getstarted {
				padding:0px 0px 6px 0px !important;
				background:none !important;
			}

	

	

	
	
	/* ======================================================================================================= */
	/*                                               FOOTER                                                    */
	/* ======================================================================================================= */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:none;}
	#footercta_container 	{background:none;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass-50.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus-50.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:none;clear:both;}
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:100%;margin:0px auto 10px auto;}
	#pageheaderarea .imagearea 
	{display:none !important;}
	
	#pageheaderarea .socialandsearcharea {display:none !important;}
	
	




	/* ======================================================================================================= */
	/*                                            LIST OF INSTRUCTORS                                          */
	/* ======================================================================================================= */

		#listofinstructors li{
			width:76%;
			float:none;
			list-style-type:none;list-style:none;
			margin:0px auto 3em auto;padding:0px 0px 0px 0px;
		}
		

			
		#listofinstructors li.even {margin:0 auto 4% auto !important;}
		
		
		.instructorsbio_image{
			display:block;overflow:hidden;clear:both;
			width:100%;
		}
		.instructorsbio_image img{
			display:block;overflow:hidden;clear:both;
			margin:0px auto;
			width:60%;
		}
		.instructorsbio_list {
			display:block;overflow:hidden;clear:both;
			width:96%;
		}
		
	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}
	
	.footerconnectionarea			{width:96%;font-size:1.4em;text-align:center !important;}
	.footerconnectionarea li		{margin:0 0 1.2em 0 !important;}
	
	.footerjoinnow 			{width:96%;}
	
	.footerconnectionarea_area {/* Columns */
		width:100%;height:auto !important;
		padding:0px;
		float:none;	
	}
	.footerconnectionarea_connact ul li a 	{background:none;padding:0px;}
	.footerconnectionarea_contact ul		{background:none;padding:0px;}
	
	.footerconnectionarea_connact,
	.footerconnectionarea_nav
	 {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;}
	 
	 .footerconnectionarea_nav ul li{margin:0;}
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow {font-size:1.4em;}
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			/*
width:124px;height:37px;
			background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
			text-indent:-9999px;
*/
background-image:none !important;
display: block;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
text-align: center;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-shadow: 1px 1px 1px #6a8b9a;
padding: .4em 1em;
border: 1px solid #a3d6ec;
background-color: #82adbf !important;
		}
		.footerjoinnow .copyarea {width:100%;}
		
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{width:100%;}
	#copyrightarea_wrapper span {width:100%;}
	
	
				
/*/mediaquery*/
}























/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  	Smartphones (landscape)                                            */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:480px) and (min-width:321px){

	body{font-size:1em;}
	
	#main_wrapper {padding:0 0 1em 0;}
	
	.entry-content p img {float:none !important;clear:both !important;display:block;overflow:hidden;}

	#arts-filter{display:none;}

	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{background:none !important;}
	#themaincontentwrapper_right 	{background:none !important;}
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:96%;background:url(../img/interface/elements/line-horizontal.png) left top repeat-x !important;padding:1em 0px 0px 0px;}
	.home #main {width:96%;background:none !important;padding:1em 0px 0px 0px;}
	
	
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */
	
	#addressinfoarea 				{height:auto;}
	#addressinfoarea_content 		{
		width:96%;height:auto !important;
		line-height:1.4em;font-size:64% !important;text-align:center !important;
		padding:0px 0px 2px 0px !important;
	}
	#addressinfoarea .phone_area 	{display:none;}
	
	
	
	
	
	/* =================================== CONTACT_AREA =================================== */
	#addressinfoarea .contact_area {display:inline;margin:0px 0px 0px 6px;}	
	
		#addressinfoarea .contact_area a{	
			display:inline !important;
			padding:0px 10px;
			font-size:140% !important;text-transform:uppercase;
			-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
			
			
			background-image: linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -o-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -moz-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -webkit-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -ms-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
						background-image: -webkit-gradient(
				linear,
				left bottom,
				left top,
				color-stop(0.27, rgb(92,92,92)),
				color-stop(0.74, rgb(143,143,143))
			);
								
	}
		#addressinfoarea .contact_area a:link, #addressinfoarea .contact_area a:visited			{color:#000;text-decoration:none;}
		#addressinfoarea .contact_area a:hover, #addressinfoarea .contact_area a:visited:hover	{color:#82adbf;text-decoration:none;}
	
	.ua-ie-7 #addressinfoarea .contact_area a,
	.ua-ie-8 #addressinfoarea .contact_area a,
	.ua-ie-9 #addressinfoarea .contact_area a
	{background-color:#666;}	
	
	
	/* ======================================================================================================= */
	/*                                             	  NAV                                                      */
	/* ======================================================================================================= */
	#access 			{height:30px;}	
	#access_content 	{width:96%;font-size:84%;/*font-size:96%;*/line-height:30px !important;}
	#access a 			{padding:0px .8em 0px .9em !important;}
	
	.homenav 			{display:none !important;}
	.aboutnav a			{background:none !important;}
	.martialartsnav 	{display:none !important;}
	.contactnav			{display:none !important;}


	/* =================================== PERCENTAGE =================================== */
	
	/* IE 7 SUCKS */
	.ua-ie-7 #access a 			{padding:0px .1em 0px .2em !important;}
	
	.ua-ie-7 .aboutnav 			{width:21%;}
	.ua-ie-7 .classnav 			{width:38%;/* width:22%; */}
	.ua-ie-7 .instructorsnav 	{width:37%;}
	.ua-ie-7 .newsnav 			{width:16%;}
	
	
	
	.aboutnav 			{width:21%;}
	.classnav 			{width:40%; /* width:22%; */}
	.instructorsnav 	{width:35%;}
	.newsnav 			{width:18%;}
	
		
		/* =================================== JUMP MENU =================================== */
		#selectmenu {display:block;overflow:hidden;}
		#selectmenu ul li   {display:none;}
		#selectmenu select 	{
			display:block !important;
			width:90%;
			margin:0px auto;
		}
	 
		
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		/*
display:block;overflow:hidden;
		width:124px;height:37px;
		background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
		text-indent:-9999px;
*/
background-image:none !important;
display: block;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
text-align: center;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-shadow: 1px 1px 1px #6a8b9a;
padding: .4em 1em;
border: 1px solid #a3d6ec;
background-color: #82adbf !important;
	}
	
	/* ======================================================================================================= */
	/*                                               ARTS AREA                                                 */
	/* ======================================================================================================= */
	.artsarea {margin:0px 0px 4em 0px !important;}
	.artsarea_description {width:96%;float:none;}
	.artsarea_schedule  {width:96%;float:none;}
		
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:10px 0px;}
	
	#wcmaa{width:96%;}
	
	#wcmaa_wetscoast {
		width:100% !important;
		clear:both;
		margin:0px auto !important;
	}
	#wcmaa_wetscoast img{width:100%;}
	#wcmaa_getstarted{display:none !important;}
	
	
		
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea {display:none !important;}
	
	
	/* ======================================================================================================= */
	/*                                               homectaarea                                               */
	/* ======================================================================================================= */
	#homectaarea_wrapper{position:relative !important;z-index:0 !important;}
	
	#homectaarea h2 {display:none;}
	#homectaarea p 	{display:none;}
	
	
	#homectaarea{
		padding:0px !important;
	}
		.homectaarea_cta {
			display:block;overflow:hidden;
			width:100% !important;
			float:none !important;
			border-top:none !important;
			background-color:transparent !important;
			padding:0px !important;margin:0px !important;
			-moz-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;
		}
	
	

	.homectaarea_getstarted a{
		display:block;overflow:hidden;
		border:2px solid #999 !important;
		width:90%;height:40px;
		-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
		-moz-box-shadow:0px 0px 3px #666;-ms-box-shadow:0px 0px 3px #666;box-shadow:0px 0px 3px #666;-webkit-box-shadow:0px 0px 3px #666;
		font-size:24px;line-height:40px;font-family:'IM Fell English SC', arial, serif;color:#fff;font-weight:bold;text-align:center;text-decoration:none;text-indent:inherit !important;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
					
		background-image: linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -ms-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -o-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -moz-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -webkit-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		
				background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.19, rgb(155,204,225)),
			color-stop(0.7, rgb(132,174,191))
		);
						
	}
	

	
	
	.ua-ie-7 .homectaarea_getstarted a,
	.ua-ie-8 .homectaarea_getstarted a,
	.ua-ie-9 .homectaarea_getstarted a,
	.no-cssgradients .homectaarea_getstarted a,
	.ua-opera .homectaarea_getstarted a
	{background-color:#82adbf;}
	

	
		#homectaarea_kids 			{margin:0px 0px 10px 0px !important;}
		#homectaarea_women 			{margin:0px 0px 10px 0px !important;}
	
	
			.homectaarea_getstarted {
				padding:0px 0px 6px 0px !important;
				background:none !important;
			}
				
	
	
	

	
	
	/* ======================================================================================================= */
	/*                                               FOOTER                                                    */
	/* ======================================================================================================= */
	footer#colophon	{background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:none;}
	#footercta_container 	{background:none;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass-50.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus-50.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:none;clear:both;}
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:100%;margin:0px auto 10px auto;}
	#pageheaderarea .imagearea 
	{display:none !important;}
	
	#pageheaderarea .socialandsearcharea {display:none !important;}
	
	
	/* ======================================================================================================= */
	/*                                            LIST OF INSTRUCTORS                                          */
	/* ======================================================================================================= */

		#listofinstructors li{
			width:50%;
			float:none;
			list-style-type:none;list-style:none;
			margin:0px auto 3em auto;padding:0px 0px 0px 0px;
		}
		

			
			#listofinstructors li.even {margin:0 auto 4% auto !important;}
			
			
	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}
	
	.footerconnectionarea			{width:96%;font-size:1.6em;text-align:center !important;}
	.footerconnectionarea li		{margin:0 0 1.4em 0 !important;}
	
	.footerjoinnow 			{width:96%;}
	
	.footerconnectionarea_area {/* Columns */
		width:100%;height:auto !important;
		padding:0px;
		float:none;	
	}
	.footerconnectionarea_connact ul li a 	{background:none;padding:0px;}
	.footerconnectionarea_contact ul		{background:none;padding:0px;}
	
	
	.footerconnectionarea_connact,
	.footerconnectionarea_nav
	 {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;}
	 
	 .footerconnectionarea_nav ul li{margin:0;}
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow {font-size:1.4em;}
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			/*
width:124px;height:37px;
			background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
			text-indent:-9999px;
*/
background-image:none !important;
display: block;
overflow: hidden;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
font-size: 1em;
font-weight: bold;
line-height: 1.4em;
text-align: center;
color: #fff;
text-transform: uppercase;
text-decoration: none;
text-shadow: 1px 1px 1px #6a8b9a;
padding: .4em 1em;
border: 1px solid #a3d6ec;
background-color: #82adbf !important;
		}
		.footerjoinnow .copyarea {width:100%;}
		
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{width:100%;}
	#copyrightarea_wrapper span {width:100%;}
	
	
				
/*/mediaquery*/
}















/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  			  598px                                                    */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:598px) and (min-width:481px){

	body{font-size:1em;}
	
	#main_wrapper {padding:0 0 2em 0;}
	
	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{background:none !important;}
	#themaincontentwrapper_right 	{background:none !important;}
	
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:96%;/*background:url(../img/interface/elements/line-horizontal.png) left top repeat-x !important;*/padding:1em 0px 0px 0px;}
	.home #main {width:96%;background:none !important;padding:1em 0px 0px 0px;}
	
	
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */
	
	
	#addressinfoarea 			{height:30px;}
	#addressinfoarea_content	{width:96%;height:20px;padding:0px 0px 0px 0px !important;line-height:1.4em;font-size:110% !important;}
	#addressinfoarea div 		{height:30px;line-height:30px;}
	.contact_area {display:none;}
	
	addressinfoarea .phone_area 	{display:none;}
	
	
	/* =================================== CONTACT_AREA =================================== */
	#addressinfoarea .contact_area {display:inline;margin:0px 0px 0px 6px;}	
	
		#addressinfoarea .contact_area a{	
			display:inline !important;
			padding:0px 10px;
			font-size:104% !important;text-transform:uppercase;
			-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;border-radius:3px;
			
			
			background-image: linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -o-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -moz-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -webkit-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
			background-image: -ms-linear-gradient(bottom, rgb(92,92,92) 27%, rgb(143,143,143) 74%);
						background-image: -webkit-gradient(
				linear,
				left bottom,
				left top,
				color-stop(0.27, rgb(92,92,92)),
				color-stop(0.74, rgb(143,143,143))
			);
								
	}
		#addressinfoarea .contact_area a:link, #addressinfoarea .contact_area a:visited			{color:#000;text-decoration:none;}
		#addressinfoarea .contact_area a:hover, #addressinfoarea .contact_area a:visited:hover	{color:#82adbf;text-decoration:none;}
	
	.ua-ie-7 #addressinfoarea .contact_area a,
	.ua-ie-8 #addressinfoarea .contact_area a,
	.ua-ie-9 #addressinfoarea .contact_area a
	{background-color:#666;}
	
	/* ======================================================================================================= */
	/*                                               NAV                                             	       */
	/* ======================================================================================================= */
	#access 				{height:50px;}	
	#access_content 		{width:96%;height:50px;line-height:50px;font-size:114%;}
	#access a 				{padding:0px .8em;}
	
	
	
	
	.homenav 			{display:none !important;}
	.aboutnav a			{background:none !important;}
	.martialartsnav 	{display:none !important;}
	.contactnav			{display:none !important;}
	
		
	/* =================================== PERCENTAGE =================================== */
	.aboutnav 			{width:19%;}
	.classnav 			{width:42%;/* width:24%; */}
	.instructorsnav 	{width:35%;}
	.newsnav 			{width:18%;}
	
	
	/* =================================== JUMP MENU =================================== */
	#selectmenu {display:block;overflow:hidden;}
	#selectmenu ul li   {display:none;}
	#selectmenu select 	{
		display:block !important;
		width:90%;
		margin:0px auto;
	}
	 
	
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:122px;height:35px;
		background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:10px 0px;}
	
	#wcmaa{width:96%;}
	
	#wcmaa_wetscoast {
		width:100% !important;
		clear:both;
		margin:0px auto !important;
	}
	#wcmaa_wetscoast img{width:100%;}
	#wcmaa_getstarted{display:none !important;}
	
	
			
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea {display:none !important;}
	
	/* ======================================================================================================= */
	/*                                               homectaarea                                               */
	/* ======================================================================================================= */
	#homectaarea_wrapper{position:relative !important;z-index:0 !important;}
	
		#homectaarea h2 {display:none;}
		#homectaarea p 	{display:none;}
	
	#homectaarea{
		padding:0px !important;
	}
		.homectaarea_cta {
			display:block;overflow:hidden;
			width:100% !important;
			float:none !important;
			border-top:none !important;
			background-color:transparent !important;
			padding:0px !important;
			-moz-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;
		}
	
	.homectaarea_getstarted a{
		display:block;overflow:hidden;
		border:2px solid #999 !important;
		width:90%;height:40px;
		-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
		-moz-box-shadow:0px 0px 3px #666;-ms-box-shadow:0px 0px 3px #666;box-shadow:0px 0px 3px #666;-webkit-box-shadow:0px 0px 3px #666;
		font-size:24px;line-height:40px;font-family:'IM Fell English SC', arial, serif;color:#fff;font-weight:bold;text-align:center;text-decoration:none;text-indent:inherit !important;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
		background-image: linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -o-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -moz-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -webkit-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -ms-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		
				background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.19, rgb(155,204,225)),
			color-stop(0.7, rgb(132,174,191))
		) ;
			
	}
	
	.ua-ie-7 .homectaarea_getstarted a,
	.ua-ie-8 .homectaarea_getstarted a,
	.ua-ie-9 .homectaarea_getstarted a,
	.no-cssgradients .homectaarea_getstarted a,
	.ua-opera .homectaarea_getstarted a
	{background-color:#82adbf;}
	
		#homectaarea_kids 			{margin:0px 0px 10px 0px !important;}
		#homectaarea_women 			{margin:0px 0px 10px 0px !important;}
	
	
			.homectaarea_getstarted {
				padding:0px 0px 6px 0px !important;
				background:none !important;
			}
				
	

	
	
	
	
	
	/* ======================================================================================================= */
	/*                                               FOOTER                                                    */
	/* ======================================================================================================= */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:none;}
	#footercta_container 	{background:none;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass-50.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus-50.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:none;clear:both;}
	
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:96%;margin:0px auto 15px auto;}
	#pageheaderarea .imagearea 
	{display:none !important;}
	
	#pageheaderarea .socialarea		{width:100% !important;}
	#pageheaderarea .searchformarea {display:none !important;}


	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}
	
	.footerconnectionarea			{width:96%;font-size:1.4em;text-align:center !important;}
	.footerconnectionarea li		{margin:0 0 1.2em 0 !important;}
	
	.footerjoinnow 			{width:96%;}
	
	.footerconnectionarea_area {/* Columns */
		width:100%;height:auto !important;
		padding:0px;
		float:none;	
	}
	.footerconnectionarea_connact ul li a 	{background:none;padding:0px;}
	.footerconnectionarea_contact ul		{background:none;padding:0px;}
	
	.footerconnectionarea_connact,
	.footerconnectionarea_nav
	 {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;}

	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow {font-size:1.4em;}
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:124px;height:37px;
			background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		.footerjoinnow .copyarea {width:100%;}
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{width:100%;}
	#copyrightarea_wrapper span {width:100%;}
	
	
		
/*/mediaquery*/
}


















/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  			  600px  Kinda Fire                                        */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:600px) and (min-width:599px){

	body{font-size:1em;}
	
	#main_wrapper {padding:0 0 4em 0;}
	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{background:none !important;}
	#themaincontentwrapper_right 	{background:none !important;}
	
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main 		{width:96%;/*background:url(../img/interface/elements/line-horizontal.png) left top repeat-x !important;*/padding:1em 0px 0px 0px;}
	.home #main {width:96%;background:none !important;padding:1em 0px 0px 0px;}
	
		.two-column #primary {
			width:100% !important;
			float:none !important;
		}
		.two-column #pagesubmenus {
			width:100% !important;
			float:none !important;
			padding:1em 0px 0px 0px;margin:2em 0px 0px 0px;
			background:url(../img/interface/elements/line-horizontal.png) left top repeat-x !important;
		}
	
	

	
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */
	
	
	#addressinfoarea 			{height:30px;}
	#addressinfoarea_content	{width:96%;height:20px;line-height:1.4em;font-size:90% !important;text-align:center;}
	#addressinfoarea div 		{height:30px;line-height:30px;}
	.contact_area {display:none;}
	
	/* ======================================================================================================= */
	/*                                               NAV                                             	       */
	/* ======================================================================================================= */
	#access 				{height:50px;}	
	#access_content 		{width:96%;height:50px;line-height:50px;font-size:108%;}
	#access a 				{padding:0px 1em;}
	
	#addressinfoarea .phone_area {display:inline;}
	
	
	
	.homenav 			{display:none !important;}
	.aboutnav a			{background:none !important;}
	.martialartsnav 	{display:none !important;}
	
	
	/* =================================== PERCENTAGE =================================== */
	.aboutnav 			{width:17%;/* width:17%; */}
	.classnav 			{width:34%;/* width:18%; */}
	.instructorsnav 	{width:28%;}
	.newsnav 			{width:17%;}
	.contactnav 		{width:20%;}		
	
	
		/* =================================== JUMP MENU =================================== */
		#selectmenu {display:block;overflow:hidden;}
		#selectmenu ul li   {display:none;}
		#selectmenu select 	{
			display:block !important;
			width:90%;
			margin:0px auto;
			font-size:100%;
		}
	 
	
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:122px;height:35px;
		background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:10px 0px;}
	
	#wcmaa{width:96%;}
	
	#wcmaa_wetscoast {
		width:100% !important;
		clear:both;
		margin:0px auto !important;
	}
	#wcmaa_wetscoast img{width:100%;}
	#wcmaa_getstarted{display:none !important;}
	
	
			
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea {display:none !important;}
	
	/* ======================================================================================================= */
	/*                                               homectaarea                                               */
	/* ======================================================================================================= */
	#homectaarea_wrapper{position:relative !important;z-index:0 !important;}
	
		#homectaarea h2 {display:none;}
		#homectaarea p 	{display:none;}
	
	#homectaarea{
		padding:0px !important;
	}
		.homectaarea_cta {
			display:block;overflow:hidden;
			width:100% !important;
			float:none !important;
			border-top:none !important;
			background-color:transparent !important;
			padding:0px !important;
			-moz-box-shadow:none !important;-ms-box-shadow:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;
		}
	
	.homectaarea_getstarted a{
		display:block;overflow:hidden;
		border:2px solid #999 !important;
		width:90%;height:40px;
		-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;-ms-border-radius:6px;border-radius:6px;
		-moz-box-shadow:0px 0px 3px #666;-ms-box-shadow:0px 0px 3px #666;box-shadow:0px 0px 3px #666;-webkit-box-shadow:0px 0px 3px #666;
		font-size:24px;line-height:40px;font-family:'IM Fell English SC', arial, serif;color:#fff;font-weight:bold;text-align:center;text-decoration:none;text-indent:inherit !important;text-shadow:1px 1px 2px rgba(0, 0, 0, 0.4);
		background-image: linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -o-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -moz-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -webkit-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		background-image: -ms-linear-gradient(bottom, rgb(155,204,225) 19%, rgb(132,174,191) 70%) !important;
		
				background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0.19, rgb(155,204,225)),
			color-stop(0.7, rgb(132,174,191))
		) ;
			
	}
	
	.ua-ie-7 .homectaarea_getstarted a,
	.ua-ie-8 .homectaarea_getstarted a,
	.ua-ie-9 .homectaarea_getstarted a,
	.no-cssgradients .homectaarea_getstarted a,
	.ua-opera .homectaarea_getstarted a
	{background-color:#82adbf;}
	
		#homectaarea_kids 			{margin:0px 0px 10px 0px !important;}
		#homectaarea_women 			{margin:0px 0px 10px 0px !important;}
	
	
			.homectaarea_getstarted {
				padding:0px 0px 6px 0px !important;
				background:none !important;
			}
				
	

	
	
	
	
	
	/* ======================================================================================================= */
	/*                                               FOOTER                                                    */
	/* ======================================================================================================= */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:none;}
	#footercta_container 	{background:none;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass-50.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus-50.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:none;clear:both;}
	
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:96%;margin:0px auto 15px auto;}
	#pageheaderarea .imagearea 
	{display:none !important;}

	#pageheaderarea .socialarea		{width:100% !important;}
	#pageheaderarea .searchformarea {display:none !important;}
	
	

			
	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}	
	
	.footerconnectionarea	{width:96%;}
	.footerjoinnow 			{width:96%;}
	
	.footerconnectionarea_area {/* Columns */
		width:29%;padding:0px 0px 0px 4%;
		float:left;	
	}
	.footerconnectionarea_connact ul li a 	{background:url(../img/footer/social_small.png) no-repeat;height:25px;line-height:25px;}
	.footerconnectionarea_contact ul		{background:none;padding:0px 0px 1em 0%;}
	
	.footerconnectionarea_contact 	{background:url(../img/interface/elements/line-vertical.png) left top repeat-y;}
	.footerconnectionarea_nav 		{background:url(../img/interface/elements/line-vertical.png) right top repeat-y;}
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:148px;height:43px;
			background:url(../img/interface/elements/buttons/join/join-now_medium.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		.footerjoinnow .copyarea {width:100%;}
		
	
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{width:100%;}
	#copyrightarea_wrapper span {width:100%;}
	
	
			
/*/mediaquery*/
}

















/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  			  640px                                                    */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:640px) and (min-width:601px){

	body{font-size:1em;}
	
	#main_wrapper {padding:0 0 4em 0;}

	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{width:100%;background:url(../img/interface/top/top-shadow-left-50.png) left 70px no-repeat;}
	#themaincontentwrapper_right 	{width:100%;background:url(../img/interface/top/top-shadow-right-50.png) right 70px no-repeat;}
	
	
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:96%;}
	
	
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */
	#addressinfoarea 			{height:auto;}
	#addressinfoarea_content  	{width:96%;height:20px !important;line-height:26px !important;padding:0px 0px 4px 0px !important;}
	.contact_area {display:none;}
	
	/* ======================================================================================================= */
	/*                                            	   NAV                                                     */
	/* ======================================================================================================= */	
	#access 				{height:50px;}	
	#access_content 		{width:96%;height:50px;line-height:50px;font-size:90%;}
	#access a 				{padding:0px .7em;}
	#addressinfoarea .phone_area {display:inline;}
	
	
	.homenav 			{display:none !important;width:0px;}
	.martialartsnav a	{background:none !important;}
	
	
	#selectmenu {display:none;}
	
	/* =================================== PERCENTAGE =================================== */
	
	/* IE 7 SUCKS */
	.ua-ie-7 .martialartsnav 	{width:22%;}
	.ua-ie-7 .aboutnav 			{width:13%;}
	.ua-ie-7 .classnav 			{width:26%;/*width:14%;*/}
	.ua-ie-7 .instructorsnav 	{width:21%;}
	.ua-ie-7 .newsnav 			{width:11%;}
	.ua-ie-7 .contactnav 		{width:15%;}	
	
	
	
	.martialartsnav 	{width:23.6666666666667%;}
	.aboutnav 			{width:12.6666666666667%;}
	.classnav 			{width:26%;/*width:14.6666666666667%;*/}
	.instructorsnav 	{width:22.6666666666667%;}
	.newsnav 			{width:11.6666666666667%;}
	.contactnav 		{width:14.6666666666667%;}		
	
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:122px;height:35px;
		background:url(../img/interface/elements/buttons/join/join-now_small.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:15px 0px;}
	
	#wcmaa{width:96%;}
	#wcmaa_wetscoast {width:56.5625%;}
		
		
		#wcmaa_getstarted{padding:10px 0px 0px 0px;}
	
		#wcmaa_getstarted a{
			display:block;overflow:hidden;
			width:148px;height:36px;
			background:url(../img/interface/elements/buttons/get-started/get-started-150.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
	
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea img {margin:0px auto 0px auto;}
	/*#jumbotronarea img {margin:-20px auto 0px auto;}*/
	
	/* ======================================================================================================= */
	/*                                          HOMECTAAREA                                                    */
	/* ======================================================================================================= */
	#homectaarea	{width:100%;}
	
	.homectaarea_getstarted {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;padding:6% 0px 9% 0px;}
			
	.homectaarea_getstarted a{
		width:100px;height:24px;
		text-indent:-9999px;
		background:url(../img/interface/elements/buttons/get-started/get-started-100.png) 0px 0px no-repeat;
	}
	
	
	
	#homectaarea h2 {display:block;overflow:hidden;height:2.2em;}
		#homectaarea_kids h2			{line-height:2.2em;}
		#homectaarea_women h2 span		{clear:both;display:block;overflow:hidden;}
		#homectaarea_martialarts h2		{line-height:2.2em;}
	#homectaarea p 	{display:block;overflow:hidden;}
	
	/* ======================================================================================================= */
	/*                                               FOOTER                                                    */
	/* ======================================================================================================= */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:url(../img/interface/footer/footercta/light.png) center bottom no-repeat;}
	#footercta_container 	{background:none;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass-50.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus-50.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:none;clear:both;}
		
		
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:96%;margin:0px auto 20px auto;}
	#pageheaderarea .socialandsearcharea {background:none;}	
	#pageheaderarea #searchform .field{font-size:1.5em;}
	
	
	
	
	/* ======================================================================================================= */
	/*                                        JUMBOTRONAREA_WRAPPER                                            */
	/* ======================================================================================================= */
	#jumbotronarea {padding:0px 0px 2em 0px !important;}

	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}
	
	.footerconnectionarea	{width:96%;}
	.footerjoinnow 			{width:96%;}
	
	
	.footerconnectionarea_area {/* Columns */
		width:29%;padding:0px 0px 0px 4%;
		float:left;	
	}
	.footerconnectionarea_connact ul li a 	{background:url(../img/footer/social_small.png) no-repeat;height:25px;line-height:25px;}
	.footerconnectionarea_contact ul		{background:url(../img/footer/countries_small.png) no-repeat;padding:0px 0px 1em 12%;}
	
	.footerconnectionarea_contact 	{background:url(../img/interface/elements/line-vertical.png) left top repeat-y;}
	.footerconnectionarea_nav 		{background:url(../img/interface/elements/line-vertical.png) right top repeat-y;}
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:148px;height:43px;
			background:url(../img/interface/elements/buttons/join/join-now_medium.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		.footerjoinnow .copyarea {width:100%;}
	
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{width:100%;}
	#copyrightarea_wrapper span {width:100%;}
	
	
/*/mediaquery*/
}




























/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  			  800px                                                    */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:800px) and (min-width:641px){

	body{font-size:1em;}


	#main_wrapper {padding:0 0 4em 0;}

	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{width:100%;background:url(../img/interface/top/top-shadow-left-50.png) left 70px no-repeat;}
	#themaincontentwrapper_right 	{width:100%;background:url(../img/interface/top/top-shadow-right-50.png) right 70px no-repeat;}
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:96%;}
	
	
	/* ======================================================================================================= */
	/*                                               HEADER                                                    */
	/* ======================================================================================================= */
	
	#addressinfoarea 				{height:auto;}
	#addressinfoarea_content  		{width:96%;height:20px !important;line-height:26px !important;padding:0px 0px 4px 0px !important;}
	#addressinfoarea .phone_area 	{display:inline;font-size:100% !important;}
	.contact_area {display:none;}
	
	
	
	/* ======================================================================================================= */
	/*                                               	NAV                                                    */
	/* ======================================================================================================= */
	#access 				{height:50px;}	
	#access_content 		{width:96%;height:50px;line-height:50px;font-size:96%;}
	#access a 				{padding:0px .5em;}
	
	#addressinfoarea .phone_area {display:inline;}
	
	/*.homenav {width:2em;}*/
	.homenav a{
		/*width:1.3em;*/
		background:url(../img/navigation/home_middle.png) center center no-repeat !important;
	}
	#selectmenu {display:none;}
	
	
	/* =================================== PERCENTAGE =================================== */
	
	/* IE 7 SUCKS */
	.ua-ie-7 .homenav 			{width:6%;}
	.ua-ie-7 .martialartsnav 	{width:21%;}
	.ua-ie-7 .aboutnav 			{width:11%;}
	.ua-ie-7 .classnav 			{width:23%; /* width:13%; */}
	.ua-ie-7 .instructorsnav 	{width:20%;}
	.ua-ie-7 .newsnav 			{width:9%;}
	.ua-ie-7 .contactnav 		{width:14%;}	
	

	.homenav 			{width:5%;}
	.martialartsnav 	{width:22%;}
	.aboutnav 			{width:11.75%;}
	.classnav 			{width:25.5%;/* width:14.75%; */}
	.instructorsnav 	{width:22%;}
	.newsnav 			{width:10.75%;}
	.contactnav 		{width:13.75%;}	

	
	
	
	
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:148px;height:43px;
		background:url(../img/interface/elements/buttons/join/join-now_medium.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}
	
	/* ======================================================================================================= */
	/*                                                WCMAA                                                    */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:20px 0px;}
	
		#wcmaa{width:96%;}
		#wcmaa_wetscoast {width:56.5625%;}
		
		
		#wcmaa_getstarted{padding:16px 0px 0px 0px;}
	
		#wcmaa_getstarted a{
			display:block;overflow:hidden;
			width:148px;height:36px;
			background:url(../img/interface/elements/buttons/get-started/get-started-150.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea img {margin:0px auto 0px auto;}
	/*#jumbotronarea img {margin:-60px auto 0px auto;}*/
	
	/* ======================================================================================================= */
	/*                                          HOMECTAAREA                                                    */
	/* ======================================================================================================= */
	#homectaarea	{width:100%;}
	
	.homectaarea_getstarted {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;padding:6% 0px 9% 0px;}
			
	.homectaarea_getstarted a{
		width:148px;height:36px;
		text-indent:-9999px;
		background:url(../img/interface/elements/buttons/get-started/get-started-150.png) 0px 0px no-repeat;
	}
	
	#homectaarea h2 {display:block;overflow:hidden;height:2.2em;}
		#homectaarea_kids h2			{line-height:2.2em;}
		#homectaarea_women h2 span		{clear:both;display:block;overflow:hidden;}
		#homectaarea_martialarts h2		{line-height:2.2em;}
	#homectaarea p 	{display:block;overflow:hidden;}
	
	
	
	
	
	/* =================================== FOOTER =================================== */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:url(../img/interface/footer/footercta/light.png) center bottom no-repeat;}
	#footercta_container 	{background:url(../img/interface/footer/footercta/mountains.png) -100% bottom repeat-x;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus-70.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:right;}
	
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:96%;margin:0px auto 20px auto;}
	#pageheaderarea .socialandsearcharea {background:none;}
	#pageheaderarea #searchform .field{font-size:1.3em;}
	
	
	/* ======================================================================================================= */
	/*                                        JUMBOTRONAREA_WRAPPER                                            */
	/* ======================================================================================================= */
	#jumbotronarea {padding:0px 0px 3em 0px !important;}
	
	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}
	
	.footerconnectionarea	{width:96%;}
	.footerjoinnow 			{width:96%;}
	
	.footerconnectionarea_area {/* Columns */
		width:29%;padding:0px 0px 0px 4%;
		float:left;	
	}
	.footerconnectionarea_connact ul li a 	{background:url(../img/footer/social_small.png) no-repeat;height:25px;line-height:25px;}
	.footerconnectionarea_contact ul		{background:url(../img/footer/countries_small.png) no-repeat;padding:0px 0px 1em 12%;}
	
	.footerconnectionarea_contact 	{background:url(../img/interface/elements/line-vertical.png) left top repeat-y;}
	.footerconnectionarea_nav 		{background:url(../img/interface/elements/line-vertical.png) right top repeat-y;}
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:148px;height:43px;
			background:url(../img/interface/elements/buttons/join/join-now_medium.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		.footerjoinnow .copyarea {width:66%;}
		
	
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{float:left;width:60%;}
	#copyrightarea_wrapper span {width:40%;text-align:right;}
	
			
/*/mediaquery*/
}























/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  	          960px                                                   */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:960px) and (min-width:801px) {

	body{font-size:1em;}
	
	#main_wrapper {padding:0 0 6em 0;}
	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{width:100%;background:url(../img/interface/top/top-shadow-left.png) left 86px no-repeat;}
	#themaincontentwrapper_right 	{width:100%;background:url(../img/interface/top/top-shadow-right.png) right 86px no-repeat;}
	
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:96%;}
	
	
	/* ======================================================================================================= */
	/*                                               	HEADER                                                 */
	/* ======================================================================================================= */
	#addressinfoarea 			{height:30px;}
	#addressinfoarea_content	{width:96%;}
	#addressinfoarea div 		{height:30px;line-height:30px;}
	.contact_area {display:none;}
	
	
	/* ======================================================================================================= */
	/*                                               	NAV                                                    */
	/* ======================================================================================================= */
	#access 				{height:50px;}	
	#access_content 		{width:96%;height:50px;line-height:50px;font-size:115%;}
	#access a 				{padding:0px .7em;}
	#addressinfoarea .phone_area {display:inline;}
	
	/*.homenav {width:2.5em;}*/
	.homenav a{
		/*width:2.5em;*/
		background:url(../img/navigation/home.png) 7px center no-repeat !important;
	}
	
	#selectmenu {display:none;}
	
	
	/* =================================== PERCENTAGE =================================== */
	/* IE 7 SUCKS */
	.ua-ie-7 .homenav 			{width:6%;}
	.ua-ie-7 .martialartsnav 	{width:24%;}
	.ua-ie-7 .aboutnav 			{width:11%;}
	.ua-ie-7 .classnav 			{width:22%;/*width:12%;*/}
	.ua-ie-7 .instructorsnav 	{width:22%;}
	.ua-ie-7 .newsnav 			{width:9%;}
	.ua-ie-7 .contactnav 		{width:14%;}		
	
	
	.homenav 			{width:5%;}
	.martialartsnav 	{width:24%;}
	.aboutnav 			{width:11.75%;}
	.classnav 			{width:23.5%;/* width:13.75%; */}
	.instructorsnav 	{width:22%;}
	.newsnav 			{width:9.75%;}
	.contactnav 		{width:13.75%;}	
	
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:199px;height:58px;
		background:url(../img/interface/elements/buttons/join/join-now_big.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}
	
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
		
	#wcmaa_wrapper {padding:30px 0px 30px 0px;}
	
		#wcmaa{width:96%;}
		#wcmaa_wetscoast {width:56.5625%;}
		
		
		#wcmaa_getstarted{padding:16px 0px 0px 0px;}
	
		#wcmaa_getstarted a{
			display:block;overflow:hidden;
			width:234px;height:58px;
			background:url(../img/interface/elements/buttons/get-started/get-started.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea img {margin:0px auto 0px auto;}
	/*#jumbotronarea img {margin:-100px auto 0px auto;}*/
	
	/* ======================================================================================================= */
	/*                                          HOMECTAAREA                                                    */
	/* ======================================================================================================= */
	#homectaarea	{width:100%;}
	
	.homectaarea_getstarted {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;padding:6% 0px 9% 0px;}
			
	.homectaarea_getstarted a{
		width:148px;height:36px;
		text-indent:-9999px;
		background:url(../img/interface/elements/buttons/get-started/get-started-150.png) 0px 0px no-repeat;
	}
	
	#homectaarea h2 {display:block;overflow:hidden;height:2.2em;}
		#homectaarea_kids h2			{line-height:2.2em;}
		#homectaarea_women h2 span		{clear:both;display:block;overflow:hidden;}
		#homectaarea_martialarts h2		{line-height:2.2em;}
	#homectaarea p 	{display:block;overflow:hidden;}
	
	
	
	/* =================================== FOOTER =================================== */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:url(../img/interface/footer/footercta/light.png) center bottom no-repeat;}
	#footercta_container 	{background:url(../img/interface/footer/footercta/mountains.png) -100% bottom repeat-x;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:right;}
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:96%;margin:0px auto 40px auto;}
	#pageheaderarea .socialandsearcharea {/*background:url(../img/interface/pages/the_post_thumbnail-shadow.png) center top no-repeat;*/background:none;}
	#pageheaderarea #searchform .field{font-size:1em;}

	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA                                                 */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}
	
	.footerconnectionarea	{width:96%;}
	.footerjoinnow 			{width:96%;}
	
	.footerconnectionarea_area {/* Columns */
		width:29%;padding:0px 0px 0px 4%;
		float:left;	
	}
	.footerconnectionarea_connact ul li a 	{background:url(../img/footer/social_small.png) no-repeat;height:25px;line-height:25px;}
	.footerconnectionarea_contact ul		{background:url(../img/footer/countries_small.png) no-repeat;padding:0px 0px 1em 12%;}
	
	.footerconnectionarea_contact 	{background:url(../img/interface/elements/line-vertical.png) left top repeat-y;}
	.footerconnectionarea_nav 		{background:url(../img/interface/elements/line-vertical.png) right top repeat-y;}
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:199px;height:58px;
			background:url(../img/interface/elements/buttons/join/join-now_big.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		.footerjoinnow .copyarea {width:66%;}
		
	
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{float:left;width:60%;}
	#copyrightarea_wrapper span {width:40%;text-align:right;}
	
			
/*/mediaquery*/
}





















/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  	          1024px                                                   */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
@media only screen and (max-width:1024px) and (min-width:961px) {

	body{font-size:1.2em;}
	
	#main_wrapper {padding:0 0 6em 0;}
	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{width:100%;background:url(../img/interface/top/top-shadow-left.png) left 86px no-repeat;}
	#themaincontentwrapper_right 	{width:100%;background:url(../img/interface/top/top-shadow-right.png) right 86px no-repeat;}
	
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:960px;}
	
	
	/* ======================================================================================================= */
	/*                                               	HEADER                                                 */
	/* ======================================================================================================= */
	#addressinfoarea 			{height:30px;}
	#addressinfoarea_content	{width:960px;padding:0px;}
	#addressinfoarea div 		{height:30px;line-height:30px;}
	.contact_area {display:none;}
	
	/* ======================================================================================================= */
	/*                                               	NAV                                                    */
	/* ======================================================================================================= */
	#access 				{height:50px;}	
	#access_content 		{width:960px;height:50px;line-height:50px;font-size:111%;}
	#access a 				{padding:0px .8em;}
	#addressinfoarea .phone_area {display:inline;}
	
	/*.homenav {width:3.75em;}*/
	.homenav a{
		/*width:3.75em;*/
		background:url(../img/navigation/home.png) center center no-repeat !important;
	}
	
	#selectmenu {display:none;}
	
	
	/* =================================== PERCENTAGE =================================== */
	/* IE 7 SUCKS */
	.ua-ie-7 .homenav 			{width:7%;}
	.ua-ie-7 .martialartsnav 	{width:22%;}
	.ua-ie-7 .aboutnav 			{width:13%;}
	.ua-ie-7 .classnav 			{width:23%;/*width:13%;*/}
	.ua-ie-7 .instructorsnav 	{width:21%;}
	.ua-ie-7 .newsnav 			{width:10%;}
	.ua-ie-7 .contactnav 		{width:13%;}	
	
	
	.homenav 			{width:5%;}
	.martialartsnav 	{width:22%;}
	.aboutnav 			{width:13.75%;}
	.classnav 			{width:24%;/*width:13.75%;*/}
	.instructorsnav 	{width:21%;}
	.newsnav 			{width:10.75%;}
	.contactnav 		{width:13.75%;}	
	

	
	
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:199px;height:58px;
		background:url(../img/interface/elements/buttons/join/join-now_big.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}
	
	
	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:30px 0px 40px 0px;}
	
	#wcmaa{width:960px;}
			#wcmaa_wetscoast {width:56.5625%;}
		
		
		#wcmaa_getstarted{padding:16px 0px 0px 0px;}
	
		#wcmaa_getstarted a{
			display:block;overflow:hidden;
			width:234px;height:58px;
			background:url(../img/interface/elements/buttons/get-started/get-started.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea img {margin:0px auto 0px auto;}
	/*#jumbotronarea img {margin:-100px auto 0px auto;}*/
	
	
	/* ======================================================================================================= */
	/*                                          HOMECTAAREA                                                    */
	/* ======================================================================================================= */
	#homectaarea	{width:960px;}
	
	.homectaarea_getstarted {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;padding:6% 0px 9% 0px;}
			
	.homectaarea_getstarted a{
		width:234px;height:58px;
		text-indent:-9999px;
		background:url(../img/interface/elements/buttons/get-started/get-started.png) 0px 0px no-repeat;
	}
	
	#homectaarea h2 {display:block;overflow:hidden;font-size:1em !important;}
	#homectaarea p 	{display:block;overflow:hidden;}
	
	
	
	/* =================================== FOOTER =================================== */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) center top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:url(../img/interface/footer/footercta/light.png) center bottom no-repeat;}
	#footercta_container 	{background:url(../img/interface/footer/footercta/mountains.png) -100% bottom repeat-x;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:right;}
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:960px;margin:0px auto 40px auto;}
	#pageheaderarea .socialandsearcharea {/*background:url(../img/interface/pages/the_post_thumbnail-shadow.png) center top no-repeat;*/background:none;}
	#pageheaderarea #searchform .field{font-size:1em;}
	
	
	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA 	                                               */
	/* ======================================================================================================= */
	.footerconnectionarea_img 		{width:96%;}
	.footerconnectionarea_img img 	{min-width:96%;width:96%;}
	
	.footerconnectionarea	{width:96%;}
	.footerjoinnow 			{width:96%;}
	
	.footerconnectionarea_area {/* Columns */
		width:29%;padding:0px 0px 0px 4%;
		float:left;	
	}
	.footerconnectionarea_connact ul li a 	{background:url(../img/footer/social.png) no-repeat;height:40px;line-height:40px;}
	.footerconnectionarea_contact ul		{background:url(../img/footer/countries.png) no-repeat;padding:0px 0px 1em 12%;}
	
	.footerconnectionarea_contact 	{background:url(../img/interface/elements/line-vertical.png) left top repeat-y;}
	.footerconnectionarea_nav 		{background:url(../img/interface/elements/line-vertical.png) right top repeat-y;}
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:199px;height:58px;
			background:url(../img/interface/elements/buttons/join/join-now_big.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		.footerjoinnow .copyarea {width:66%;}
		
	
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{float:left;width:60%;}
	#copyrightarea_wrapper span {width:40%;text-align:right;}
	
	
			
/*/mediaquery*/
}



















/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/*                                  	          1025px                                                   */
/* ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

@media only screen and (min-width:1025px) {

	body{font-size:1.2em;}
	
	#main_wrapper {padding:0 0 6em 0;}
	
	/* ======================================================================================================= */
	/*                                     THE MAIN CONTENT WRAPPER                       		               */
	/* ======================================================================================================= */
	#themaincontentwrapper_left 	{width:100%;background:url(../img/interface/top/top-shadow-left.png) left 86px no-repeat;}
	#themaincontentwrapper_right 	{width:100%;background:url(../img/interface/top/top-shadow-right.png) right 86px no-repeat;}
	
	
	
	/* ======================================================================================================= */
	/*                                               MAIN                                                  	   */
	/* ======================================================================================================= */	
	#main {width:1000px;}
	
	/* ======================================================================================================= */
	/*                                               HEADER                                               	   */
	/* ======================================================================================================= */	
	#addressinfoarea 			{height:30px;}
	#addressinfoarea_content	{width:1000px;padding:0px;}
	#addressinfoarea div 		{height:30px;line-height:30px;}
	.contact_area {display:none;}
	
	/* ======================================================================================================= */
	/*                                               NAV                                                 	   */
	/* ======================================================================================================= */
	#access 				{height:50px;}	
	#access_content 		{width:1000px;height:50px;line-height:50px;font-size:111%;}
	/*#access a 				{padding:0px 1.0em;}*/
	#addressinfoarea .phone_area {display:inline;}
	
	/*.homenav {width:3.75em;}*/
	.homenav a{
		/*width:3.75em;*/
		background:url(../img/navigation/home.png) center center no-repeat !important;
	}
	
	
	#selectmenu {display:none;}
	
	/* =================================== PERCENTAGE =================================== */
	/* IE 7 SUCKS */
	.ua-ie-7 .homenav 			{width:5%;}
	.ua-ie-7 .martialartsnav 	{width:20%;}
	.ua-ie-7 .aboutnav 			{width:13%;}
	.ua-ie-7 .classnav 			{width:23%;/*width:13%;*/}
	.ua-ie-7 .instructorsnav 	{width:20%;}
	.ua-ie-7 .newsnav 			{width:13%;}
	.ua-ie-7 .contactnav 		{width:14%;}
	
	.homenav 			{width:5%;}
	.martialartsnav 	{width:20%;}
	.aboutnav 			{width:13.75%;}
	.classnav 			{width:24%;/* width:13.75%; */}
	.instructorsnav 	{width:20%;}
	.newsnav 			{width:13.75%;}
	.contactnav 		{width:13.75%;}
	
	

	

	
	
	/* ======================================================================================================= */
	/*                                               	JOIN                                                   */
	/* ======================================================================================================= */
	.linkarea_join a{
		display:block;overflow:hidden;
		width:199px;height:58px;
		background:url(../img/interface/elements/buttons/join/join-now_big.png) 0px 0px no-repeat;
		text-indent:-9999px;
	}



	/* ======================================================================================================= */
	/*                                               WCMAA                                                     */
	/* ======================================================================================================= */
	#wcmaa_wrapper {padding:30px 0px 40px 0px;}
	
	#wcmaa{width:1000px;}
		#wcmaa_wetscoast {width:543px;}
		
		
		#wcmaa_getstarted{padding:16px 0px 0px 0px;}
		
		#wcmaa_getstarted a{
			display:block;overflow:hidden;
			width:234px;height:58px;
			background:url(../img/interface/elements/buttons/get-started/get-started.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
	
	/* ======================================================================================================= */
	/*                                               JUMBOTRON                                                 */
	/* ======================================================================================================= */
	#jumbotronarea img {margin:0px auto 0px auto;}
	/*#jumbotronarea img {margin:-100px auto 0px auto;}*/
	
	/* ======================================================================================================= */
	/*                                          HOMECTAAREA                                                    */
	/* ======================================================================================================= */
	#homectaarea	{width:1000px;}
	
	.homectaarea_getstarted {background:url(../img/interface/elements/line-horizontal.png) left bottom repeat-x;padding:6% 0px 9% 0px;}
			
	.homectaarea_getstarted a{
		width:234px;height:58px;
		text-indent:-9999px;
		background:url(../img/interface/elements/buttons/get-started/get-started.png) 0px 0px no-repeat;
	}
	
	#homectaarea h2 {display:block;overflow:hidden;}
	#homectaarea p 	{display:block;overflow:hidden;}
	
		
	
	/* =================================== FOOTER =================================== */
	footer#colophon {background:url(../img/interface/footer/footer_body.gif) 0px 0px repeat;}
	#footerwrapper 	{background:url(../img/interface/footer/crust.png) -200% top repeat-x;}
	
	/* =================================== FOOTERCTA =================================== */
	#footercta_wrapper 		{background:url(../img/interface/footer/footercta/light.png) center bottom no-repeat;}
	#footercta_container 	{background:url(../img/interface/footer/footercta/mountains.png) -100% bottom repeat-x;}
	#footercta_content 		{background:url(../img/interface/footer/footercta/grass.png) 300% bottom repeat-x;}
	#footercta 				{background:url(../img/interface/footer/footercta/focus.png) right bottom no-repeat;}
	
	#copyrightarea_wrapper span {float:right;}
	
	/* ======================================================================================================= */
	/*                                               PAGE AREA                                                 */
	/* ======================================================================================================= */
	#pageheaderarea{width:1000px;margin:0px auto 40px auto;}
	#pageheaderarea .socialandsearcharea {/*background:url(../img/interface/pages/the_post_thumbnail-shadow.png) center top no-repeat;*/background:none;}
	
	#pageheaderarea #searchform .field{font-size:1em;}


	/* ======================================================================================================= */
	/*                                  FOOTER CONNECTION AREA		                                           */
	/* ======================================================================================================= */
	.footerconnectionarea_img  		{width:1000px;}
	.footerconnectionarea_img img 	{width:844px;}
	
	.footerconnectionarea	{width:1000px;}
	.footerjoinnow 			{width:1000px;}
	
	.footerconnectionarea_area {/* Columns */
		width:29%;padding:0px 0px 0px 4%;
		float:left;	
	}
	.footerconnectionarea_connact ul li a 	{background:url(../img/footer/social.png) no-repeat;height:40px;line-height:40px;}
	.footerconnectionarea_contact ul		{background:url(../img/footer/countries.png) no-repeat;padding:0px 0px 1em 12%;}
	
	.footerconnectionarea_contact 	{background:url(../img/interface/elements/line-vertical.png) left top repeat-y;}
	.footerconnectionarea_nav 		{background:url(../img/interface/elements/line-vertical.png) right top repeat-y;}
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */
	.footerjoinnow .linkarea {padding:16px 0px 0px 0px;}
		
		.footerjoinnow .linkarea a{
			width:199px;height:58px;
			background:url(../img/interface/elements/buttons/join/join-now_big.png) 0px 0px no-repeat;
			text-indent:-9999px;
		}
		.footerjoinnow .copyarea {width:66%;}
	
	
	
	/* ======================================================================================================= */
	/*                                               JOIN NOW                                                   */
	/* ======================================================================================================= */	
	#copyrightarea_wrapper p 	{float:left;width:60%;}
	#copyrightarea_wrapper span {width:40%;text-align:right;}
	
	


	
/*/mediaquery*/
}



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



