/** Basic page styling **/
/*ul,ol { list-style:none; } */

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

body {	
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: medium;
	text-align: center;
	background: #660000;
	color: #000000;
	padding: 0;
	margin: 0;
}

small {
	font-size: small;
}

a:link, a:visited{
	text-decoration: none;
	color: #336699;
}

a:hover{
	text-decoration: underline;
	color: #336699;
}

a:active{
	text-decoration: none;
	color: #ff0000;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

/** start of layout div styling **/
#wrapper{
	margin: auto;
	width: 797px;
	text-align: left;
	height: 100%;
	background: #ffffff url('images/left-side.jpg') repeat-y top left;
}

#inner-wrapper {
	background: transparent url('images/sidebar.jpg') repeat-y 546px 280px;
	}

#header-bg {
	background: #660000 url('images/headers/header1.jpg') no-repeat 30px 16px;
	width: 797px;
	height: 280px;
}

#header {
	color: #ffffff;
	background: url('images/header.gif');
	width: 797px;
	height: 280px;
	font-weight: bold;
}

#header h1 {
	font-size: 4em;
}

#header-inner a:link {
	text-decoration: none;
	color: #ffffff;
}

#header-inner a:visited {
	text-decoration: none;
	color: #ffffff;
}

#header-inner {
	margin: 0 40px 0 50px;
	padding-top: 35px;
	}

#page-links {
	text-align: right;
	font-size: large;
	margin-top: 80px;
}

#page-links ul {
	display: inline;
}

#page-links li {
	display: inline;
}

#page-links a:hover{
	text-decoration: underline;
}

#skip-to-nav {
	position: fixed;
	left: -2000px;
}

#content {
	float: left;
	width: 550px;
}

#sidebar {
	float: left;
	width: 190px;
	margin-left: 18px;
	padding-top: 25px;
	font-size: small;
}

.widgettitle {
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.2em;
}

#wp-calendar {
	width: 100%;	
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.post {
	margin: 10px 20px 20px 40px;
	padding-bottom: 25px;
	text-align: justify;
	font-size: small;
}

.postmetadata {
	text-align: center;
}

.entry p {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
	line-height: 1.3em;
}

.navigation {
	padding: 10px 0 10px 0;
	margin: 0 20px 0 40px;
	}

#footer{
	clear: both;
	width: 797px;
	height: 74px;
	background: url('images/footer.jpg');
}

#footer-content {
	width: 550px;
	margin: 0 20px 0 40px;
	padding-top: 12px;
	text-align: center;
	font-size: small;
}

/* Begin Images */
p img {
	max-width: 100%;
	width: expression(this.width > 490 ? 490: true);
	text-align: center;
}

/* End Images */


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

#sidebar ul li {
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 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 */

/* Comment CSS */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* Special */
#highpoints {
	font-size: x-small;
	text-align: left;
	border: 1px solid black;
	
}
#highpoints th {
	border-bottom: 1px solid black;
	}
#highpoints td {
	border: 1px dashed #ccc;
	}