

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Verdana, Arial, Sans-Serif, 'Lucida Grande';
	background-color: #FFFFFF;
	color: #A5A5A5;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;

	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.inline {
	font-size: 0.9em;
	}

#footer {
	background-color: #FFFFFF;
	}
.entryleft a {
color: #7DB7FF;
font-weight: bold;
}

.entryright a {
color: #FF6F36;
font-weight: bold;
}

.shadow b {
color: #FFC1A8;
font-weight: bold;
}

h1, h2, h3 {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande',  Arial, Sans-Serif;
	font-weight: bold;
	}

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

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.4em;
	}

h2.pagetitle {
	font-size: 1.2em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #A5A5A5;
	}

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

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #FF6F36;
	}

.entry p a {
	color: #FF6F36;
	}

small, blockquote, strike {
	color: #A5A5A5;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #71A0F3;
	text-decoration: none;
	}

/* a:hover {
	color: #147;
	text-decoration: underline; */
	}

/* End Typography & Colors */



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

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0px; 
	width: 770px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
	}

#headerimg {
	margin-left: 35px;
	margin-bottom: 15px;
	height: 28px;
	width: 100%;
	background-image: url(head.gif);
	background-repeat: no-repeat;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 35px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	border-top: 2px solid;
	}

.inline {
	padding: 15px 0 15px 0;
	text-align: center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background-color: #E4EEFF;
	}

.entryleft {
float: left;
width: 45%;
}

.entryright {
float: right;
width: 45%;
}


.widecolumn .post {
	margin: 0;
	}

#footer {
	border-top: 1px solid;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}

ol li {
	list-style: decimal outside;
	}


/* End Entry Lists */


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

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


/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

