body {
	background: gray url(../images/backdrop.png) repeat scroll center top;
	margin: 20px auto;
	max-width: 1440px;
}

#header {
	width: auto;
	height: 125px;
	border: 1px solid #333;
	background: #e0e9d6 url(../images/soslogo.jpg) no-repeat scroll left top;
}

#login {
	float: right;
	margin: 5px;
	text-align: right;
	font-family: "Roboto", helvetica, arial, sans-serif;
	font-size: 13px
}

input[name=Username], input[name=Pwrd] {
	width: 145px;
}

input[name=Submit], #login a {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	text-decoration: none;
}

a img {
	border: 0;
}

#container {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #fff;
}

#content {
	margin-left: 210px;
	padding: 20px;
	margin-bottom: 20px;
}

#tabmenu {
	margin: -20px -20px 0 -20px;
	width: auto;
	height: 50px;
	background: #ccc url(../images/tabshade.png) repeat-x scroll center top;
	border-bottom: 1px solid #333;
	list-style-type: none;
}

#tabmenu li {
	/**/
}

#tabmenu li a {
	cursor: pointer;
	display: block;
	float: left;
	height: 20px;
	margin: 20px 0 0 10px;
	padding: 5px 15px 5px 15px;
	background: #fff;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #333;
	/*
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	*/
}

#tabmenu li a.inactive {
	border-bottom: 1px solid #333;
	height: 19px;
	background: #ccc url(../images/inactivetab.png) repeat-x scroll center bottom;
}

#tabmenu li a.active {
	color: #009F13;
	cursor: default;
}

.post {
	margin-top: 15px;
	border: 1px solid #333;
}

.post_title {
	color: #fff;
	background:#41a317 url(../images/posttitle.png) repeat-x scroll center top;
	border-bottom:4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size:22px;
	font-weight: 100;
	padding:3px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
	text-indent: 15px;
}

.post_content {
	padding: 15px;
	background: #fff url(../images/postbg.png) repeat-x scroll center top;
}

.post_meta {
	font-weight: bold;
	font-size: 12px;
}

.post_meta a {
	font-weight: normal;
	font-family: courier;
	color: #009F13;
	text-decoration: none;
}

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

.post_meta .date {
	font-weight: normal;
	font-family: courier;
}

#nav, #nav * {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#nav {
	width: 210px;
	border: 1px solid #333;
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	margin-bottom: 20px;
}

#nav a {
	text-decoration: none;
	display: block;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li {
	width: 210px;
}

#nav li a {
	height: 25px;
	color: #fff;
	background: #000 url(../images/nav1.png) no-repeat center center;
	text-indent: 30px;
	font-size: 16px;
	padding-top: 5px;
}

#nav li ul li {
	/**/
}

#nav li ul li a {
	height: 25px;
	color: #fff;
	background: #000 url(../images/nav2.png) no-repeat center center;
	text-indent: 15px;
	font-size: 16px;
	padding-top: 5px;
}

#nav li ul li ul li {
	/**/
}

#nav li ul li ul li a {
	height: 25px;
	color: #fff;
	background: #000 url(../images/nav3.png) no-repeat center center;
	text-indent: 35px;
	font-size: 16px;
	padding-top: 5px;
}

#footer {
	clear: both;
	font-size: 13px;
	font-family: sans-serif;
	color: #fff;
	background: #000 url(../images/footer.png) repeat-x center top;
	text-align: center;
	padding: 10px;
	cursor: default;
}

#footer a {
	color: #009F13;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

/* 

All attributes after this I added myself

 */

table.recentscores  {
	padding: 5px;
	font-family:"Roboto", helvetica, arial, sans-serif;
	font-size:16px;
}

td.songTitle {
	font-family: "Roboto", helvetica, arial, sans-serif;
	font-size:16px;
}