/* often used */
.title {
  clear: both;

  border: 0;
  border-bottom: 1px solid #BE3900;

  font-family: Trebuchet MS, Verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #BE3900;

  line-height: 30px;
}
/* ------------------------ */


/* NEWS */
#news, #news a {
  font-family: Trebuchet MS, Verdana;
  font-size: 10pt;
  font-weight: normal;
  color: #000000;
}

#news .content {
  padding: 5px 0 0;
  border: 0;

  padding-left: 90px;

  background: #F7F7F7 left top no-repeat;
  background-position: 0px 10px;

  min-height: 90px;
}

#news .more {
  padding: 0 5px 5px;

  background: #F7F7F7;

  text-align: right;
}

#news .details {
  clear: both;

  border: 0;
  border-top: 1px dashed #505050;

  margin: 0 0 30px;

  font-size: 9pt;
  color: #505050;
}

#news .content-more {
  border: 1px solid #BE3900;
  border-top: 0;

  margin-left: 30px;
  padding: 5px;

  background: #F7F7F7;
}

#news .content-more .links {
  border-top: 1px dashed #505050;

  margin: 20px 0;
  padding: 10px 0 0;
}

#news .content-more .links ul {
  margin: 0 20px;

  color: #AFAFAF;
  list-style-type: square;
}
/* ------------------------ */


/* GUESTBOOK */
#guestbook .root {
  margin: 0 0 15px 0;

  background: #FFFFFF url('img/design/border-guestbook.gif') repeat-y;
  border-bottom: 1px solid #505050;

  float: left;
}

#guestbook .details {
  width: 125px;
  padding: 0 5px;

  float: left;
}
#guestbook .content {
  width: 325px;
  padding: 0 5px;

  float: right;
}

/* ADMIN-LIST */
#list, #list table, #list tr, #list td, #list a {
  text-decoration : none;
}

/* GALLERY */
#gallery {
  float: left;
}

#gallery .thumb {
  margin: 0 15px 15px;
  padding: 0;

  width: 200px;
  height: 200px;

  background: #FFFFFF url('img/design/polaroid.gif') no-repeat;

  overflow: hidden;
}

#gallery .thumb img {
  margin: 20px 0 0 22px;
  padding: 0;

  width: 155px;
  height: 116px;
  border: 0;
}

p {
  padding: 5px 0;
  margin: 0;

  text-align: center;
}

#gallery .thumb p a.descr {
  text-decoration: none;
  line-height: 1.4em;
}

#gallery .thumb p a.comments {
  text-decoration: none;
  font-size: 8pt;
}

#gallery .photo .row-01 .c1{
  	width: 22px;
  	height: 20px;
  	background: url('img/design/polaroid-photo-topleft.gif') no-repeat;
}
#gallery .photo .row-01 .c2{
  	background: url('img/design/polaroid-photo-top.gif') repeat-x;
}
#gallery .photo .row-01 .c3{
  	width: 23px;
  	height: 20px;
  	background: url('img/design/polaroid-photo-topright.gif') no-repeat;
}

#gallery .photo .row-02 .c1{
  	width: 22px;
  	background: url('img/design/polaroid-photo-left.gif') repeat-y;
}
#gallery .photo .row-02 .c2{

}
#gallery .photo .row-02 .c3{
  	width: 23px;
  	height: 64px;
  	background: url('img/design/polaroid-photo-right.gif') repeat-y;
}

#gallery .photo .row-03 .c1{
  	width: 22px;
  	background: url('img/design/polaroid-photo-bottomleft.gif') no-repeat;
}
#gallery .photo .row-03 .c2{
  	background: url('img/design/polaroid-photo-bottom.gif') repeat-x;

  	font-weight: bold;
  	text-align: center;
  	font-size: 1.2em;
  	padding-bottom: 15px;
}
#gallery .photo .row-03 .c3{
  	width: 23px;
  	height: 64px;
  	background: url('img/design/polaroid-photo-bottomright.gif') no-repeat;
}

/* ------------------------ */