/* Basics and Typography */

body {
	margin: 0;
	padding: 0;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	font-size: 11em;
}
html>body {
	font-size: 13px;
}
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.1em 0;
	font-family: Verdana, serif;
}
h1, h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
a:link {
	color: #BD114A;
}
a:visited, a:active {
	color: #BD114A;
}
a:hover {	color: #000000; 
		text-decoration: none;
}
input, textarea, select {
	background-color: #FFF;
	color: #4A4A49;
	font-size: 1em;
	font-family: Arial, sans-serif;
}
blockquote {
	background-color: #F6F5F4;
	margin: 0 20px;
	padding: 0 20px;
	border-left: 1px dotted #99AF07;
	border-right: 1px dotted #99AF07;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}



/* Layout */

#wrapper {
	width: 795px;
	margin: 0 auto;
	background: #ffffff url(images/wrapper.jpg) repeat-y;
	font-size: 0.9em;
	text-align: left;
}
#header {
	width: 795px;
	height: 252px;
	background: url(images/header.jpg) no-repeat;
}

	/* Header Styles */
	
	#title {
		float: left;
		margin: 38px 0 0 9px;
		border-bottom: 1px dotted #9e2251;
		padding: 1px;
	}
	#title h1 {
		margin: 0;
		padding: 5px 15px;
		border: 0;
		background-color: #222;
		color: #f9b7d5;
	        font-size: 0.92em;
		line-height: 32px;
		letter-spacing: 1px;
	}
	#title h1 a {
		color: #ccd46e;
		text-decoration: none;
	}
	
#content {
	float: left;
	width: 505px;
	padding: 5px 25px 0 15px;
	background: url(images/content.jpg) no-repeat;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 505px;
} 
html>body #content {
	width: 505px;
}
#sidebar {
	float: left;
	width: 190px;
	padding: 15px 15px 0 12px;
	color: #ffffff;
	font-size: 0.92em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 190px;
    text-align: left;
} 
html>body #sidebar {
	width: 190px;
}

	/* Sidebar Styles */
	
	#sidebar h2 {
	margin: 0;
	border-bottom: 1px dotted #ffffff;
	width: 210px;
	color: #FF3F7E;
	background: #ffffff;
	font-size: 1.1em;
	padding: 6px;
	}
	#sidebar a:link {
	color: #FFFFFF;
	}
	#sidebar a:visited, #sidebar a:active {
	color: #FFFF66;
	}
	#sidebar a:hover {
	color: #CCCCCC;
	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;
	}

* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
#footer {
	clear: both;
	padding: 1.2em 230px 1.2em 35px;
}

	/* Footer Styles */
	
	#footer p {
		margin: 0;
		padding: 0.6em 0;
		border-top: 1px dotted #9e2251;
		font-size: 0.92em;
	}

	

/* Blog Styles */

.posttitle {
		margin: 0 0 0.6em 0;
                color: #9e2251;
		font-size: 1.1em;
                font-family: georgia;
}
.posttitle a {
	text-decoration: none;
}
.postmeta {
	margin: 0;
	padding: 0.2em 0 0 0;
}
.postmeta, .postfeedback {
	font-size: 0.92em;
	text-align: left;
}
.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%;
}