#navbar-iframe {
   display: none !important;
}

#blog_wrapper {
	margin-top: -50px;
}


a:link {
	color: #303232;
	text-decoration: underline;
	font-weight:bold;
  }
a:visited {
	color: #303232;
	text-decoration: underline;
	font-weight:bold;
  }
a:hover {
	color: #303232;
	text-decoration: none;
  }
  a:active {
	color: #303232;
	text-decoration: none;
  }
  
  
.post a:link, .post a:visited {
	color: #C00059;
	text-decoration: underline;
  }
.post a:hover,  .post a:active {
	color: #C00059;
	text-decoration: none;
  }

  
a img {
  border-width:0;
  }
  
 div.addthis {
 	position:relative;
	top:-10px;
	left:-10px; 
  }
 


/* Content
----------------------------------------------- */
@media all {
  #content {
    width:100%;
    margin:0 auto;
    padding:0;
    text-align:left;
	color: #303232;
    }
  #main {
    width:90%;
    }
  #sidebar {
    width:100%;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
 h2 {
	font-size: 22px;
	line-height: 1.3em;
	color: #C00059;
}

.post h2 {
	font-size: 22px;
	line-height: 1.3em;
	color: #C00059;
	text-decoration:none;
}

.post h2 a:link,  .post h2 a:visited{
	font-size: 22px;
	line-height: 1.3em;
	color: #C00059;
	text-decoration:underline;
}

.post h2 a:hover,  .post h2 a:active{
	font-size: 22px;
	line-height: 1.3em;
	color: #C00059;
	text-decoration:none;
}

  h3.sidebar-title {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
	font-size: 18px;
	line-height: 20px;
	color: #73B537;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;	
  } 
  
   h3.sidebar-title a:link, h3.sidebar-title a:visited {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
	font-size: 16px;
	color: #73B537;
	text-decoration:underline;
  } 
  
    h3.sidebar-title a:hover, h3.sidebar-title a:active {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; 
	font-size: 16px;
	color: #73B537;
	text-decoration:none;
  }

 


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }

  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:16px;
  font-weight:bold;
  line-height:20px;
  color:#008d9b;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:underline;
  color:#008d9b;
  font-weight:bold;
  }
.post-title strong, .post-title a:hover {
  color:#008d9b;
  text-decoration:none;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
	margin:0;
	color:#ccc;
  }
  
img.addthis{
  height:16px;
  margin:auto 0;
  }
  
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS", Helvetica, Arial, sans-serif; 
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
	padding: 3px;
	border: 1px solid #B9B9B9;
	margin: 8px;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS", Helvetica, Arial, sans-serif; 
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS", Helvetica, Arial, sans-serif; 
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul.recently, #sidebar ul.archive-list {
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	border-bottom:1px dotted #ccc;
	list-style: none;
  }
#sidebar li {
	margin:0;
	line-height:1.5em;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
	text-indent:0;
	color: #303232;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style: none;
  }
  
#sidebar li a:link {
  line-height:1.5em;
  font-size: 11px;
  font-weight:bold;
  text-decoration:underline;
  color: #303232;
  }
  
  #sidebar li a:visited, {
  line-height:1.5em;
  font-size: 11px;
  font-weight:bold;
  text-decoration:underline;
  color: #303232;
  }
  
  #sidebar li a:hover {
  line-height:1.5em;
   font-size: 11px;
  font-weight:bold;
  text-decoration:none;
  color: #303232;
  }
  
 #sidebar li a:active, {
  line-height:1.5em;
   font-size: 11px;
  font-weight:bold;
  text-decoration:none;
  color: #303232;
  }
  
#sidebar p {
  color: #303232;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
	padding: 3px;
	border: 1px solid #B9B9B9;
	margin: 8px;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS", Helvetica, Arial, sans-serif; 
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Trebuchet MS", Helvetica, Arial, sans-serif; 
  text-transform:uppercase;
  letter-spacing:.1em;
  }
 

/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }