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

/* 
-----------------------
BACKGROUND IMAGES
-----------------------
*/
body {
	text-align:center;
	background-color:#000;
	background-position: top center;
	background-repeat:no-repeat;
	color:#ccc;
}
body.home {       background-image: url(/images/bg_home.jpg); }
body.event {      background-image: url(/images/bg_event.jpg); }
body.artists {    background-image: url(/images/bg_artists.jpg); }
body.sponsors {   background-image: url(/images/bg_sponsors.jpg); }
body.organizers { background-image: url(/images/bg_organizers.jpg); }


/* 
-----------------------
TYPOGRAPHY
-----------------------
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.4275em;
}
h1, h2, h3 {
	font-weight: lighter;
	margin-bottom:1em;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}
h2 {
	font-size: 28px;
	line-height: 40px;
}
h3 {
	font-size: 21px;
	line-height: 26.666px;
}

a {
	color: #466268;
}
a:link,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
	color: #E9FE72;
}

#content p {
	margin-bottom: 1em;
}
#content ul,
#content ol {
	margin-left: 2.5em;
	list-style-type: disc;
}
#content ul ul {
	list-style-type: circle;
}

strong {
	font-weight:bold;
}

ul.default, ol.default {
	margin: 0 0 1.66em 10px;
}



/* 
-----------------------
NAVIGATION
-----------------------
*/

#navigation {
	position:absolute;
	top:30px;
	right:-20px;
	font-size: 14px;
}
#navigation ul {
	width:417px;
	position:relative;
	padding:0;
	margin:0;
	float:right;
}
#navigation li {
	position:relative;
	float: left;
	display:inline;
	width: 112px;
	margin:0 22px 0 0;
	padding:0;
}
#navigation a {
	display:block;
	border-top:1px solid #466268;
	line-height:30px;
	padding:0 0 0 5px;
	margin:0;
	width: 107px;
}
#navigation a.bottom {
	border-bottom:1px solid #466268;
}
#navigation a:link,
#navigation a:visited {
	text-decoration: none;
	background:none;
}
#navigation a:hover,
#navigation a:active,
#navigation a.active {
	text-decoration: none;
	color: #ccc;
	background:#466268;
}




/* 
-----------------------
LAYOUT
-----------------------
*/
#container {
	position:relative;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}

#content {
	position:relative;
	text-align:left;
        width:800px;
}


#logo {
	width:330px;
	height:30px;
	position:absolute;
	top:30px;
	left:0;
}

#content #main {
	position:relative;
	width:500px;
	padding-top:481px;
	margin:0;
	float:right;
}
#content #main #page-title {
	position:absolute;
	top:430px;
	left:0;
}
#content #supporting {
	position:relative;
	width:236px;
	padding-top:481px;
	margin:0;
	float:left;
}

#benefiting {
	text-align:center;
}
#benefiting h2 {
	display:none;
	font-size: 21px;
	line-height: 26.6666px;
}
#benefiting h3 {
	font-size:14px;
	color:#466268;
	margin-bottom:1em;
	background-image: url(/images/bg_benefiting_heading.gif);
	background-position:center;
	background-repeat:no-repeat;
}
#slides {
	display:none;
}
#slideshow-links {
	position:absolute;
	z-index:100;
	top:171px;
	left:0;
	width:800px;
	height:180px;
}
#slideshow-links a {
	position:relative;
	width:800px;
	height:180px;
	display:block;
}
#slideshow-links span {
	text-indent:-9999px;
}


/* 
-----------------------
MESSAGE AREA
-----------------------
*/
#message-area {
	position:absolute;
	top:350px;
	right:0;
}
#message-area.error {
	color: red;
}
#message-area.notice {
	color: redorange;
}
#message-area.success {
	color: green;
}
/*
#message-area.error {
	background-color: #FFCCFF;
}
#message-area.notice {
	background-color: #FFCC99;
}
#message-area.success {
	background-color: #DAF299;
}
*/



/* * * * * * * LINK ICONS * * * * * * * * */
.icon_pdf {         background: url(/icon/page_white_acrobat.png) no-repeat top left; }
.icon_word {        background: url(/icon/page_white_word.png) no-repeat top left; }
.icon_excel {       background: url(/icon/page_white_excel.png) no-repeat top left; }
.icon_text {        background: url(/icon/page_white_text.png) no-repeat top left; }
.icon_picture {     background: url(/icon/page_white_picture.png) no-repeat top left; }
.icon_ppt {         background: url(/icon/page_white_powerpoint.png) no-repeat top left; }
.icon_printer {     background: url(/icon/printer.png) no-repeat top left; }
.icon_ipod_sound {  background: url(/icon/ipod_sound.png) no-repeat top left; }

.icon_pdf, .icon_word, .icon_excel, .icon_ipod_sound,
.icon_text, .icon_picture, .icon_ppt, .icon_printer {
	padding-left: 20px;
}
.icon_printer {
	background-position: 0 6px;
}