/* ============================================
	Style Sheet for Blahvile
===================================================================== */

/* ============================================
	Divs
===================================================================== */
div#maincontainer {
	margin: 0 0 20px 0;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
}
div#newscontainer {
	border: 1px solid #cccccc;
	margin: 20px 0;
	padding: 5px 20px 20px 20px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;*/
}
#newslinks {
	margin: 10px 0px;
	padding: 0;
	font-size: 1em;
}
#newslinks ul{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
	background-color: #330033;
	color: White;
	float: left;
	width: 100%;
}
#newslinks ul li { 
	display: inline;
	}
#newslinks ul li a {
	padding: 0.2em 1em;
	background-color: #330033;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
 }
#newslinks #active a{
	background-color: #669900;
	color: #ffffff;
 }
#newslinks ul li a:hover {
	background-color: #660066;
	color: #fff;
 }
#newscontainer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #330033;
	font-size: 2.5em;
	margin-top: 0em;
	margin: 0em 0em .5em 0em;
	font-weight: normal;
	}
div#header {
	margin: 0;
	background-repeat: repeat-y;
}
div#left {
	width: 190px;
	margin: 20px 15px 0 25px;
	padding: 0;
	float: left;
	display: inline;
}
div#left p {
	font-size: 90%;
	line-height: normal;
	padding: 0 15px;
}
/* Main Navigation */
div#nav {
	width: 130px;
	margin: 20px 0 0 0px;
	/*font-size: .9em;*/
	float: left;
	display: inline;
}
#nav ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#nav ul li {
	font-size: 16px;
}
#nav ul li a:link, #nav ul li a:visited {
	background: url(images/star-rolloff.gif) 0 50% no-repeat;
	color: #fff;
	display: block;
	padding: 7px 7px 7px 28px;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(images/star-rollover.gif) 0 50% no-repeat;
	color: #420c3e;
	display: block;
	padding: 7px 7px 7px 28px;
	text-decoration: none;
}
div#right {
	margin: 20px 0 0 20px;
	width: 340px;
	font-size: 1em;
	float: left;
}
div#footer {
	color: #fff;
	text-align: center;
	/*margin-top: 20px;*/
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 73px;
	clear: both;
}
div#copyright {
	padding-top: 42px;
}
.featured {
	border: 1px solid purple;
	font-weight: bold;
	margin-bottom: 0;
	padding: 10px;
}
/* ============================================
	Main
===================================================================== */
body {
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #fff;
	text-align: center;
	}
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #330033;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #330033;
	font-size: 2em;
	letter-spacing: -1px;
	margin-top: 0em;
	margin-bottom: .70em;
	font-weight: normal;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #330033;
	font-size: 1.5em;
	margin-top: 0em;
	margin-bottom: -.5em;
	font-weight: normal;
	}
h3 {
	font-family:trebuchet ms, verdana, sans-serif;
	font-weight: bold;
	background-color: #ccc;
	color: #333;
	font-size: 1.2em;
	padding: .2em;
	margin-top: 0em;
	margin-bottom: -.8em;
	font-weight: normal;
	}

img {
	border: 0;
	}
ol, ul, li {
	/*list-style: none;*/
	/*font-size: 1.0em;*/
	line-height: 1.8em;
	margin-top: -.5em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
strong, b {
	font-weight: bold;
	}