/* core placement divs */

#left-container {
  width: 220px;
  float: left;
}

#content-container {
  margin: 0 10px;
  width: 480px;
  min-height: 400px;
  float: left;
}

  #default-error {
    margin-left: 220px;
    width: 480px;
  }

#right-container {
  width: 180px;
  float: left;
}

/* content */

#content-left {
  width: 240px;
  float: left;
}

#content-right {
  width: 230px;
  padding-left: 10px;
  float: left;
}

/* sidebar right */

#sidebar-special-container {
  width: 180px;
  padding-top: 10px;
  margin-bottom: 10px;
  background: url(../images/layout/sidebar-yellow-bg-top.jpg) no-repeat;
} 

  #sidebar-special-container-inner {
    width: 180px;
    padding-bottom: 10px;
    background: url(../images/layout/sidebar-yellow-bg-bottom.jpg) no-repeat bottom;
  } 
   
  #sidebar-special {
    border-right: 1px solid #d7aa22;
    border-left: 1px solid #d7aa22;
    padding: 0 8px;
    background: #fecb32 url(../images/layout/sidebar-yellow-bg-mid.jpg) repeat-x bottom;
  }
  
  #sidebar-special h2 {
    line-height: 18px;
    margin-bottom: 10px;
  }
  
  #sidebar-special p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
  }
  
  #sidebar-special a {
    font-size: 12px;
    line-height: 1.5em;
    color: #333333;
    text-decoration: underline;
  }

#sidebar-latest-campaigns-container {
  width: 180px;
  padding-top: 10px;
  margin-bottom: 10px;
  background: url(../images/layout/sidebar-grey-bg-top.jpg) no-repeat;
} 

  #sidebar-latest-campaigns-container-inner {
    width: 180px;
    padding-bottom: 10px;
    background: url(../images/layout/sidebar-grey-bg-bottom.jpg) no-repeat bottom;
  } 
   
  #sidebar-latest-campaigns {
    border-right: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    padding: 0 8px;
    background: #e6e6e6 url(../images/layout/sidebar-grey-bg-mid.jpg) repeat-x bottom;
    min-height: 400px;
  }
  
  #sidebar-latest-campaigns h2 {
    line-height: 18px;
    margin-bottom: 10px;
  }
  
  #sidebar-latest-campaigns p {
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding-bottom: 1em;
  }
  
  #sidebar-latest-campaigns a {
    font-size: 12px;
    line-height: 1.5em;
    color: #333333;
    text-decoration: underline;
  }

#sidebar-fb-tw-container {
  width: 180px;
  padding-top: 10px;
  margin-bottom: 10px;
  background: url(../images/layout/sidebar-grey-3d-bg-top.jpg) no-repeat;
} 

  #sidebar-fb-tw-container-inner {
    width: 180px;
    padding-bottom: 10px;
    background: url(../images/layout/sidebar-grey-3d-bg-bottom.jpg) no-repeat bottom;
  } 
   
  #sidebar-fb-tw {
    border-right: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    padding: 0 8px;
    background: #ffffff url(../images/layout/sidebar-grey-3d-bg-mid.jpg) repeat-x bottom;
  }
  
  #sidebar-fb-tw p {
    margin-bottom: 5px;
  }
  
  #sidebar-fb-tw .twitter {
    margin-right: 5px;
  }

/**
 * categories 
 */
#categories-container {
  width: 220px;
  margin-bottom: 10px;
  background: url(../images/layout/categories-bg-top.gif) no-repeat;
}

#categories-container-inner {
  width: 220px;
  padding: 10px 0;
  background: url(../images/layout/categories-bg-bottom.gif) no-repeat bottom;
}
 
#categories {
  width: 180px;
  border-left: 10px solid #e6e6e6;
  border-right: 10px solid #e6e6e6;
  padding: 10px;
  padding-top: 0;
}

#categories h2 {
  width: 178px;
  line-height: 29px;
  border-bottom: 1px solid #e6e6e6;
}

#categories ul {
  width: 178px;
  list-style-type: none;
}

#categories ul li {
  height: 27px;
  width: 178px;
  border-bottom: 1px solid #e6e6e6;
}

#categories ul li a {
  display: block;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  height: 25px;
  width: 178px;
  line-height: 25px;
  text-decoration: none;
  color: #333333;
}

#categories ul li a:hover, #categories ul li.selected a {
  background: #eeeeee;
}

/**
  * sidebar left
  */
#sidebar-left {
  width: 220px;
}

#sidebar-information {
  padding-left: 10px;
}

#sidebar-information a {
  color: #333333;
}

/* misc */

#index-1-2-3 {
  margin-bottom: 10px;
}

#index-1-2-3 a {
  display: block;
  width: 480px;
  height: 99px;
}

#index-1-2-3 span {
  display: none;
}
