﻿/* standard elements stolen from CoffeeHouse BlogEngine theme */
li { list-style: none; }
p  { font: normal 1.0em Lucida Sans Unicode, Lucida Grande, sans-serif; }
h1 { font: normal 1.6em Lucida Sans Unicode, Lucida Grande, sans-serif; }
h2 { font: normal 1.3em Lucida Sans Unicode, Lucida Grande, sans-serif; }
h3 { font: normal 1.1em Lucida Sans Unicode, Lucida Grande, sans-serif; }
h4 { font: bold 1.0em Lucida Sans Unicode, Lucida Grande, sans-serif; }
h5 { font: normal 1.0em Lucida Sans Unicode, Lucida Grande, sans-serif; }
form,input { margin: 0; padding: 0; display: inline; }
code { background: #FFF; border: 1px solid #EEE; border-left: 6px solid #CCC; color: #666; display: block; font: normal 1em Courier New, sans-serif; line-height: 1.6em; margin-bottom: 12px; padding: 8px 10px; white-space: pre; }
blockquote { background: url(img/quote.gif) no-repeat; display: block; font-weight: bold; padding-left: 28px; }
h1 { padding-top: 0px; color: #797167; margin-bottom: 9px; }
h2,h3,h4,h5 { padding-top: 1px; padding-bottom: 1px; color: #797167; margin-bottom: 1px; margin-top: 1px;}
a {	color: #996633; } 

html,body {  margin:0;  padding:0; background:#00A0C6; }
body {   font: normal 0.8em Lucida Sans Unicode, Lucida Grande, sans-serif; }
      
p { margin:1em 0; }
#labfooter {   text-align:center;   clear:both;}

.titlearea {
 padding-top: 3px;
 padding-left: 12px;
 background:#C4B127;
 height: auto;
}
      
.titlearea .nav h1
{
	letter-spacing: 2px;
	
}

.titlearea .nav h1 a
{
	text-decoration: none;
	color: #663300;
}
.titlearea .nav h2 a
{
	text-decoration: none;
}
   
.titlearea .logo
{
   float: left;
   padding-top: 20px;
}
   
.titlearea .nav
{
padding: 0 30px 0 0;
text-align: right;
}

.titlegroup {
float: left;
}

.content {
padding:0 10px 10px 10px;
margin: 0 0 0 0;
}
      


      /* CSS for the box starts here
      ================================================*/
      /* Default styling. Used when JavaScript is unsupported */
      .cbb {
      padding:0 10px;
      margin:1em 0;
      background:#fff;
      border:1px solid #666;
      width: 894px;
      margin:0px auto;
      }
      .cbb h1 {
      margin:0 -10px;
      padding:0.3em 10px;
      background:#efece6;
      font:bold 1.4em/1 Arial, Helvetica, sans-serif;
      }
      /* Insert the custom corners and borders for browsers with sufficient JavaScript support */

      .cb {
      width: 894px;
      margin:0px auto;
      background:#C4B127;
      }

      /* Rules for the top corners and border */
      .bt {
      background:url(images/box.gif) no-repeat 100% 0;
      margin:0px 0 0px 18px;
      height:134px;
      padding: 0 0 0 0;
      }
      .bt div {
      height:134px;
      width:18px;
      position:relative;
      left:-18px;
      background:url(images/box.gif) no-repeat 0 0;
      }

      /* Rules for the bottom corners and border */
      .bb {
      background:url(images/box.gif ) no-repeat 100% 100%;
      margin:0 0 0 14px;
      height:45px;
      }
      .bb div {
      height:45px;
      width:14px;
      position:relative;
      left:-14px;
      background:url(images/box.gif) no-repeat 0 100%;
      }

      /* Insert the left border */
      .i1 {
      padding:0 0 0px 17px;
      background:url(images/leftborder.gif) repeat-y 0 0;
      }
      /* Insert the right border */
      .i2 {
      padding:0px 23px 0px 0px;
      background:url(images/rightborder.gif) repeat-y 100% 0;
      }
      /* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
      .i3 {
      background:#fff;
      padding:0 0px;
      }
      
      /* CSS for the box ends here */
