/* 
Author: Bivin Howell | B!VHOW Design
Client: Affordable & Affluent Affairs
Location: www.aaaffairs.com
Version: yr. 2007 no. 2
 */


/* General ----------------------------- */

body {
  background: #cfcda7;
  margin: 0;
  padding: 0;
  font-size: 14px;  
  }
  
p {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 1.1em;
  }
  
h1 { 
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 1.3em;
  color: #363636;
  }
  
h2 { 
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: 1em;
  color: #363636;
  }
  
h3 {
  font-family: 'Times New Roman', Times, Georgia, serif;
  font-size: .9em;
  color: #363636;
  }      

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;  
  color: #B57E7E;
  }

a:hover, a:active {
  color: #363636;
  text-decoration: none;
  }

.clear { clear:both; }  
  
.last { 
  clear: both;
  text-align: right;
  }   

.client {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  display: block;
  margin-top: 15px; 
  }    

.thumbnail img {
  float: left;
  display: block;
  position: relative;
  border: 3px solid #817d5c;
  margin: 10px 0 10px 20px;
  }

/* Headers ----------------------------- */

#content h3 {
  text-indent: -5000px;
  height: 100px;
  margin: 15px 0 10px 0;
  }

#home h3 { background: url(../images/pgidhome.png) 50% 50% no-repeat; }
#about h3 { background: url(../images/pgidabout.png) 50% 50% no-repeat; }
#why h3 { background: url(../images/pgidwhy.png) 50% 50% no-repeat; }
#weddings h3 { background: url(../images/pgidweddings.png) 50% 50% no-repeat; }
#events h3 { background: url(../images/pgidevents.png) 50% 50% no-repeat; }
#gallery h3 { background: url(../images/pgidgallery.png) 50% 50% no-repeat; }
#testimony h3 { background: url(../images/pgidtestify.png) 50% 50% no-repeat; }
#resources h3 { background: url(../images/pgidresources.png) 50% 50% no-repeat; }
#contact h3 { background: url(../images/pgidcontact.png) 50% 50% no-repeat; }


/* Lists ----------------------------- */


ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }

.splist li {
  background: url(../images/bulletcont.gif) left center no-repeat;
  font-size: 1.3em;
  padding-left: 35px;
  }

ul.multi {
  width: 30em;
  margin-left: 10px;
  padding: 0;
  list-style: none;
  font-size: .9em;
  }

.multi li {
  float: left;
  width: 9em;
  margin: 4px 0;
  background: url(../images/bulletcont.gif) left center no-repeat;
  padding-left: 25px;
  }

/* Layout ----------------------------- */


#wrapper {
  width: 900px;
  position: relative;
  left: 50%;
  margin-left: -450px;
  height: 775px;
  }
  
#branding {
  height: 10px;
  }

#content {
  width: 400px;
  float: right;
  padding-bottom: 25px;
  }

#mainNav {
  width: 400px;
  float: left;
  }

#footer {
  width: 100%;
  height: 150px;
  clear: both;
  background: #999966 url(../images/bgftr.gif) top left repeat-x;
  padding-bottom: 20px;
  }  


/* homeContent and mainContent ----------------------------- */

#homeContent {
  width: 325px;
  float: left;
  }
  
#mainContent {
  width: 400px;
  background: transparent;
  background-color: #E1E1CA;
  opacity: .8;
  filter:alpha(opacity=80);/*IE's opacity*/
  padding: 10px 0;
  }

#mainContent p {
  margin: 15px 45px;
  line-height: 1.2em;
  }

#mainContent ul {
  margin-left: 10px;
  padding: 0;
  }

#mainContent li {
  list-style-type: none;
  line-height: 1.4em;
  margin-left: 25px;
  }
  
#mainContent h3 {
  margin: 30px 0 15px 0;
  height: 20px;
  text-indent: -9000px;
  background: url(../images/contenthdr.gif) 50% 50% no-repeat;
  } 
  
#mainContent h4 {
  padding: 15px 0 5px 0;
  height: 20px;
  text-indent: -9000px;
  background: url(../images/contentftr.gif) 50% 50% no-repeat;
  }

#testify {
  height: 200px;
  overflow: auto;
  } 

.thankyou {
  text-align: center;
  line-height: 1.1em;
  }
   
/* Navigation ----------------------------- */

#siteNav { 
  position: absolute;
  top: 20px;
  left: 20px;
  }

#siteNav li {
  color: #6F2C45;
  }

#siteNav a {
  font-family: 'Times New Roman', Times, Georgia, serif;
  color: #6F2C45;
  font-size: 1em;
  font-weight: light;
  line-height: 1.8em;
  margin-left: 20px;
  padding: 5px 40px 5px 40px;
  }  

#siteNav a:link, #siteNav a:visited {
  color: #6F2C45;
  text-decoration: none;
  font-weight: bold;  
  }

  .home #siteNav #home a,
  .about #siteNav #about a,
  .whyus #siteNav #why a,
  .weddings #siteNav #weddings a,
  .events #siteNav #events a,
  .gallery #siteNav #gallery a,
  .testimony #siteNav #testimony a,
  .resources #siteNav #resources a,
  .contact #siteNav #contact a {
  background: url(../images/pgid.png) left center no-repeat;
  color: #C39696;
  text-decoration: none;
  }

#siteNav a:hover { font-weight: bold; }

#siteNav a:active {
  color: #6F2C45;
  text-decoration: none;
  }
  
.navCard {
  width: 459px;
  background: url(../images/navcard_tile.png) repeat-y;
  }
  
.navCard h2 {
  background: url(../images/navcard_top.png) left top no-repeat;
  text-indent: -9000px;
  height: 81px;
  }
  
.navCard .last {
  background: url(../images/navcard_bot.png) left bottom no-repeat;
  padding-bottom: 20px;
  }
  
.navCard h2,  {
  padding-left: 10px;
  padding-right: 10px;
  }
  
.navCard ul {text-align: center;}

 
.navCard p { 
  text-align: left;
  line-height: 1.1em;
  padding: 0 20px 20px 20px;
  }  

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

#footer p {
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: .8em;
  line-height: 1.4em;
  text-align: right;
  padding: 50px 50px;
  }

#footer a {
  font-weight: normal;
  color: #554e2e;
  } 