/* Callum Smith */
/* http://yongobongo.com */

body, html {
	background: #1C1C1C;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover, a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, h5 {
	color: #F00090;
}

h2, h2 a:link, h2 a:visited {
	color: #F00090;
	font-size: 25px;
	margin-bottom: 2px;
}

img {
	padding: 0px;
	margin: 0px;
	border: none;
}

#main_container {
	margin-top: 80px;
	width: 500px;
	/* height: 500px; */
	margin-left: auto;
	margin-right: auto;
}

#main_logo {
	background: url(img/elements/logo.png) no-repeat;
	width: 360px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}

#main_content_top {
	width: 502px;
	height: 25px;
	background: url(img/elements/main_content_top.png) no-repeat;
}

#main_content_bottom {
	width: 502px;
	height: 15px;
	background: url(img/elements/main_content_bottom.png) no-repeat;
}

#main_content_container {
	background: url(img/elements/main_content_main.png) repeat-y;
	width: 502px;
}

#main_content {
	width: 460px;
	padding: 21px;
	padding-top: 0px;
}

#main_panels {
	width: 502px;
	height: 125px;
}

#news_main img {
	width: 460px;
	height: 170px;
}

.panel_spacer {
	width: 23px;
	height: 3px;
	background: url(img/elements/panel_spacer.png) repeat-x;
	float: left;
}

.panel_container {
	width: 152px;
	height: 125px;
	background: url(img/elements/main_panel.png) no-repeat;
	float: left;
}

.panel_content {
	width: 136px;
	height: 106px;
	padding: 8px;
}

#main_social {
	width: 500px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #3F3F3F;
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
}

#main_social a:link, #main_social a:visited {
	color: #3F3F3F;
}

#main_social a:hover {
	color: #5C5C5C;
}

#main_footer {
	width: 500px;
	height: 21px;
	background: url(img/elements/footer.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#nav_container {
	width: 100px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#nav_home_container {
	width: 40px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#prev, #pause, #next, #home {
	display: block;
	float: left;
}

ul {
	font-size: 10px;
	color: #F00090;
	padding: 0px;
	margin: 0px;
}

li {
	text-decoration: none;
	list-style: none;
}

/* Other elements */
.input_field {
	border: none;
	color: #525252;
	background: #202020;
}

#contact_name, #contact_email, #contact_submit {
	font-size: 15px;
	margin: 0px;
	padding: 5px;
}

#contact_content {
	margin: 0px;
}

.forms li {
	margin-top: 10px;
}

.contact_error {
	font-size: 10px;
	padding: 0px
}

.ajax_indicator {
	width: 16px;
	height: 11px;
	background: url(img/elements/ajax_indicator.gif);
	margin-right: auto;
	margin-left: auto;
}

#footer_area {
	padding-bottom: 30px;
}

.postmetadata, .postmetadata a:link, .postmetadata a:visited {
	color: #5C5C5C;
}

.entry {
	font-size: 14px;
}