
	/* Fix a silly bug in Mozilla; thanks, Carey Evans */
html {width: 100%;}

body {
background: white;
text-align: left;
color: black;
font-size: 12pt !important;
line-height: 125%;
border: 0;
border-top: 0;
margin: 0;
padding: 0; 
font-family: "Times New Roman", Times, serif; 
width: 100%;
}


	/* Helpers and base rules */

img	{
border: 0;
}

.hide {
display: none;
}


	/* Primary layout divisions */


#container	{
border: 0;
}

#content {
border:0;
margin: 0;
padding: 0;
}

	
#header {
margin: 0;
padding: 0;
height: 65px;
}
	

#sidebar, #footer, .navigation {
display: none;
}


	
	/* topbar */	

#header h1 a {
font-size: 22pt !important;
color: #71394d;
font-weight: bold;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}


#header p {
font-size: 12pt !important;
font-family: "Times New Roman", Times, serif;
font-style: italic;
color: #ad617d;
padding: 0 0 0 300px;
margin-top: -15px;
}




	/* Typography 	*/
	
.post {
margin: 0 0 60px 0;
padding: 0;
}	
	
.post h2, h2.pagetitle, .post h2 a, h2.pagetitle a {
font-size: 18pt !important;
font-family: "Times New Roman", Times, serif;
font-style: italic;
color: #71394d;
font-weight: normal;
line-height: 1.3em;
margin: 20px 0 5px 0;
text-decoration: none;
}

h2.pagetitle {
margin: 0 0 10px 0;
border: 0;
}

.post h3, .post h3 a {
margin: 0 0 0 15px;
padding: 0;
font-weight: normal;
font-size: 16pt !important;
font-family: "Times New Roman", Times, serif;
font-style: italic;
color: #71394f;
text-decoration: none;
}


small {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-size: 12pt !important;
color: #ad617d;
margin: 0 0 0 45px;
padding: 0;
}

small a {
color: #ad617d;
text-decoration: none;
margin-left: 0;
}

.entry p{
font-size: 12pt !important;
}

.entry blockquote {
margin: 15px;
font-style: italic;
font-weight: normal;
}

.entry a {
color: #000;
text-decoration: none;
}



	
#content #searchform {
	margin: 7px 0 15px 0;
	padding: 0; 
	border: 0;
	text-align: left;
	}

#content #searchform #s {
width: 150px;
	border: 1px solid #6b7658;
padding: 2px;
font-size: 12pt !important;
	}

#content #searchsubmit {
	padding: 1px;
	margin-left: 5px;
font-size: 12pt !important;
	border: 1px solid #6b7658;
	background: #fff;
	color: #ad617d;
	}	

	.imgr {
	float: right;
	margin: 0 0 10px 10px;
}

	.imgl {
	float: left;
	margin: 0 10px 10px 0;
}

