{
  padding: 0;
  margin: 0;
}

p {
  margin: 0.7em 0;
  line-height: 1.6em;  
}

dl {
  margin: 1em 0;
}

dt {
  font-weight:bold;
}

dd {
  margin: 0.5em;
  padding: 0;
}

img {
  /*
    background: url(img/shadow.gif) no-repeat right bottom;
    padding: 4px 10px 10px 4px;
    border: none;
    border-top: #eee 1px solid;
    border-left: #eee 1px solid;
    border: 1px solid #FFF;
    */
}

a img {
  border: 0px none;
  background: none;
  padding: 0;
}

.alignleft {
  float: left;
  padding: 15px 10px 5px 0;
}

.alignright {
  float: right;
  padding: 15px 5px 5px 10px;
}

.clear {
  clear: both;
  height: 20px;
}

blockquote {
  color: #666;
  margin: 1em;
  padding: 0 0 10px 50px;
  background: url(img/blockquote.gif) no-repeat left top;
}

filedset {
  border: none;
}

body {
/*  background: #4A4A4A url(img/bg.gif) repeat-x; */
  margin:0;
  font: 76%/1.6em Verdana, Tahoma, Arial, Sans-serif;
  color: #333;
  text-align: center;
}

a {
  text-decoration: none;
  font-weight: normal;
  color: #6F5E3E;
}

a:link, a:visited {}

a:hover {
  text-decoration:underline;
}

h1, h2, h3, h4, h5, h6
{
  font-family: Verdana, Arial, Serif;
}

#container {
  border: #333 1px solid;
  background: #FFF;
  margin: 10px auto;
  width: 790px;
  position: relative;
  text-align: left;
}

#navigation {
  text-align: left;
  font-family: Verdana, Arial, Serif;
  letter-spacing: 1px;
  clear: left;
  position: relative;
  top: 100px;
}

#navigation ul li {
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none;
}

#navigation ul li a {
  padding: 2px 10px;
  font-weight: bold;
  /*color: #F5F5F5;*/
  text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a  {
  color: #EAEAEA;
  text-decoration: underline;
 }

#navigation ul li.search {
  font-size: 0.9em;
  float: right;
}

#navigation ul li.search input#searchsubmit {
  border: #999 1px solid;
  font-size: 0.9em;
  background: #DDD;
  margin: 0 0 0 2px;
  color: #265E15;
  padding: 2px;
}

#header {
  clear: both;
  float: left;
  margin: 10px 5px;
  width: 450px;
}

#header h1 {
  font-size: 1.8em;
  margin: 10px 0 0 10px;
  font-variant: small-caps;
  letter-spacing: 1px;
}

#header div.title {
  font-size: 1.8em;
  margin: 10px 0 0 10px;
  font-variant: small-caps;
  letter-spacing: 1px;
}

#header h1 a {
  text-decoration: none;
  border: none;
/*  color: #FFF !important; */
}

#header h1 a :hover{
  text-decoration: underline;
}

#header h2 {
  margin: 5px 0 0 10px;
  font-size: 1em;
  font-weight: normal;
  font-family: Tahoma, Verdana, Arial, Serif;
  letter-spacing: 1px;
}

#header div.desc {
  margin: 5px 0 0 10px;
  font-size: 1em;
  font-weight: normal;
  font-family: Tahoma, Verdana, Arial, Serif;
  letter-spacing: 1px;
}

#feedarea {
  padding: 10px 10px 0 0;
  float: right;
  text-align: right;
}

html #feedarea {
  padding-top: 10px;
}

#feedarea  dl dt {
  display: inline;
  margin-right: 5px;
  height: 45px;
}

#feedarea dl dd {
  display: inline;
  margin-right: 5px;
  height: 45px;
  background: url(img/icon_feed.gif) no-repeat left center;
  padding-left: 16px;
}

#feedarea dl dd a{
  /*color: #FFF;*/
}

#feedarea dl dd a:hover{
  text-decoration: underline;
}

#headerimage {
  clear: both;
  background: #FFF url(img/header.jpg  ) no-repeat 0 60px;
/*background: #FFF url(img/top.jpg) no-repeat 0 10px;*/
  margin: 10px;
  /*color: #FFF;*/
  height: 200px;
}

html #headerimage {
  margin-top: 0;
}

#content {
  margin: 10px 10px 10px 15px;
}

html #content {
  height: 1%;
}

#content h1 {
  font-size: 1.9em;
color:#6F5E3E;
font-weight:normal;
text-decoration:none;
}


#content h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 1em 0 0;
  color: #333;
}

/* #content h4 {
  font-size: 1.1em;
  margin: 1em 0 0 0;
}
*/

#content h5 {
  font-size: 1em;
  margin: 1em 0;
}

#content-main ul {
  margin: 1em;
  padding: 0 1em;
  list-style-image: url(img/bullet.png);
}

#content-main ul.asides {
  margin: 0;
  padding: 2em;
  border-bottom: #DDD 1px dashed;
}

#content ol {
  list-style-type: decimal;
  margin: 1em;
  padding: 0 1em;
}

#content-main {
  float: left;
  width: 540px;  
}

html #section-index #content-main {
  /*
      margin-right: 20px;
      */
  margin-right: 0px;
}

#content .post {
  padding: 0 0 2em 0;
  border-bottom: #DDD 1px dashed;
}

#content p img.right {
  float: right;
  margin: 10px 0 0 10px;
}

#content p img.left {
  float: left;
  margin: 10px 0 0 10px;
}

#content .post h1 {
  font-size: 1.4em;
  margin: 10px 0 0 0;
  letter-spacing: 1px;
  font-weight: normal;
}

#content .post h1 a {
  font-weight: normal;
  color: #AB8E54;
}

#content .entry {
  margin: 1em 0;
  padding-right: 1em;
}

#content .entry a:link, #content .entry a:visited {
  font-style: italic;
  text-decoration: underline;
}

#content .entry a:hover, #content .entry a:active {
  color: #333;
}

#content .post-info, #content .postmetadata {
  font-size: 0.9em;
  color: #999;
  margin: 0;
  padding: 0;
}

#content .post-info {
/*  background: url(img/underline.jpg) no-repeat left bottom;*/
  padding-bottom: 12px;
}

#sidebar {
  float: left;
  width: 200px;
  font-size: 0.9em;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar ul  ul{
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}

li.sidebox {
  padding: 5px;
  /*
    background: url(img/sideheadtop.gif) #EDEDED no-repeat left top;
    */
  margin-bottom: 10px;
}

html li.sidebox {
  padding: 5px;
}

li.sidebox h4 {
  font-weight: normal;
  font-size: 1.6em !important;
  color: #161302;
  font-variant: small-caps;
  margin-bottom:10px;
}

#sidebar li.sidebox p img {
  margin: 0;
  padding: 3px;
  border: #CCC 1px solid;
  background: none;
}

#footer {
  clear: both;
  background: transparent;
  margin: 0 auto;
  width: 760px;
  text-align: left;
}

html #footer {
  height: 1%;
}

#footer p {
  float: left;
  width: 50%;
  line-height: 1.2em;
  color: #CCC;
}

.footerlink {
  float: right;  
}

.footerlink  a {
  color: #CCC;
  font-weight: bold;
}

.footerlink  a:hover {
  text-decoration: underline;
}

#comments, #respond {
  margin: 2em 0 10px 5px;  
}

#commentform {
  margin: 10px 0;
  padding: 10px;
  background: #F9FCFC;
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
}

.commentnum {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 5px 0 0;
}

#container .commentlist {
  margin: 0;
  padding: 0;
  border-top: #DDD 1px solid;
}

#container  ol.commentlist {
  list-style:none;
}

.commentlis li {
  list-style: none;
  margin: 0;
  padding: 0.5em;
  background: #FFF url(img/shadow_top.gif) repeat-x top;
  border-bottom: #DDD 1px solid;
}

.commentlist li.alt {
  background: #F9F9F9;
}

.commentlist li .cmtinfo {
  font-size: 1em;
}

.commentlist li cite {
  font-style:normal;
  font-weight: bold;
}

.commentlist li .cmtinfo em {
  float: right;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 0.9em;
  color: #999;
}

#content .commentfeed {
  background: url(img/icon_feed.gif) no-repeat left center;
  padding-left: 20px;
}

#content .trackback {
  background: url(img/link.gif) no-repeat left center;
  padding-left: 20px;
}

input.textbox {
  border: #CCC 1px solid;
  background: #FFF url(img/shadow_top.gif) repeat-x top;
  font: 1em Verdana, Arial, Serif;
  padding: 2px;
  width: 150px;
}

textarea {
  width: 90%;
  padding: 10px;
  line-height: 2em;
  border: #CCC 1px solid;
  background: #FFF url(img/shadow:top.gif) repeat-x top;
  font: 1em Verdana, Arial, Serif;
}

.textbox:focus, textarea:focus {
  background: #FFF url(img/shadow_top.gif) repeat-x top;
  border: #999 1px solid;
}

.post h4 {
  font-size: 1em;
  font-weight: normal;
  font-family: Verdana, Tahoma, Arial, Serif;
}
.post h4 em{
  font-style: normal;
  float: right;
  font-weight: normal;
}

#header, #content, #sidebar, #footer, .widget {
  overflow: hidden;
}

.linkcat h2 {
  display: none;
}

div.titlehr{
border-bottom:1px dashed #DDDDDD;	
	}
