/* ----------------------------------------------------
Title: 		Thoughts CSS
Author:		Matthew Spiel - TheManInTheSea.com
Updated:	10/3/2008
Valid:		Yes.
---------------------------------------------------- */

/* Thoughts Elements */
div.thoughts_wrap {
	width: 660px;
	margin: 0px 0px 20px 0px;
	float: left;
}
h3.thoughts {
	width: 660px;
	padding: 0px;
	margin: 0px 0px 0px;
	float: left;
	border-bottom: 1px solid #cdcdcd;
}
h3.thoughts_entry {
	width: 660px;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	float: left;
	border-bottom: 1px solid #cdcdcd;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
}
h3.thoughts a {
	float: left;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	color: #ac500c;
	text-decoration: none;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
}
h3.thoughts a:hover {
	color: black;
}
div.date_tag {
	width: 100px;
	margin: 0px;
	padding: 0px 5px 10px;
	float: left;
	background: transparent url(../images/date_tag.png) no-repeat center bottom;
}
div.date_tag p {
	margin: 10px;
	color: black;
	text-decoration: none;
	font: italic bold 13px/15px Georgia, "Times New Roman", Times, serif;
}
div.content_wrap {
	width: 660px;
	float: left;
}
p.entry_tags {
	width: 660px;
	float: left;
	margin: 0px;
	padding: 5px 0px;
	color: #525252;
	text-decoration: none;
	border-bottom: 1px dotted #cdcdcd;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}
p.entry_tags span {
	width: 100px;
	margin: 0px 10px 0px 0px;
	float: left;
	color: #525252;
	font-weight: bold;
}
p.entry_tags a {
	margin: 3px 0px 0px;
	text-decoration: none;
	font: italic normal 11px Georgia, "Times New Roman", Times, serif;
	color: #525252;
}
p.entry_tags a:hover {
	text-decoration: underline;
	color: #ac500c;
}
p.comment {
	width: 660px;
	float: left;
	margin: 5px 0px 30px;
	padding: 5px 0px;
	font: italic 11px Georgia, "Times New Roman", Times, serif;
	color: #525252;
	text-decoration: none;
	border-top: 1px solid #cdcdcd;
}
p.comment a {
	width: 640px;
	color: #525252;
	text-decoration: none;
	font: italic normal 11px Georgia, "Times New Roman", Times, serif;
}
p.comment a:hover {
	color: #ac500c;
	text-decoration: underline;
}
div.thoughts_entrywrap {
	float: left;
	width: 660px;
	margin: 10px 0px 0px 0px;
}
div.thoughts_wrap img {
	margin: 5px 0px 15px;
	float: right;
	border: 1px solid #cdcdcd;
}
blockquote {
	float: left;
	width: 560px;
	padding: 0px;
	margin: 10px 100px 30px 0px;
	border-left: 5px solid #525252;
}
blockquote p {
	margin: 0px;
	padding: 0px 10px 5px;
	color: #525252;
	font: italic 20px/30px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
blockquote p span {
	float: left;
	padding: 5px 0px 3px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	color: #9f9f9f;
}
div.thoughts_entrywrap ol, ul {
	width: 100%;
	float: left;
	margin: 0px 0px 20px;
}
div.thoughts_entrywrap ol li, div.thoughts_entrywrap ul li {
	line-height: 18px;
	font-size: 11px;
	color: #525252;
	margin: 10px 10px 10px 30px;	
}
/* Tags */
h4.thoughts {
	margin: 0px;
	padding: 19px 0px 5px;
	color: #ac500c;
}
ul#taglist {
	width: 660px;
	margin: 5px 0px 0px;
	list-style: none;
	float: left;
}
ul#taglist li {
	width: 650px;
	float: left;
	padding: 7px 5px;
	font-size: 13px;
}
ul#taglist li span {
	font-size: 11px;
	font-style: italic;
	color: #525252;
}
ul#taglist li.color {
	background: #f1f1f1;
}
