/*
   application.css
   salinasrenaissance
   
   Created by [creator] on Mar 12, 2009.
   Copyright 2009 Full Steam Marketing & Design. All rights reserved.

   Main width:  890px (with shadow)
   Width:       880px
   Aside width: 252px
   Article col: 638px

*/


/*  Import Default Generic Rules
----------------------------------------------- */
@import url(reset.css);
@import url(generic.css);

html { font-size: 68.8%; font-family: georgia, "Times New Roman", times, serif; }

body {
  margin: 0;
  background: #fff url('design/srp-bkgd.jpg') no-repeat center top;
}

#wrapper {
  width: 890px;
  margin: 0 auto;
  padding: 0;
}
#w2 {
  background: transparent url('design/srp-col-bkgd.gif') repeat-y left top;
  width: 890px;
  float: left;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: normal;
  letter-spacing: -0.05em;
}


/*  Specialized Wireframe Rules
----------------------------------------------- */
.section {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.inactive a, .inactive li a {
  color: #bbb !important;
}
.sourcefile {
  background-color: #ff3;
  color: #c00;
}
.sourcefile:before { 
  content: "Source: "; 
}
.note {
  text-transform: uppercase;
}
.contacts dt, .contacts dd {
  line-height: 1.3em;
  padding: .2em 0;
}
ul.links {
  margin-left: 0.3em;
  line-height: 1.4em;
  text-indent: 0.1em;
}


/*  Sidebar
----------------------------------------------- */
#sidebar {
  padding: 0 20px;
  width: 212px;
  float: left;
}
#sidebar h1, #sidebar h2, 
#sidebar .meeting-time {
  color:#ca7006;
}

#sidebar h1#logo {
  background: transparent url('design/srp-logo.gif') no-repeat 34px 4px;
  height: 180px;
  overflow: hidden;
  text-indent: -9999px;
}
#sidebar h1#be_heard {
  padding-top: 10px;
  height: 54px;
  background: transparent url(images/loudspeaker.gif) no-repeat 125px 0;
}
#sidebar .note {
  font-family: helvetica, arial, sans-serif;
  line-height: 1.2em;
  font-size: 11px;
}
#sidebar .event-list {
  padding-bottom: 1em;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
#sidebar .event-list dd+dd.meeting-time {
  margin-top: .75em;
}


/*  Header
----------------------------------------------- */
#header {
  background: transparent url('design/srp-header.jpg') no-repeat top left;
  width: 638px;
  height: 186px;
  float: left;
}


/*  Navigation
----------------------------------------------- */
.content ul.nav {
  list-style: none;
  margin: 0;
  padding: 0;
} 
.content ul.nav li {
  list-style: none;
  display: inline; 
  margin: 0;
  padding: 0 1.5em 0 0;
  text-indent: 0;
}
.content ul.nav li:before { content: ""; } /* removing bullets for navigation unordered lists */

#nav {
  background: transparent url('design/srp-nav-bkgd.jpg') no-repeat top left;
  width: 638px;
  height: 33px;
  overflow: hidden;
  float: left;
}
#nav li {
  background-color: #64615f;
  height: 33px;
  margin: 0;
  padding: 0;
  float: left;
}
#nav .nav li a {
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}


/*  Article
-------------------------------------------------------- */
#article {
  background: transparent url('design/srp-article-side.jpg') no-repeat 100% -1px;
  width: 638px;
  float: left;
}
.section {
  margin: 0;
  width: 550px;
  padding: .5em 44px;
  float: left;
}


/*  Content
-------------------------------------------------------- */
.section h1 {
  color: #076324;
}


/* Footer
----------------------------------------------- */
#footer {
  float: left;
  clear: both;
  width: 588px;
  margin: 10px 0 0 273px;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  text-align: center;
}
* html #footer {
  display: inline;
}

