/* @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

	Danny's Blog CSS
	Author: Danny Burns & Noah Hurst
	Created: 5.17.07
	
	Notes: This is my first attempt at CSS. Most of the code is from Noah and the net.
	None of these images or code can be used without permission.
	Please email dburns@redeyedesignco.com

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */
	
		/* Links
	----------------------------------------------- */
	a:link {
	  color:#369;
	  text-decoration:none;
	  }
	a:visited {
	  color:#776;
	  text-decoration:none;
	  }
	a:hover {
	  color:#333;
	  text-decoration:underline;
	  }
	a img {
	  border-width:0;
	  }
	#main a:link, #main a.comment-link:visited {
	  color: #6B0000;
	  }
	#main a:visited {
	  color:#6B0000;
	  }
	#main a:hover {
	  color:#B47B6C;
	  }
	
		/* Posts
	----------------------------------------------- */
	.date-header {
	  font:bold 10pt Arial,Verdana,Sans-serif;
	  color:#B47B6C;
	  }
	.post {
	  //margin:0 0 2em;
	  }
	.post-title {
	  margin-top: 25px;
	  font:bold 14pt Arial,Verdana,Sans-serif;
	  color:#6B0000;
	  }
	#main .post-title a {
	  text-decoration:none;
	  color:#9df;
	  }
	#main .post-title a:hover {
	  color:#6B0000;
	  }
	.post p, .post-body {
	font: 10pt Tahoma,Verdana,Sans-serif;  
	  line-height:1.5;
	  }
	.post-footer {
	  color:#6B0000;
	  text-transform:lowercase;
	  }
	.post-footer em {
	  font-style:normal;
	  color:#689;
	  }
	.post blockquote {
	  margin:1em 20px;
	  padding:5px 0;
	  border:1px solid #6B0000;
	  border-width:1px 0;
	  }
	.post blockquote p {
	  margin:.5em 0;
	  }
	.post img {
	  border:5px solid #6B0000;
  }
  
	  /* Comments
	----------------------------------------------- */
	#comments {
	  margin:2em 0 0;
	  border-top:1px solid #356;
	  padding-top:1em;
	  font: 9pt Arial,Verdana,Sans-serif;
	  color:#6B0000;
	  }
	#comments h4 {
	  margin:0 0 .25em;
	  font:bold 10pt Arial,Verdana,Sans-serif;
	  color:#6B0000;
	  }
	#comments-block {
	  margin:0;
	  line-height:1.6em;
	  }
	.comment-poster {
	  margin:0 0 .25em;
	  font:bold 10pt Arial,Verdana,Sans-serif;
	  text-transform:lowercase;
          color: #B47B6C;
	  }
	.comment-body, .comment-body p {
	  margin:0 0 .75em;
	  }
	p.comment-timestamp {
	  margin:-.25em 0 2em;
	  font: 9pt Arial,Verdana,Sans-serif;
	  color: #B47B6C;
          }
	#main .comment-timestamp a {
	  color: #B47B6C;
	  }
	#main .comment-timestamp a:hover {
	  color: #B47B6C;
	  }
	.deleted-comment {
	  font-style:italic;
	  color:gray;
	  }

	/* Profile
	----------------------------------------------- */
	#profile-container {
	  font: 8pt Arial,Verdana,Sans-serif;
	  color:#88230C;
	  }
	.profile-datablock, .profile-textblock {
	  margin:0 -30px .75em;
	  line-height:1.4em;
	  font: 8pt Arial,Verdana,Sans-serif;
	  color:#88230C;
	  }
	.profile-data {
	  font-weight:bold;
	  }
	.profile-data strong {
	  display:none;
	  }
		  
	 /* Sidebar
	----------------------------------------------- */
	.sidebar-title {
	  font:bold 10pt Arial,Verdana,Sans-serif;
	  color:#88230C;
	  }
	#sidebar ul {
	  font: 8pt Arial,Verdana,Sans-serif;
	  color:#B47B6C;
	  list-style:none;
	  }
	#sidebar li {
	  font: 8pt Arial,Verdana,Sans-serif;
	  color:#B47B6C;
	  //margin:-5px;
	  padding-left:-30;
	  text-indent:-30px;
	  line-height:2;
	  }
	#sidebar p {
	  //margin:0 0 .75em;
	  line-height:1.4em;
	  }/* CSS Document */

