/*

	Site Name: Learning Arena
	Site URL: http://www.learning-arena.com
	
	Designer/Coder: Shawn Tan

*/ 


/* GENERAL STYLES
-------------------------------------------------------------------------------*/

html { min-height: 100%; }

body { 
	font-family: helvatica, arial, sans-serif; 
	color: #5a5959; 
	font-size: 16px; 
	line-height: 21px;
	background: #f8f8f8 url(../img/bg.jpg) no-repeat center bottom;
}

h1 {
	font-family: 'OpenSansBoldItalic', helvatica, arial, sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: normal;
	background: url(../img/hdivider.png) no-repeat;
	background-position: center;
	height: 64px;
	margin-bottom: 20px;
	padding-left: 0px;
	text-align: center;
}

h1.welcome {
	font-size: 30px;
	background-position: 0px 5px;
	text-align: left;
}

h2 {
	font-family: 'OpenSansBoldItalic', helvatica, arial, sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 30px;
}

h3 {
	font-family: 'OpenSansBold', helvatica, arial, sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: normal;
	margin-bottom: 10px;
}

a:link, a:visited { text-decoration: none; color: #1780c4; }
a:hover { text-decoration: underline; }

p { margin: 0 0 15px 0; /*text-align: justify;*/ }
p.big, span.big { font-size: 18px; line-height: 21px; }
p.small { font-size: 12px; line-height: 16px; color: #999999; }

hr {
	clear: both; 
	border: none; 
	border-bottom: 1px dashed #ddd;
	margin: 10px 0 10px 0;
}

img { border: 0; padding: 0; margin: 0; }
img.align-right {
	float: right; 
	margin: 0 0 15px 15px;
	display: inline;
}
img.align-left {
	float: left; 
	margin: 0 15px 15px 0;
	display: inline;
}

sup, sub {
  vertical-align: baseline; 
  position: relative; 
  font-size: 0.7692em; 
  line-height: 1; 
}

sup {
 	bottom: 1.4ex;
}

/*.hanging-indent {
	text-indent: -5px;
	padding-left: 5px;
}*/

/* clear floats */
.clear:before, .clear:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clear:after { clear: both; }  
.clear { zoom: 1; } 

#container { 
	width: 940px; 
	margin: 0px auto; 
	text-align: left; 
	position: relative;
}

#contentHolder { clear: both; width: 820px; margin: 0 auto; position: relative; }
#contentTop { background: url(../img/bg-content-top.png) no-repeat; height: 30px; }
#contentBottom { background: url(../img/bg-content-bottom.png) no-repeat; height: 40px; }
#mainContent { background: url(../img/bg-content-repeat.png) repeat-y; padding: 40px 60px; }

#footer { clear: both; padding-bottom: 20px; margin-bottom: 50px; margin-top: 20px; }
#footer p { font-size: 13px; color: #999999; text-align: center; margin-top: 10px; }

.returntoTop { 
	font-size: 14px; 
	float: right;
}


/* HEADER STYLES
-------------------------------------------------------------------------------*/

#top { height: 157px; position: relative; }
#logo { float: left; margin-top: 48px; }
#language { position: absolute; top: 0; right: 40px; }
#social { float: right; margin-top: 113px; color: #666666; }
#social span { font-size: 13px; }
#social .icons { margin: 0 0 -5px 1px; }
#headerImg { position: absolute; top: 0; left: 372px; }



/* NAVIGATION
-------------------------------------------------------------------------------*/

#navHolder {
	background: url(../img/nav/navBG.png) no-repeat;
	width: 940px;
	height: 115px;
	display: table;
	padding-left: 17px;
}

#nav { display: table-cell; vertical-align: middle; }
#nav li { list-style: none; float: left; height: 53px; margin-right: 28px; }
#nav li a { text-decoration: none; display: block; height: 53px; }

#nav li.home { width: 104px; background: url(../img/nav/navHome.png) 0px -53px no-repeat; text-indent: -9999px; }
body#home #nav li.home { background: url(../img/nav/navHome.png) 0px 0px no-repeat; }

#nav li.about { width: 104px; background: url(../img/nav/navAbout.png) 0px -53px no-repeat; text-indent: -9999px; }
body#about #nav li.about { background: url(../img/nav/navAbout.png) 0px 0px no-repeat; }

#nav li.classes { width: 127px; background: url(../img/nav/navClasses.png) 0px -53px no-repeat; text-indent: -9999px; }
body#classes #nav li.classes { background: url(../img/nav/navClasses.png) 0px 0px no-repeat; }

#nav li.contact { width: 123px; background: url(../img/nav/navContact.png) 0px -53px no-repeat; text-indent: -9999px; }
body#contact #nav li.contact { background: url(../img/nav/navContact.png) 0px 0px no-repeat; }


#nav-cn { display: table-cell; vertical-align: middle; }
#nav-cn li { list-style: none; float: left; height: 53px; margin-right: 28px; }
#nav-cn li a { text-decoration: none; display: block; height: 53px; }

#nav-cn li.home { width: 104px; background: url(../img/nav/navHome-cn.png) 0px -53px no-repeat; text-indent: -9999px; }
body#home #nav-cn li.home { background: url(../img/nav/navHome-cn.png) 0px 0px no-repeat; }

#nav-cn li.about { width: 104px; background: url(../img/nav/navAbout-cn.png) 0px -53px no-repeat; text-indent: -9999px; }
body#about #nav-cn li.about { background: url(../img/nav/navAbout-cn.png) 0px 0px no-repeat; }

#nav-cn li.classes { width: 127px; background: url(../img/nav/navClasses-cn.png) 0px -53px no-repeat; text-indent: -9999px; }
body#classes #nav-cn li.classes { background: url(../img/nav/navClasses-cn.png) 0px 0px no-repeat; }

#nav-cn li.contact { width: 123px; background: url(../img/nav/navContact-cn.png) 0px -53px no-repeat; text-indent: -9999px; }
body#contact #nav-cn li.contact { background: url(../img/nav/navContact-cn.png) 0px 0px no-repeat; }


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

#slider-wrapper {
	width: 938px;
	height: 374px;
	background: url(../img/slider/sliderBG.png) no-repeat;
	padding: 1px 1px 0 1px;
	position: relative;
	margin-bottom: 66px;
}

#slides {
	width: 938px;
	height: 358px;
	position:absolute;
	/*top:15px;
	left:4px;
	z-index:100;*/
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:938px;
	overflow:hidden;
	position:relative;
	/*display:none;*/
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:938px;
	height:358px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

.pagination {
	/*margin:26px auto 0;
	width:100px;*/
	position: absolute;
	top: 24px;
	right: 25px;
	z-index:1000;
}

.pagination li {
	float:left;
	margin-right: 7px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:7px;
	height:0;
	padding-top:7px;
	background-image:url(../img/slider/dots.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -7px;
}


/*#slider {
   	width: 938px;
   	height: 358px;
}

#slider a { display: block; }

.nivo-controlNav {
	position: absolute;
	top: 24px;
	right: 25px;
}

.nivo-controlNav a {
	display: block;
	width: 7px;
	height: 7px;
	background: url(../img/slider/dots.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 7px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -7px;
}*/

.ribbon { position: absolute; right: 35px;bottom: -91px; }



/* HOME
-------------------------------------------------------------------------------*/

#home-left { width: 360px; float: left; margin-right: 20px; text-align: center; position: relative; }
#home-right { width: 470px; float: left; padding-left: 30px; padding-right: 20px; margin-bottom: 100px;}

.welcome-img { position: absolute; left: 0; top: -12px; margin-bottom: 200px; }

.girl-thumbsup { position: absolute; right: 82px; top: -154px; }



/* ABOUT US
-------------------------------------------------------------------------------*/

.profile-wrap { position: relative; padding-bottom: 20px; }
.profile-wrap .profile-left { float: left; width: 160px; }
.profile-wrap .profile-right { float: left; margin-left: 20px; width: 520px; }
.profile-pic { padding: 3px; background: #fdfdfd; border: 1px solid #f2f2f2; /*margin-top: 15px;*/ }

.testimonial {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-size: 1.2em;*/
	font-size: 16px;
	line-height: 21px;
	padding: 15px;
	/*border: 1px solid #e8e8e8;*/
	margin: 0 0 20px 0;
	/*background: url(../img/open-quote.gif) no-repeat 10px 10px;*/
}



blockquote {
	/*background: url(../img/close-quote.gif) no-repeat right bottom;*/
}
cite {
	margin-top: 10px;
}


/* OUR CLASSES
-------------------------------------------------------------------------------*/

div.title-head {
	overflow: hidden;
}

div.title-head h2 {
	float: left;
	display: inline-block;
}

div.title-head p {
	float: right;
	display: inline-block;
	/*font-style: italic;*/
	font-weight: bold;
}

#schedule_wrap {
	width: 1024px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}

table.class_schedule {
	border: 1px solid #dddddd;
	margin-bottom: 30px;
}

table.class_schedule .th_header {
	background: #00aeef;
	color: #ffffff;
	font-size: 14px;
	padding: 10px;
}

table.class_schedule td {
	padding: 10px;
	font-size: 14px;
	width: 9.7%;
	background: white;
	border-bottom: 1px solid #dddddd;
}

/*table.class_schedule td.right_divider {
	border-right: 1px solid #dddddd;
}

table.class_schedule td.time {
	width: 16%;
	font-weight: bold;
}

span.make-up {
	color: #de5244;
}

span.add-class {
	color: #1780c4;
}

table.class_schedule th.weekday {
	background: #00aeef;
	color: #ffffff;
}
table.class_schedule th.weekend {
	background: #ff9ff1;
	color: #ffffff;
}

ol.fees-terms li {
	font-size: 14px;
	list-style-type: decimal;
	margin-left: 20px;
}*/


/* CONTACT FORM STYLES
-------------------------------------------------------------------------------*/

#formWrap { 
	display: block; 
	margin-top: 20px;  
}

label { 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 30px; 
	width: 180px;
	font-size: 16px; 
}

input, textarea, select { 
	margin: 0; 
	padding: 5px; 
	color: #7d7d7d; 
	background: #ffffff; 
	border: 1px solid #e8e8e8; 
	margin: 5px 5px; 
	font-size: 15px;
}  

input:focus, textarea:focus, select:focus { 
	border: 1px solid #cccccc; 
	background-color: #fff; 
	color: #7d7d7d; 
}

select { width: 500px; }

.error { color: #de5244; }

button.submit { 
	width: 168px;
	height: 56px;
	cursor: pointer; 
	border: 0;
	text-indent: -9999px;
	background: url(../img/submitButton.png) no-repeat;
}
button.submit-cn { 
	width: 168px;
	height: 56px;
	cursor: pointer; 
	border: 0;
	text-indent: -9999px;
	background: url(../img/submitButton-cn.png) no-repeat;
}



