@import "reset.css";

body {
background: #cecfd1 url(images/site-bg.jpg) repeat-y fixed center -400px;
text-align: center;
font: 12px Arial, Helvetica, sans-serif;
color: #000000;
}

#wrap {
position: relative;
padding: 205px 33px 0 33px;
background: transparent url(images/wrap-bg.png) repeat-y left top;
}
.row {
width: 1000px;
margin: 0 auto;
text-align: left;
}
/*----General Typography-------------------*/
p, h3 {
margin-bottom: 1em;
}	
a {
text-decoration: none;
}

a:link, a:visited {
color: #218F00;
}

a:hover, a:visited:hover {
color: #85C230;
}

strong {
font-weight: bold;
}

hr {
border: 1px solid #ccc;
border-width: 1px 0 0 0;
margin-bottom: 1em;
height: 1px;
}

img {
padding: 0;
margin: 0;
}
/*----Branding and Main Navigation-------------------*/
#header {
position: absolute;
top: 30px;
left: 69px;
width: 940px;
height:75px;
}

#branding {
width: 200px;
}
#branding h1 {
width: 281px;
height: 90px;
background: url(images/whosnext.gif) no-repeat left top;
text-indent: -9999px;
}
#navigation {
position: absolute;
left: 300px;
top: 0;
width: 400px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
height:100px;
}
	
ul#nav_main li {
margin: 0 0 10px 0;
}

#intro {
position: absolute;
top: 24px;
width: 380px;
right: 0;
font-size: 14px;
color: #777;
}
#intro p {
margin-bottom: .5em;
}	
a#register {
position: absolute;
right: 0;
top: 0;
display: block;
background: transparent url(images/button-register.gif) no-repeat left top;
text-transform: uppercase;
padding: 0 55px 0 0;
font-size: 18px;
line-height: 55px;
height: 55px;
color: #fff;
width: 165px;
text-align: center;
font-weight: bold;
}
a#register:hover {
background-position: 0 -55px;
}

/*----Content-------------------*/
#content {
padding: 0 30px 30px 30px;
}
#nav-sub {
width: 190px;
float: left;
}
#nav-sub h2 {
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
}
#nav-sub h2 a {
color: #000;
}
#nav-sub h3 {
font-size: 18px;
padding-left: 20px;
margin: 10px 0 0 0;
}
#nav-sub ul {
font-size: 14px;
}
#nav-sub ul li {
padding: 0 0 0 20px;
margin: 5px 0 0 0;
}
/*--Main Content--*/

#content-main {
float: left;
margin-left: 20px;
width: 490px;
font-size: 13px;
line-height: 1.7em;
}
#content-main.wide {
width: 730px;
}
#content-main h3 {
font-size: 18px;
font-weight: bold;
font-style: italic;
margin-bottom: 12px;
}
ul.bulleted{
padding-left: 1.5em;
margin-bottom: 18px;
}
ul.bulleted li{
line-height: 1.3em;
margin: 0 0 10px 0;
list-style-type: circle;
}
/*--Sub Content--*/

#content-sub {
margin-left: 720px;
font-size: 12px;
font-style: italic;
}
#content-sub h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 1em;
}
#content-sub h4 {
font-weight: bold;
}

/*--Sub Content2--*/

#content-sub2 {
margin-left: 0px;
font-size: 12px;
font-style: italic;
}
#content-sub2 h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 1em;
}
#content-sub2 h4 {
font-weight: bold;
}

/*--current navigation arrow--*/
body#challenge li#nav-challenge, body#profile1 li#nav-profile1, body#profile2 li#nav-profile2, body#schedule li#nav-schedule, body#prizes li#nav-prizes, body#rules li#nav-rules, body#jury li#nav-jury {
background: url(images/arrow-nav-current.gif) no-repeat left center;
font-weight: bold;
}

/*----Footer-------------------*/

#site-info {
background: transparent url(images/footer-bg.png) no-repeat left top;
position: relative;
padding: 40px 33px;
color: #999;
}
#site-info p#design-credit{
position: absolute;
right: 33px;
top: 40px;
}

/*----Special-------------------*/

ul#profile-thumbs {
font-size: 14px;
font-weight: bold;
}
ul#profile-thumbs li {
height: 100px;
}
ul#profile-thumbs img{
float: left;
margin: 0 10px 10px 0;
}

ul#schedule-content li {
clear: both;
list-style-type: none;
border-top: 1px solid #ccc;
padding: 10px 0;
font-size: 18px;
font-weight: bold;
}
ul#schedule-content li span {
float: left;
width: 230px;
font-size: 12px;
font-weight: normal;
padding: 3px 20px 0 0;
line-height: 1.3em;
}

ul#faq-links li {
padding: 0 0 20px 0;
font-size: 14px;
font-weight: bold;
}


/*----Splash page-------------------*/

body#home {
background: #cecfd1 url(images/home-bg.jpg) repeat-y scroll center center;
}
#home #wrap {
background: none;
text-align: center;
height: 500px;
}
#home #branding {
position: absolute;
top: 275px;
left: 50%;
margin-left: -233px;
}
#home #branding h1{
width: 466px;
height: 149px;
background: url(images/whosnext-splash.gif) no-repeat left top;
}
#home #intro {
position: absolute;
top: 60px;
left: 0;
padding: 0;
font-size: 24px;
width: 100%;
color: #666;
}
#home #navigation {
position: absolute;
top: 555px;
width: 100%;
left: 0;
}
#home #navigation ul {
margin: 0 auto;
}
#home #navigation ul li {
display: inline;
font-size: 60px;
padding: 0 20px;
}
#home #site-info {
padding: 0;
background: none;
text-align: center;
position: absolute;
bottom: 0;
left: 33px;
}
#home #site-info p#design-credit{
position: static;
}
#home #background {
position: absolute;
width: 100%;
height: 100%;
}
#home #background img{
width: 100%;
height: 100%;
}

/*-----------------------------------------------------------------------------------------------
Aslett Clearing Method
-----------------------------------------------------------------------------------------------*/

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
