/* CSS Document */

.container {
	width:930px;
}

/******************

POPUP VIDEO LINK 

******************/

#video {
	width:320px;
	height:200px;
	padding-top:20px;
	background-color:#000000;
}

/* Branding */
h1 {
	position:absolute;
	width:1024px;
	height:233px;
	left:2px;
	background: url(../../img/branding.jpg) no-repeat;
	text-indent:-9999px;
	
	z-index:0;
}

/* Navigation Main */
#nav {
	position:relative;
	float:left;
	margin-top:128px;	
	z-index:80;
}

#nav_main {
	float:left;
	width:880px;
	margin:0;
	padding:0;
	list-style: none;

	
	display:inline;
}

#nav_main li{
	float:left;
	margin:0 0 0 25px;
	padding:0;
	font-size:13px;
	color:#fff;

	display:inline;
}

#nav_main li.first {
	margin-left:130px;
}


/* Navigation Supplementary */
#nav_sup {
	position:relative;
	clear:left;
	float:left;
	width:135px;
	margin:72px 18px 0 10px; /* Top margin to account for spacing around H3 tags */
	z-index:90;
	display:inline;
}

#nav_sup li {
	background:url(../../img/nav_sup_bullet.jpg) top left no-repeat;
	padding-left:18px;
	padding-bottom:3px;
}

#nav_sup li.gap {
	margin-top:20px;
}

#prog_nav {
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}


/* Content Main */
#content_main {
	position:relative;
	float:left;
	text-align:left;
	width:730px;
	
	margin:36px 0 0 0;
}

#content_main p {
	width:280px;
}

#content_main p.mid {
	width:430px;
}


#content_main p.stretch {
	width:730px;
}


#content_main.hay_on_fire {
	background:url(../../img/pic_dragons.jpg) top right no-repeat;
}

#content_main.parade {
	background:url(../../img/pic_parade.jpg) top right no-repeat;
}

#content_main.workshops {
	background:url(../../img/pic_lantern.jpg) top right no-repeat;
}

#content_main.fireman {
	background:url(../../img/pic_firemen.jpg) top right no-repeat;
}

#content_main.theball {
	background:url(../../img/pic_theball.jpg) top right no-repeat;
}

#content_main.howls_castle {
	background:url(../../img/pic_howl.jpg) top right no-repeat;
}

#content_main.italia {
	background:url(../../img/pic_flame_acadamy.jpg) top right no-repeat;
}

/* Content Sup */

#content_sup {
	position:relative;
	clear:left;
	float:left;
	text-align:left;
	width:135px;
	margin:72px 18px 0 10px; /* Top margin to account for spacing around H3 tags */
	z-index:90;
	display:inline;
}

/* Footer */

#footer{
	clear:left;
	width:900px;
	text-align:center;
	padding-top:30px;
}

#footer p {
	clear:left; padding-top:20px;
}

.sponsors-box {
	float:left;
	width:900px;
	list-style:none;
	margin:0;
	padding:20px 0;
}

.sponsors-box li {
	float:left;
	padding:0 80px 0 0;  /* Change according to number of sponsors in the row */
	display:inline;
}

.sponsors-box li.first {
	padding-left:120px;
}

.sponsors {
	float:left;
	width:900px;
	list-style:none;
	margin:0;
	padding:0;
}

.sponsors li {
	float:left;
	padding:0 50px 0 0;  /* Change according to number of sponsors in the row */
	display:inline;
}

.sponsors li.first { /* Change according to number of sponsors in the row */
	padding-left:125px;
	display:inline;
}


/* Some default classes
-------------------------------------------------------------- */
.pic-left {
	float:left;
	margin-right:18px;
	margin-bottom:18px;
	display:inline;
}

.pic-right {
	float:right;
	margin-left:18px;
	margin-bottom:18px;
	display:inline;
}



/* Page Specific Classes
-------------------------------------------------------------- */
 h4 {
	color:#fec52a;
	margin-bottom:0;
}

ul.workshop {
	margin-left:0;
 	margin-top:3px;
	list-style:none;
}

ul.workshop li {
 	margin-bottom:15px;
}

ul.workshop li.main-event {
	background:url(../../img/pic_main_event.jpg) right top no-repeat;
}

.date {
	text-transform:uppercase;
	font-size:11px;
	margin:0 0 5px 0;
}

.title {
	margin-bottom:0;
	color:#fec52a;
}