body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Sans-Serif;
	background: #E6E6FA;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #000000;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}
smallnext {
	font-size: 1.2em;
	line-height: 1.5em;
	}
large {
	font-size: 1.5em;
	line-height: 1.5em;
	}

h1 {
	font-size: 3em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

.entry p a:visited {
	color: #7f0000;
	}

small, smallnext, #sidebar ul ul li, #sidebar ul ol li, .postmetadata, blockquote {
	color: #777;
	}

a, h2 a:hover, h3 a:hover {
	color: #060;
	text-decoration: none;
	}

a:hover {
	color: #741;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #003f00;
	}

#header {
	background-color: #5D3FD3;
	margin: 0 0 0 0; 
	padding: 0; 
	height: 200px; 
	width: 760px;
	}

.narrowcolumn {
	float: left;
	padding: 20px 45px 20px 45px;
	margin: 0px 0 0;
	width: 670px;
	}

.post {
	margin: 0 0 40px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	padding-bottom: 70px;
	margin: 0;
	}
h4 {
	line-height: 0em;
	}
/* End Headers */




/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

hr {
        display: none;
   }
		
#footer {
        clear: both;
        }
