/*
   screen.css
   bestcelebrants
   
   Created by Cale Woodley on 2009-02-03.
   Copyright 2009 Webfirm. All rights reserved.
*/
@import url('reset.css');

body {
  background: #fff url('../images/core/body.png') 0 0 repeat-x;
  font: 11px/21px Verdana, Arial, Tahoma, sans-serif;
}

#wrap {
  width: 100%;
  background: url('../images/core/wrap.jpg') top center no-repeat;
}

#container {
  width: 900px;
  height: 800px;
  margin: 0 auto 10px;
}

#header {
  text-align: center;
  display: block;
}


/*  =nav
****************************************/
#navigation {
  margin: 29px 0 0 150px;
  color: #8d8680;
  font: 16px/18px Georgia, "Times New Roman", serif;
  text-transform: lowercase;
}

#navigation li {
  float: left;
  display: inline;
  margin: 0 0 30px 0;
}

#navigation a {color: #8d8680; text-decoration: none; margin: 0 10px; padding: 9px 0;}
#navigation a:hover {color: #d79b61; background: url('../images/core/nav-hover.png') bottom center no-repeat;}



/*  =banner
****************************************/
#banner {
  width: 888px;
  height: 203px;
  overflow: hidden;
  display: block;
}


/*  =content
****************************************/
#content {
  display: block;
  color: #666;
  margin: 35px 0 0;
}

#content h1 {
  font: 22px/18px Georgia, "Times New Roman", serif;
  color: #777;
  font-style: italic;
}

#content p {
  margin: 10px 0;
}

#content a {color: #a56604; text-decoration: underline;}
#content a:hover {text-decoration: none;}

.left {float: left; display: inline; margin: 10px 20px 0 0; clear: left;}

#primary {
  width: 476px;
  padding: 0 30px;
  float: left;
  display: inline;
}


#secondary {
  width: 270px;
  float: right;
  display: inline;
  margin: 0 20px 0 0;
}

#secondary .cta {
  margin: 0 0 15px 0;
}

#secondary .cta img {
  border: 5px solid #e9e3d7;
}

ul#gallery {margin: 20px 0 0 40px;}

ul#gallery li {display: block; float: left; margin: 5px; height: 120px; width: 120px; border: 2px solid #E9E3D7; list-style: none;}

ul li {list-style: square;}

dl dt {font-weight: bold;}
dl dd {margin: 0 0 10px 0;}

ul.file-list li {
  list-style: none;
  margin: 0;
  padding: 6px 0 4px 5px;
  border-bottom: 1px dotted #cdd1d8;
}

a.pdf {background: url('../images/icon-pdf.gif') no-repeat; padding: 0 0 3px 20px;}

#content hr {
  width: 100%;
  clear: both;
  display: block;
  height: 0;
  border: none;
  border-top: 1px solid #ccc;
  margin: 10px 0;
}
 
/*  =footer
****************************************/
#footer {
  width: 860px;
  padding: 0 20px;
  height: 37px;
  line-height: 37px;
  clear: both;
  display: block;
  background: #f3f1e9;
  color: #a98d7d;
  text-transform: lowercase;
}

#footer p {float: left; display: inline;}
#footer img {float: right; display: inline; margin: 7px 0 0;}

#footer a {color: #a98d7d;}
#footer a:hover {text-decoration: none;}
#footer p.centretextfooter {text-align:center; float:none; display:block;}