/*

Title: Play & Learn
Author: Artistic Design - Michal Kopanski
URI: http://www.artisticdesignweb.com

Table Of Contents

	$1 - @RESET
	$2 - @HEADER
	$3 - @CONTENT
	$4 - @FORM
	$5 - @FOOTER
	
*/

/*------------------------------
		$1 - @RESET
------------------------------*/

*{
	padding: 0px;
	margin: 0px;
	font-family: "Tahoma", Geneva, sans-serif;
}

body{
	background: url(../images/bg.png) repeat-x /*dff2ff #edebc2* #666666 #888888*/ #392e26;
	color: #293065;
	font-size: 12px;
	height: 100%;
}

.wrapper{
	background: #ffffff;
	width: 1020px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #293065;
	border-right: 1px solid #293065;
	border-bottom: 1px solid #293065;
}

.clearfix{
	width: 1px;
	height: 1px;
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
}

/*------------------------------
		$2 - @HEADER
------------------------------*/

#header{
	background: url(../images/header-bg.jpg) no-repeat;
	height: 196px;
}

/*------------------------------
		$3 - @CONTENT
------------------------------*/

#content{
	padding: 30px;
}

.welcome{
	width: 480px;
	margin: 0 10px;
	float: left;
}

.float-right{
	float: right;
	margin: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.float-left{
	float: left;
	margin: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}

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

h1{
	font-size: 30px;
	line-height: 36px;
}

h2{
	font-size: 25px;
}

h3{
	font-size: 20px;
	margin-top: 40px;
}

.about-13 h3{
	letter-spacing: -1.6px;
}

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

/*-------- v BULLET STYLES v --------*/

li{
	margin: 10px 0px;
	margin-left: 20px;
	padding-left: 10px;
}

li.r{
	list-style: url(../images/bullet-r-b.gif);
}

li.b{
	list-style: url(../images/bullet-b-b.gif);
}

li.y{
	list-style: url(../images/bullet-y-b.gif);
}

li.g{
	list-style: url(../images/bullet-g-b.gif);
}

/*-------- ^ BULLET STYLES ^ --------*/

.color-br{
	width: 100%;
	height: 15px;
	margin: 20px 0px;
	background: url(../images/bullet-br.jpg) top center no-repeat;
}

p{
	font-size: 12px;
	margin-top: 20px;
	line-height: 18px;
}

.about-13 p{
	font-size: 12px;
	margin-top: 10px;
	line-height: 16px;
}

ul{
	margin-top: 20px;
}

blockquote{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	letter-spacing: 3px;
	color: #2f6f27;
	margin-top: 20px;
	margin-left: 10px;
}

.welcome .sig{
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.welcome .read-more{
	float: right;
}

.welcome hr{
	border: none;
	border-top: 1px dotted #cccccc;
	margin-top: 20px;
}

.text{
	color: #293065;
	font-size: 14px;
}

.flash-slider{
	width: 300px;
	margin: 0px 10px;
	float: left;
}

.content-widget{
	width: 280px;
	height: 200px;
	padding: 0 20px;
	float: left;
	margin-top: 60px;
}

.middle-widget{
	width: 278px;
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	padding: 0px 20px;
}

.about-23{
	width: 600px;
	float: left;
	padding-right: 30px;
	padding-left: 20px;
}

.about-13{
	width: 250px;
	float: left;
	padding-left: 40px;
	margin-left: 10px;
	border-left: 1px dotted #cccccc;
}

.name{
	float: right;
}

hr{
	border: none;
	border-top: 1px dotted #cccccc;
	margin-top: 20px;
}

.buttons{
	margin-top: 30px;
}

.button{
	padding: 5px 15px;
	font-weight: normal;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	margin: 2px 0px;
	cursor: pointer;
}

.red{
	background: #e12525;
	border: 1px solid #cc1b1b;
}

.red:hover{
	background: #cc1b1b;
}

.blue{
	background: #293065;
	border: 1px solid #1d2354;
}

.blue:hover{
	background: #1d2354;
}

.yellow{
	background: #ffcc00;
	border: 1px solid #eabc06;
}

.yellow:hover{
	background: #eabc06;
}

.green{
	background: #387d2f;
	border: 1px solid #2c6b24;
}

.green:hover{
	background: #2c6b24;
}

/*-------- v ABOUT-TESTIMONIAL STYLES v --------*/

.testimonial{
	width: 190px;
	float: left;
	margin-right: 10px;
}

.testimonial blockquote{
	font-family: "Georgia", Georgia, serif;
	font-style: italic;
	letter-spacing: normal;
	font-size: 16px;
	line-height: 20px;;
	quotes: "\201C" "\201D";
}
.testimonial blockquote:before, .testimonial blockquote:after {
	content: open-quote;
	font-weight: bold;
	font-size: 20px;
	margin: 2px;
	color: #cccccc;
}

.testimonial span.sig{
	text-align: right;
	float: right;
	font-family: "Palatino Linotype", Book Antiqua3, Palatino6, serif;
	font-style: italic;
	margin: 20px 10px 0px 0px;
}

/*-------- ^ ABOUT-TESTIMONIAL STYLES ^ --------*/

/*------------------------------
		$4 - @FORM
------------------------------*/

form{
	width: 600px;
}

label{
	font-weight: normal;
	margin-right: 11px;
}

form input{
	padding: 10px;
	font-size: 15px;
	border: 1px solid #cccccc;
	margin-top: 10px;
	line-height: 15px;
}

form input:focus{
	background: #eaeaea;
	border: 1px solid#666666;
}

form select.one{
	font-size: 15px;
	line-height: 15px;
	padding: 10px 5px 10px 10px;
	border: 1px solid #cccccc;
	margin-top: 10px;
	width: 100px;
	
}

form option{
	line-height: 15px;
}

form textarea{
	height: 150px;
	width: 370px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #cccccc;
}

form textarea:focus{
	background: #eaeaea;
	border: 1px solid#666666;
}

.wide{
	width: 370px;
}

#dob{
	width: 138px;
}

form .clearfix{
	height: 20px;
}

.marginleft{
	margin-left: 10px;
}
/*------------------------------
		$5 - @FOOTER
------------------------------*/

#footer{
	background: url(../images/footer-bg.jpg) no-repeat;
	padding: 10px 0px;
}

.walking-girraffes{
	height: 250px;
	margin-top: -50px;
}

.color-break{
	background: url(../images/color-break1.jpg);
	height: 7px;
}

#footer a, #footer a:visited{
	color: #293065;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer p{
	text-align: center;
}


/*------------------------------
		$6 - @ADDON FOR REVISION#1
------------------------------*/

.content-widget h2.news1{
	background: url(../images/title-news1.jpg) no-repeat;
	width: 86px;
	height: 20px;
}

.content-widget h2.offer-revised{
	background: #293065;
	padding: 5px 15px;
	width: 150px;
	color: #ffffff;
	font-weight: normal;
}

.button1{
	padding: 2px 25px;
	color: #ffffff;
	text-decoration: none;
	margin: 5px;
	cursor: pointer;
}

h4{
	font-family: "Lucida Grande", Times, serif;
	font-size: 23px;
	margin-top: 40px;
	color: #293065;
	font-weight: bold;
}

.program li{
	border-bottom: 1px dashed #cccccc;
}

.program a:hover{
	color: #000000;
}