/* -- hide blogger navbar -- */
#navbar {display:none}

/* -- basic html elements -- */
body {
  padding: 0;
  margin:12px 0 0;
  font-size: small;
  color: #474B4E;
  background: #fff; 
  text-align: center;
}

a {
  color: #0066CC;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #33595E;
}
a:hover {
  text-decoration: none;
  border-bottom: thin dotted #0066CC;
  color: #0094F0;
}
h1 {
  margin: 0;
  color: #474B4E;
  font-size: 1.5em;
}
h1 a, h1 a:link, h1 a:visited {
  color: #474B4E;
}

h2, #comments h4 {
  font-size: 1em; 
  margin: 2em 0 0 0;
  color: #7B8186;
  background: transparent url(http://www.blogblog.com/snapshot_sable/bg-header1.gif) bottom right no-repeat;
}
h3 {
  font-size: 1em; 
  margin: 2em 0 0 0; 
  background: transparent url(http://www.blogblog.com/snapshot_sable/bg-header1.gif) bottom right no-repeat;
  padding-bottom: 2px;
}
h4, h5 {
  font-size: small;
  color: #ff6a2e;
}
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;
}

blockquote {
  background-color: #eee;
  /*background-image: url(http://www.blogblog.com/snapshot_sable/bg-profile3.gif);*/
  color: #33595E;
  border-top:3px solid #ff6a2e;
  border-left:1px solid #62C1FC;
  border-right:1px solid #62C1FC;
  border-bottom:1px solid #62C1FC;
  font-weight:bold;
  line-height:120%;
  padding:5px 5px 5px 5px;
  margin-top:10px;
  margin-left:10px;
  }

pre {
  overflow-x:auto;
  overflow-y:hidden;
  font-family:sans-serif;
  font-size:80%;
  line-height:90%;
  border-top:1px dotted #596;
  border-bottom:1px dotted #596;
  }

/* -- layout -- */
#outer-wrapper {
  width: 700px;
  margin: 0 auto; 
  text-align: left;
  font: normal normal 98% Arial, sans-serif;
  /*background: #fff url(http://www.blogblog.com/snapshot_sable/bg-body.gif) 0 0 repeat-y;*/
}

#header-wrapper {
  /*background: #D8DADC url(http://www.blogblog.com/snapshot_sable/bg-headerdiv.gif) 0 0 repeat-y;*/
}

.descriptionwrapper {
  /*background: #fff url(http://www.blogblog.com/snapshot_sable/bg-sidebar3.gif) 1px 0 no-repeat;*/
  position: relative;
  top: -58px;
  float: right;
  width: 264px;
  padding: 0 0 0 8px;
  margin: 1px 0 2px 0;
}

.description {
  border: 1px solid #62C1FC;
  background: #81CDFD url(http://www.blogblog.com/snapshot_sable/bg-profile3.gif);
  padding: 10px 0 10px 7px;
  margin: 4px 0 0 -6px;
  color: #33595E;
  font-weight: bold;
}

#header {
  /*background: transparent url(http://www.blogblog.com/snapshot_sable/header-03.gif) bottom left no-repeat;*/
}

#main-wrapper {
 /*line-height: 1.2;*/
 float: left;
 padding: 9px 11px;
 border-top: solid 1px #fff;
 border-right: solid 1px #ff6a2e;
 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 {
  position: relative;
  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(http://www.blogblog.com/snapshot_sable/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.4em;
  margin-bottom: 6px;
  color: #940f04;
  border-top:1px solid #ff6a2e;
}
.post h3 a {
  color: #940f04;
  border: none;
}
.post h3 a:hover {
  color: #940f04;
  border-bottom: thin solid #940f04;
}
.post {
  clear: both;
  margin-bottom: 4em;
}
.post a {
  border-bottom: thin dotted #0066CC;
}
.post a:hover {
  border-bottom: thin solid #0066CC;
}
.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: 2px;
  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;
 }
 
#LinkList1 {
  position: absolute;
  z-index: 200;
  top: 24px;
}
#LinkList1 h2 { background: none; color: #940f04;}
#LinkList1 a {text-decoration: none;}
#LinkList1 ul {margin-top: -2px;}

/* TOP PANEL*/
#headerPanel div, h1, h2, h3, p, img{margin:0; padding:0;}
#headerPanel ul{list-style-type:none;}
#headerPanel{width:762px; height:52px; position:relative; margin:0 auto; padding:0;}
#headerPanel img{z-index:1; padding:0; position:absolute; margin:0 0 0 21px;}
/* MENU PANEL*/
#headerPanel ul{display:block; width:732px; height:36px; position:absolute; top:0; right:0; margin:11px 0 0; padding:0 29px 0 0; border-bottom:1px solid #AEAEAE;}
#headerPanel ul li{float:right; font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif; font-weight:bold;}
#headerPanel ul li a{width:74px; height:36px; display:block; padding:0; color:#555; background:#fff; text-decoration:none; text-align:center; margin:0 1px 0 0; top:0px; left:0px;}
#headerPanel ul li a:hover{width:74px; height:36px; text-decoration:none; background:url(/images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff;}
#headerPanel ul li.active{width:74px; display:block; height:36px; background:url(/images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff; text-align:center; margin:0 1px 0 0;}
#headerPanel ul li.active a{width:74px; display:block; height:36px; background:url(/images/button.gif) no-repeat 0 0 #AEAEAE; color:#fff; text-align:center; margin:0 1px 0 0;}

/* FOOTER PANEL*/
#footerPanel ul{list-style-type:none;}
#footerPanel{width:100%;  background:#DCDCDC; color:#4C4C4C; font-size:12px;margin-top:8px;}
#footerbodyPanel{width:700px;height:38px; position:relative; margin:0 auto; padding:0;}
#footerPanel ul{width:380px; display:block; position:absolute; right:0px; bottom:20px; }
#footerPanel li{float:left; font:12px/15px Arial, Helvetica, sans-serif; font-weight:normal;}
#footerPanel ul li a{padding:0 6px; color:#4C4C4C; background:#DCDCDC; text-decoration:none;}
#footerPanel ul li a:hover{text-decoration:underline;}
#footerPanel ul li a.padl{padding:0 0 0 6px;}
#footerPanel p.copyright{background:#DCDCDC; display:block; position:absolute; bottom:0px; right:20px; color:#A64200;}

#footerPanel ul.contact {display:block; position:absolute; top:2px; left:2px;}
#footerPanel ul.contact li a{display:block; color:#4C4C4C; text-decoration:none;}
#footerPanel ul.contact li a:hover{text-decoration:underline;}
