body {
    font-size: 12px;
    font-family: Verdana, Arial;
}
div.post-container {
    max-width: 60%;
}
.post-head {
    width: 85%;
    background: #080885;
    color: #fff;
    margin-bottom: 0px;
}
.post-head a {
    color: #cecece;
    text-decoration: none;
}
.post-body, div.background
{
  width: 79%;
  background: url(img/cheese.png) repeat;
  border: 2px solid #080885;
  text-align: justify;
}
.post-body div, div.transbox
{
  margin: 5px 10px;
  background-color: #ffffff;
  border: 1px solid black;
  padding: 10px;
  /* for IE 
  filter:alpha(opacity=75);
  /* CSS3 standard 
  opacity:0.75;
  */
}
.post-body div p, div.transbox p
{
  margin: 10px 20px;
  font-weight: bold;
  color: #000000;
}

/* ROUNDED CORNERS FROM http://kalsey.com/2003/07/rounded_corners_in_css/ */
.roundcont {
/*  width: 80%;
  background-color: #f90;
  color: #fff;
*/
}
.roundcont p {
  margin: 0 10px;
  text-align: left;
}
.roundtop { 
  background: url(img/trb.gif) no-repeat top right; 
  text-align: left;
}
.roundbottom {
  background: url(img/brb.gif) no-repeat top right; 
  text-align: left;
}
img.corner {
  width: 15px;
  height: 15px;
  border: none;
  display: block !important;
}

#rightggl {
  float: right;
}

div#left-side {
    float: left;
    display: inline;
}
div#left-side ul {
    width: 200px;
}
div#left-side ul li {
    padding-top: 8px;
    list-style: none;
}
div#left-side ul li:hover {
    list-style: hebrew;
}
div#left-side p {
    float: left;
    display: inline;
border: 1px solid red;
}

#moonphase {
    background-color: #ffeeee;
    padding: 5px;
    width: 140px;
    float: left;
}

div.share {
    padding: 10px;
    background: none;
}
a.fb, a.svejo, a.dobavi, a.ping {
    padding-left: 15px;
}
a.fb:hover { background: url(img/ico/facebook_share_icon.gif) left no-repeat; }
a.svejo:hover { background: url(img/ico/svejo.ico) left no-repeat; }
a.dobavi:hover { background: url(img/ico/dobavi.ico) left no-repeat; }
a.ping:hover { background: url(img/ico/ping.ico) left no-repeat; }

.pager span, .pager a {
    border:1px solid navy;
    padding:2px 4px;
    text-decoration:none;
}
.pager a:hover {
    background: #dedede none repeat scroll 0 0;
}
.pager span {
    background: #080885;
    color: white;
}
input {
    border: 1px solid #305620;
    font-size: 12px;
}
.moformmark
{
    background: #f9acac;
    color: #fff;
}
.moformunmark {
    background: #62974c;
    color: #fff;
}
