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

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}

h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

ol, ul {
list-style: none;
}

fieldset, img {
border: 0;
}

/* Layout 
---------------------------------*/
html {
text-align: center;
background-color: #00aeef;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color: #000000;
}

body {
position: relative;
width: 100%;
text-align: left;
}

#wrap {
margin: 0 auto 0 auto;
width: 899px;
text-align:left;
background-color: #000;
border: 2px solid #000000;
position: relative;
}

#branding {
width: 899px;
background-color: #000000;
position: relative;
height: 160px;
}

h1 {
text-indent: -9999px;
overflow::hidden;
}

blockquote {
color: #00aeef;
position: absolute;
top: 10px;
right: 10px;
width: 600px;
}

blockquote p {
text-align:right;
text-transform: uppercase;
letter-spacing:2px;
font-size: 80%;
}

.clearboth {
clear: both;
}

.center {
margin: 0 auto;
}

#content p {
font-size: 90%;
margin-bottom: 12px;
line-height: 140%;
}

#content a:link, #content a:visited,
#gallery1 a:link, #gallery1 a:visited,
#gallery2 a:link, #gallery2 a:visited,
#gallery3 a:link, #gallery3 a:visited {
color: #00aeef;
text-decoration:none;
border-bottom: 1px dotted #00aeef;
}

#content a:hover, #content a:focus,
#gallery1 a:hover, #gallery1 a:focus,
#gallery2 a:hover, #gallery2 a:focus,
#gallery3 a:hover, #gallery3 a:focus {
color: #999999;
border-bottom: none;
}

h3 { 
color: #00aeef;
font-weight: bold;
font-size: 105%;
text-transform: uppercase;
margin-bottom: 5px;
margin-top: 20px;}

.bold {
font-weight: bold;
} 

/* Branding 
---------------------------------*/
h1 {
background-image: url(../Images/aigalogo.gif);
background-repeat: no-repeat;
width: 215px;
height: 126px;
text-indent: -9999px;
overflow: hidden;
position: absolute;
top: 10px;
left: 10px;
}

#deadline {
position: absolute;
top: 90px;
right: 15px;
}

/* Nav 
---------------------------------*/
#nav_main {
background-color: #000000;
height: 25px;
width: 650px;
}

ul#nav_features {
margin-left: 10px;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-size: 80%;
font-weight:bold;
}

ul#nav_features li {
float:left;
}

ul#nav_features li a {
text-decoration:none;
padding: 0 10px;
}
ul#nav_features li a:link, ul#nav_features li a:visited {
color: #FFF;
}
	
ul#nav_features li a:hover, ul#nav_features li a:focus {
color: #f8f300;
}

body#homepage ul#nav_features li#nav_home a,
body#donate ul#nav_features li#nav_donate a,
body#attend ul#nav_features li#nav_attend a,
body#artists ul#nav_features li#nav_artists a,
body#benefits ul#nav_features li#nav_benefits a,
body#contact ul#nav_features li#nav_contact a,
body#aiga ul#nav_features li#nav_aiga a
 {
color: #f8f300;
}




/* Main 
---------------------------------*/
#content_main {
	background-color: #FFF;
	background-image: url(../Images/blackswirls.gif);
	background-position:0px -50px;
	background-repeat:no-repeat;
}

#content {
width: 500px;
margin: 0 auto 0 auto;
padding-top: 85px;
padding-bottom: 35px;
font-size: 90%;
}

#gallery1, #gallery2, #gallery3 {
width: 254px;
margin-left: 35px;
float:left;
overflow: hidden;
}

#artistlist ul {
width: 253px;
float:left;
display: block;
}

ul#artistlist li {
font-size: 80%;
line-height: 115%;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 2px dotted #f8f300;
float:left;
list-style:none;
display:block;
width: 253px;
}

ul#artistlist img {
margin: 0 0 10px 0;
display:block;
border: 1px solid #E7E7E7;
padding: 7px;
background-color: #fff;
}

/* Sponsors 
---------------------------------*/
#supports {
float: left;
width: 230px;
margin-left: 15px;}

#sponsors {
float: right;
width: 650px;
}

#sponsors img {
margin-right: 25px;
}


/* Footer 
---------------------------------*/
#copyright {
clear: both;
color: #FFF;
text-align: center;
font-size: 70%;
padding-top: 15px;
}

#copyright a {
text-decoration: none;
}

#copyright a:link, #copyright a:visited {
color: #f8f300;
}

#copyright a:hover, #copyright a:focus {
color: #999999;
}



#bottomnav {
text-align:center;
list-style:none;
font-size: 65%;
padding-top: 15px;
text-transform:uppercase;
}

#bottomnav li {
display:inline;
border-left: 1px solid #FFF;
}


ul#bottomnav li:first-child {
border-left: none;
}

ul#bottomnav li a {
text-decoration:none;
padding: 3px 10px;
}
ul#bottomnav li a:link, ul#bottomnav li a:visited {
color: #FFF;
}
	
ul#bottomnav li a:hover, ul#bottomnav li a:focus {
color: #f8f300;
}

