/*  
Theme Name: Muted Sound
Theme URI: http://www.mutedsound.com/
Description: Theme created for MutedSound.com
Version: .8
Author: John Perkins
Author URI: http://www.mutedsound.com/


	This theme was designed and built by John Perkins,
	whose blog you will find at http://www.mutedsound.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
}

a {
	color: #943535;
	text-decoration: none;
	border-bottom: 1px solid #cfcfcf; 
}

a:hover {
	color: #424242;
	border-bottom: 2px solid #bfbfbf;
}

a:focus {
	outline:none;
}

.clear_both {
	margin: 0;
	padding: 0;
	height: 0px;
	width: 0px;
	clear: both;
	font-size: 1%;
}

#page {
	margin: 0;
	background-color: #fffff;
	text-align: left;
	min-width: 900px;
}

#header {
	margin: 0;
	padding: 5px 20px;
	background: #424242;
	overflow: auto;
}


#headerimg a {
	margin: 0;
	padding: 0;
	width: 290px;
	height: 63px;
	border: none;
	background: #424242 url('images/logo_back.gif') no-repeat;
	display: block;
}

#headerimg a:hover {
	background-position: 0 -63px;
}

#nav {
	margin: 0;
	padding: 0 20px;
	font-size: 120%;
	font-family: Georgia, Serif;
	color: #9f9f9f;
	letter-spacing: 2px;
	background: #424242;
	border-top: 1px solid #4f4f4f;
	border-bottom: 2px solid #9f9f9f;
	text-transform: uppercase;
	height: 25px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: auto;
}

#nav li {
	margin: 0;
	padding: 5px 0;
	height: 100%;
	float: left;
}

#nav a {
	margin: 0;
	padding: 2px 12px;
	color: #9f9f9f;
	text-decoration: none;
	border: none;
	border-top: 3px solid #424242;
}

#nav a.active {
	border-top: 3px solid #4f4f4f;
}

#nav a:hover {
	border-top: 3px solid #4f4f4f;
	color: #ccc;
}

#nav li.search {
	margin: 0 8px;
	padding: 0;
	float: right;
	border-top: none;
}

#searchform {
	margin: 0;
	padding: 3px 0 2px 0;
	
}

#searchform #s {
	margin: 0;
	padding: 1px 3px;
	height: 12px;
	font-family: Georgia, Serif;
	font-size: 90%;
	width: 150px;
	background: #ccc;
	color: #333;
	border-style: solid;
	border-color: #9f9f9f;
	border-width: 1px;
}

#searchform #searchsubmit {
	margin: 1px 5px;
	padding: 0;
	color: #afafaf;
	background: #6f6f6f;
	border: 1px solid #9f9f9f;
	text-transform: uppercase;
	font-family: Georgia, Serif;
	font-size: 96%;
	letter-spacing: 1px;
}

#content {
	margin: 0;
	padding: 5px 30px 10px 20px;
	float: left;
	width: 60%;
	overflow: auto;
	border-right: 1px solid #cfcfcf;
}

.post {
	margin: 0 0 45px 0;
}

.post h2 {
	margin: 10px 0 3px 0;
	font-size: 140%;
}

.post h2 a {
	font-size: 140%;
	font-family: Georgia, Serif;
	color: #6a839e;
	letter-spacing: 1px;
	text-decoration: none;
	font-variant: small-caps;
	border-bottom: 2px solid #cfcfcf;
	display: block;
}

.post h2 a:hover {
	color: #8f8f8f;
}

.post_time {
	margin: 0 0 10px 0;
	padding: 0;
	color: #8f8f8f;
	font-family: Georgia, Serif;
	font-weight: bold;
	letter-spacing: 1px;
}

.post .entry {
	font-size: 125%;
	line-height: 1.3em;
}

.img {
	padding: 4px;
	border: 1px solid #424242;
	background: #9f9f9f;
	display: block;
	max-width: 300px;
	width: auto;
	height: auto;
	max-height: 300px;
}

.post img {
	margin: 0;
	padding: 0;
	max-width: 292px;
	width: auto;
	height: auto;
	max-height: 292;
	border: 1px single #424242;
	
}

.post blockquote {
	margin-left: 0;
	padding-left: 20px;
	border-left: 3px solid #bfbfbf;
	background: #e4e4e4;
}

.postmetadata {
	padding-top: 5px;
	border-top: 1px solid #e0e0e0;
}

#sidebar {
	margin: 0 20px 0 0;
	padding: 5px;
	float: right;
	width: 30%;
	overflow: auto;
}

#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 125%;
	line-height: 1.2em;
	letter-spacing: 2px;
	font-variant: small-caps;
	color: #424242;
	background: #8f8f8f;
	border: 1px solid #424242;
	text-align: center;
}

#sidebar h2 span {
	display: block;
	margin: 1px;
	padding: 2px 10px;
	background: #afafaf;
	border: 1px solid #424242;
}

#sidebar p {
	margin: 5px 2px 15px 2px;
}
	
#footer {
	clear: both;
	margin: 5px 0 0 0;
	padding: 5px 20px 15px 20px;
	border-top: 2px solid #9f9f9f;
	border-bottom: 2px solid #9f9f9f;
	background: #424242;
	color: #9f9f9f;
}

#footer a {
	border: none;
}

#footer a:hover {
	color: #cecece;
	border: none;
}


