@charset "utf-8";
/* CSS Document */

/*
	RESET
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background:url(images/headerbackground.png) repeat-x top left #CFCFCF;
}

.clear{
	clear:both;
}

#container{
	width:960px;
	margin:0 auto;	
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -120px;
}

.footer, .push{
	height:120px;
}

.footer{
	background:#000000;
	margin:5px 0 0 0;
}
	.footer .footercontent{
		color:#FFFFFF;
		font-size:12px;
		width:920px;
		margin:0 auto;
		padding:20px 20px;
	}



h1#logo{
	width:392px;
	height:110px;
	background:url(images/logo.png) no-repeat top left;
	display:block;
	text-indent:-9999px;
}

#navbar{
	height:30px;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
}

#navextra{
	margin:0 12px 0 0;
}

#navmain li, #navextra li{
	display:inline-block;
	height:30px;
	background:url(images/left-button.png) no-repeat top left;
	padding:0 0 0 5px;
	list-style:none;
	margin:0 0 0 2px;
}

#navmain li:hover, #navextra li:hover, #navmain li:active, #navextra li:active{
	background-position:bottom left;
}

a.navlink{
	display:inline-block;
	background:url(images/right-button.png) no-repeat top right;
	height:24px;
	padding:6px 20px 0 14px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}

a.navlink:hover, a.navlink:active{
	background-position:bottom right;
}

#navmain{
	float:left;	
}

#navextra{
	float:right;	
}

.module{
	background:#FFFFFF;
	border:0px solid #000000; position:relative;
	margin:5px 5px 0 0;
	float:left;
}

.module h2{
	color:#33CC00;
	font-size:24px;
	margin:0 0 5px 0;
}

.module #latest, .module #netcast{
	margin:5px 5px 0 5px;
}

#latest{
	width:710px;
	height:300px;
}

#about{
	width:235px;
	height:300px;
}

#netcast{
	width:350px;
	height:450px;
}

#blog{
	width:355px;
	height:450px;
}

#follow{
	width:235px;
	height:450px;
}


.inner{
	padding:15px;
}
.tl{
	width:15px;
	height:15px;
	background:url(images/mod-tl.png);
	top:0px;
	left:0px;
	position:absolute;
}

.tr{
	width:15px;
	height:15px;
	background:url(images/mod-tr.png);
	top:0px;
	right:0px;
	position:absolute;
}

.bl{
	width:15px;
	height:15px;
	background:url(images/mod-bl.png);
	bottom:0px;
	left:0px;
	position:absolute;
}
.br{
	width:15px;
	height:15px;
	background:url(images/mod-br.png);
	bottom:0px;
	right:0px;
	position:absolute;
}