/******
Design by Alicia Cattoni
2008
*******/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}


/****
Page Content
****/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 10 auto;
}


/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  padding-right: 2.5cm;
  padding-left: 3cm;
}

.width15 {
  width: 10%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/****
Footer
****/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: 0em;
}

#footer #bg {
  position: relative;
  height: 3px;
  margin: 0 auto;
  background: #D8D8D8;
}

#footer #bg ul {
  float: left;
  margin: 11pt 0 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 8pt arial, sans-serif;
  letter-spacing: .1pt;
  line-height: 1em;

  color: #FFFFFF;
  border-right: 1px normal #4D5760;
}


#footer #bg ul li a:hover {
  color: #FFA500;
}


/****
Left Links Bar
****/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .title {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .title {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #FFFFFF;
}

.post .title {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #FFFFFF;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
}

.post .title {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}



/****
Side Buttons
****/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
  
}

ul.thumbs li {
  margin: 0 0 10px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;

  
}

a.thumb img {
  border: 2px solid #ccc;
  padding: 1px;

}

a:hover.thumb img {
  background: clear;
  border: 2px solid #FFA500;
}

a:hover.thumb {
  background: FFFFFF;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(foo.gif); 
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}


/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;

}

.dark {
  color: #FFFFFF;
}
