/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, a:link, a:active, a:visited {
	color: #990000;
}


#header {
	border-bottom: 4px double #ddd;
	border-top: 6px solid #990000;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#header h1 a {
	display: block;
	background-image: url(logo.jpg);
	padding-top: 111px;
	height: 0;
	width: 600px;
	margin: 0 0 0 20px;
	overflow: hidden;
}

#leftcol {
 float: left;
 width: 500px;
 line-height: 20px;
 margin: 0 0 0 0px;
 padding: 0 20px 0 45px;
 border-left: 10px solid #d8d3b9;
 border-right: 1px dotted #ccc;
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
 
#rightcol {
	float: left;
	margin: 0 0 0 20px;
	width: 150px;
	padding: 10px 0 0 0;
}

#rightcol ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#rightcol li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#rightcol ul ul {
	margin: 0;
	padding: 0;
}

h1 {
 text-transform: uppercase;
}
h4 {
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
}

#leftcol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	margin: 20px 0 0 0;
	border-bottom: 1px dashed #ccc;
}

#leftcol h2 a {
	text-decoration: none;
	font-size: 21px;
	color: #990000;
	font-weight: normal;
}
#rightcol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0 0 0;
	border-bottom: 1px dashed #ccc;
}
h3 {
	margin: 0;
	text-transform: uppercase;
	color: #ccc;
	font-weight: normal;
}
#rightcol h2 {
	padding: 10px 0 0 0;

}
#rightcol a {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#archive-links {
	background: #f1edd7;
	border: 3px double #d8d3b9;
	padding: 5px;
	margin: 10px 0 10px 0;
	
	
}
#archive-links h2 {
margin: 0px 10px 10px 10px;	
color: #9f9b82;
	
}
#archive-links a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;

	padding: 5px 0 5px 10px;
	font-size: 14px;
	color: #990000;
}
#archive-links li {
	margin: 0 0 10px 0;

}
#searchform {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin: 10px 0 10px 0;
}
blockquote {
	background-image: url(blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	
	padding: 1px 25px 0px 25px;
	
}
#footer {
border-top: 1px solid #ccc;
clear: both;
padding: 10px 0 0 20px;
color: #ccc;
text-transform: uppercase;
font-family: Georgia, "Times New Roman", Times, serif;
border-bottom: 6px solid #990000;


}

#footer a {
	color: #d8d3b9;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.post {
	clear: both;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}
.navigation {
	padding: 0 0 20px 0;
}

.delicious-link {
font-weight: bold;
font-size: 11px;

}

.delicious-extended {
line-height: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
border-bottom: 1px solid #eee;

}