/* CSS Document */

body {
	background: #808EA7 url('images/body.html');
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 78%;
	color: #5F6877;
	}

#framer {
	width: 670px;
	margin: 0px auto;
	text-align:center;
	background: #E5E5E5 url('images/bg.html');
	overflow: hidden;
	}
#header {
	width: 670px;
	height: 210px;
	margin: 0px auto;
	text-align:center;
	background: #E5E5E5 url('images/header.jpg') no-repeat;
	padding-bottom: 10px;
		voice-family: "\"}\""; 
	voice-family: inherit;
	}
#content {
	width: 450px;
	margin: 10px 10px 10px 0px;
	float: right;
	text-align:left;
	padding: 0px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	}
html>body #content {
	width: 455px;
}
* html #framer {
	overflow: visible;
	/* So IE won't break things */
	}
#sidebar {
	width: 170px;
	margin: 5px;
	float:right;
	text-align:left;
	voice-family: "\"}\""; 
	voice-family: inherit;
	padding: 5px;
	}
html>body #sidebar {
	width: 170px;
}
/* Posting styling */

.post {

	margin:0;
	color: #5F6877;
}

.posttitle {
/* title of each entry */
	margin-bottom: 0;
	width: 100%;
	color: #4D5F7F;
	overflow: auto;
	border-bottom: 1px dotted #4D5F7F;
	font-weight: normal;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 0px;
}
.posttitle a:link, .posttitle a:visited {
	color: #4D5F7F;
}
.posttitle a:hover, .posttitle a:active {
	color: #4D5F7F;
	border: none;
	background-color: transparent;
}
.postmeta {
/* edits the date category comments etc under the title */
	margin-top: 0;
	font-size: 11px;
	color: #5F6877;
}
.postentry {
text-align: justify;
}
.commentslink {
/* edits comments link with bubble image */
	padding: 0;
}

/* ----------------------------------- Basics ----------------------------------- */

p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
	}

h1, h2, h3, h4, h5, h6 {
	display:block;
	margin:0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4D5F7F;
	}

h1, h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }

a {
	text-decoration: none;
}
a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover, a:active {
	color: #666666;
}

#sidebar h2 {
/* edits the title of each navigation group */
	text-align: center;
	margin: 1em 0 0.1em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* ----------------------------------- SideBar ----------------------------------- */
#sidebar ul {
	padding: 0px;
	margin: 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 160px;
	}

#sidebar li a {
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	margin-bottom: 3px;
	display: block;
	width: 155px;
	color: #CFD3D7;
	border-bottom: 1px dotted #B6B9BD;
	font-weight: normal;
	}

#sidebar li a:hover  {
	color: #B6B9BD;
	text-decoration: none;
	border-bottom: 1px dotted #B6B9BD;
	font-weight: normal;
		}
		
#footer {
/* edits the smaller blue horizontal banner on the bottom */
	background: #E5E5E5;
	clear: both;
	width: 655;
	height: 60px;
	margin: 0;
	padding-top: 10px;
	color: #777E8C;
}
.box { 
	width: 645px;
	background: url('images/bottom.html');
	margin: 0 auto;
	height: 40px;
	text-align:left;
	font-size:10px;
	padding: 5px;
	}

	/* Footer Styles */
	#footer a, #footer a:link, #footer a:visited {
		color: 000000;
	}

	#footer a:hover, #footer a:active {
		color: #666666;
	}