/* 
Kainalu Project
©2009 Soko
version 1.0, last modified 11-23-08
for questions or comments contact mattsoko@bullvision.com
*/

/* ---------- base styles ------------- */
@charset "utf-8";

*{
	padding: 0;
	margin: 0;
}
body{
	background: #ddd3bd url(/_images/bkgd.jpg) repeat-x;
	text-align:center;
	font-family: Trebuchet MS, Georgia, Times, serif;
	font-size: 80%;
	color: #FFFFFF;
	padding:0;
	margin:0;
}
#wrapper{
	position:relative;
	background: #fcfae2 url(/_images/sidebar_bg.gif) repeat-y;
	width: 921px;
	margin: 0 auto;
	text-align: left;
}
#wrappersplash{
	position:relative;
	width: 921px;
	text-align: left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#wrapper3{
	position:relative;
	background: #fcfae2 url(/_images/white_bg.gif) repeat-y;
	width: 982px;
	margin: 0 auto;
	text-align: left;
}
#clear{
	clear:both;
}
hr {
	font-size: 1px;
	color: #DDDDDD;
}	
#logo {
	background: url(/_images/logo.png);
	left: 25px;
	top: 14px;
	padding:0;
	margin:0;
	width: 451px;
	height: 41px;
	position: relative;
}
#subscribe{
	right: 115px;
	top: 29px;
	padding:0;
	margin:0;
	width: 250px;
	height: 41px;
	position: absolute;
}
#socialIcons{
	right: 5px;
	top: 31px;
	padding:0;
	margin:0;
	width: 100px;
	height: 20px;
	position: absolute;
}
/* ------- account navigation styles --------- */
#accountNav ul{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 5px;
	width: 315px;
	list-style: none;
}
#accountNav ul li{
	float: left;
}
#accountNav ul a{
	padding: 0 1.1em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #666;
	float: left;
	display: block;
}
#accountNav ul a.first{
	background: none;
}
#accountNav ul a:hover{
	color: #CC0000;
}
/* ----------------- header styles ---------------*/
#header {
	position: relative;
	top: left;
	height: 78px;
	padding:0;
	margin:0;
}
#header h1 {
	margin-left: -9000px;
}
#header #logoImage {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 141px;
	background: url(/_images/logo.gif) no-repeat top right;
}
/* ------- main navigation styles --------- */
#mainNav ul {
	margin: 0;
	position: absolute;
	right: 0;
	top: 67px;
	width: 907px;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#mainNav ul li{
	float: left;
}
#mainNav ul a{
	padding: 0 1.3em;
	font-size: 14px;
	line-height: 2em;
	text-decoration: none;
	color: #dcd1c6;
	float: left;
	display: block;
	font-weight: bold;
}
#mainNav ul a.first{
	color: #fff600;
}
#mainNav ul a:hover{
	color: #DC9B22;
}
/* ------- sub navigation styles --------- */
#subNav ul{
	margin: 0;
	position: absolute;
	left: 20px;
	bottom: 8px;
	width: 687px;
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#subNav ul li{
	float: left;
}
#subNav ul a{
	padding: 0 1em;
	font-size: 13px;
	line-height: 1.5em;
	text-decoration: none;
	color: #444444;
	float: left;
	display: block;
}
#subNav ul a.first{
	background: none;
	color: #999999;
}
#subNav ul a:hover{
	color: #999999;
}
/* --------------------- banner styles ------------------------ */
#audioPlayer{
	width: 921px;
	height: 73px;
	position: relative;
	top: 17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: ffffff;
	border-right-color: ffffff;
	border-left-color: ffffff;
	z-index:1;
}
#mediaPlayer{
	margin: 0;
	width: 921px;
	padding: 0;
	position: relative;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
}
/* --------------------- banner styles ------------------------ */
#bannerShort{
	float:left;
	width: 921px;
	height: 232px;
	background: url(/_images/banner_short.jpg) no-repeat top right;
}
/* ------- third navigation styles --------- */
#bannerShort ul{
	margin: 0;
	position: relative;
	right: 0;
	top: 203px;
	width: 660px;
	list-style: none;
	padding: 0;
	float: left;
}
#bannerShort ul li{
	float: left;
}
#bannerShort ul a{
	padding: 0 1.3em;
	font-size: 13px;
	line-height: 1.5em;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	font-weight: bold;
}
#bannerShort ul a.first{
	background: none;
}
#bannerShort ul a:hover{
	color: #FFCC00;
}
/* ------- splash page styles --------- */
#rotator{
	margin: 0;
	width: 921px;
	top: 95px;
	padding: 0;
	position: absolute;
	border: 1px solid #ffffff;
}
#contact{
	margin: 0;
	width: 921px;
	height: 612px;
	background-image:url(/_images/contact_bg.jpg);
	padding: 0;
	border: 1px solid #ffffff;
	top: 95px;
	position: absolute;
}
#contactForm{
	margin: 0;
	width: 280px;
	height: 500px;
	padding: 0;
	top: 50px;
	left: 585px;
	position: relative;
}
#contactForm p {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
}
#links{
	margin: 0;
	width: 921px;
	height: 612px;
	background-image:url(/_images/links_bg.jpg);
	padding: 0;
	border: 1px solid #ffffff;
	top: 95px;
	position: absolute;
}
#linksContent{
	margin: 0;
	width: 185px;
	height: 500px;
	padding: 0;
	top: 40px;
	left: 675px;
	position: absolute;
}
#linksContent p {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #ffffff;
}
#linksContent a{
	color: #888888;
	text-decoration: none;
}
#linksContent a:hover{
	color:#DC9B22;
}
/* --------------------- content styles ------------------------ */
#content{
	float:left;
	width: 710px;
}
#contentmid{
	width: 982px;
}
#feature1{
	margin: 0;
	width: 224px;
	height: 97px;
	position: relative;
	padding: 0;
	top: 511px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
#feature2{
	margin: 0;
	width: 227px;
	height: 97px;
	position: relative;
	padding: 0;
	top: 511px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
#feature3{
	margin: 0;
	width: 230px;
	height: 97px;
	position: relative;
	padding: 0;
	top: 511px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;
}
#feature4{
	margin: 0;
	width: 235px;
	height: 97px;
	position: relative;
	top: 511px;
	padding: 0;
	float: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
}
#featuredleft{
	margin: 20px;
	float:left;
	width: 290px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#featuredmid{
	margin-top: 20px;
	float:left;
	width: 300px;
}
#featuredright{
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
/* -- featured area styles -- */
#featured {
	padding: 1em 2em;
	margin: 1em 0 3em;
}
#featured img {
	float:left;
	margin-right: .7em;
	margin-bottom: .3em;
}
#featured h1 {
	margin-left: 220px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333333;
	border-bottom: 1px solid #999999;
	letter-spacing: 0.1em;
	text-transform:uppercase;
}
#featured h2{
	margin-left: 220px;
	font: italic bold 1.1em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #666666;
}
#featured h3{
	font-size: 1.1em;
	color: #777;
	text-align:right;
	padding-bottom: .7em;
}
#featured p{
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #333333;
}
#featured a{
	color: #777;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}
#featured a:hover{
	color:#d52e36;
	border-bottom: 1px solid #d52e36;
}
/* --------------------- content styles ------------------------ */
#ambassador1{
	margin: 0;
	width: 150px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
#ambassador2{
	margin: 0;
	width: 150px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
#ambassador3{
	margin: 0;
	width: 154px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;
}
#ambassador4{
	margin: 0;
	width: 150px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-right-color: #ffffff;
	border-left-color: #ffffff;
}
#ambassador5{
	margin: 0;
	width: 156px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ffffff;
}
#ambassador6{
	margin: 0;
	width: 155px;
	height: 114px;
	position: relative;
	top: 18px;
	padding: 0;
	float: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-bottom-color: #ffffff;
}
#ambassador7{
	margin: 0;
	width: 150px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	border-right-color: #ffffff;

}
#ambassador8{
	margin: 0;
	width: 150px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4e4f4f;
	border-right-color: #4e4f4f;
}
#ambassador9{
	margin: 0;
	width: 154px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #4e4f4f;
}
#ambassador10{
	margin: 0;
	width: 150px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #4e4f4f;
	border-right-color: #4e4f4f;
	border-left-color: #4e4f4f;
}
#ambassador11{
	margin: 0;
	width: 156px;
	height: 114px;
	position: relative;
	padding: 0;
	top: 18px;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #4e4f4f;
}
#ambassador12{
	margin: 0;
	width: 156px;
	height: 114px;
	position: relative;
	top: 18px;
	padding: 0;
	float: right;
}	
/* --------------------- sidebar styles ------------------------ */
#sidebar{
	float:right;
	width: 270px;
}
#sidebar h1{
	font: 1.4em/1.8em "Trebuchet MS", Helvetica, sans-serif;
	color: #cc0000;
	text-align: center;
	padding-top: 0.5em;
}
#sidebar h2{
	font: 1.2em "Trebuchet MS", Helvetica, sans-serif;
	color: #cc0000;
	padding: 0 0 0.5em 2em;
	margin-top: .5em;
}
#sidebar p{
	font: .9em/1.3em "Trebuchet MS", Helvetica, sans-serif;
	color: #333333;
	padding: 0 1em 0 2.2em;
	margin-bottom: 2em;
}
#sidebar p.event{
	color: #333333;
	margin-top: -0.5em;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-weight: bold;
}
#sidebar a{
	color:#d52e36;
	text-decoration: none;
	border-bottom: 1px dotted #d52e36;
}
#sidebar a:hover{
	border-bottom-style: solid;
}
#sidebar h2.show{
	background: url(../_images/easel.gif) no-repeat .5em -0.5em;
}
#sidebar h2.music{
	background: url(../_images/note.gif) no-repeat .5em -0.1em;
}
#sidebar h2.class{
	background: url(../_images/palette.gif) no-repeat .3em 0.2em;
}
/* ----- sidebar navigation styles -------*/
#sidebar ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
/* resets size of nav links relative to this size */
#sidebar ul#secondNav{
	font-size:1.2em;
	font-weight:bold;
}
#sidebar ul#secondNav li{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color: #6f5044;
}
#sidebar ul#secondNav li.section{
	padding: .5em 0 .5em 1.4em;
}
#sidebar ul#secondNav a{
	color: #561216;
	text-decoration: none;
	padding: .2em 0 .2em 1.4em;
	display:block;
	width: 200px;
	border:none;
}
#sidebar ul#secondNav .nested a{
	font-size:.85em;
}
#sidebar ul#secondNav li a.heading{
	color: #fcfae2;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	display:block;
	width: 230px;
	border:none;
	background-color:#561216;
}
#sidebar ul#secondNav a:hover{
	color:#e25a25;
}
#sidebar ul#secondNav a.current{
	color: #028925;
}
#sidebar ul#secondNav a.current:hover{
	color:#028925;
	cursor: default;
}
/* -------------------- footer styles -------------------------------- */
#footer{
	color: #3b240b;
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	position: absolute;
	top:680px;
	margin-bottom: 25px;
	left: 262px;
}
#footer a{
	color: #d52e36;
	text-decoration: none;
}
#footerGallery{
	color: #3b240b;
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	position: absolute;
	top:800px;
	margin-bottom: 25px;
	left: 262px;
}
#footerGallery a{
	color: #d52e36;
	text-decoration: none;
}
#footerAmbassador{
	color: #3b240b;
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	position: absolute;
	top:705px;
	margin-bottom: 25px;
	left: 350px;
}
#footerAmbassador a{
	color: #d52e36;
	text-decoration: none;
}
#footerLinks{
	color: #3b240b;
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	position: absolute;
	top:705px;
	margin-bottom: 25px;
	left: 340px;
}
#footerLinks a{
	color: #d52e36;
	text-decoration: none;
}
#footerContact{
	color: #3b240b;
	font: 1em "Trebuchet MS", Helvetica, sans-serif;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	position: absolute;
	top:705px;
	margin-bottom: 25px;
	left: 262px;
}
/* ------- sub navigation styles --------- */
#privacy ul{
	margin: 0;
	position: relative;
	right: 0;
	bottom: 65px;
	width: 240px;
	list-style: none;
	float: right;
}
#privacy ul li{
	float: left;
}
#privacy ul a{
	padding: 0 1.3em;
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;
	color: #666;
	float: left;
	display: block;
}
#privacy ul a.first{
	background: none;
}
#privacy ul a:hover{
	color: #CC0000;
}
/* ------- sign-up field styles --------- */
#signup {
	bottom: 10px;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
}	
.confirmed {
	font-family: "Trebuchet", Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#confirmedBox {
	padding-top: 5px;
}
#confirmedText {
	color: #55330f;
	line-height: 1.5 em;
	font-family: Trebuchet MS;
	font-size: 14px;
	margin:0;
	padding:0;
	top:200px;
	position: absolute;
	
}
