/*  
Theme Name: Dusk3-brown
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A dark blue and grey theme. 
Version: 1.2
Author: Becca Wei
Author URI: http://beccary.com
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #613015 url(images/bg_V9y_B.gif) repeat-x;
	font-size: x-small;
	font-family: Futura, sans-serif;
	color: #501B13;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Gill Sans, serif;
}
h1, h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #834137;
}
a:visited, a:active {
	color: #501B13;
}
a:hover {

	color: #330000;
	text-decoration: none;
}
input, textarea, select {
	background-color: #EEE7C9;
	color: #031829;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px dotted #D4A94F;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Layout */

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #E6DDB4 url(images/wrapper_V9y.gif) repeat-y;
	font-size: 0.9em;
	text-align: left;
}

#header {
	width: 760px;
	height: 170px;
	background: url(images/header_V9y_B.gif) no-repeat;
}
	/* Header Styles */
	
	 #title {
		float: left;
		margin: 38px 0 0 9px;
		border: 0px dashed #031829;
		padding: 2px;
		
		
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #072944;
		color: #878584;
		font-size: 2em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #FFFDBE;
		color: transparent;
		font-family: Palatino, sans-serif;
		text-decoration: none;
	}

#content {
	float: left;
	width: 550px;
	padding: 0 20px 0 35px;
	background: url(images/content_V9y.gif) no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 495px;
} 
	    
html>body #content {
	width: 495px;
}
#sidebar {
	float: left;
	width: 210px;
	padding: 80px 25px 0 15px;
	background: url(images/sidebar_V9y_B.gif) no-repeat top right;
	color: #BD5A24;
	font-size: 1.1em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 170px;
} 
html>body #sidebar {
	width: 170px;
}
	/* Sidebar Styles */
	
	#sidebar h2 {
		margin: 0 0 0.6em 0;
		border-bottom: 2px dotted #613015;
		font-size: 1.1em;
	}
	#sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:active {
		color: #613015;
		text-decoration: none;
	}
	#sidebar h2 a:hover, #sidebar a:link {
		color: #613015;
	}
	#sidebar a:visited, #sidebar a:active {
		color: #613015;
	}
	#sidebar a:hover {
		color: #F2A77E;
		text-decoration: none;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar ul ul, #sidebar ol {
		margin: 1.2em 0 1.2em 1.3em;
	}
	#sidebar ul ul {
		list-style-type: disc;
	}
	#sidebar ul ul ul {
		margin-top: 0;
		margin-bottom: 0;
	}
	/* Calendar */
	#wp-calendar {
		margin: 0 0 1.2em 0;
		width: 170px;
		border: 0px solid #01101C;
		background: inherit;
		line-height: 1.1em;
		text-align: center;
		voice-family: "\"}\""; 
		voice-family: inherit;
		width: 168px;
	} 
	html>body #wp-calendar {
		width: 168px;
	}
	#wp-calendar caption {
		margin: 1.2em 0 0 0;
		padding: 0.4em 0;
		background: inherit;  
		color: inherit;
		font-weight: normal;
	}
	#wp-calendar td {
		border: 0;
		border-collapse: collapse;
		background: #3E1609;
	}
	
	
	#wp-calendar td a {
		display: block;
		width: 100%;
	}
	#wp-calendar td.pad {
		background: transparent;
	}
	#wp-calendar td#next, #wp-calendar td#prev {
		padding: 0.1em 2px;
		background: transparent;
	}
	#wp-calendar td#next a, #wp-calendar td#prev a {
		display: inline;
	}
	#wp-calendar td#next {
		text-align: right;
	}
	#wp-calendar td#prev {
		text-align: left;
	}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	padding: 1.2em 230px 1.2em 35px;
	text-align: center;
}
	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		border-top: 1px dotted #888685;
		font-size: 0.92em;
	}	

/* Blog Styles */

.posttitle {
	margin: 0.6em 0 0 0;
	padding: 0 0 1px 0;
	border-bottom: 2px dotted #501B13;
}

.post img { border: 2px solid #D9CD94; padding: 6px; background-color: #ffffff; }

.posttitle a {
	text-decoration: none;
}
.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}
.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: right;
}
.pagetitle {
	margin: 0.6em 0 1.2em 0;
}
.commentauthor {
	margin: 1.2em 0 0 0;
	border-bottom: 1px dotted #888685;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}

#player1, #player2, #player3, #player4, #player5, #player6, #player7, #player8, #player9, #player10 {border: 2px solid #D9CD94; padding: 10px; background-color: #ffffff; text-align: center;}
#player1, #player2, #player3, #player4, #player5, #player6, #player7, #player8, #player9, #player10 {text-align: center; width: 320px;}
/*#player1, #player2, #player3, #player4, #player5, #player6, #player7, #player8, #player9, #player10 {text-align: center; width: 320px;}*/


/* Widgets and Etc */

.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 6px;
	width: 165px;
	background: #E6DDB4;
}
