/*  
Theme Name: LLL-ThemesPress
Description: A theme generated by ThemesPress.com
Author: Wayne Buckhanan via ThemesPress.com
*/
body {
 background: url(/images/bodyBG.jpg) repeat-y 50% 0;
  margin:0;
  padding: 0;
  font:x-small sans-serif;
  text-align:center;
  color:#333;
  font-size: small;
  }

a:link {
  color:#58a;
  text-decoration:none;
  }

a:visited {
  color:#969;
  text-decoration:none;
  }

a:hover {
  color:#c60;
  text-decoration:underline;
  }

a img {
  border-width:0;
  }

#header {
  width:800px;
  margin:0 auto;
  /*border:1px solid #ccc;*/
  }

#menuBG {
  width:800px; 
  background:#462910; 
  height:20px; 
  overflow:hidden; 
  margin-top:-3px;
  }

#navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
  margin-left:-1px;
  }

#navcontainer ul li { 
  display: inline; 
  margin: 0; 
  padding: 0;
  }

#navcontainer ul li a {
  margin:0;
  text-decoration: none;
  padding: 1px 1em;
  font: 1.1em tahoma, arial, sans-serif;
  color: #fff;
  background-color: #462910;
  }

#navcontainer ul li a:hover {
  color: #fff;
  background-color: #29629b;
  }

#description {
  margin: 5px;
  padding: 10px;
  border-bottom:1px solid #eee;
  max-width:700px;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

#content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }

#main {
  width:410px;
  float:left;
  }
  
#sidebar {
  width:220px;
  float:right;
  }

h2, .top_meta {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

img.floatLeft  { float: left; margin: 4px; }
img.floatRight { float: right; margin: 4px; }

.bottom_meta {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#999;
  }

h3 a:hover {
  text-decoration:underline;
}

.post_title, .post_title a:link, .post_title a:visited {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:115%;
  font-weight:bold;
  line-height:1.4em;
  color:#c60;
}

.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }

.entry {
  margin:0 0 .75em;
  line-height:1.6em;
  }

#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }

#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }

#sidebar p {
  color:#666;
  line-height:1.5em;
  }

#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }

#footer hr {
  display:none;
  }

#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

/* ### */