body {
	font-size: 13px;
	font-family: Arial, Verdana, Sans-Serif;
	}

a {  font-weight: bold; color: #000066; text-decoration: none}

a:hover{  font-weight: bold; color: #FF0000; text-decoration: none}

small, .postmetadata {
	font-size: 0.9em;
	color: #999999;
	}

.announce {
	font-size: 1.2em;
}

h1 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
        padding-bottom: 0px;
        margin-bottom: 0px;
	}

h2 {
	font-size: 1.3em;
	font-weight: normal;
/*	text-align: center;*/
	font-style: italic;
		font-weight: bold;
	}
	
	h6 {
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	font-style: italic;
	margin: 5px 0px 2px 0;
	}

.entry {
border-bottom: dotted 1px #E1E1E1;
padding: 0 10px 5px 10px;
}

#content{
margin: 0 10px 0 10px;
}
	
	/* 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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

	#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#sidebar ul li {
	list-style-type: circle;
	list-style-image: none;
	margin: 0 0 2px 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 Form Elements */

#searchform {
	margin: 5px 0 0px 0;
	padding: 5px 3px; 
	text-align: left;
	}
	
#sidebar #searchform #s {
	width: 50px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.rss {
	margin: 0 0 2px 2px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* End Form Elements */




/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.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;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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: 0px;
	margin-bottom: 20px;
	}

.alignright {
	text-align: right;
	width: 100%;
	}

.alignleft {
	text-align: left;
	width: 100%;
	}

/* End Various Tags & Classes*/

