/*  
Theme Name: Harriet
Theme URI: http://www.whitegauntlet.com.au/harriet/
Description: Harriet's WordPress theme.
Version: 1
Author: Harriet Jordan
Author URI: http://www.whitegauntlet.com.au/
*/

/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background: #F7E6EA;
	color: #000;
	font-size: x-small;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	text-align: center;
	voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;
}
html>body {
	font-size: small;
}
p {
	margin: 1.2em 1.2em;
	padding: 0;
	font-size: 10pt;
	line-height: 1.5em;
}

ol, ul {
	margin: 1.2em 0 1.2em 2.4em;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 1.2em .9em;
	padding: 0;
	color: #000000; 
	font-family: Georgia, serif; 
}
h1 {
	font-size: 1.6em;
	display: none;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a {
	text-decoration: none;	
}
a:link {
	color: #B5375C;
}
a:visited, a:active {
	color: #B5375C;
}
a:hover {
	text-decoration: underline;
}
#sidebar a:link {
	color: #7E2742;
}
#sidebar a:visited, #sidebar a:active {
	color: #7E2742;
}
#sidebar a:hover, .footer a:hover {
	text-decoration: underline;
}
.footer a:link {
	color: #EECAD3;
}
.footer a:visited, .footer a:active {
	color: #EECAD3;
}
.footer a:hover {
	text-decoration: underline;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	font-size: 0.92em;
}
code {
	color: #333;
	font-family: monospace;
}
input, textarea, select {	
	background-color: #FFF;
	border: 1px solid #A23354;
	color: #000;
	font-size: 1em;
	font: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
.submit {
	border: 1px solid #000;
	background-color: #A23354;
	color: #EECAD3;
}
form, img {
	border: 0; 
	margin: 0; 
	padding: 0;
}

/* The Layout */

#headwrapper {
	height: 140px;
}
#header {
	margin: 0 auto;
	width: 800px;
	height: 140px;
	background: url(images/header.gif) no-repeat;
	text-align: left;
	overflow: hidden;
}

	/* Header Styles */
	
	.title {
		font-size: 10pt;
}
	.title ul {
		list-style-type: none;
		list-style-image: none;
	}
	.title li {
		display: inline;
		padding: 0px 10px;
	}
	.title a:link, .title a:active, .title a:visited {
		color: #EECAD3;
	}
	.title a:hover {
		text-decoration: underline;
	}
	
#wrapper {
	margin: 0px auto 0 auto;
	width: 800px;
	background: white url(images/wrapper.gif) repeat-y;
	text-align: left;
	font-size: 0.92em;
}
#content {
	float: right;
	padding: 0 38px 0 23px;
	width: 676px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width:600px;
}
html>body #content {
	width: 600px;
}
#sidebar {
	float: left;
	padding: 20px 0 0 10px;
	width: 128px;
	color: #000000;
	font-size: 0.92em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width:128px;
}
html>body #sidebar {
	width: 128px;
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
.footer {
	clear: both;
	color: #F8E9ED;
	font-size: 9pt;
	position: relative; /* IE disappearing background fix */
}

	/* Footer Styles */
	
	.footer p {
		margin: 0;
		padding: 2em 0 1.8em 50px;
		background: url(images/footer.gif) no-repeat;
	}
	* html #footer p {
		padding-top: 1em; /* IE doubles top padding, reason unknown */
	}
	
/* Sidebar Styles */

#sidebar ul {
	margin: 1px;
	list-style-type: none;
}
#sidebar h2 {
	margin: 0 1px;
	padding: 10px 0 0 0px;
	color: #000;
	font-size: 1.2em;
	voice-family: "\"}\""; 
	voice-family: inherit;
}

#sidebar ul ul, #sidebar p {
	margin: 0.6em 0;
}
#sidebar ul ul ul {
	margin: 0;
}

#sidebar ul ul li {
	padding: 0 0 0 8px;
}

/* Blog and Comments */

.post {
	margin: 0 0 1em 0;
	padding: 0.1em 0 18px 0;
	background: url(images/divider.gif) no-repeat 50% 100%;
}
.posttitle {
	margin: 0.6em 0 0 0;
	padding: 0 0 0.1em 0;
}
.postdate {
	margin: 0.1em 0 1.2em 0;
	color: #7C7D66;
	font-size: 0.92em;
}
.postmeta {
}
.commentlist {
	margin: 0 0 0 1.2em;
	padding: 0 0 0.4em 0;
}
.commentauthor {
	margin: 0;
	padding: 0 0 0.1em 0;
	font-size: 1.1em;
}
.commentauthor a {
	text-decoration: none;
}
.commentdate {
	margin-top: 0.2em;
	color: #7C7D66;
	font-size: 0.92em;
}
#comment {
	width: 98%;
}
