/* generic */
* {
  margin: 0;
  padding: 0;
}

/* right column */
#rightcol {
  width: 520px;
  float: right;
  display: inline;
}

 
/* description */
#description {
  width: 330px;
  margin-left: 10px;
  line-height: 150%;
  float: left;
  display: inline;
}
#description.contentpage {
  width: auto;
  margin-right: 10px;
  float: none;
  display: block;
}
#description.contentpage ul {
  padding: 10px 0;
  list-style: none;
}
#description.contentpage ul ul {
  padding: 0 0 0 2em;
  list-style: circle inside;
}
  
/* gallery page */


/* gallery categories */
#categories {
  padding: 10px 0 10px 0;
  color: #cfcdb7;
  border-top: solid 1px #666;
}
#categories ul {
  padding-bottom: 5px;
  list-style: none;
}
#categories a {
  color: #cfcdb7;
  text-decoration: underline;
}
#categories a:visited {
  color: #a6a5a7;
}
#categories a:hover {
 color: #f90;
 text-decoration: none;
}



/* gallery*/
#gallery {
  padding: 40px 30px 10px 30px;
  /* background: url(http://www.slowfoodvancouver.com/imgsfv/gallery_bg.gif) left top no-repeat; */
}
#gallery.weblog {
  font-size: 12px;
  line-height: 150%;
}
#gallery h1 {
  padding-bottom: 10px;
  color: #0065b4;
  font-size: 12px;
  font-weight: bold;
}

#gallery.weblog h1 {
 font-size: 18px;
 margin-bottom: -10px;
}

#gallery.weblog h1 a:link {
  color: #0065b4;
}

#gallery.weblog p {
}

.gallerythumb {
float: left;
width: 132px;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 40px;
}

a.gallerythumb {
    height: 100px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: left;
    line-height: 100px;
    background-color: #313131;
    background-repeat: no-repeat;
    border: solid 1px #262626;
    display: block;
    padding-left: 130px;
    background-position: left center;
  }

  a.gallerythumb:hover, a.gallerythumb:hover {
    color: #f90;
    background-color: #3c3c3c;
    border: solid 1px #4f4f4f;
  }


p.postinfo {
 padding: 5px;
 background-color:#363636;
 margin-bottom: 65px;
}

/* gallery picture */
 

/* clear floats */
.clearing:after {
  height: 0;
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
}
/* hide from ie-mac \*/
* html .clearing {
  height: 1%;
}
/* stop hiding */


 
 
