/* CSS Document */
html {
	min-height:100%;
	height:100%;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#31659C;
	color:#000000;
	min-height:100%;
	height:100%;
	margin:0;
	padding:0;
	}
a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	background-color:inherit;
	}
a:hover {
	color:#94BAE7;
	}
ul {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 15px;
	}
hr {
	color:#639ACE;
	background-color:#639ACE;
	height:2px;
	border-style:none;
	}

/* Holds Everything */	
#container {
	color:inherit;
	padding: 40px 10px 0 10px;
	background-color:#FFFFFF;
	width:820px;
	margin:0 auto;
	min-height:100%;
	}
/* Header -- Not in use
#heading {
	position:fixed;
	width:825px;
	top:0;
	margin-left:-10px;
	padding-left:15px;
	z-index:10;
	background-color:#94BAE7;
	border-left:1px solid #4A79A5;
	border-right:1px solid #4A79A5;
	border-bottom:1px solid #4A79A5;
	opacity:0.7;
	filter:alpha(opacity:70);
	}
*/
/* css (css/xhtml validation links) */
#css {
	overflow:hidden;
	right:10px;
	text-align:right;
	}
	
/* Top image */	
#top {
	margin:0;
	padding:0;
	width:820px;
	height:180px;
	background-image:url(/img/bg.png);
	background-position:top left;
	background-repeat:no-repeat;
	}

/* Holds menu and shoutbox */	
#sidebar {
	width:200px;
	float:right;
	}
#sidebar hr {
	margin-top:10px;
	margin-bottom:10px;
	}

/* Holds menu*/
#mainMenu {
	width:200px;
	}
#mainMenu li {
	font-size:10px;
	list-style:none;
	width:130px;
	border-bottom:solid 1px #5C73B8;
	}
#mainMenu a, #mainMenu a:hover {
	color:#000000;
	background-color:inherit;
	font-weight:normal;
	}

/* Holds shoutbox */
#shoutbox {
	width:200px;
	border:2px solid #639ACE;
	vertical-align:baseline;
	}
#shouts {
	height:260px;
	overflow:auto;
	border-bottom:2px solid #639ACE;
	}
#shouts2 {
	height:200px;
	overflow:auto;
	}
#shoutForm {
	font-size:12px;
	padding:2px;
	}
.shout1 {
	background-color:#FFFFFF;
	}
.shout2 {
	background-color:#639ACE;
	}
.shout2 a:hover {
	color:#FFFFFF;
	}

/* Holds content */
#mainContainer {
	margin-right:220px;
	margin-top:0;
	width:590px;
	padding-top:10px;
	}
	
/*Footer (rounds shit off until I make 100% height work in IE */
#footer {
	margin:0 auto;
	background-image:url(/img/footer.png);
	height:30px;
	width:840px;
	}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#4A79A5;
	}
h2 {
	font-size:14px;
	font-weight:normal;
	color:#4A79A5;
	}

.handleBox {
	background-image:url(/img/menuHandle.jpg);
	background-repeat:no-repeat;
	}

.entry {
	width:100%;
	margin:4px 0 0 0;
	border:2px #639ACE solid;
	}
.eHeader {
	background-color:#639ACE;
	}
.eTitle {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	}
.eCategory {
	color:#FFFFFF;
	font-weight:bold;
	}
.eCategory a {
	color:#FFFFFF;
	}
.eCategory a:hover {
	color:#000000;
	}
.eDate {
	color:#FFFFFF;
	font-style:italic;
	}

.cEntry {
	margin:5px 0 0 0;
	width:100%;
	}	
.cHeader {
	background-color:#639ACE;
	}
.cName {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	}
.cDate {
	color:#FFFFFF;
	font-style:italic;
	}
.commentForm {
	padding:2px;
	}
	

.action {
	width:66%;
	text-align:center;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	background-color:#94BAE7;
	border:2px solid #4A79A5;
	}
.action a:hover {
	color:#000000;
	}