/***************************************************
     AUTHOR: me
   TEMPLATE: Lamp
       DATE: 2010 1/6
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/
#header {
   margin: 0 auto;
  width: 100%;
  height: 50px;
  background: #DD0000 url(../img/bg_header.jpg) repeat-y top center;
}

#menu {
  width: 800px;
  margin: 0 auto;
  text-align: left;  
   background: #DD0000;
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 6em;
  display: inline;
  float: left;
  padding-top: 0.8em;
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  color: #222;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #111;
 }

#headcap {
   float: right;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  text-align: right;
   background: #DD0000;

}

body {
  margin: 0;
  text-align: center;
  font: 0.72em verdana, arial, sans-serif;
  line-height: 170%;
  color: #EEE;
  background: #585858 url(../img/bg_body.jpg) repeat-y top center;
}
#imagel {
  float: left;
  width: 250px;
  vertical-align: top;
}
#imager {
  float: right;
  width: 200px;
  vertical-align: top;
}

#content {  
  clear: both;
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

h1 {
  clear: both;
  margin: 10px 0;
  font: 700 1em verdana, sans-serif;
  text-transform: uppercase;
  color: #DCD32C;
  background: #686868 url(../img/rounded_tr.gif) no-repeat top right;

}

h1 span {
  display: block;
  padding: 2px;
  background: url(../img/rounded_br.gif) no-repeat bottom right;
}

p { 
  padding-top: 10px !important;
  padding-top: 3px;
  padding-bottom: 10px !important;
  padding-bottom: 3px;
}

#text {
  float: left;
  width: 300px !important;
  padding: 10px 5px 20px 20px !important;
 }
 
#text a {
  
  text-decoration: none;
    color: #FFFFFF;
}

#sideBar {
  float: right;
  width: 145px !important;
  width: 160px;
  padding: 10px 15px 20px 0 !important;
  padding: 20px 15px 20px 0;
}


#sideBar h1 {
  text-align: right;
  background: #686868 url(../img/rounded_tl.gif) no-repeat top left;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: url(../img/rounded_bl.gif) no-repeat bottom left;
}


input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  color: #EEE;
  background-color: #777;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  color: #FFF;
  background-color: #999;
  border: 1px solid #EEE;
}






 .sideMenu {
  padding: 10px 0;
   color: #000000;
}

.sideMenu a {
  display: block;
    color: #000000;

  margin-bottom: 1px;  
}

.sideMenu a span {
  display: block;
  padding: 1px;
}

.sideMenu a:hover {
  background: #686868 url(../img/rounded_tl.gif) no-repeat top left;
}

.sideMenu a:hover span {
  background: url(../img/rounded_bl.gif) no-repeat bottom left;
}






/***************************************************
 Comment Styles
 ***************************************************/

#comments p {
  padding: 0 5px;
  margin-bottom: 0;
  background: #686868 url(../img/rounded_tl.gif) no-repeat top left;
}

#comments p span.author {
  display: block;
  margin-top: 5px;
  text-align: right;
  font-weight: 700;
}

#comments img {
  margin-top: -1px;
}

#comments a {
  color: #7BD32C;
}

#comments a:visited {
  color: #7BD32C;
}

#comments a:hover {
  color: #FFF;
}
#footer {
  clear: both;
  float: left;
  width: 800px;
   background: #DD0000 url(../img/wigback1.jpg) repeat-x ;

}

