/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}

/**************************************************************
   #teaser: Holds the teaser content blocks
 **************************************************************/

#teaser {
    position: relative;
    border: 1px black dotted;
    min-height: 200px;
}

#teaser h1 {
    text-align: left;
    font: 1.5em "trebuchet ms", serif;
    color: #900300;
}

div.feedburnerFeedBlock p.date {
    font-weight: bold;
    font-size: .88em;
    display: inline;
    margin-left: -5px;
}

div.feedburnerFeedBlock ul li div {
    display: inline;
}

div.feedburnerFeedBlock span.headline {
    font-weight: bold;
    display: block;
    text-indent: 0;
}

div.feedburnerFeedBlock ul {
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 2px;
}

div.feedburnerFeedBlock ul li {
    font: 1em verdana, arial, sans-serif; 
    color: #000;  
    margin-bottom: 5px;
    padding-left: 0 !important;
    text-indent: 0 !important;
}

div.feedburnerFeedBlock img {
    padding-left: 15px;
    padding-bottom: 5px;
}

/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 173px;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 5px;

  padding: 5px;
  text-align: left;
}

#header h1 {
  margin: 0;
  padding: 0;

  font: 700 3.5em "trebuchet ms", serif;
  letter-spacing: -3px;
/*  text-transform: lowercase;*/
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 115px;

  margin: 0;
  padding: 0;

  font: 700 1.8em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #FFF;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: left;
  width: 100%;
  clear: both;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
  padding-bottom:15px;  
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 10px;
  padding: 5px 0.5em;

  font: 400 1.3em "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #000;
}

#mainMenu li a:hover {
  border-bottom: 10px solid #000;
}

#mainMenu li a.here {
  border-bottom: 10px solid #000;
  color: #EEE;
  background: #9999cc;
}

#mainMenu li a.last {
  margin-right: 0;
}




/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type:none;
  list-style-image:none;
}

.sideMenu li {
  display: inline;
  font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.1em 0.5em;
  padding: 1px 15px;    
  text-decoration: none;
  color: #000;
} 

.sideMenu li a:hover {
  color: #999;
  border-left: 3px solid #000;
}

/* Active menu item */
.sideMenu li a.here {
  display: block;  
  margin: 0,1em 0.5em;
  color: #EEE;
  background: #9999cc;
  border-left: 3px solid #000;
}


/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
  
  padding-bottom: 4em;
}




/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  
  margin-top: -3.8em;
  background: #000;
/*  background: #000 url(../images/bg/footer.jpg) repeat-x top left;*/
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
/*  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; */
}
