
/* CSS Document */
body {
  background: #FBF2D5;
  color: #B68D12;
  font-family: verdana, tahoma, helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
}

.top {
  background-image:url(/img/logobs.png);
  text-align:right;
  border-bottom: 2px #B68D12 solid;
  margin-bottom: 4px;
}

.top .logo {
	float: left;
}

.top .menux {
	margin-right: 1ex;
}
.top .menux a {
	background: #FBF2D5;
	border-top: solid #B68D12 1px;
	border-left: solid #B68D12 1px;
	border-right: solid #B68D12 3px;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 1ex;
	padding-right: 1ex;
	color: #820;
}

.top .menux a:hover {
	background: #FFFFFF;
	color: #410;
}

#side1 {
    float: left;
    width: 240px;
}

#side2 {
    float: right;
    width: 150px;
}



td.calendar_day_link {
	text-align:right;
}

td.calendar_day_nolink {
	text-align:right;
}

div.layout-side {
    font-size: small;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}

div.layout-side h4 {
    white-space: wrap;
    color: #FFFFFF;
    font-size: small;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    display: block;
    background: #B68D12;
}

div.layout-side ul {
    list-style-type:none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}

div.layout-side li {
    padding-left: 0px;
    margin-left: 0px;
}

div.layout-side li li {
    margin-left: 10px;
}

div.layout-side a {
    color: #420;
    text-decoration: none;
}

div.layout-side a:hover {
    text-decoration: underline;
    color: #820;
}

.sidemenublock {
    border: solid #B68D12 2px;
    margin: 0px 4px 4px 4px;
    overflow: hidden;
}

.sidemenublockitems {
    padding: 5px 5px 5px 5px;
    background: #ffffcc;
}

/* Main */

div.layout-main {
    background: #ffffff;
    margin-left: 240px;
    margin-right: 150px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 1ex 1ex 1ex 1ex;
    border: solid #B68D12 2px;
    min-height: 400px;
    color: #000000;
}

div.layout-main a{
    color: #886600;
}

div.layout-main a:hover {
    color: #ffbb00;
}



/* Bottom */

div.layout-bottom {
    margin: 0px;
    padding: 3px;
    clear: both;
    font-size: xx-small;
    color: #840;
    text-align: center;
    clear: both;
}

div.layout-bottom span.footer-left {
    float: left;
    padding: 1px;
}

div.layout-bottom span.footer-right {
    float: right;
    padding: 1px;
}

div.layout-bottom a {

    text-decoration: none;
}

div.layout-bottom a:hover {
    text-decoration: underline;
    color: black;
}

/* Breadcrumbs Blog */

.breadcrumbs {
    font-weight: bold;
    color: #886600;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.breadcrumbs a {
    color: #886600;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
    color: #ffbb00;
}

.sidenote {
    background-color:#ffe;
    border:solid #a84 2px;
    width:30%;
    padding:15px;
    margin-left:25px;
    margin-bottom:25px;
    float:right;
    font-size:80%;
    text-align: left;
}

.sidenote em {
    font-family: serif !important;
    font-style: italic !important;
}

.moreentries a {
    text-decoration: none;
}

.moreentries a:hover {
    text-decoration: underline;
    color: black;
}

.blogstory {
    text-align:left;
    font-family: Palatino Linotype, Georgia, roman;
	font-size: 120%;
}

.layout-main h2 {
  font-family: century gothic, helvetica;
  font-weight: bold;
  color: #631
}

.blogstory tt {
    font-size: 120%;
    font-weight: bold;
}

.blogstory blockquote {
    background: url(/img/quote.gif) no-repeat left top;
    padding: 4pt;
	padding-left: 90px;
    font-size: 90%;
}

div.writebacks {
    background: #ffddaa;
    border: solid #840 1px;
    margin: 4px;
    padding: px;
}

div.writebacks h4 {
    background-color: #eeaa55;
    padding: 4px;
    border-bottom: solid #840 1px;
    margin: 0px
}

div.writebacks h4 a {
    color: #664400;
}

div.writebacks h4 a:hover {
    color: #884400;
}

div.writeback {
    background-color: #fffaee;
    padding: 4px;
    margin: 4px;
    border: solid #840 4px;
}
.writeback table input {
    color: #00f;
    border: 1px solid black;
    background-image: url('/img/input-bg-white.gif');
    padding-left: 3px;
    padding-right: 3px;
}

.writeback table textarea {
    color: #00f;
    border: 1px solid black;
    background-image: url('/img/input-bg-white.gif');
    padding-left: 3px;
    padding-right: 3px;
}

.writeback table th {
    text-align: left;
    vertical-align: top;
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
}

.opinion {
  color: #555555;
}

.bookdesc {
	background: white;
	padding: 4px;
	position:absolute;
	right:20px;
	top:20px;
	width:170px;
	border: solid black 1px;
}


