body {
  background:#92779F;
  margin:0;
  color:$textcolor;
  font:x-small Georgia Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
  text-align: center;
  }

hr {

 border: 1px ridge #DFCEA7;; 
}
a:link {
  color:#6F590D;
  text-decoration:none;
  }
a:visited {
  color:#6F590D;
  text-decoration:none;
  }
a:hover {
  color:#6F590D;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
-----------------------------------------------
 */  

#header-wrapper {
   position:absolute;
  left:10%;
  top:4px;
   
  }

#header-inner {
  background-position: center;
  margin-$startSide: auto;
  margin-$endSide: auto;
}

#header { 
  margin: 5px;
 
  text-align: center;
  color:#DFCEA7;
}

#header h1 {
  
  margin:5px 5px 0;
  padding:15px 20px .25em;
  line-height:1.2em;
  text-transform:uppercase;
  letter-spacing:.2em;
  font: Arial 12pt #DFCEA7;
}

#header a {
  color:$pagetitlecolor;
  text-decoration:none;
  }

#header a:hover {
    color:$pagetitlecolor;
  }

#header .description {
  margin:0 5px 5px;
  padding:0 20px 15px;
  max-width:700px;

  letter-spacing:.2em;
  line-height: 1.4em;
  font: Arial 12pt;
  color: #DFCEA7;
}

#header img {
  margin-$startSide: auto;
  margin-$endSide: auto;
}


/* Outer-Wrapper
----------------------------------------------- */
#outer-wrapper {
  width: 98%;
  margin:0 auto;
  padding:10px;
 text-align:$startSide;
  font: $bodyfont;
 
  }

#main-wrapper {

  background-color:#CBBB85;
  border:3px #FEFED9 dotted;
  width: 70%;
  position:absolute;
  left:4%;
  
  top:210px;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#body-wrapper {
  text-align:justify;
  padding:15px;
  font-family: Arial;
  font-size:1.2em;
  margin-top:4px;
    margin-bottom:4px; 
 background-color:#ffffff;
  width: 95%;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#logo {
  position:absolute;
  right:7%;
  top:25px;

}
#footer a{
	color:#ff0000;
}
#sidebar-wrapper {
padding-left:20px;

border-left:1px #DFCEA7 solid;

line-height: 1.7em;
  text-align:left;
  font-family:Arial, sans-serif;
  font-weight:bold;
  font-size:1em;
color: #DFCEA7;
  position:absolute;
  top:220px;
  right:2px;
  width: 20%;
  float: $startSide;
  word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper a {
color: #DFCEA7;
font-family:Arial, sans-serif;
  font-size:1em;
}
#sidebar-wrapper li {
position:relative;
top:-8px;
left:-20px;
color: #fBeBb5;
font-family:Arial, sans-serif;
  font-size:1em;
}

#sidebar-wrapper li a {
color:#fBeBb5;
font-family:Arial, sans-serif;
  font-size:1em;
}

/* Headings
----------------------------------------------- */

h2 {
  color:#92779F;
 
  font-size:14pt;
  xline-height: 1.4em;
 
  letter-spacing:.2em;
 
}
h3 {
  font-size:1.3em;
color:#fBeBb5;
margin-bottom:1px;
font-weight:900;
}

h4 {
   color:#6F590D;
font-weight:bold;
text-align:center;
vertical-align:bottom;

font-size:1.3em;
}
/* Posts
-----------------------------------------------
 */
h2.date-header {
  
  
  color:#FEFED9;
font-weight:bold;
background-color:#CBBB85;
text-align:right;
padding:5px;
top:6px;
position:relative;
bottom:50%;
vertical-align:bottom;

font-size:10pt;
  }

.post {
  color:#000000;
  padding:5px;
  xxmargin-bottom:5px;
    background-color:#ffffff;
  xmargin:.5em 0 1.5em;
  border-bottom:1px dotted $bordercolor;
  
  }
.post h3 {
  
  background-color:#ffffff;
  xxmargin-top:1em 0 0;
  padding-left:8px;
  xxpadding-top:5px;
  font-size:140%;
  font-weight:bold;
  line-height:1.4em;
  color:#000000;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  color:#6F590D;
  font-weight:bold;
}

.post h3 strong, .post h3 a:hover {
  color:#6F590D;
  text-decoration:underline;
}

.post-body {
  padding:10px;
  text-align:justify;
  xxmargin:0 0 .75em;
  xxline-height:1.6em;
  background-color:#ffffff;
}

.post-body blockquote {
  line-height:1.3em;  
}

.post-footer {
  padding:8px;
  xxmargin: .75em 0;
  color:#6F590D;
  font-style:italic;
  font-size:0.9em;
  xxline-height: 1.4em;
}

.post a {
color:#6F590D;
}
.comment-link {
  margin-$startSide:.6em;
  }
.post img {
  padding:4px;
  border:1px solid $bordercolor;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font-weight: bold;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color: #000000;
  }

#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block .comment-author {
  margin:.5em 0;
  }
#comments-block .comment-body {
  margin:.25em 0 0;
  }
#comments-block .comment-footer {
  margin:-.25em 0 2em;
  line-height: 1.4em;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#blog-pager-newer-link {
  float: $startSide;
 }
 
#blog-pager-older-link {
  float: $endSide;
 }

#blog-pager {   
  text-align: center; 
 }

/* Sidebar Content
----------------------------------------------- */
.sidebar { 
  color: $sidebartextcolor;
  line-height: 1.5em;
 }

.sidebar a {
color:#FFFFFF;
}
.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
  position:relative;
  top:-5px;
  text-indent:-15px;
}
.sidebar li {
  color:#FFFFFF;
  margin:0;
  padding-top:0;
  padding-$endSide:0;
  padding-bottom:.25em;
  padding-$startSide:15px;
  text-indent:-15px;
  line-height:1.5em;
  }

.sidebar .widget, .main .widget { 
  border-bottom:1px dotted #DFCEA7;
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }


.main .Blog { 
  border-bottom-width: 0;
}

/* Profile 
----------------------------------------------- */
.profile-img { 
  float: $startSide;
  margin-top: 0;
  margin-$endSide: 5px;
  margin-bottom: 5px;
  margin-$startSide: 0;
  padding: 4px;
  border: 1px solid $bordercolor;
}

.profile-data {
  margin:0;
  text-transform:uppercase;
  letter-spacing:.1em;
  font: $postfooterfont;
  color: $sidebarcolor;
  font-weight: bold;
  line-height: 1.6em;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link { 
  font: $postfooterfont;
  text-transform: uppercase;
  letter-spacing: .1em;
}

/* Footer
----------------------------------------------- */
#footer {
  font-size:0.9em;
  color:#000000;
  
}


