@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/wavecut_dark.gif);
	height:auto; font-family: 'Exo 2', sans-serif;
	font-weight:400;
	font-style:normal;
	line-height:normal;
	margin:auto;
	padding: 0;
	font-size:14pt;
	width:960px;
	margin:auto;
}

.content {
	background-image:url(../images/wavecut.gif);
	padding-left:20px;
	padding-right:20px;
	height:700px;
	color: #999;
}

.header {
	background:#959595;
	height: 140px;
	clear:both;
	padding-bottom: 20px;
}

p {
	font-size:16px;
	color: #666;
	text-wrap:normal;
}

a{
	color:#999;
	-webkit-transition:color 1000ms ease;
	-moz-transition:color 500ms ease;
	-ms-transition:color 500ms ease;
	-o-transition:color 500ms ease;
	transition:color 500ms ease;
}

a:hover{ color:#FC9; }

a{
	text-decoration:none;
	border:none;
	padding:0;
	outline:none;
	text-align: left;
}

.a {color:#CCC;}

p {
	font-size:14px
}
/*############ Navigation bar #####################*/
ul {
	margin: 0;
	padding: 0;
	background:#959595;
	list-style-image: none;
	list-style-type: none;
	}
#nav ul {
	background:#959595;
	border-top: 1px solid #000;
}

ul li {
	position: relative;
	float: left;
	height: 30px;
	width: 152px;
	margin: 0;
	padding-left:20px;
	padding-right:20px;
	background-image: url(../images/wavecut_med_dark.gif);
	}

li ul {
	position: absolute;
	left: -3px;
	top: 27px;
	display: none;
	z-index: 10;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

li ul#lessonlist li {
	width:275px;
}

ul li a:link {
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	text-align: leftr;
}

ul li a:hover, ul li a:active {
	color:#FFF;
	text-decoration: underline;
}

li:hover ul { display: block; }

/*############ Basic Form Rules #####################*/
form, fieldset, input, textarea {
	margin: 0; padding: 0; border: 0; outline: none;
}


/*############ Contact Rules #####################*/
#contact {
	padding-top:20px;
	width: 430px; margin: 60px auto; padding: 60px 30px;
	background: #CCC; border: 1px solid #e1e1e1;
	-moz-box-shadow: 0px 0px 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
}

/** h1 {
	font-size: 35px; color: #445668; text-transform: uppercase;
	text-align: center; margin: 0 0 35px 0; text-shadow: 0px 1px 0px #f2f2f2;
} **/

label {
	float: left;
	clear: left;
	margin: 11px 20px 0 0;
	width: 95px;
	text-align: right;
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #f2f2f2;
}

input {
	width: 260px;
	height: 35px;
	padding: 5px 20px 0px 20px;
	margin: 0 0 20px 0;
	background: #999;
	background: -moz-linear-gradient(top, #546A7F 0%, #5E768D 20%); /* firefox */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif;
	font-size: 16px;
	color: #f2f2f2;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px #334f71;
	background-color: #999;
	background-position: left top;
}
	input::-webkit-input-placeholder  {
    	color: #CCC; text-shadow: 0px -1px 0px #38506b;  
	}
	input:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}

textarea {
	width: 260px;
	height: 170px;
	padding: 12px 20px 0px 20px;
	margin: 0 0 20px 0;
	background: -moz-linear-gradient(top, #666 0%, #999 20%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(5%,#999)); /* webkit */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #f2f2f2;
	-webkit-box-shadow: 0px 1px 0px #f2f2f2;
	font-family: sans-serif;
	font-size: 16px;
	color: #f2f2f2;
	text-transform: uppercase;
	text-shadow: 0px -1px 0px #334f71;
	background-color: #999999;
}
	textarea::-webkit-input-placeholder  {
    	color: #CCC; text-shadow: 0px -1px 0px #38506b;  
	}
	textarea:-moz-placeholder {
	    color: #a1b2c3; text-shadow: 0px -1px 0px #38506b; 
	}
	
input:focus, textarea:focus {
	background-color: #666;
	background-position: left top;
}

input[type=submit] {
	width: 185px;
	height: 52px;
	float: right;
	padding: 10px 15px;
	margin: 0 15px 0 0;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
	border: 1px solid #556f8c;
	background: -moz-linear-gradient(top, #666 0%, #CCC 100%); /* webkit */
	cursor: pointer;
	background-color: #999;
	background-position: left top;
}


/*############ Footer bar #####################*/
#footer {clear:both;
		background-image:url(../images/wavecut.gif);
}

#footer p {
	width: 400px;
	margin: 0 auto 20px;
	}
#footer p a {
	color: #777;
	text-decoration: underline;
}

.footerlinks {
	padding-left: 50px;
}
