#mainContainer{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.bbcodeTable {
	width: 590px;
	border: 1px dotted white;
	padding: 5px;
}

.bbcodeTable td {
	color:#999999;
	font-family: sans-serif;
	font-size: 12px;
	background-color:white;
	padding-left: 5px;
}

.bbcodeTable td+td {
	color:white;
	background-color:#999999;
	padding-left: 10px;
	font-family: courier;
}

.bbcodeTable tr:first-child td:first-child {
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
	
.centerContainer {
	position: fixed;
	left: 50%;
	top: 50%;
	width:400px;
	height:300px;
	margin-top:-150px;
	margin-left:-200px;
}

.blogInput {
	width:580px;
	border: 1px #666666 solid;
	padding: 5px;
}

.linksInput {
	width: 40em;
	border: 1px #666666 solid;
	padding: 5px;
}

.extrasContainer {
	width: 360px;
	position: absolute;
	top:80px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom: 50px;
	padding-top: 30px;
	border-bottom: solid 1px #c2c2c2;
	border-left: solid 1px #c2c2c2;
	border-right: solid 1px #c2c2c2;
	background-repeat:no-repeat;
	background-position:bottom;
	}		

#nextButton, .navigationLink, #linksContainer, #title, #runner, .blogHeadline, .dateline, h1{
	font-family: Impact, Impact5, Charcoal6, sans-serif;
	}
	
h1{
	color: white;
}

.bodyText, .frequentLinks { 
	font-family: Georgia, Georgia, serif;
}

.frequentLinks {
	color: black;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}

a.frequentLinks:hover {
	text-decoration: underline;
}

#nextButton, .navigationLink{
	position: absolute;
	bottom:0px;
	right:20px;
}

.extrasContainer #nextButton, a {
	color: white;
	text-decoration: underline;
}

.extrasContainer #nextButton, a:hover {
	text-decoration: none;
}		

#linksContainer {
	width: 200px;
	background-color: white;
	height: auto;
	float: right;
	text-align: right;
	font-size: 1.3em;
	padding-right: .8em;
}

#linksList{
	margin-top: 1em;
	font-size: .8em;
	padding-bottom: 1em;
	line-height: 1.5em;
	}
	
#blogContainer{
	width: 460px;
}

body {
	background-color: black;
	margin: 0px;
	padding: 0px;
}

#title {
	position: relative;
	left: -1px;
	color: white;
	font-size: 5em;
}

#runner{
	background-color: white;
	color: black;
	font-size: 1em;
	padding-left: .6em;
}

#navigation{
	position: absolute;
	bottom: -27px;
	right: -20px;
}

.bodyText{
	color: white;
	line-height: 1.5em;
	margin-top: 0;	
}

.adminLinks {
	color: #dddddd;
}
	
#navTab {
	background-color: #999999;
	padding: 10px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}

#adminNavBar {
	margin-left: 50px;
	margin-top: 25px;
	margin-bottom: 0px;
}

.postContainer {
	background-color: #999999;
	width: 600px;
	margin-left: 25px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 9px;
	margin-bottom: 25px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.blogHeadline{
	margin-top: .3em;
	margin-bottom: .3em;
	font-size: 2em;
}

.dateline{
	color: white;
	font-style: italic;
	margin-top: -.3em;
	font-size: .8em;
	margin-bottom: .3em;
}

.extrasContainer p, h3, label, .loginType{
	font-family: Georgia, Georgia, serif;
	color: #C2C2C2;
}

#quoteContainer i {
	color: #898989;
}

