/*  
Theme Name: SuperFun
Theme URI: http://convertpsdtowordpress.com/
Author: Convert PSD to WordPress
Author URI: http://convertpsdtowordpress.com/
*/

/* 

If you need to add additional styles for other elements such as plugins, you can do so by adding them to the style2.css - and they will automatically be pulled in for you

*/

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

html, body {
	height:100%
}
img{
	border:0;
}
* {
	margin:0; 
	padding:0;
}
p {
	line-height:150%;
	margin-bottom:15px;
}
/* -------------------[ Body and Wrapper Elements ]------------------- */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	font-weight: 500;
	text-align:center; 
	background: url(images/body-back.png) top no-repeat #ffe743;
}
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -182px;
}
#wrapper {
	position:relative;
	width:974px;
	text-align:left;
	margin: 0 auto;
	display:block;
}

/* -------------------[ Header Elements ]------------------- */

#header {
	position:relative;
	float:left;
	width:974px;
	height:243px;
	display:block;
}
.headerinfo {
	position:relative;
	float:left;
	width:279px;
	height:243px;
	text-indent:-5000px;
}
#header2 {
	position:relative;
	float:right;
	width:400px;
	display:block;
	margin: 37px 195px 0 0;
}
#header2 a:link, #header2 a:active, #header2 visited {
	color:#4daece;
	text-decoration:none;
}
#header2 a:hover{
	text-decoration:underline;
}
.number {
	position:relative;
	float:left;
	font-size:32px;
	color:#4daece;
	margin:0 0 14px 5px;	
	display:block;
}
.brown {
	position:relative;
	float:left;
	height:32px;
	line-height:50px;
	margin:0 0 14px 3px;	
	display:block;
	color:#fb6702;
}
.header-email {
	position:relative;
	float:left;
	display:block;
	font-size:18px;
}
/* -------------------[ Page Navigation Elements ]------------------- */

#navbar {
	position:relative; 
	float:right; 
	width:603px;
	height:53px;
	margin:30px 70px 0 0;
}
#navbar ul {
	margin:0; 
	padding:0;
}
#navbar ul li {
	list-style:none; 
	position:relative; 
	float:left; 
	display:inline; 
	margin:0; 
	padding:0;
}
#navbar li a {
	display: block;
	height:53px;
	background-repeat: no-repeat;
	background-position: top left; 
	line-height:53px; 
	text-align:center; 
	text-decoration:none;
	font-weight:bold;
}
#navbar li.nav1 a {
	width:97px;
	background:url(images/nav1.png) 0 0 no-repeat;
}
#navbar li.nav2 a {
	width:132px;
	background:url(images/nav2.png) 0 0 no-repeat;
}
#navbar li.nav3 a {
	width:154px;
	background:url(images/nav3.png) 0 0 no-repeat;
}
#navbar li.nav4 a {
	width:105px;background:url(images/nav4.png) 0 0 no-repeat;
}
#navbar li.nav5 a {
	width:115px;
	background:url(images/nav5.png) 0 0 no-repeat;
}

#navbar li.nav1 a:hover, #navbar li.nav1.active a, #navbar li.nav2 a:hover, #navbar li.nav2.active a, #navbar li.nav3 a:hover, #navbar li.nav3.active a,
#navbar li.nav4 a:hover, #navbar li.nav4.active a, #navbar li.nav5 a:hover, #navbar li.nav5.active a {
	background-position:0 -53px;
}

/* -------------------[ Front Page Elements ]------------------- */

#featured {
	position:relative;
	float:left;
	width:974px;
	display:block;
	overflow:hidden;
}

/* -------------------[ Main Content Elements ]------------------- */

#main {
	position:relative;
	float:left;
	width:974px;
	padding:0;
	display:block;
	clear:both;
	background:url(images/main-back.png) repeat-y
}
#front-main {
	position:relative;
	float:left;
	width:100%;
	padding:10px;
	display:block;
	clear:both;
}
#content {
	position:relative;
	float:left;
	width:510px;
	display:block;
	padding:25px 40px 0;
	border-top:15px solid #ffd023;
	border-left:15px solid #ffd023;
	border-right:15px solid #ffd023;
	margin-top:21px;
	background:#fff7be;
}
#bienvenidos {
	position:relative;
	float:left;
	width:620px;
	height:88px;
	margin-bottom:15px;
	background:url(images/bienvenidos.png) no-repeat;
}
#full-content {
	position:relative;
	float:left;
	width:900px;
	margin:15px 0;
	padding:20px 20px 0;	
	display:block;
	background:#fff7be;	
	border:15px solid #ffd023;	
}
#pageinfo {
	position:relative;
	float:left;
	width:510px;
	display:block;
	margin-bottom:50px;
}
#adultinfo {
	position:relative;
	float:left;
	width:510px;
	display:block;
	margin-bottom:25px;
}
.pagepic {
	position:relative;
	float:left;
	width:153px;
	height:155px;
	display:block;
}
.adultpic {
	position:relative;
	float:left;
	width:153px;
	height:155px;
	display:block;
	margin-bottom:25px;
}
.pagetxt {
	position:relative;
	float:right;
	width:345px;
	height:155px;
	display:block;
}
.adulttxt {
	position:relative;
	float:right;
	width:345px;
	height:155px;
	display:block;
	margin-bottom:25px;
}
.signup-button {
	position:relative;
	float:left;
	height:27px;
	line-height:27px;
}
/* -------------------[ Main Sidebar Elements ]------------------- */

#sidebar {
	position:relative;
	float:right;
	width:280px;
	display:block;
	margin-top:21px;	 
}
#sidebar-inner{
	position:relative;
	float:right;
	width:210px;
	padding:20px;
	border:15px solid #ffd023;
	background:#fff7be;	 
}
#sidebar ul {
	padding:0;
	margin:0;
}
#sidebar li {
	padding:5px 0 5px 0;
	margin:0; 
	list-style:none;
}
#sidebar ul ul {
	padding:0 5px 0 0;
	margin:0 5px 0 0;
}
#sidebar li li {
	padding:5px 0 5px 0;
	margin:0 0 0 15px;
}
#signup {
	position:relative;
	float:right;
	width:280px;
	height:90px;
	margin-bottom:20px;
	background:url(images/signup.png) center no-repeat;
}
.signup-title {
	position:relative;
	float:left;
	margin-left:40px;
	color:#fff7be;
	font-size:48px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.signup-small {
	position:relative;
	float:left;
	margin-left:34px;
	color:#ffd023;
	font-size:14px;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.question1 {
	color:#34a7d7;
	font-size:16px;
}
.question2 {
	color:#ff6702;
	font-size:16px;
}
.si {
	text-align:center;
	color:#34a7d7;
	font-size:18px;
}
.testimonial-header {
	text-align:center;
	color:#34a7d7;
	font-size:18px;
	margin-bottom:10px;
}
.testimonial {
	line-height:175%;
}
.confirmtxt {
	margin-bottom:275px;
}
.orange-header {
	color:#ff6702;
}
.leftlink {
	position:relative;
	float:left;
}
.rightlink {
	position:relative;
	float:left;
	margin-left:15px;
}

/* -------------------[ Footer Elements ]------------------- */

#footer-container {
	width:100%;
	height:182px;
	background:url(images/footer.png) center no-repeat;
}
#footer-container-about {
	width:100%;
	height:182px;
	background:url(images/about-footer.png) center no-repeat;
}
#footer-container-adult {
	width:100%;
	height:182px;
	background:url(images/adult-footer.png) center no-repeat;
}
#footer-container-blog {
	width:100%;
	height:182px;
	background:url(images/blog-footer.png) center no-repeat;
}
#footer-container-kids {
	width:100%;
	height:182px;
	background:url(images/kids-footer.png) center no-repeat;
}
#footer-container-signup {
	width:100%;
	height:182px;
	background:url(images/signup-footer.png) center no-repeat;
}
#footer {
	position:relative;
	width:974px;
	height:182px;
	line-height:75px;
	margin:0 auto;
	color:#34a7d7;
}
.push {
	height:182px;
}
.footsaying {
	color:#c3df33;
	font-size:14px;
	font-style:italic;
	margin-right:25px;
}
.roundup {
	color:#a0d9f1;
}
.ftxt1 {
	position:relative; 
	float:left;
	margin:90px 0 0 90px;
	color:#34a7d7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal; 
}
.ftxt2 {
	position:relative; 
	float:right;
	margin:117px 10px 0 0;
	color:#fff;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:12px;	
}

/* -------------------[ Post Elements ]------------------- */

.bread {
	padding:5px 0;
	border-bottom:1px solid #ccc; 
	margin:0 0 25px;
}
.pagetitle, .categorytitle { 
	color:#34a7d7;
	font-size:44px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:20px;
}
.pagetitle-about{
	padding:5px 0; 
	color:#34a7d7;
	font-size:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.pagesubtitle {
	color:#ff6702;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-bottom:35px;
}
.adultsubtitle {
	color:#ff6702;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:15px;
}
.postinfo {
	margin-bottom:5px;	
}
.post {
	display:block;
	margin-bottom:25px;
}
.entry {
	margin:0;
	padding:0;
}
.postmetadata {
	border-top:1px solid #ccc;
	padding-top:1px;
}
.tagcats {
	padding:10px;
	background:#f9f9f9;
	border:1px solid #ccc;
	margin-bottom:15px;
}
.tags, .cats {
	margin: 0 0 33px 0;
	padding: 0;
}
#related {
	padding:10px;
	background:#f9f9f9;
	border:1px solid #ccc;
	margin-bottom:15px;
}
#related ul {
	padding:0;
	margin:5px 0 5px 15px;
}
#related ul li {
	padding:5px 0;
	margin:0 0 0 15px;
	list-style: url(images/star.png);	
}
.navigation {
	position:relative; 
	float:left;
	display:block;
	padding:1px; 
	width:100%;
	margin-bottom:10px;
}
blockquote {
	margin-bottom:15px;
}
blockquote p {
	margin:10px;
	color:#34a7d7;
	font-size:16px;
	font-style:italic;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:125%;
	background:url(images/quote.png) top left no-repeat;
	padding-left:65px;
}

/* -------------------[ Comment Elements ]------------------- */

#commentform ol, #commentform ol li{
	list-style:none;
}
.commentlist li ul li {
	background:#fffce6;
	list-style:none;
}
.commentlist li.alt {
	background:#fffad1;
	list-style:none;
}
.commentlist li .avatar {
	float:right;
	padding:3px;
	background:#ebebeb;
	margin:0 0 0 15px;
}
.alt {
	margin:0;
	padding:10px;
}
.commentlist h3 {
	display:none;
}
.commentlist {
	padding:0;
	text-align:justify;
	width:100%;
	margin:0;
}
.commentlist li {
	margin:0  auto;
	padding:5px;
	list-style:none; 
	overflow:hidden;
	background:#fffce6;
}
.commentlist ul {
	margin:0;
	padding:0;
	list-style:none;
}
.children {
	padding:0; 
	margin:0
}
.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	margin-bottom:15px;
	color:#ff6702;
}
.cancel-comment-reply {
	padding:10px 0;
}
#commentform {
	margin:0;
	padding:0
}
#commentform .commentsubmit {
	float:right;
	background:#34a7d7;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	border:0;
	padding:5px 15px;
	cursor:pointer;
}
.nocomments {
	text-align:center;
	margin:0;padding:0;
}
.commentmetadata {
	margin:0 0 10px 0;
	display:block;
	font-weight:normal;
}
.comments-template {
	position:relative;
	float:left;
	display:block;
}
.comments {
	padding:10px;
	color:#ff6702;
	font-size:18px;
	margin-bottom:35px;
}
.comment-reply-link  {
	color:#34a7d7;
	font-size:12px;
	font-weight:normal;
}
.reply {
	margin-bottom:15px;
}
.comment-reply-link a:hover {
	text-decoration:none;
}
#respond { 
	position:relative;
	float: inherit;
	display:block;
	overflow:hidden;
	width:100%;
}

/* -------------------[ Link Elements ]------------------- */

a, a:active, a:visited {
	color:#34a7d7;
	text-decoration:none;
}
a:hover   {
	color:#34a7d7;
	text-decoration:underline;
}
#sidebar a {
	color:#34a7d7;
	text-decoration:none;
	
}
#sidebar a:hover {
	text-decoration:none;
}
#sidebar a.signup-link {
	color:#fff7be;
}
#sidebar a.signup-link:hover {

}
.post a:hover, .post a:visited, .post a:link {
	color:#34a7d7;
}
.post h1.posttitle a, .post h2.posttitle a, .post h3.posttitle a, .post h4.posttitle a {
	color:#ff6702;
	font-size:40px;
}
.post h2.postsubtitle a {
	color:#ff6702;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin:0 0 5px 0;
}
.ftxt1 a:link, .ftxt1 a:active, .ftxt1 a:visited {
	color:#fff7be;
	text-decoration:none;
}
.ftxt1 a:hover {
	text-decoration:underline;
}
.ftxt2 a:link, .ftxt2 a:active, .ftxt2 a:visited {
	color:#a0d9f1;
	text-decoration:none;
}
.ftxt2 a:hover {
	text-decoration:underline;
}
.post a.readmore {
	color:#ff6702;
}
strong {
	color:#000;
}

/* -------------------[ Form Elements ]------------------- */

textarea  {
	border:solid 1px #ffd023;
	text-indent:3px;
	padding-top:3px; 
	width:99%;
}
input{
	width:auto;
	border:solid 1px #ffd023;
	padding:5px;
	font-size:12px;	
	margin:0;
}
select {
	width:100%;
	padding:2px;
	font-size:12px;	
	border: solid 1px #ffd023;
	background:#fff;
}

/* -------------------[ Search Form Elements ]------------------- */

#searchform {
	position:relative;
	float:right;
	width:100%;
}

#searchform #searchsubmit {
	background:#34a7d7;
	color:#fff;
	padding:3px 5px;
	margin:0;
	border:0;
	cursor:pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
	font-weight:bold;
}
#searchform #s {
	position:relative;
	border:solid 1px #ffd023;
	padding:3px;
	width:115px;
}

/* -------------------[ Signup Form Elements ]------------------- */

#form-container {
	position:relative;
	float:left;
	width:510px;
	display:block;
	margin-bottom:66px;
}
#formleft {
	position:relative;
	float:left;
	width:115px;
	display:block;
}
#formright {
	position:relative;
	float:right;
	width:370px;
	display:block;
}
.studentname {
	position:relative;
	float:left;
	width:115px;	
	margin-top:5px;
}
.studentphone {
	position:relative;
	float:left;
	width:115px;	
	margin-top:27px;
}
.studentemail {
	position:relative;
	float:left;
	width:115px;	
	margin-top:27px;
}
.classtime {
	position:relative;
	float:left;
	width:115px;	
	margin-top:27px;
}
#form-container .signupsubmit {
	position:relative;
	float:right;
	width:81px;
	height:27px;
	background: url(images/sign-up-button.png) no-repeat;
	border:0;
	padding:0;
	margin:0;
	cursor:pointer;
}
/* -------------------[ Image Elements ]------------------- */

.alignright {
	float:right;
	margin:10px 0 10px 10px;
	padding:5px;
	display:inline;
}
.alignleft {
	float:left;
	margin:5px 5px 5px 0;
	padding:5px;
	display:inline;
}
.aligncenter {
	display:block;
	margin:0 auto;
}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #ebebeb;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 5px 5px 0;
	margin: 0;
}

/* -------------------[ Heading Elements ]------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-bottom:5px;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1em;
}

/* -------------------[ Widget Elements ]------------------- */

.box {
	width:210px; 
	display:block;
	margin-bottom:10px;
}
h4.widgettitle {
	width:200px;
	list-style:none;
	padding:5px;
	margin:0;
	color:#ff6702;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.inside {
	padding:10px;
	display:block; 
	overflow:hidden;
}
.textwidget p {
	line-height:150%;
}

/* -------------------[ List Elements ]------------------- */

.post ul {
	padding:0;
	margin:5px 0 5px 15px;
}
.post ul ul, .post ul ul ul {
	padding:0;
	margin:5px 0 5px 5px;
}
.post ul li {
	padding:5px 0;
	margin:0 0 0 15px;
	list-style: url(images/bullet.png);	
}
.post ul li li, .post ul li li li {
	padding:5px 0 0;
	margin:0 0 0 10px;
}
.post ol {
	padding:0;
	margin:5px 0 5px 15px;
}
.post ol ol, .post ol ol ol {
	padding:0;
	margin:5px 0 5px 5px;
}
.post ol li {
	padding:5px 0;
	margin:0 0 0 15px;
}
.post ol li li, .post ol li li li {
	padding:5px 0 0;
	margin:0 0 0 5px;
}

/* -------------------[ Sitemap Elements ]------------------- */

#lft {
	position:relative; 
	float:left; 
	width:175px; 
	display:block;
}
#rt {
	position:relative; 
	float:right; 
	width:675px; 
	display:block;
}
#rt .entry {
	margin-bottom:25px;
	padding:0 0 5px;
}
.smtitle {
	padding:5px 0;
	border-bottom:1px solid #ccc; 
	margin:0 0 10px;
	color:#444;
}

/* -------------------[ Pagination Elements ]------------------- */

.pagination {
	position:relative;
	float:left;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.pagination a {
	text-align:center;
	padding:5px;
	margin:0 2px 0 2px;
}
.pagination a:hover {
	color:#ff6702;
	text-decoration:underline;
}
.pagination a.current {
	color:#ff6702;
	font-weight:bold;	
}

/* ---------------[ Tables Elements ]--------------- */

table {
	font-size:14px;
	margin:15px 0;
}
table td {
	text-align:center;
}
table th {
	width:100px;
	text-align:center;
	color:#ff6702;
}
table .left {
	text-align:right;
	width:160px;
}	
