body {
	font-size: 70%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    line-height: 1.7em;
	margin: 0 0 0 0;
	}

#page {
	background-color: #F9F9FF;
	}

#header {
	background: #73a0c5 url('') no-repeat bottom center;
	background-color: #73a0c5;
	}

#content {
	font-size: 1.2em
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.alt {
	background-color: #f5f5f5;
	border-top:    1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:visited {
	color: white;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.datacolumn { /* Different from widecolumn in that it has no width spec. */
	padding: 10px 0 20px 0;
	margin: 5px 20px 0 50px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
	width:  740px;
	}

.post {
	margin: 0 0 40px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}

/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	text-align: center;
}

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 10px auto 10px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/* End Images */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 5px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

/* End Comments */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

a img {
    border: none;
    }
