       @charset "utf-8";
/*================================*/
/* CSS DOCUMENT                   */
/*--------------------------------*/
/* NAME: main.css                 */
/* AUTHOR: Code Studios           */
/* DATE: May 05 2009              */
/*================================*/

/*================================*/
/* TABLE OF CONTENTS              */
/*--------------------------------*/
/* 1- General Formating           */
/* 2- Content Styling             */
/* 3- Main Navigation             */
/* 4- Sub Menu                    */
/* 5- Levels Menu                 */
/* 6- Custom Classes              */
/*================================*/


/*================================*/
/* GENERAL FORMATING              */
/*================================*/
html{
	height: 100%;
	
}
body {
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: justify;
	background-image: url("../pictures/bg.jpg");
	background-position: left 10%;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	font-size: .85em;
	line-height: 1.6em;
}
* {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3 {width: 100%; text-align: left;}
h1 {
	padding: 0 0 2px 0;
	font-size: 22px;
	font-weight: bold;
}
h1.lobby { color: #FFCC33;  padding-bottom: 10px; font-size: 28px; text-decoration: underline; width: 100%; text-align: center;}
h1.participate { color: #AD7A01;}
h1.festival { color: #0F55A1; padding-top:20px;}
h1.store { color: #EF5600;}
h1.about { color: #637C00; margin-top: 20px;}
h1.bio {color: #FF9900; margin: 20px 0 0 20px;}
#levels h1 { text-align: center; }
h2 {
	height: 30px;
    margin: 30px 0 20px 0;
    padding: 4px 0 0 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.lobby h2 {
    font-size: 20px;
    color: #000000;
    margin: 30px 0 15px 0;
    padding: 0;
    
}
h2.news {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #FFFFFF;
}
h2.participate {
    background: #AD7A01 url("../pictures/h2_bg.png") center right no-repeat;
    color: #71C7F3;
	margin-bottom: 5px;
	margin-top: 5px;
}
h2.festival {
    background: #0F55A1 url("../pictures/h2_bg.png") center right no-repeat;
    color: #FFCC33;
}
h2.festival-artists { 
	margin-top: 0;
	background: #0F55A1 url("../pictures/h2_bg.png") center right no-repeat;
    color: #FFCC33;
}
h2.store {
    background: #EF5600 url("../pictures/h2_bg.png") center right no-repeat;
    color: #D5ED3D;;
}
h2.about {
    background: #637C00 url("../pictures/h2_bg.png") center right no-repeat;
    color: #FFA943;
}
h3 {
	padding: 10px 0 0 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}
.lobby h3 {
	width: 280px;
	color: #000000;
    margin: 10px 0 5px 0;
    padding: 0;
    text-align: center;
}
h3.news {
	padding:0;
	font-size: 12px;
}
h3.participate {
    color: #AD7A01;
}
h3.store {
    color: #EF5600;
}
h3.about {
    color: #637C00;
}
p {
	margin-bottom: 20px;
}
p.lobby {margin-left: 2px;}
p.news {
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
p a:link, p a:visited, p a:active {
	text-decoration: none;
	font-style: italic;
	color: #006600;
}
p a:hover {
	text-decoration: none;
	color: #33FF00;
}
p.big {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

p img {margin: 5px 10px 5px 0;}

/*================================*/
/* CONTENT STYLING                */
/*================================*/
#doc3 {
	width: 974px;
}
#hd, .yui-layout-unit-top {
	min-height: 75px;
	background: #000000 url("../pictures/hd_bg2.jpg") top left no-repeat;
	color: #FFFFFF;
	z-index: 1;
}
#bd {
	text-align: justify;
	z-index: 100;
}
#ft, .yui-layout-unit-bottom {
	background: #000000 url("../pictures/hd_bg.jpg") top right no-repeat;
	color: #FFFFFF;
}
#nav {
	background-color: transparent;
}
#lobbyDate {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.yui-u.first {
    height: 430px;
    min-width: 500px;
    max-width: 650px;
	max-height: 430px;
	margin-top: 5%;
	margin-left: 10%;
	float: none;
}
.yui-b.right{
	position: relative;
	top: 60px;
	left: -40px;
	min-height: 2000px;
    width: 280px;
	z-index: 1;
	color: #FFFFFF;
	overflow: hidden;
}
#yui-main.first .yui-b{
	position: absolute;
	left: 15px;
    height: 430px;
    width: 600px;
	max-height: 430px;
	margin-top: 40px;
	z-index: 1;
	color: #FFFFFF;
	font-size: 100%;
}
#alive {
    position: absolute;
	top: 2px;
	left: 390px;
	width: 500px;
	height: 70px;
	z-index: 100;
}
#siteName {
    position: absolute;
	top: 0;
	right: 45px;
	height: 20px;
	z-index: 100;
}
#siteName h1 {font-size: 12px; font-weight: bold; color: #FFCC33;}

#title {
	position: absolute;
	top: 3px;
	left: 20px;
	width: 380px;
	height: 65px;
	z-index: 100;
}
#society {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 50px;
	z-index: 100;
}
#society img {
	position: absolute;
	top: 25px;
	right: 25px;
}
#page-title {
	position: relative;
	top: 0;
	left: 50%;
	width: 500px;
	height: 93px;
	margin-left: -250px;
	background: transparent url(../pictures/top_section2.png) top left;
}

#lobby_top1 {
	position: relative;
	top: 40px;
	width: 100%;
	height: 100px;
	background: transparent url(../pictures/top_section2.png) top center no-repeat;
	text-align: center;
}
#lobby_top1 img {
	margin-top: 16px;
}


#movie {
	margin-left: -100px;
	margin-top: -50px;
}
#plaza {
	margin-left: -100px;
	margin-top: -50px;
}

/* Mailing list form: if using Icontact code*/
.link,
#SignUp .signupframe {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.link {
	text-decoration: none;
	}
#SignUp .signupframe {
	margin-left: 10px;
	background: #FFCC33;
}
#SignUp .signupframe label{
	padding-right: 10px;
}
/*******************************/

#botdiv {
	position: relative;
	top: 100px;
	width: 900px;
	height: 151px;
	left: 0;
	padding-bottom: 30px;
	font-size: 11px;
	background: transparent url(../pictures/bg-lowerdiv.png) top center no-repeat;
}
#botdiv a {
	margin-left: 100px;
}
#botdiv #perform a {
	margin-left: 0;
}
#motif-divider {
	position: relative;
	top: 50px;
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-aling: center;
}
#divArtists {
	position: relative;
	top: 40px;
	width: 180px;
	height: 90px;
	left: 150px;
}
#divVendors {
	position: relative;
	top: -50px;
	width: 180px;
	height: 90px;
	left: 360px;
}
#divVolunteers {
	position: relative;
	top: -140px;
	width: 180px;
	height: 90px;
	left: 570px;
}

#lobby_bot {
	position: relative;
	top: 70px;
	width: 900px;
	left: 20px;
	padding-bottom: 30px;
	background: transparent url(../pictures/top2_bg.png) top center no-repeat;
}
#perform {
    position: relative;
    width: 100%;
    top: -100px;
    left: 0;
    font-size: 14px;
    text-align: center;
}
#countdown {
    position: relative;
	top: 0;
	margin: 0 auto;
	width: 220px;
	height: 200px;
	z-index: 100;
	padding: 5px 0 0 3px;
	
}
#latestnews {
	position: absolute;
	top: 40px;
	left: 45px;
	width: 163px;
	height: 37px;
	z-index: 100;
}




#levels_insert {
	position: relative;
	top: 0;
	right: 0;
	width: 200px;
	font-size: 82%;
	line-height: 1.1em;
	color: #6C1000;
}
#genevieveButton {
	position: relative;
	top: -900px;;
	left: 250px;
	width:200px;
	height: 324px;
}
div.iframe { 	
	position: absolute;
	width: 100%;
	top: 250px;
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
}
iframe#ifrm { width:80%;}
.ticketsform {
	position: relative;
	width: 100%;
	height: 40px;
	background: transparent url(../images/bg_ticketform.png) bottom left repeat-x;
	text-align: center;
	margin-top: 5px;
	padding-top: 15px;
	border-bottom: 2px solid #000000;
	border-top: 2px solid #000000;
}
#ccfa-en {
	position: relative;
	top: 0;
	left: 80px;
	width: 190px;
	height: 150px;
}
#ccfa-fr {
	position: relative;
	top: -155px;
	left: 280px;;
	width: 190px;
	height: 150px;
}


#ccfa-en p, #ccfa-fr p {
	margin: 5px;
	font-size: 76%;
	line-height: 1em;
}
h3.participate.links {
	position: relative;
	margin-top: -240px;
	
}
#bios {
	display: block;
	position: relative;
	top: 50px;
	left: 0;
	color: #000000;
}
#bios.bold {text-decoration: underline;}
#bios ul {
	position: relative;
	left: 45px;
	margin-right: 50px;
	text-align: left;
	
}
#bios li {color: #000000; font-size: 90%; list-style: outside;}
#bios li li li{list-style: disc outside;}
#lobby-schedule {
	display: block;
	width: 500px;
	position: relative;
	top: 0;
	left: 200px;
	font-size: 16px;
	
}
#schedule {
	display: block;
	position: relative;
	top: 0;
	left: 0;
}
#schedule.bold {text-decoration: underline;}
#schedule ul {
	position: relative;
	left: 45px;
	margin-right: 50px;
	text-align: left;
	
}
#schedule li {color: #000000; font-size: 100%; list-style: outside;}
#schedule li, #schedule li li li{list-style:none;}
#schedule h3 {padding-bottom: 15px; color: #0F55A1;}
#calendar table {
	font: 18px Arial, Verdana, "Sans Serif";
	color: #FFFFFF;
	border: 0;

}
#calendar table td {
	background-repeat: no-repeat;
	background-position: 50% 0;
	padding-top: 2px;
	border: 0;
}
#calendar table table tr, calendar table table td {
	border: 0;
}
textarea.dark {
	padding: 5px;
	font: 12px Arial, Verdana, "Sans Serif";
	font-weight: bold;
	background: transparent url("../pictures/bgform.png") top left;
	color: #FFCC00;
	width: 250px;
	border: 2px #663300;
	border-right-color: #330000; 
	border-top-color: #330000; 
	scrollbar-base-color: #330000;
	scrollbar-track-color: #330000;
	scrollbar-face-color: #330000;
	scrollbar-highlight-color: #CC6600;
	scrollbar-3dlight-color: #FF9900; 
	scrollbar-darkshadow-color: #330000;
	scrollbar-shadow-color: #330000;
	scrollbar-arrow-color: #00CCCC;
	
}

#evtcal a:link {font: normal 12pt "Arial", "Verdana", "Sans Serif"; color: #004400; text-decoration: none;}		/* unvisited link */
#evtcal a:visited {font: normal 12pt "Arial", "Verdana", "Sans Serif"; color: #004400; text-decoration: none;}	/* visited link */
#evtcal a:hover {font: normal 12pt "Arial", "Verdana", "Sans Serif"; color: #004400; text-decoration: none;}	/* mouse over link */
#evtcal a:active {font: normal 12pt "Arial", "Verdana", "Sans Serif"; color: #004400; text-decoration: none;}		/* selected link */
#calendar td {
	background-repeat: no-repeat;
}
#botLinks {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 75%;
	color: #FF0000;
	text-align: center;
}
#botLinks-reg {
	position: relative;
	top: 50px;
	left: -10%;
	width: 900px;
	font-size: 75%;
	color: #FF0000;
	text-align: center;
	margin-bottom: 100px;
}
#botLinks-reg.artist{
	top: 100px;
}
#botLinks a, #botLinks-reg a { padding: 2px; }
#botLinks a:link { color: #FFFFFF; }
#botLinks a:visited { color: #FFFFFF; }
#botLinks a:hover  { color: #FFFFFF; background-color: #CC0000; }
#botLinks-reg a:link, #botLinks-reg a:visited, #botLinks-reg a:active { color: #FFFFFF; }
#botLinks-reg a:hover { color: #FFFFFF; background-color: #CC0000; }


#pad {
	position: relative;
	height:55px;
}
#ft {
	text-align: center;
	font-size: 9px;
	color: #4197e3;
	z-index: 100;
}

/*================================*/
/* MAIN NAVIGATION                */
/*================================*/

#menu {	
	position: fixed;
	display: block;
	bottom: 25px;
	left: 50%;
	width: 500px;
	height: 150px;;
	margin-left: -250px;
    font-size: 14px;
    text-align: center;
    z-index: 50;
	overflow: hidden;
}



/*================================*/
/* SUB MENU                       */
/*================================*/
#subMenu {	
	position: relative;
	display: block;
	top: 10px;
	left: 50%;
	width: 600px;
	height: 30px;
	margin-left: -250px;
	margin-bottom: 20px;
    font-size: 12px;
    text-align: center;
    z-index: 1;
	overflow: hidden;
}
#subMenu ul {
	position: absolute;
	width: 600px;
	height: 30px;
	top: 0;
	left: 0;
	margin: 0;
	text-align: center;
} 
#subMenu ul li {
	padding: 0 2px;
	margin: 0;
	width: 100px;
	height: 30px;
	list-style: none;
	display: block;
	float: left;
	text-align: center;
	}
#subMenu li a {
	display: block;
	width: 100px;
	heigh: 20px;
	padding: 0;
	margin: 0;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 2em;
}
html>body #subMmenu li a {
	width: 100px;
}
#subMenu li a.participate {
    background-color: #FFCC33;
	color: #000000;
}
#subMenu li a.participate.active {
	background-color: #AD7A01;
	color: #71C7F3;
}
#subMenu li a.participate.active:hover {
	background-color: #AD7A01;
	color: #71C7F3;
}
#subMenu li a.participate:hover {
	background-color: #BD8A01;
	color: #51A7F3;
}
#subMenu li a.festival {
    background-color: #4197E3;
	color: #000000;
}
#subMenu li a.festival.active {
	background-color: #0F55A1;
	color: #DDCC34;
}
#subMenu li a.festival.active:hover {
	background-color: #0F55A1;
	color: #DDCC34;
}
#subMenu li a.festival:hover {
	background-color: #1065B1;
	color: #FFCC34;
}

#subMenu li a.store {
    background-color: #FF9934;
	color: #000000;
}
#subMenu li a.store.active {
	background-color: #EF5600;
	color: #D5ED3D;
}
#subMenu li a.store.active:hover {
	background-color: #EF5600;
	color: #D5ED3D;
}
#subMenu li a.store:hover {
	background-color: #FF6600;
	color: #B5CD1D;
}
#subMenu li a.about {
    background-color: #a5be0e;
	color: #000000;
}
#subMenu li a.about.active {
	background-color: #637C00;
	color: #FFA943;
}
#subMenu li a.about.active:hover {
	background-color: #637C00;
	color: #FFA943;
}
#subMenu li a.about:hover {
	background-color: #738b00;
	color: #FF9933;
}
/*================================*/
/* Levels menu                    */
/*================================*/
#levels {	
	position: relative;
	display: block;
	top: 0;
	left: 50%;
	width: 400px;
	height: 800px;
	margin-left: -200px;
	margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    z-index: 1;
	overflow: hidden;
}
#levels ul {
	position: absolute;
	width: 400px;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-align: center;
} 
#levels ul li {
	padding: 0;
	margin: 0;
	width: 400px;
	height: 150px;
	list-style: none;
	display: block;
	text-align: center;
}
#levels li a {
	display: block;
	width: 400px;
	height: 150px;
	padding: 25px 0 0 0;
	margin: 0;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 2em;
}
html>body #levels li a {
	width: 400px;
	height: 150px;
}
#levels li a.oloy {
	background-image:  url("../pictures/levels_bg_oloy_off.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#levels li a.oloy:hover {
	background-image:  url("../pictures/levels_bg_oloy.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #333333;
}
#levels li a.shema {
	background-image:  url("../pictures/levels_bg_shema_off.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#levels li a.shema:hover {
	background-image:  url("../pictures/levels_bg_shema.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #333333;
}
#levels li a.aka {
	background-image:  url("../pictures/levels_bg_aka_off.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#levels li a.aka:hover {
	background-image:  url("../pictures/levels_bg_aka.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #333333;
}
#levels li a.kwat {
	background-image:  url("../pictures/levels_bg_kwat_off.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#levels li a.kwat:hover {
	background-image:  url("../pictures/levels_bg_kwat.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #333333;
}
#levels li a.rafiki {
	background-image:  url("../pictures/levels_bg_rafiki_off.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#levels li a.rafiki:hover {
	background-image:  url("../pictures/levels_bg_rafiki.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	color: #333333;
}
/*================================*/
/* Store                 */
/*================================*/

.item {
	position: relative;
	width: 500px;
	height: 150px;
	border: solid 2px #000000;
}
#catalog ul li {margin: 5px 0 5px 0;}
.itemPic {
	position: relative;
	left: 5px;
	top: 5px;
	width: 140px;
	height: 140px;
}
.description {
	position: relative;
	left: 155px;
	top: -140px;
	width: 340px;
	height: 140px;
}

/*================================*/
/* CUSTOM CLASSES                 */
/*================================*/
.skip {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.bold { font-weight: bold; }
.orange { color: #FFCC33; }
.blue { color: #0F55A1; }
.green { color: #00FF33; }
a.small {
	font-size: 87%;
	font-weight: normal;
	color: #000000;
}
ul.reg li{
    list-style: square outside; color:#000000; margin-left: 16px;
}
.divider {width: 100%; text-align: center; margin-top: 16px;}
.divider-black {width: 100%; text-align: center; margin-bottom: 10px;}
.shadow-top {
	position: fixed;
	top: 74px;
	right: 2.6%;
	width: 98%;
	height: 50px;
	background: transparent url("../pictures/shadow2.png") top right no-repeat;
	z-index: 99;
}
.fade {
	position: fixed;
	bottom: 25px;
	left: 1%;
	width: 98%;
	height: 45px;
	z-index: 25;
}
.fade.lobby {
	background: transparent url("../pictures/fade_lobby.png") top left;
}
.fade.festival {
	background: transparent url("../pictures/fade_fest.png") top left;
}
.fade.part {
	background: transparent url("../pictures/fade_part.png") top left;
}
.fade.store {
	background: transparent url("../pictures/fade_store.png") top left;
}
.fade.about {
	background: transparent url("../pictures/fade_about.png") top left;
}

.inner {
	position: absolute;
	left: 0;
	padding-top: 160px;
	width: 280px;
	text-align: justify;
}
ul.sponsors_list li{
	display: inline;

}
h3.links {
	margin-top: 0;
}
.links a {
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}
.links a:link, .links a:visited, .links a:active {
	color: #006600;
}
.links a:hover {
	color: #33FF00;
}

.cs_news {
	position: relative;
	width: 550px;
	height: 150px;
	top: 30px;
	left: 240px;
	margin: 0;
	padding: 5px 20px 0 20px;
}

.cs_fade {
	margin: 0;
	padding: 0;
}
.cs_news h1 {
	
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
}

.cs_news p{
	
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.3em;
}
span.upper {
text-transform: capitalize;
}
.small {font-size: 75%;}
.ita {font-style: italic;}
.white {color: #FFFFFF;}
h1 { border-bottom: 0; }
/* The gallery */
ul.picGallery {
	width:500px;
	background:#333;
	padding:0;
	margin:0 auto; 
	position:relative;
	z-index:1;
	padding-top: 30px; 
	padding-bottom:0;
	border: 2px solid #FFCC66;
	border-top: 2px solid #000; 
	border-left:2px solid #000;
}

ul.picGallery img{	
	border: 2px solid #000000;
}
ul.picGallery a:hover img{	
	border: 2px solid #CC6600;
}

#facebook {
	position: absolute;
	top: 3px;
	right: 220px;
	height: 32px;
	width: 32px;
	z-index: 100;
}
#twitter {
	position: absolute;
	top: 40px;
	right: 219px;
	height: 32px;
	width: 32px;
	z-index: 100;
}
.knaan {
	position: relative;
	left: 50px;
	top: 0;
	width: 600px;
	height: 300px;
}
#pole1 {
position: relative;
top: -6px;
left: 0;
width: 3px;
height: 103px;
}
#pole2 {
position: relative;
top: -109px;
left: 476px;
width: 3px;
height: 103px;
}
#goal {
	position: relative;
	width: 500px;
	margin-left: 150px;
}
#join1goal a {
	display: block;
	width: 155px;
	height: 39px;
	background: transparent url("../pictures/join1goal.jpg") 0 39px;
}
#join1goal a:hover {
	background: transparent url("../pictures/join1goal.jpg") 0 0;
}
ul.dot li{
	list-style: disc inside; color:#FFFFFF;
}
#festival-links ul {
	display: inline;
	width: 500px;
	height:165px;
	padding: 0;
	margin: 0;
}
#festival-links ul li {
	display: inline;
	width: 240px;
	height: 165px;
	padding: 0;
	margin: 0;
}
#festival-links a.artists {
	display: block;
	position: relative;
	width: 240px;
	height: 165px;
	background: transparent url("../pictures/artists2010-linkbg.png") 0 0 no-repeat;
}
#festival-links a.artists:hover {
	background: transparent url("../pictures/artists2010-linkbg.png") 0 -165px no-repeat;
}
#festival-links a.events {
	display: block;
	position: relative;
	width: 240px;
	height: 165px;
	left: 250px;
	top: -165px;
	background: transparent url("../pictures/events2010-linkbg.png") 0 0 no-repeat;
}
#festival-links a.events:hover {
	background: transparent url("../pictures/events2010-linkbg.png") 0 -165px no-repeat;
}
p.bold.orange {color: #FF9900;}
p.link {text-align: center; font-size:16px;}
.ruined {
	position: relative;
	width: 466px;
	left: 50%;
	margin-left: -233px;
}