/* 
Author: 			Christopher Heaney
Author URI: 		http://www.simzerdesign.com/
Version:			0.1.1
Modified:		Nov9/2010

Project:			Muse
Description:		custom styles

-------------------------------------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
}
a:hover {
	color:#f90;
	background-color:#f7f7f7;
	/* border-bottom:1px dashed #f90; */
	text-decoration:none;
}
#logo a {
	font-size:60px;
	font-weight:600;
	letter-spacing:-4px;
	color:#f90;
	background-color:#fff;
	text-decoration:none;
	border-bottom:none;
}
#logo a:hover {
	color:#333;
	text-decoration:none;
}
#nav li a {
	font-size:14px;
	font-weight:400;
	display:block;
	margin-left:8px;
	padding:2px 6px;
	border-bottom:none;
	border-radius:.5em;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	-o-border-radius:.5em;
}
#blurb {
	font:28px Arial, Helvetica, sans-serif;
	/* font-weight:400;
	line-height:120%; */
	letter-spacing:-1px;
	width:100%;
	height:auto;
	float:left;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}
#content a {
	/* border-bottom:1px dotted #000; */
}
#content a:hover {
	border:none;
	text-decoration:none;
}
.post {
	padding:0 30px 30px 0;
}
.post p {
	margin:14px 0;
}
.post em{
	font-style:italic;
}
.post h2 {
	font:20px Georgia, Times, serif;
	font-weight:normal;
	margin:25px 0 10px 0;
}
.post h1, .post h1 a{
	font:21px/32px Georgia, Times, serif;
	font-weight:normal;
	margin:30px 0 10px 0;
}
.post h3, .post h4 {
	font:18px Georgia, Times, serif;
	font-weight:normal;
	margin:15px 0 10px 0;
}
.post h4 {
	font-size:14px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
	color:#f90;
}
.post .wp-caption {
	background:#fff;
	text-align:center;
	margin:10px;
	padding:5px 0 0;
}
.post .wp-caption-text {
	font:11px bold Arial, Helvetica, sans-serif;
	margin:0;
	padding:4px 0;
}
.post blockquote {
	color:#777;
	margin:15px 30px 40px 20px;
	padding-left:20px;
	border-left:5px solid #ccc;
}
.post pre {
	font:12px Georgia, Times, serif;
	letter-spacing:-1px;
	margin:14px 0 14px 0;
}
#comments h3, #comments h4{
	font:18px Georgia, Times, serif;
	font-weight:normal;
	margin:35px 0 5px;
}
#comments h4{
	font-size:14px;
}
#comments cite{
	font:18px Georgia, Times, serif;
	font-weight:normal;
	/* border-bottom:1px dotted #ccc; */
}
#comments input {
	font:12px Georgia, Times, serif;
	font-weight:normal;
	width:370px;
}
#sidebar h3 {
	font-size:11px;
	font-weight:bold;
	color:#f90;
	text-transform:uppercase;
	padding:25px 0 3px 0;
}
#sidebar .block li {
	/* border-top:1px dotted #ccc; */
}
#sidebar .block li a {
	font-size:10px;
	font-weight:normal;
	background:transparent;
	padding:2px 0 2px 15px;
	display:block;
	border:none;
}
#sidebar .block li a:hover {
	background:#f7f7f7 url(images/SD-bullets_on.gif) no-repeat scroll 6px 52%;
}
#sidebar .block li ul a {
	background:transparent url(images/SD-bullets.gif) no-repeat scroll 6px 52%;
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:2px 0 2px 15px;
	display:block;
	border:none;
}
#sidebar .widget_recent_comments li a:hover {
	color:#f90;
	background-color:#f7f7f7;
	border-bottom:1px dashed #e12000;
}
#sidebar p {
	font-size:10px;
	line-height:2;
}
#footer {
	font-size:0.9em;
	text-align:center;
	width:900px;
	float:left;
	padding:30px 0 40px 0;
	border-top:1px dotted #ccc;
}
.hidy {
	display:none;
}
.orange {
	font-weight:bold;
	color:#f90;
}
.clearit {
	clear:both;
	margin-bottom:20px;
}
.ImgPad {
	padding:0 20px 50px 0;
}
.nounderline {
	text-decoration:none;
	margin:0;
	padding:0;
	/* border:none; */
}
#highlighter {
	width:600px;
	margin:10px auto;
	padding:6px;
	display:block;
	background:#dedede;
}
#highlighter a {
	font-weight:normal;
}


