/*  
Theme Name: Dusk
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A dark blue and grey theme. 
Version: 1.21
Author: Becca Wei
Author URI: http://beccary.com
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #556777 url(images/bg.gif) repeat-x;
	font-size: x-small;
	font-family: Arial, sans-serif;
	color: #4A4A49;
	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 0 0;
	font-family: Verdana, 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: #497CA7;
}
a:visited, a:active {
	color: #6E7CA7;
}
a:hover {
	color: #7599B7;
	text-decoration: none;
}
input, textarea, select {
	background-color: #FFF;
	color: #4A4A49;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #888685;
}
small {
	font-size: 0.92em;
}
code {
	font-size: 1.1em;
	font-family: "Courier New", Courier, monospace;
	color: #666;
}
form {
	margin: 0;
	padding: 0;
	border: 0;
}
a img {
	border: 0;
}

hr {
	width: 75%; border: 1px dotted #999999; height: 0px;
}

/* Layout */

#wrapper {
	width: 760px;
	margin: 0 auto;
	background: #EEEAE8 url(images/wrapper-single.gif) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 760px;
	height: 170px;
	background: url(images/header-single.jpg) no-repeat;
}
	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border: 1px dashed #2E3235;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #222;
		color: #878584;
		font-size: 2em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #878584;
		text-decoration: none;
	}	
#content {
	float: left;
	width: 685px;
	padding: 0 20px 0 35px;
	background: url(images/content.gif) no-repeat;
	overflow: hidden;
	voice-family: "\"}\""; 
	voice-family: inherit;
} 
html>body #content {
	width: 685px;
}

#footer {
	clear: both;
	padding: 1.2em 40px 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: 1px dotted #888685;
}
.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;
}
.commentpic {
	border: 1px dotted #888685;
	width: 80px; 
	float: right; 
	vertical-align: top; 
	background-color: white;
	margin-left: 12px; 
	margin-bottom: 6px; 
	margin-right: 0px; 
	margin-top: 0px; 
	padding: 1px;
}
.commentauthor {
	margin: 0 0 2px 0;
	border-bottom: 1px dotted #888685;
	font-size: 1.1em;
}
.commentauthor b {
	font-weight: bold;
	font-size: 1.2em;
}
.commentauthor a {
	text-decoration: none;
}
.commentmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
	font-size: 0.92em;
}
#comment {
	width: 85%;
}
.commenttable {
	margin-bottom: 20px;
	width: 99%;
}
/* Widgets and Etc */

.widget_calendar h2 {
	display: none;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 1px;
	width: 165px;
}
.breadcrumb {
	margin-top: 10px;
	margin-bottom: 10px;
	color: Gray;
	font-size: 1.0em;
	font-weight: bold;
	text-align: right;
}
.breadcrumb a:link {
	color: #696969;
	text-decoration: underline;
}
.breadcrumb a:visited, a:active {
	color: #696969;
}
.breadcrumb a:hover {
	color: Darkgray;
	text-decoration: none;
}
.fontsize {
	float: right;
	margin: -150px 30px 0 0;
	color: #3d3d3d;
}