﻿/* -- basic html elements -- */
body {
  padding: 0;
  margin: 0;
  font-size: small;
  color: #474B4E;
  background: #fff; 
  text-align: center;
}

a {
  color: #DD6599;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #D6A0B6;
}
a:hover {
  text-decoration: underline;
  color: #FD0570;
}
h1 {
  margin: 0;
  color: #7B8186;
  font-size: 1.5em;
  text-transform: lowercase;
}
h1 a, h1 a:link, h1 a:visited {
  color: #7B8186;
}

h2, #comments h4 {
  font-size: 1em; 
  margin: 2em 0 0 0; 
  color: #7B8186;
  background: transparent url(images/bg-header1.gif) bottom right no-repeat;
  padding-bottom: 2px;
}
h3 {
  font-size: 1em; 
  margin: 2em 0 0 0; 
  background: transparent url(images/bg-header1.gif) bottom right no-repeat; 
  padding-bottom: 2px;
}
h4, h5 {
  font-size: 0.9em;
  text-transform: lowercase;
  letter-spacing: 2px;
}
h5 {
  color: #7B8186;
}
h6 {
  font-size: 0.8em;
  text-transform: uppercase; 
  letter-spacing: 2px;
}
p {
  margin: 0 0 1em 0;
}
img, form {
  border: 0; margin: 0;
}

/* -- layout -- */
#outer-wrapper {
  width: 700px;
  margin: 0 auto; 
  text-align: left;
  font: normal normal 100% Helvetica, Arial, sans-serif;
  background: #fff url(images/bg-body.gif) 0 0 repeat-y;
}

#header-wrapper {
  background: #D8DADC url(images/bg-headerdiv.gif) 0 0 repeat-y;
}

.descriptionwrapper {
  background: #fff url(images/bg-sidebar.gif) 1px 0 no-repeat;
  float: right;
  width: 264px;
  padding: 0 0 0 8px;
  margin: 1px 0 2px 0;
}

.description {
  border: 1px solid #F3B89D;
  background: #FFD1BC url(images/bg-profile.gif);
  padding: 10px 0 10px 7px;
  margin: 4px 0 0 -6px;
  color: #C4663B;

  font-weight: bold;
}

#header-inner {
  background: transparent url(images/header-01.gif) bottom left no-repeat;
}

#main-wrapper {
 line-height: 1.4;
 float: left;
 padding: 10px 12px;
 border-top: solid 1px #fff;
 width: 428px;
 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 */
 /* Tantek hack - http://www.tantek.com/CSS/Examples/boxmodelhack.html */
 voice-family: "\"}\""; 
 voice-family: inherit;
 width: 404px;
}
/* IE5 hack */
#main {}

#sidebar {
  float:right;
  border-top: solid 1px #fff;
  padding: 4px 0 0 7px; 
  background: #fff;
  width: 264px;
  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 */
}
#footer {
  clear: both; 
  background: #E9EAEB url(images/bg-footer.gif) bottom left no-repeat; 
  border-top: solid 1px #fff;
  min-height: 15px;
}

/* -- header style -- */
#header h1 {
  padding: 12px 0 92px 4px;
  width: 557px; 
  line-height: 1;
}

/* -- content area style -- */
#main {
 line-height: 1.4;
}
.post h3 {
  font-size: 1.2em;
  margin-bottom: 0;
  color: #C4663B;
}
.post h3 a,
.post h3 a:visited {
  color: #C4663B;
}
.post {
  clear: both;
  margin-bottom: 4em;
}
.post-footer .post-author,
.post-footer .post-timestamp {
  color: #B4BABE;
}

.uncustomized-post-template .post-author,
.uncustomized-post-template .post-timestamp { 
  float: left;
  margin-right: 4px;
}

.uncustomized-post-template .post-footer .comment-link {
  float: right;
  margin-left: 4px;
}

.post img {
  border: 1px solid #E3E4E4;
  padding: 2px;
  background: #fff;
}
.deleted-comment {
  font-style:italic;
  color:gray;
}

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#blog-pager-newer-link {
  float: left;
 }
 
#blog-pager-older-link {
  float: right;
 }
 
#blog-pager {   
  text-align: center; 
 }

.comment-footer {
  margin-bottom: 10px;
}

/* -- sidebar style -- */

.sidebar .widget { 
  margin: 1.3em 0 0.5em 0;
 }

.sidebar h2 {
  font-size: 1.3em; 
}
.sidebar dl {
  margin: 0 0 10px 0;
}
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar li {
  padding-bottom: 5px;
  line-height: 1
}

.main .widget .clear { 
  clear: both;
}

/* -- sidebar style -- */
#footer p {
  margin: 0;
  padding: 12px 8px;
  font-size: 0.9em;
}

.profile-textblock { 
  margin-left: 0;
  clear: both;
}

.profile-img { 
  float: left;
  margin: 0 10px 5px 0;
  border: 1px solid #7C78B5;
  padding: 4px;
}

/** Page structure tweaks for layout editor wireframe */

body#layout #header-wrapper { 
  margin-top: 0;
}
body#layout #main-wrapper { 
  padding:0;
 }
