/*   
Theme Name: Whizzkids
Theme URI: http://www.whizzkidz.org.uk/
Description: An image-less template focusing on Typography.
Author: Aidan Roach
Author URI: http://www.barstoolmedia.net
Version: 1.0

For use with Whizzkids website ONLY. Any unauthorised reproduction or changes prohibited.
*/


/* CSS RESET RELOADED
-- From http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* END CSS RESET */

a { color: #ff8400; }
a:hover { color: #900; }
a:active { color:# ffcc96; }


body { 
	background: url(images/bg_tile_03.jpg) repeat-x #b14352;
	font-family: Verdana, "HelveticaNeueLT Std Med", sans-serif;
	}

#container {
	width: 960px;
	margin: 0 auto;
}

#containerInner { float: left; }

#header {
	height: 95px;
	padding-top: 5px;
	position: relative;
}

#header .logo {
	width: 950px;
	height: 92px;
	background: url(images/logo.png) no-repeat;
}

#header .contact { width: 211px; height: 65px; background: url(images/contact.png) no-repeat; position: absolute; top: 0px; right: 0px; margin-top: 20px; margin-right: 10px; }

/* NAVIGATION - DO NOT EDIT! */

#nav {
	width: 960px;
	height: 45px;
}

#nav a.home {
	display: block;
	float: left;
	width: 107px;
	height: 45px;
	background-image: url(images/menu_sprite.png);
	background-position: 0 0;
}

#nav a.home:hover {
	background-position: 0 -45px;
}

#nav a.home:active {
	background-position: 0 -90px;
}

#nav a.about {
	display: block;
	float: left;
	width: 224px;
	height: 45px;
	background-image: url(images/menu_sprite.png);
	background-position: -110px 0;
}

#nav a.about:hover {
	background-position: -110px -45px;
}

#nav a.about:active {
	background-position: -110px -90px;
}

#nav a.classes {
	display: block;
	float: left;
	width: 123px;
	height: 45px;
	background-image: url(images/menu_sprite.png);
	background-position: -338px 0;
}

#nav a.classes:hover {
	background-position: -338px -45px;
}

#nav a.classes:active {
	background-position: -338px -90px;
}

#nav a.times {
	display: block;
	float: left;
	width: 210px;
	height: 45px;
	background-image: url(images/menu_sprite.png);
	background-position: -465px 0;
}

#nav a.times:hover {
	background-position: -465px -45px;
}

#nav a.times:active {
	background-position: -465px -90px;
}

#nav a.prices {
	display: block;
	float: left;
	width: 146px;
	height: 45px;
	background-image: url(images/menu_sprite.png);
	background-position: -674px 0;
}

#nav a.prices:hover {
	background-position: -674px -45px;
}

#nav a.prices:active {
	background-position: -674px -90px;
}

#nav a.contact {
	display: block;
	float: left;
	width: 140px;
	height: 45px;
	background-image: url(images/menu_sprite.png);
	background-position: -820px 0;
}

#nav a.contact:hover {
	background-position: -820px -45px;
}

#nav a.contact:active {
	background-position: -820px -90px;
}

/* END OF NAVIGATION */

.subNav {
	width: 940px;
	background: #ffc000;
	height: 25px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-top: 5px;
	text-align: center;
	margin-left: 5px;
}


.subNav ul li {
	display: block;
	float: left;
	font-size: 14px;
	margin-left: 65px;
	padding-top: 3px;
}

.subNav ul li a {
	padding: 3px 5px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

.subNav ul li a:hover {
	background-color: #ffe288;
	-moz-border-radius: 5px;

	color: #333;
}

#mainbody {
	width: 100%;
	float: left;
	height: auto;
	position: relative;
}

.intro {
	width: 600px;
	height: 106px;
	float: right;
	background: url(images/whizzkids_intro.png) no-repeat;
	margin-top: 40px;
	margin-right: 60px;
}

.kids {
	width: 281px;
	height: 291px;
	float: left;
	background:url(images/kids.png) no-repeat;
	margin-top: -10px;
	z-index: 10;
}

.content {
	width: 637px;
	height: 356px;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}

.contentHeader {
	width: 654px;
	height: 50px;
	background: url(images/blue_header.png) no-repeat;
	text-align: center;
	padding-top: 25px;
}

.contentHeader h1 {
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	}

.contentBody {
	width: 654px;
	background: url(images/body_bg.png) repeat-y;
	padding: 20px;
}

.contentBody .text {
	margin-top: -20px;
	width: 600px;
}

.contentBody .text h2 {
	font-size: 1.4em;
	color: #09C;
	margin-bottom: 10px;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/divider.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

.contentBody .text h3 {
	font-size: 1.1em;
	color: #09C;
	margin-bottom: 10px;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Verdana, "HelveticaNeueLT Std Med", sans-serif;
}

.contentBody .text h3.notice {
	border: 1px solid #FC9;
	background-color: #FFC;
	padding: 10px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image: url(images/info.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}

.contentBody .text h3.quoteBoy {
	border: 1px solid #FC9;
	background-color: #FFC;
	padding: 10px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background-image: url(images/quote_boy.jpg);
	background-repeat: no-repeat;
	padding-left: 85px;
	font-size: 1em;
	text-align: left;
	margin-top: 10px;
	font-weight: normal;

}

.contentBody .text h3.quoteGirl {
	border: 1px solid #FC9;
	background-color: #FFC;
	padding: 10px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background-image: url(images/quote_girl.jpg);
	background-repeat: no-repeat;
	padding-left: 85px;
	font-size: 1em;
	text-align: left;
	margin-top: 10px;
	font-weight: normal;
}

.contentBody .text p {
	font-size: 0.8em;
	color: #666;
	margin: 10px 0 30px 0;
	line-height: 1.6;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}

.contentBody .text h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #666;
	line-height: 1.6;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}


.text p.intro2 {
	font-size: 1em;
	color: #666;
	margin: 10px 0 30px 0;
	line-height: 1.6;
	text-align: justify;
}

.text p.contact {
	border: 1px solid #F66;
	background-color: #FFD7D7;
	padding: 10px;
	-moz-border-radius: 5px;
	text-align: center;
}

.text p em { font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }

.contentBody .text p span.red { background-color: #F66; padding: 1px 3px; color: #fff; -moz-border-radius: 4px; }
.contentBody .text p span.blue { background-color: #09C; padding: 1px 3px; color: #fff; -moz-border-radius: 4px; }
.contentBody .text p span.green { background-color: #693; padding: 1px 3px; color: #fff; -moz-border-radius: 4px; }
.contentBody .text p span.yellow { background-color: #F90; padding: 1px 3px; color: #fff; -moz-border-radius: 4px; }


.contentFooter {
	width: 654px;
	height: 35px;
	background: url(images/blue_footer.png) no-repeat;
}

.current_courses {
	width: 102px;
	height: 102px;
	position: absolute;
	top: 280px;
	left: 50px;
}

span.hide { display: none; }

 a.ccourses {
	background:url(images/current_courses.png) no-repeat;
	background-position: top;
	display: block;
	width: 102px;
	height: 102px;
}

 a.ccourses:hover {
	background-position: bottom;
}

.wall_of_fame {
	width: 102px;
	height: 102px;
	position: absolute;
	top: 310px;
	left: 160px;
}

a.wof {
	background:url(images/wall_of_fame.png) no-repeat;
	background-position: top;
	display: block;
	width: 102px;
	height: 102px;
}

a.wof:hover {
	background-position: bottom;
}



.sign_up {
	width: 132px;
	height: 133px;
	position: absolute;
	top: 380px;
	left: 50px;
}

.sign_up:hover {
	background-position: bottom;
}

a.signup {
	background:url(images/sign_up.png) no-repeat;
	background-position: top;
	display: block;
	width: 132px;
	height: 133px;
}

a.signup:hover {
	background-position: bottom;
}



#footer {
	width: 637px;
	height: 356px;
	float: right;
	clear: both;
	font-size: 12px;
	color: #F99;

	background-color:#600;
	-moz-border-radius: 10px;
	padding: 10px;
}

#footer ul { list-style: disc; list-style-position: inside}

#footer h3 { font-size: 14px; font-weight: bold; color: #963; padding-bottom: 10px; color: #C00 }

.col_one {
	width: 150px;
	border-right: 1px solid #900;
	float: left;
	height: 100px;
	margin-right: 20px;
}

.col_two {
	width: 150px;
	border-right: 1px solid #900;
	float: left;
	height: 100px;
	margin-right: 20px;
}

.col_three {
	width: 150px;
	border-right: 1px solid #900;
	float: left;
	height: 100px;
	margin-right: 20px;
}

.col_four {
	width: 150px;
	float: left;
	height: 100px;
}

.walloffame { width: 610px; border: 1px solid #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 0.9em; }
.shaded { background-color: #f3f3f3; height: 25px; vertical-align: middle; }
.white { height: 25px; vertical-align: middle; background-color: #fff; }
.header-a { background-color: #62a7d7; height: 30px; font-weight: bold; vertical-align: middle; text-align: center; color: #fff;}
.header-b { width: 70px; text-align: center; vertical-align: middle; border-right: 1px solid #ddd ; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; height: 30px;  }
.cell { border-right: 1px solid #ddd; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #393939; text-align: center; vertical-align: middle; padding: 3px 0;}
.copyright { font-size: 0.7em; text-align: center; color: #fedadf; font-family: Arial, Helvetica, sans-serif; margin: 5px; 0;}
.copyright a { color: #fedadf; font-weight: bold; text-decoration: underline; }
.copyright a:hover { color: #fff; }



/* WORDPRESS EDITS */
a.slideshowlink { font-size: 12px; color: #999; }


