
.gallery {
  padding:5px;
}
.gallery li {
  position: relative;
  float: left;
  width: 167px;
  padding: 2px;
  margin: 2px;
  overflow: hidden;
  background: url('../img/gallery_grad.gif') bottom left repeat-x #e6e6e6;
}
.gallery li:hover { background: url('../img/galleryhover_grad.gif') bottom left repeat-x #b7d39a; }
.gallery span {
  display: block;
}
.gallery .image {
  width: 167px;
  background-color: white;
  text-align: center;
}
.gallery .image img {
  margin: 0;
  padding: 0;
  display: inline;
}
.gallery .title {
  line-height: 1.5em;
}
.gallery .buttons {
  display: block;
  line-height: 2em
}
.gallery .title {
  height: 1.5em;  /*height is equal to the height of 1 line of text to ensure that increasing text-size or str-length doesn't break the layout*/
  overflow: hidden;
}
.gallery .price {
  font-weight: bold;
}
.gallery .review {
  height: 4.5em; /*height is equal to the height of 3 lines of text*/
  overflow: hidden;
  padding: 1px;
  background-color: white;
}
.gallery .cut a {
  position: absolute;
  top: 2px;
  right: 2px;
  background: transparent url('../img/close.gif') no-repeat center center !IMPORTANT;
  width: 24px;
  height:24px;
  display: block;
  text-decoration: none;
}
#none {} /*this gets deleted for some reason*/
#content, #message {
  width: auto;
}
#wrappermain {
  top: 7em;
}
#rightbar {
  display: none;
}
#news ul {
}
#news li {
  line-height: 1.5em;
  margin: 0.5em 1.5em;
  list-style: square;
}
#news li span {
  display:block;
}
/* Now in standard.css.php
.right {
  width: 160px;
  margin-left: 5px;
  padding:0;
  border-right: 0;
  clear:both;
  overflow:auto;
}
.right h4 {
  background-color: #b7d39a;
  line-height: 1.5em;
  padding: 0.5em;
}
.right .window {
  padding-bottom:10px;
  margin:0;
}
.right li a {
  margin-left: 10px;
}
.left {
  width: 535px;
}
.left h3, .left h1 {
  clear: both;
}
*/
#start {
  clear:none;
  float:right;
  height:83%;
  left:39%;
  margin-top:4px;
  overflow:hidden;
  position:absolute;
  width:58%;
  z-index:1;
}
#start li {
  margin:0;
  line-height:1.5em;
  width:100%;
  background-color: white;
  border: 0;
}
#blogfeed {
  position: relative;
}
#blogfeed .date {
  text-decoration: underline;
  position: absolute;
  right: 60px;
  top: 1em;
}
#blogfeed .links img {
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding:0;
}
#blogfeed .links {
  margin: 0.5em 0 0.5em 10px;
}
#blogfeed .links li {
  display: inline;
  margin-right: 10px;
}
#blogfeed ul {
  margin: auto 2em;
}
#blogfeed ul li {
  margin-left: 1em;
  line-height: 1.5em;
  list-style: square;
}

#categories {
  left: 0;
  position: relative;
  top:0;
  height: 35em;
  z-index: 50;
}
#categories .items li {
  background: url('../img/galleryhover_grad.gif') top left repeat-x transparent;
}
#categories .items, #categories div {
  background: none;
  border: none;
}
#categories .items li:hover {
  background: #f6f6f6;
}
#categories .items li .sub li {
  background: #f6f6f6;
}
#categories .items li .sub {
  border-bottom: none;
}
#categories .items .load .sub {
  left: -5px;
}