@charset "utf-8";
/* CSS Document */

a:link {
  color:#00a94f;
  text-decoration:none;
  }
a:visited {
  color:#00a94f;
  text-decoration:none;
  }
a:hover {
  color:#00a94f;
  text-decoration:underline;
}
a img {
  border-width:0;
  }

/* Header
-----------------------------------------------
 */




/* Outer-Wrapper
----------------------------------------------- */





/* Headings
----------------------------------------------- */

h2 {
	margin:1.5em 0 .75em;
	line-height: 1.4em;
	text-transform:uppercase;
	
	color:#6fce2a;
	font-size: 75%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}


/* Posts
-----------------------------------------------
 */
h2.date-header {
  margin:1.5em 0 .5em;
  }

.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #CCC;
  padding-bottom:1.5em;
  }
.post h3 {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#00a94f;
}

.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  color:#00a94f;
  font-weight:normal;
}

.post h3 strong, .post h3 a:hover {
  color:#333;
}

.post-body {
  margin:0 0 .75em;
  line-height:1.6em;
}
.post-body a {
	color: rgb(51, 51, 255);
	text-decoration: underline;
}
.post-body a:hover {
	text-decoration: none;
}

.post-body blockquote {
  line-height:1.3em;  
}

.post-footer {
	margin: .75em 0;
	color:#6fce2a;
	text-transform:uppercase;
	
	line-height: 1.4em;
	font-size: 78%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #CCC;
  }
.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;
  
  color: #6fce2a;
  }

#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;
  
  }
#comments-block .comment-body p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

#blog-pager-newer-link {
  float: left;
 }
 
#blog-pager-older-link {
  float: right;
 }

#blog-pager { 
  text-align: center;
 }

.feed-links {
  clear: both;
  line-height: 2.5em;
}

/* Sidebar Content
----------------------------------------------- */
.sidebar { 
  color: #666;
  line-height: 1.5em;
 }

.sidebar ul {
  list-style:none;
  margin:0 0 0;
  padding:0 0 0;
}
.sidebar li {
  margin:0;
  padding-top:0;
  padding-right:0;
  padding-bottom:.25em;
  padding-left:15px;
  text-indent:-15px;
  line-height:1.5em;
  }

.sidebar .widget, .main .widget { 
  border-bottom:1px dotted #CCC;
  margin:0 0 1.5em;
  padding:0 0 1.5em;
 }

.main .Blog { 
  border-bottom-width: 0;
}


/* Profile 
----------------------------------------------- */
.profile-img { 
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
  padding: 4px;
  border: 1px solid #CCC;
}

.profile-data {
	margin:0;
	text-transform:uppercase;
	
	color: #6fce2a;
	font-weight: bold;
	line-height: 1.6em;
	font-size: 78%;
	font-style: normal;
	font-variant: normal;
}

.profile-datablock { 
  margin:.5em 0 .5em;
}

.profile-textblock { 
  margin: 0.5em 0;
  line-height: 1.6em;
}

.profile-link {
	text-transform: uppercase;
	
	font-size: 78%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

