/* ------------- Layout, fonts, colours ------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia;
	background: white;
	color: black;
	text-align: left;
	}

a {
	color: #D800FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ------------- end Layout, fonts, colours ------------- */


/* ------------- Header ------------- */

#container {
	width: 760px;
	margin: auto;
}

#logo {
	float: left;
	margin: 7px 0 0 0; 
	height: 33px; 
	width: 153px;
	}

*html #header {
	margin-top: 0px;
	}

img.dottedline {
	margin-top: 0px;
}

/* ------------- end Header ------------- */


/* ------------- Navigation ------------- */

.navigation {
	padding: 0 0 0 0;
	font-family: Palatino, Palatino Linotype;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: none;
	height: 44px;
}


ul.navlinks {
	margin: 16px 10px 0 0;
	float: right;
	list-style: none;
	width: 200px;
}

*html ul.navlinks {
	margin: 20px 10px 0 0;
}

ul.navlinks li {
	float: right;
	padding-left: 20px;
}


/* ------------- end Navigation ------------- */


/* ------------- Post heading ------------- */

h1, h4 {
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
}

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

.grayline {
	margin: 6px 0 8px 0;
	text-align: center;
}

h4, li h4 {
	margin: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-variant: none;
	font-size: 0.9em;
	font-family: Palatino, Palatino Linotype;
	color: #8d8d8d;
	line-height: 1.3em;
	}

.by {
	text-transform: lowercase;
	font-variant: normal;
	font-style: italic;
}

/* ------------- end Post heading ------------- */ 


/* ------------- Post text  ------------- */

#content {
	margin-top: 32px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.5em;
}

.entry, .image { /* delete the .image? */ 
	margin-top: 20px;
}

a img {
	border: none;
}

.entry p { /* for normal paragraphs */ 
	width: 500px;
	margin: 10px auto 10px auto;
}

#content .image img {
	margin: 0 auto 20px auto;
}
	
#content .image img {
	padding: 10px;
	border: 1px solid #8d8d8d;
	display: block;
}
	
.entry blockquote p{
	color: #8d8d8d;
	font-family: Palatino, Palatino Linotype;
	line-height: 1.5em;
	font-size: 1.1em;
	font-style: italic;
	width: 420px;
	border-left: 2px solid #8d8d8d;
	margin: auto auto;
	padding: 0 0 0 12px;
}

/* ------------- end Post text  ------------- */


/* ------------- Footer  ------------- */

#footer {
	margin: 30px 0 30px 0;
	text-align: center;
	font-family: Paltino, Palatino Linotype;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	}

#links {
	margin: 20px 0 0 0;
	padding: 0;
}

#links li {
	display: inline;
	list-style: none;
	padding: 0 26px 0 8px;
	background: url('images/footerdot.jpg') center right no-repeat;
}

#links li a {

}

#links li.noimg {
	background: none;
}

#footer a {
	color: #D800FF;
	text-decoration: none;
}

#footer a:hover { 
	text-decoration: underline;
}
	
/* ------------- end Footer  ------------- */


/* Begin Lists

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

.entry ul {
	width: 500px;
	margin: 10px auto 10px auto;
	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 {
	width: 500px;
	margin: 10px auto 10px auto;
	padding: 0 0 0 70px;
	}

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

ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */ 

/* to display the archives */ 

h3 {
	font-size: 1.2em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

h3 a {
	font-weight: normal;
	color: black;
}

h3 a:visited {
	font-weight: normal;
	color: black;
	text-decoration: line-through;
}

ul.archive_list {
	text-align: center;
	margin: 10px 10px 10px 15px;
	padding: 0;
	float: left;
	list-style: none;
	width: 225px;
	height: 5em;
}

ul.archive_list li {
	margin: 0 0 0 0;
	padding: 0 0px 0px 0;
	display: block;