
/*
* Set some defaults
*/

*{
  margin: 0;
  padding: 0;
}

body{
  font-size: 62.5%; /* 10px */
  background: #fff;
}

h1, h2, h3, h4, h5, h6{
  font-size: 1em;
  font-weight: normal;
}

ol,ul{
  list-style: none;
}

a img{
  border: none;
}

:focus{
  outline: none;
}


#header{
  width: 950px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#header h1{
  background: url(images/creative30.png) top left no-repeat;
  width: 335px;
  height: 108px;
  text-indent: -1000em;
  position: absolute;
  top: 98px;
  left: 0;
}

#header #volvo_link{
  background: url(images/volvo.png) top left no-repeat;
  display: block;
  width: 148px;
  height: 43px;
  position: absolute;
  top: 5px;
  right: 13px;
  text-indent: -1000em;
}

#header h2{
  display: none;
}

#header ul{
  list-style: none;
  height: 30px;
  padding: 11px 0 14px 0;
  width: 950px;
  margin: 0 auto;
}

#header li{
  float: left;
  margin-right: 10px;
}

#header li a{
  display: block;
  text-indent: -1000em;
  height: 30px;
  background-image: url(images/navigation2.png);
  background-repeat: no-repeat;
}


#nav-about{
  background-position: 0 0;
  width: 154px;
}

#nav-about:hover, #nav-about:focus, #about #nav-about{
  background-position: 0 -30px;
}

#nav-panel{
  background-position: -154px 0;
  width: 88px;
}

#nav-panel:hover, #nav-panel:focus, #panel #nav-panel{
  background-position: -154px -30px;
}

#nav-inspiration{
  background-position: -242px 0;
  width: 103px;
}

#nav-inspiration:hover, #nav-inspiration:focus, #inspiration #nav-inspiration{
  background-position: -242px -30px;
}

#nav-c30design{
  background-position: -345px 0;
  width: 93px;
}

#nav-c30design:hover, #nav-c30design:focus, #c30design #nav-c30design{
  background-position: -345px -30px;
}



#body{
  background: #f3f4e5 url(images/body-background.png) top left repeat-x;
  position: relative;
}


#wrapper{
  width: 970px;
  margin: 0 auto;
  background: url(images/wrapper-background.png) bottom left no-repeat;
  padding-bottom: 165px;
}




#breadcrumb{
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
  color: #a4a497;
  height: 3.3em;
  line-height: 3.3em;
  margin-left: 12px;
}

#breadcrumb span{
  display: none;
}

#breadcrumb a{
  text-decoration: none;
  color: #a4a497;
}

#breadcrumb a:focus{
  text-decoration: underline;
}









#panel-link{
  margin: 13px 10px 5px 0;
  width: 150px;
  height: 75px;
  float: right; /* cannot position absolutely as IE6 ignores the top margin of the following element */
  position: relative; /* so we can position our frame */
}

#panel-link a span{
  background: url(images/thumb-frame.png) -70px 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 75px;
  z-index: -1;
}

/* display the frame when on the 'panel' page */
#panel #panel-link a span, #panel-link a:focus span{
  z-index: 1;
}










#profiles{
  overflow: auto;
  clear: right;
  margin: 0 5px 15px 5px;
  position: relative;
  margin-top: 94px;
}

#profiles h2{
  text-indent: -1000em;
  height: 0;
  line-height: 0;
}

#profiles .profile{
  width: 70px;
  height: 70px;
  float: left;
  margin: 5px;
  position: relative; /* allow us to position our frame and the 'new' graphic */
}

#profiles .profile h3, #profiles .profile p{
  display: none;
}

#profiles .profile a{
  display: block;
  width: 70px;
  height: 70px;
}

#profiles .profile a span{
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
}

#profiles .profile a span.hover{
  background: url(images/play-button.png) 0 0 no-repeat;
}

#profiles .selected a span{
  background: url(images/thumb-frame.png) 0 0 no-repeat;
}

#profiles .first{
  margin-left: 405px;
}

#profiles .profile div.new{
  background: url(images/profile-new.gif) top left no-repeat;
  width: 26px;
  height: 9px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-indent: -1000em;
}

#profiles .profile h3 span{
  display: inline;
}









/*
* Profile 'tooltip' styles
*/

.tooltip{
  position: absolute;
  width: 349px;
  height: 72px;
  z-index: 1;
  padding: 10px 19px 19px 10px;
  display: none; /* hidden initially */
  cursor: pointer;
}

#tooltip-left{
  background: url(images/tooltip-left.png) top left no-repeat;
}

#tooltip-right{
  background: url(images/tooltip-right.png) top left no-repeat;
}

.tooltip h3{
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 1.4em;
}

.tooltip p{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}








#content{
  background: url(images/content-background.png) top right no-repeat;
  padding: 10px;
  
  overflow: hidden;  /* clear floats */
}

#content #copy{
  float: right;
  width: 470px;
  padding-right: 80px;
}

#content #copy p{
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  line-height: 123%; /* 16px */
  color: #a4a497;
  margin: 1em 0;
}

#content #copy p.first{
  margin-top: 0;
}

#content #copy p em{
  font-weight: bold;
  font-style: normal;
}

#content #copy a.submit{
  font: italic 2.4em/108% Georgia, serif;
  text-decoration: none;
  color: #2f2e2e;
}

#content #copy a.submit span{
  font-family: Arial, sans-serif;
  text-decoration: underline;
  font-style: normal;
  font-size: 0.54em; /* 13px */
  font-weight: bold;
}

#video{
  float:left;
  margin:0 10px 10px 0;
}





#delicious{
  width: 550px;
  float: right;
  margin-top: 20px;
}

#delicious .submissions{
  border: 1px solid #e6e8cb;
  font-family: Arial, sans-serif;
  padding: 10px;
  width: 288px;
  float: left;
}

#delicious .submissions h2{
  background: url(images/delicious-icon.gif) top right no-repeat;
}

#delicious .submissions h2, #delicious .explain h2{
  font-size: 1.4em;
  font-weight: bold;
  color: #2f2e2e;
}

#delicious .submissions ul{
  list-style: none;
  margin-top: 20px;
}

#delicious .submissions li{
  font-weight: bold;
  font-size: 1.3em;
}

#delicious li a{
  color: #a4a497;
  text-decoration: none;
}

#delicious .submissions li span{
  font-weight: normal;
  font-size: 0.85em;
}

#delicious .explain{
  font-family: Arial, sans-serif;
  background: url(images/explain.png) top left no-repeat;
  width: 195px;
  min-height: 140px;
  padding: 10px 10px 10px 30px;
  float: right;
  position: relative;
}

#delicious .explain p{
  font-size: 1.1em;
  color: #a4a497;
  margin: 20px 0;
}

#delicious .explain a{
  display: block;
  background: url(images/submit-your-work.png) top left no-repeat;
  width: 129px;
  height: 27px;
  text-indent: -1000em;
  position: absolute;
  bottom: 5px;
  right: 5px;
}




#sponsors{
  background: #2c2c2c url(images/footer-background.gif) top left repeat-x;
  height: 60px;
}

#sponsors p{
  width: 950px;
  height: 60px;
  margin: 0 auto;
  background: url(images/footer-copy.png) top left no-repeat;
  text-indent: -1000em;
}



#footer{
  width: 950px;
  margin: 0 auto;
  color: #2e2e2e;
  font-size: 1.1em;
  font-family: Arial, sans-serif;
  padding: 0.91em;
}

#footer a{
  color: #2e2e2e;
}




/*
* about.php
*/

#about #copy h2{
  font-family: Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #2f2e2e;
  margin: 20px 0;
  text-transform: uppercase;
}

#about #copy dt{
  font-family: Arial, sans-serif;
  color: #2f2e2e;
  font-size: 1.1em;
}

#about #copy dd{
  font-family: Arial, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #2f2e2e;
  margin-bottom: 1em;
}

#about #copy dd a{
  font-weight: normal;
  color: #2f2e2e;
}


/*
* panel.php
*/

#panel #content p{
  font-family: Georgia, serif;
  font-size: 2.4em;
  margin-right: 80px;
  margin-bottom: 1em;
}

#panel #content p a{
  text-decoration: none;
  color: #000;
}

#panel #content p a span{
  text-decoration: underline;
}

#panel #panellists h2{
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
}

#panel #panellists p{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
}

#panel .panellist{
  position: relative;
  min-height: 160px;
  width: 790px;
}

#panel .panellist h2, #panel .panellist p{
  margin-left: 160px;
}

#panel .panellist p{
  color: #a4a497;
  margin-top: 5px;
}

#panel .panellist img{
  position: absolute;
  top: 0;
}


/*
* submit.php
*/

#submit ol{
  font-family: Georgia, serif;
  font-size: 2.4em;
  list-style: decimal;
  padding-left: 1.2em;
  margin-bottom: 30px;
}

#submit li span{
  font-family: Arial, sans-serif;
  font-size: 0.54em;
}

#submit li span a{
  color: #2f2e2e;
}

#submit form{
  width: 560px;
  overflow: visible; /* clear floats */
}

#submit br{
  display: none;
}

#submit form div{
  margin-bottom: 5px;
  width: 100%;
  float: left;
}

#submit div.text label, #submit div.textarea label, #submit div.file label{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #a4a497;
  float: left;
  width: 80px;
  padding-top: 5px;
}

#submit div.file span{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #a4a497;
}

#submit div.checkbox{
  padding-left: 80px;
  margin: 10px 0;
}

#submit input.checkbox{
  width: 20px;
}

#submit div.submit{
  padding-left: 80px;
}

#submit div.checkbox label{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  color: #a4a497;
}

#submit input.text{
  background: url(images/form-field-background.png) top left no-repeat;
  border: 1px solid #f3f4e5;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  padding: 5px;
  float: left;
  width: 380px;
}

#submit input.file{
  padding: 2px;
}

#submit textarea{
  background: url(images/form-field-background.png) top left no-repeat;
  border: 1px solid #f3f4e5;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  padding: 5px;
  width: 380px;
  height: 100px;
}

#submit #content{
  position: relative;
}

#submit #delicious{
  width: 310px;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
}

#submit #errors{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  margin: 1em 0;
  color: #e20a16;
}

#submit form label.error{
  color: #e20a16;
}

#submit form a{
  color: #a4a497;
}

#submit #message{
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  margin-bottom: 20px;
}

#submit .submit input{
  padding: 3px;
}

/*
* success.php
*/

#success #content{
  min-height: 500px;
}

#success #content h2{
  font-family: Georgia,serif;
  font-size: 2.4em;
  color: #390;
}

#success #content p{
  color: #a4a497;
  font-family: Arial,sans-serif;
  font-size: 1.3em;
  line-height: 123%;
  margin:1em 0;
}


/*
* inspiration.php
*/

#inspiration #copy h2{
  font-family: Georgia, serif;
  font-size: 2.4em;
  color: #2f2e2e;
}

#inspiration #copy h2 span{
  font-style: italic;
}

#inspiration #copy h3{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #a4a497;
  margin-top: 20px;
}

#inspiration-carousel{
  width: 430px;
  height: 220px;
  background: url(images/inspiration-carousel.jpg) top left no-repeat;
  float: right;
  margin-top: 20px;
}

#inspiration dl{
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  color: #a4a497;
}

#inspiration dt{
  font-weight: bold;
  margin-bottom: 5px;
}

#inspiration dd{
  margin-bottom: 10px;
}

#inspiration #copy a{
  color: #2f2e2e;
}

#inspiration #portfolio{
  overflow: auto; /* clear floats */
  margin: 10px 0;
}

#inspiration #portfolio li{
  float: left;
  margin-right: 10px;
}


/*
* profile.php
*/

#profile #copy h2{
  font-family: Georgia, serif;
  font-size: 2.4em;
  color: #2f2e2e;
}

#profile  #copy h2 span{
  font-style: italic;
}

#profile  #copy h3{
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #a4a497;
  margin-top: 20px;
}

#profile  #homepage h3{
  clear: both;
  font-size: 1.4em;
  color: #2f2e2e;
  text-transform: uppercase;
  padding-top: 20px;
}

#profile  #homepage a{
  color: #2f2e2e;
}

#profile #portfolio{
  overflow: auto; /* clear floats */
  margin: 10px 0;
}

#profile #portfolio li{
  float: left;
  margin-right: 10px;  
}

#profile blockquote p{
  font-style: italic;
}

#vote{
  float: left;
  clear: left;
  left: 80px;
  position: relative;
  width: 310px;
  padding-top: 35px;
  font-family: Arial, sans-serif;
}

#vote a, #vote span{
  display: block;
  background: url(images/vote-button-finished.png) 0 0 no-repeat;
  width: 72px;
  height: 27px;
  text-indent: -1000em;
  position: absolute;
  top: 0;
  right: 0;
}

#vote a.voted{
  background-position: 0 -27px;
  cursor: default;
}

#vote div{
  background: url(images/vote-tooltip-bottom.png) left bottom no-repeat;
}

#vote h3{
  font-size: 1.4em;
  color: #2E2E2E;
  font-weight: bold;
  padding: 25px 10px 0 10px;
  background: url(images/vote-tooltip-top.png) left top no-repeat;
}

#vote p{
  font-size: 1.1em;
  padding: 0 15px 10px 10px;
  margin-top: 8px;
  color: #828383;
}


/*
* c30design.php
*/

#c30design #images{
  position: relative;
  float: left;
  width: 390px;
  margin: 0 10px 10px 0;
}

#c30design #images img{
  position: absolute;
}

#c30design1{
  top: 90px;
  left: 0;
}

#c30design2{
  top: 0;
  right: 0;
}

#c30design3{
  top: 210px;
  left: 120px;
}

#c30design4{
  top: 210px;
  right: 0;
}

#c30design5{
  top: 370px;
  right: 0;
}

#c30design6{
}

#c30design7{
  margin-left: 7px;
}

#c30design #copy{
  background: url(images/wheel.jpg) bottom left no-repeat;
  padding-bottom: 80px;
}

#c30design #copy p{
  width: 390px;
}

#c30design #copy a{
  font-family: Georgia, sans-serif;
  font-size: 2.4em;
  color: #2F2E2E;
  display: block;
  width: 390px;
}