/*CSS Document

Theme Name: Dusk
Theme URI: http://beccary.com/goodies/wordpress-themes/
Description: A dark blue and grey theme.
Version: 1.31
Author: Becca Wei
Author URI: http://beccary.com

Basics and Typography*/
BODY
{
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg.gif) repeat-x;
	font-size: x-small;
	font-family: Arial, sans-serif;
	color: #4A4A49;
	text-align: center;
	voice-family: male;
	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;
	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;
	text-decoration: line-through;
}
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;
}
/*Layout*/
#wrapper
{
	width: 760px;
	margin: 0 auto;
	background: #EEEAE8 url(images/wrapper.gif) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header
{
	width: 760px;
	height: 170px;
	background: url(images/header.gif) no-repeat;
}
/*Header Styles*/
#title
{
	float: centre;
	margin: 0 0 0 0px;
	border: 1px dashed transparent;
	padding: 1px;
}
#title H1
{
	margin: 0;
	padding: 5px 15px;
	border: 0;
	background-color: transparent;
	color: transparent;
	font-size: 0em;
	line-height: 0px;
	letter-spacing: 1px;
}
#title H1 A
{
	color: transparent;
	text-decoration: none;
}
#content
{
	float: left;
	width: 550px;
	padding: 0 20px 0 35px;
	background: url(images/content.gif) no-repeat;
	overflow: hidden;
	voice-family: inherit;
	width: 495px;
}
HTML>BODY #content
{
	width: 495px;
}
#sidebar
{
	float: left;
	width: 210px;
	padding: 0px 25px 0 15px;
	color: #878584;
	font-size: 0.92em;
	overflow: hidden;
	voice-family: female;
	voice-family: inherit;
	width: 170px;
}
HTML>BODY #sidebar
{
	width: 170px;
}
/*Sidebar Styles*/
#sidebar H2
{
	margin: 0 0 0.6em;
	border-bottom: 1px dotted #5E5D5D;
	font-size: 1.1em;
}
#sidebar H2 A, #sidebar H2 A:link, #sidebar H2 A:visited, #sidebar H2 A:active
{
	color: #878584;
	text-decoration: none;
}
#sidebar H2 A:hover, #sidebar A:link
{
	color: #7599B7;
}
#sidebar A:visited, #sidebar A:active
{
	color: #8B99B7;
}
#sidebar A:hover
{
	color: #497CA7;
	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;
	width: 170px;
	border: 1px solid #5E5D5D;
	background: #222222;
	line-height: 1.1em;
	text-align: center;
	voice-family: "none";
	voice-family: inherit;
	width: 168px;
}
HTML>BODY #wp-calendar
{
	width: 168px;
}
#wp-calendar CAPTION
{
	margin: 1.2em 0 0;
	padding: 0.4em 0;
	background: #5E5D5D;
	color: #FFF;
	font-weight: bold;
}
#wp-calendar TD
{
	border: 0;
	border-collapse: collapse;
	background: #222222;
}
#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;
}
#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;
	padding: 0 0 1px;
	border-bottom: 1px dotted #888685;
}
.posttitle A
{
	text-decoration: none;
}
.postmeta
{
	margin: 0;
	padding: 0.2em 0 0;
}
.postmeta, .postfeedback
{
	font-size: 0.92em;
	text-align: right;
}
.pagetitle
{
	margin: 0.6em 0 1.2em;
}
.commentauthor
{
	margin: 1.2em 0 0;
	border-bottom: 1px dotted #888685;
	font-size: 1.1em;
}
.commentauthor A
{
	text-decoration: none;
}
.commentmeta
{
	margin: 0;
	padding: 0.2em 0 0;
	font-size: 0.92em;
}
#comment
{
	width: 98%;
}
.postnav
{
	width: 100%;
	padding: 1.2em 0 0;
	font-size: 0.92em;
	overflow: auto;
}
.prev
{
	float: left;
}
.next
{
	float: right;
}
/*Widgets and Etc*/
.widget_calendar H2
{
	display: none;
}
.widget_search DIV
{
	margin: 1.2em 0;
}
#sidebar #s
{
	margin-bottom: 1px;
	width: 165px;
}
/*Image Borders*/
DIV.image
{
	margin: 1.2em 0;
}
DIV.imagecenter
{
	margin: 1.2em 0;
	text-align: center;
}
DIV.imagecenter IMG
{
	margin: 0 auto;
}
DIV.imageleft, IMG.imageleft
{
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}
DIV.imageright, IMG.imageright
{
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}
DIV.image IMG, IMG.image, DIV.imagecenter IMG, DIV.imageleft IMG, IMG.imageleft, DIV.imageright IMG, IMG.imageright
{
	padding: 5px;
	border: 1px solid #888685;
	background: #FFF;
}
/*<link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> #header h1*/
#INVALID-RULE
{
	display: none;
}
