@charset "utf-8";
/* Howling Moon Splash Page */

body
{
font-family:Trebuchet MS;
}

#container
{
width:100%;
}

#content
{
	margin: 50px auto 0 auto;
	width:1000px;
	height:260px;
	color:#FFFFFF;
	font-weight:bold;
}

#centeredContent
{
margin: 0 auto 0 auto;
width:780px;
}

#content a
{
color:#FFFFFF;
text-decoration:none;
cursor:pointer;
}

#leftNav
{
float:left;
width:500px;
}

#justText
{
margin:10px;
padding:10px;
}

#leftLink
{
background-color:#88b5ca;
width:80%;
margin-left:140px;
text-indent:10px;
margin-top:80px;
}

#leftLink1
{
background-color:#58859a;
width:80%;
margin-left:150px;
text-indent:10px;
margin-top:65px;
}

#leftLink2
{
background-color:#88b5ca;
width:80%;
margin-left:130px;
text-indent:10px;
margin-top:15px;
}

#leftLink3
{
background-color:#003471;
width:80%;
margin-left:150px;
text-indent:10px;
margin-top:15px;
}

#leftLink4
{
background-color:#145980;
width:80%;
margin-left:170px;
text-indent:10px;
margin-top:15px;
}

#leftLink5
{
background-color:#58859a;
width:80%;
margin-left:190px;
text-indent:10px;
margin-top:15px;
}

#middleLogo
{
margin-left:344px;
margin-top: 30px;
margin-bottom:-305px;
z-index:1;
position:relative;
}

#rightNav
{
float:left;
width:500px;
}

#link0
{
background-color:#003471;
width:70%;
margin-top:15px;
text-indent:135px;
}

#link1
{
margin-top:15px;
background-color:#88b5ca;
width:75%;
text-indent:150px;
}

#link2
{
background-color:#145980;
width:80%;
margin-top:15px;
text-indent:160px;
}

#link3
{
background-color:#a9d4ea;
width:85%;
margin-top:15px;
text-indent:165px;
}

#link4
{
background-color:#003471;
width:80%;
margin-top:15px;
text-indent:160px;
}

#link5
{
background-color:#58859a;
width:75%;
text-indent:150px;
margin-top:15px;
}


#bigBox
{
	background-color:#dddddd;
	width:700px;
	padding:15px;
}

#mainText
{
	width:600px;
	margin:-50px auto 0 auto;
	margin-bottom:25px;
	background-color:#dddddd;
	color: #333;
	font-family:"BitStream vera Sans",Verdana,Arial,Helvetica,Verdana,san;
	font-size:14px;
	font-weight:normal
}

/* Related to posts on the splash page */

.post {
	color: #333;
	font-family:"BitStream vera Sans",Verdana,Arial,Helvetica,Verdana,san;
	margin: 0px;
	padding: 0px;
	font-size:12px;
}
.post a {
	color: #258;
	text-decoration: none;
}

.post .caption {
	background:#E1E7E9;
	padding:5px 10px 0 15px;
}

.post .caption .title {
	color:#258;
	float:left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.post .meta {
	background:#E1E7E9;
	padding:0 10px 5px 15px;
}
.post .meta .info {
	font-size:10px;
	float:left;
}
.post .meta .comments {
    font-size:10px;
    float:right;
}
.post .content img {
    max-width:600px;
}
.post .content p {
    margin-bottom:8px;
}

.fixed, .clear {
	clear:both;
}

