body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  color: #333333;
  background-image:url('/img/bg.gif');
  }


blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #996666;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin-left: 10px;
  padding: 0;
  }



/* links */

a:link {
  color: green;
  font-weight:bold;
  }

a:visited {
  color: green;  font-weight:bold;
  }

a:hover {
  text-decoration: none;
  color: green;  font-weight:bold;
  }

a:active {
  color: green;  font-weight:bold;
  text-decoration: none;
  }

/* ---( layout structure )---*/

#outer-wrapper {
  width: 847px;
  margin: 0px auto 0;
  text-align: left;
  font: normal normal 100% Verdana, sans-serif;
  background: url(/img/tile.gif) repeat-y;
  }

#content-wrapper {
  margin-left: 42px; /* to avoid the border image */
  width: 763px;
  }

#main {
  float: left;
  width: 600px;
  margin: 20px 0 0 0;
  padding: 0 0 0 1em;
  line-height: 1.5em;
  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 */
  }




/* ---( header and site name )--- */

#header-wrapper {
  margin: 0;
  padding: 0;
  font: normal normal 100% 'Lucida Grande','Trebuchet MS';
  background: url(/img/top_div_blue.gif) no-repeat 0px 0px;
  }

#header {
  margin: 0;
  padding: 25px 60px 35px 160px;
  color: #FFFFFF;
 
  }

#header h1 {
  font-size: 40px;
  text-shadow: #4F73B6 2px 2px 2px;
 }

#header h1 a {
  text-decoration: none;
  color: #FFFFFF;
  }

#header h1 a:hover {
  color: #eee;
  }

/* ---( main column )--- */


.post h3 {
  margin-top: 0;
  font: normal bold 130% 'Lucida Grande','Trebuchet MS';
  letter-spacing: -1px;
  color: #993333;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post h3 a,
.post h3 a:visited {
  color: #993333;
  text-decoration: none;
 }


.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

.feed-links {
  clear: both;
  font-size:14px;

  padding:0 0 0 150px;
}

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link {
  float: right;
 }

#blog-pager {
  text-align: center;
 }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #eee url(/img/comments_curve.gif) no-repeat top left;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  background: url(/img/bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }

#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }



.comment-body p {
  margin-bottom: 0;
  }


.comment-footer {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
}


.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* ---( sidebar )--- */

.sidebar h2 {
  margin: 0 0 0 0;
  padding: 25px 0 0 40px;
  font: normal bold 130% 'Lucida Grande','Trebuchet MS';
  color: #666666;
  height: 32px;
  background: url(/img/sidebar_icon.gif) no-repeat 10px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

.sidebar .widget {
  margin: 0;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #ddd;
}



.profile-textblock {
  clear: both;
  margin-left: 0;
}

.profile-img {
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
  padding: 4px;
}

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  }

#footer-wrapper {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background: url(/img/bottom_sill.gif) no-repeat bottom left;
  }

#footer {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(/img/bottom_sash.gif) no-repeat top left;
  }


/** Page structure tweaks for layout editor wireframe */
body#layout #outer-wrapper,
body#layout #main,
body#layout #sidebar {
  padding-top: 0;
  margin-top: 0;
}

body#layout #outer-wrapper,
body#layout #content-wrapper {
  width: 740px;
}

body#layout #sidebar {
  margin-right: 0;
  margin-bottom: 1em;
 }

body#layout #header,
body#layout #footer,
body#layout #main {
  padding: 0;
 }

body#layout #content-wrapper {
  margin: 0px;
 }


 /* backlinks controls */



.collapsed-backlink .collapseable {
  display: none;
}

.status-msg-wrap {
  font-size: 14;
  width: 90%;
  
  position: relative;
}

.status-msg-border {
  border: 0px solid #000000;
  filter:alpha(opacity=40);
  -moz-opacity:.40;
  opacity:.40;
  width: 100%;
  position: relative;

}

.status-msg-bg {
  background-color: #cccccc;
  opacity:.80;
  filter:alpha(opacity=90);
  -moz-opacity:.80;
  width: 100%;
  position: relative;
  z-index: 1;

}

.status-msg-body {
  text-align: center;
  padding: .3em 0;
  width: 100%;

  position: absolute;
  z-index: 4;
}

.status-msg-hidden {
  visibility: hidden;
  padding: .3em 0;
}

.status-msg-wrap a {
  padding-left: .4em;
  text-decoration: underline;
}



