/*----------------------------------------------------------------------------------------
  Drink Drive Lose Ad Challenge - Advanced CSS
  General formatting & stuff for older browsers
  
  Created by Aaron Gustafson (agustafson at cronin-co dot com)
----------------------------------------------------------------------------------------*/
/* REDEFINE HTML */
body {
  margin: 0;
  padding: 0;
}
h1 {
  color: #de2925;
  font-size: 2.25em;
  margin: 0;
}
hr {
  background: url(../images/hr.jpg) top left repeat-x;
  border: 0;
  color: transparent;
  clear: both;
  height: 5px;
  margin: 2px 0;
  padding: 0;
}
strong { /* thanks WDDG */
  background: url(../images/bold.jpg) top left repeat-x;
  color: #fff;
  padding: 0 5px;
}

#header {
  background: url(../images/body.png) fixed top left repeat-x !important;
  background-image: url(../images/body.gif);
  width: 100%;
  height: 73px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#header[id] {
  position: fixed;
}

/* BRANDING */
#logo {
  background: url(../images/logo.png) top left no-repeat !important;
  background-image: url(../images/logo.gif);
  text-indent: -999em;
  width: 421px;
  height: 37px;
  position: absolute;
  top: 25px;
  left: 15px;
  z-index: 11;
}
#logo[id] {
  position: fixed;
}
#logo img {
  display: inline;
}
/* ACCESS NAV */
#accessNav
{
  font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
  position: absolute;
  left: -9999px;
  width: 300px;
}
#accessNav[id] {
  position: fixed;
}
#accessNav a:focus, #accessNav a:hover
{
  color: #c20904;
  display: block; 
  font-size: 1em;
  padding: 0;
  white-space: nowrap;
  width: auto;
  position: absolute;
  top: 80px;
  left: 10009px;
  z-index: 1000;
}
/* MAIN NAV */
#mainNav {
  background: url(../images/nav/jumping.jpg) top left no-repeat;
  margin: 0;
  padding: 0;
  height: 330px;
  width: 228px;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 11;
}
#mainNav[id] {
  position: fixed;
}
#mainNav li {
  background-color: transparent;
  background-repeat: no-repeat !important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
#mainNav[id] li {
  position: fixed;
}
#mainNav li a {
  background-color: transparent;
  background-repeat: no-repeat !important;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: -999em;
}
#mainNav li#home,
#mainNav li#home a {
  background-image: url(../images/nav/home.gif);
  height: 17px;
  width: 40px;
}
#mainNav li#home {
  background-position: 0px -17px;
  top: 34px;
  right: 188px;
}
#mainNav li#home a {
  background-position: 0px 0px;
}
#mainNav li#what, 
#mainNav li#what a {
  background-image: url(../images/nav/what.gif);
  height: 45px;
  width: 92px;
}
#mainNav li#what {
  background-position: 0px -47px;
  top: 130px;
  left: 100px;
  z-index: 10;
}
#mainNav li#what a {
  background-position: 0px -1px;
}
#mainNav li#view, 
#mainNav li#view a {
  background-image: url(../images/nav/view.gif);
  height: 83px;
  width: 192px;
}
#mainNav li#view {
  background-position: 0px -83px;
  top: 145px;
  left: 80px;
  z-index: 9;
}
#mainNav li#view a {
  background-position: 0px 0px;
}
#mainNav li#notify, 
#mainNav li#notify a {
  background-image: url(../images/nav/notify.gif);
  height: 16px;
  width: 71px;
}
#mainNav li#notify {
  background-position: 0px -16px;
  top: 225px;
  left: 165px;
  z-index: 10;
}
#mainNav li#notify a {
  background-position: 0px 0px;
}
#mainNav li#enter, 
#mainNav li#enter a {
  background-image: url(../images/nav/contest.gif);
  height: 75px;
  width: 246px;
}
#mainNav li#enter {
  background-position: 0px -75px;
  top: 240px;
  left: 75px;
  z-index: 9;
}
#mainNav li#enter a {
  background-position: 0px 0px;
}
#mainNav li#winners, 
#mainNav li#winners a {
  background-image: url(../images/nav/winners.gif);
  height: 60px;
  width: 106px;
}
#mainNav li#winners {
  background-position: 0px -60px;
  top: 290px;
  left: 100px;
  z-index: 10;
}
#mainNav li#winners a {
  background-position: 0px 0px;
}
#homeBody #home a,
#whatBody #what a,
#viewBody #view a,
#notifyBody #notify a,
#enterBody #enter a,
#winnersBody #winners a,
#mainNav li a:focus,
#mainNav li a:hover {
  background: transparent !important;
}
/* UTILITY NAV */
#utilNav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
}
#utilNav[id] {
  position: fixed;
}
#utilNav li {
  background-color: transparent;
  background-repeat: no-repeat !important;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
#utilNav[id] li {
  position: fixed;
}
#utilNav li a {
  background-color: transparent;
  background-repeat: no-repeat !important;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: -999em;
}
#utilNav li#rules,
#utilNav li#rules a {
  background-image: url(../images/nav/rules.gif);
  height: 25px;
  width: 98px;
}
#utilNav li#rules {
  background-position: 0px -29px;
  top: 20px;
  right: 83px;
}
#utilNav li#rules a {
  background-position: 0px 0px;
}
#utilNav li#media,
#utilNav li#media a {
  background-image: url(../images/nav/media.gif);
  height: 17px;
  width: 83px;
}
#utilNav li#media {
  background-position: 0px -18px;
  top: 31px;
  right: 8px;
}
#utilNav li#media a {
  background-position: 0px 0px;
}
#mediaBody #media a,
#rulesBody #rules a,
#utilNav li a:focus,
#utilNav li a:hover {
  background: transparent !important;
}


/* CONTENT */
#content:after,
#contentSort:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#content,
#contentSort {
  padding: 80px 0 0;
  margin: 0 20px 0 430px;
  position: relative;
  z-index: 1;
}
#contentSort {
  padding-bottom: 150px;
}

/* SORT */
#sort {
  background: url(../images/nav/sort.gif) top left no-repeat;
  height: 146px;
  width: 417px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
#sort[id] {
  position: fixed;
}
#sort label#catL {
  background: url(../images/nav/category.gif) top left no-repeat;
  height: 23px;
  width: 75px;
  position: absolute;
  bottom: 25px;
  right: 85px;
  text-indent: -999em;
}
#sort select#cat {
  position: absolute;
  bottom: 30px;
  right: 5px;
  width: 75px;
}
#sort label#filL {
  background: url(../images/nav/showMe.gif) top left no-repeat;
  height: 13px;
  width: 68px;
  position: absolute;
  bottom: 10px;
  right: 85px;
  text-indent: -999em;
}
#sort select#fil {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 75px;
}

/* PAGING */
#pagingH {
  display: inline;
  font-size: 1em;
}
ul#paging {
  display: inline;
  margin: 0;
  padding: 0;
  z-index: 1000;
}
ul#paging li {
  border-right: 1px solid #000;
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 5px 0 2px;
}
ul#paging li.last-child {
  border: none;
}

/* PROMOS */
#deadlines {
  background: url(../images/promos/deadlines.gif) top left no-repeat;
  display: block;
  width: 282px;
  height: 31px;
  position: absolute;
  bottom: 95px;
  left: 40px;
  font-size: 1px;
  text-indent: -999em;
  text-decoration: none;
}
#deadlines[id] {
  position: fixed;
}

/* GROUP DISPLAY */
ul#entries {
  margin-top: 1.5em;
}
ul#entries:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
ul#entries li {
  background: url(../images/entries.gif) top left no-repeat;
  float: left;
  width: 235px;
  height: 170px;
  margin: 0 0 10px;
  padding: 10px 15px 0 10px;
}
body#winnersBody ul#entries li {
  height: auto;
}
ul#entries h3 {
  margin-top: 0;
}
ul#entries img {
  float: right;
  margin: 0 0 5px 5px;
  max-width: 80px;
  max-height: 100px;
}
dl.your {
  clear: left;
  float: left;
  width: 49%;
}
dl.avg {
  clear: right;
  float: left;
  width: 49%;
}
span.rating {
  border: 1px solid #fff;
  background: url(../images/stars.jpg) top left repeat-x;
  display: block;
  height: 19px;
  text-indent: -999em;
}
span.r_1 {
  width: 21px !important;
}
span.r_2 {
  width: 42px !important;
}
span.r_3 {
  width: 63px !important;
}
span.r_4 {
  width: 84px !important;
}
span.r_5 {
  width: 105px !important;
}
p.date {
  float: right;
  color: #666;
  font-size: .85em;
  font-style: italic;
}
p.category {
  float: left;
  color: #666;
}
p.entrant {
  clear: left;
  color: #333;
}
p.description {
  margin-bottom: 1em;
}
#rateThis {
  background: url(../images/rate.jpg) bottom left no-repeat;
  float: left;
  width: 300px;
}
#rateThis fieldset {
  border: 0;
  padding: 0;
}
#rateThis label {
  color: #fff;
  margin-left: 45px;
}
#rateThis select {
  margin-left: 45px;
  width: auto;
}
#display {
  display: block;
  margin: 1em 0;
  max-width: 480px;
  max-height: 320px;
}
a#enlarge img {
  border: 1px solid #000;
}
form p {
  margin: 0 0 1em;
}
p.nb {
  color: #c20904;
}
h3.hidden {
  position: absolute;
  top: -999em;
}
ul#options {
  float: right;
  width: 200px;
  margin: 1em 0 0;
  padding: 0;
}
ul#options li {
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0 0 .3em;
}

/* ENTRY FORMS */
form.sfHide {
  display: none;
}
form:target,
form.sfTarget {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

/* Legalese */
ol.legalese {
  margin: 0;
  padding: 0;
}
ol.legalese li {
  list-style: decimal inside;
  margin: 0;
  padding: 0 0 .5em;
  text-align: justify;
}
ol.legalese li:target {
  margin-top: -100px;
  padding-top: 100px;
}
ol.legalese li ol {
  margin: .5em 0 0 20px;
  padding: 0;
}
ol.legalese li ol li {
  list-style: lower-alpha inside;
}
ol.legalese dl {
  margin: 0;
  padding: 0 0 0 20px;
}
ol.legalese dd {
  margin: 0;
  padding: 0 0 .3em;
}
dl.inline {
  clear: both;
}
dl.inline:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
dl.inline dt {
  float: left;
  clear: left;
  padding-right: 5px;
}
dl.inline dd {
  float: left;
  clear: right;
}
strong.legal {
  background: transparent;
  color: #000;
  text-transform: uppercase;
  padding: 0;
}

/* CREATIVE BRIEF */
dl#cBrief dt {
  font-size: 1.5em;
}
dl#cBrief dd {
  padding-bottom: .5em;
}
dl#cBrief div.msgBox {
  border: 1px solid #000;
  background: #f7f7f7;
  padding: 10px;
  width: 90%;
  min-height: 200px;
}
dl#cBrief div.msgBox dl {
  margin: 0;
}
dl#cBrief div.msgBox dl dt {
  font-size: 1em;
}
dl#cBrief div.msgBox dl dd {
  padding: 0 10px .5em;
}
dl#cBrief p.notes {
  font-size: .9em;
  margin: 0;
  width: 90%;
}

/* SITE MAP */
ul#map,
ul#map ul {
  margin: 0;
  padding: 0;
}
ul#map li {
  margin-left: 15px;
  padding-left: 0;
}

/* MY ALERT */
#myAlert {
  background: url(../images/myAlert.png) top left no-repeat !important;
  background-image: url(../images/myAlert.gif);
  padding: 40px;
  width: 208px;
  height: 90px;
  position: absolute;
  top: 35%;
  left: 35%;
  z-index: 100;
}
#myAlert[id] {
  position: fixed;
}

/* FOOTER */
#footer {
  font-size: .8em;
  height: 75px;
  width: 420px;
  padding-left: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer[id] {
  position: fixed;
}
#footer p, #footer li {
  display: inline;
  margin: 0;
  padding: 0;
}
#footer ul {
  margin: 0 0 2px;
  padding: 0;
} 
#footer h6 {
  position: absolute;
  top: -999em;
}
#footer ul li {
  padding: 0 5px 0 0;
}
#footer ul#sponsors li img {
  margin: 0 5px 0 0;
}
#footer ul#sponsors li#sponsor_doe,
#footer ul#sponsors li#sponsor_wphh {
  margin-right: 0px !important;
}
#footer ul#sponsors li#sponsor_wphh img {
  margin-bottom: 10px;
}

/* sIFR-SPECIFIC CLASSES RULES */
.sIFR-hasFlash h1 {
  visibility: hidden;
  margin-bottom: -.5em;
}
.sIFR-hasFlash h2 {
  visibility: hidden;
  margin-bottom: -.2em;
}
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}
.sIFR-replaced {
  visibility: visible !important;
}
span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

/* HACKS */
* html strong {
  background: transparent;
  color: #000;
  font-weight: bold;
}
* html body {
  overflow: hidden;
}
* html #ieContainer {
  height: 100%;
  overflow: auto;
}
* html #content,
* html #contentSort {
  position: static;
  height: 100%;
}
* html #promos {
  clear: both;
}
* html #mainNav li#home {
  display: none;
}
* html #mainNav li#what {
  top: 40px;
}
* html #mainNav li#view {
  top: 55px;
}
* html #mainNav li#notify {
  top: 135px;
  overflow: hidden;
}
* html #mainNav li#enter {
  top: 150px;
}
* html #mainNav li#winners {
  top: 200px;
}
* html ul#entries h3 {
  font-size: 1.2em;
}
html * #rateThis {
  [padding-bottom: 10px;
  padding-bottom: 10px;
  ]padding-bottom: 10px;
}
* html #rateThis {
  padding-bottom: 12px;
}
* html #footer p {
  padding-right: 5px;
}
* html ol.legalese li#s_1,
* html ol.legalese li#s_2,
* html ol.legalese li#s_3,
* html ol.legalese li#s_4,
* html ol.legalese li#s_5,
* html ol.legalese li#s_6,
* html ol.legalese li#s_7,
* html ol.legalese li#s_8,
* html ol.legalese li#s_9,
* html ol.legalese li#s_10,
* html ol.legalese li#s_11
 {
  margin-top: -100px;
  padding-top: 100px;
}
* html dl.inline {
  height: 1%; 
}
* html dl.inline dt {
  float: none;
}
* html dl.inline dd {
  float: none;
}
* html ul#map {
  margin-top: 10px;
}
/* hides the second object from all versions of IE */
* html object#nonIE {
    display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object#nonIE/**/ {
    display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
* html object#nonIE {
    display/**/: none;
}

