/* Global white space reset */
* {
	padding:0;
	margin:0;
}

@font-face {
    font-family: 'ImpactLabelRegular';
    src: url('impact_label-webfont.eot');
    src: url('impact_label-webfont.eot?#iefix') format('embedded-opentype'),
         url('impact_label-webfont.woff') format('woff'),
         url('impact_label-webfont.ttf') format('truetype'),
         url('impact_label-webfont.svg#ImpactLabelRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {margin:0 10px}
li, dd {margin-left:15px}

/* Undo default HTML styling of common browsers */
a:link, a:visited {text-decoration:none; color:#000; font-weight:bold;}
/*cursor:url("//adarvo.net/adarvo/themes/band/numbitious.cur"),pointer;}*/
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {text-decoration:none; color:#1c4851}
ul, ol {list-style:none}
img {
	border:none;
}

/* General */
html, body {height:100%}
body {
	background:#FFFFFF url('//adarvo.net/adarvo/themes/band/bg.png') no-repeat center;
	color:#FFFFFF;
	text-align:center;
	margin:0;
	font:normal 11px/15px verdana,serif;
	background-position: center;
	height:100%
	/*cursor:url("//adarvo.net/adarvo/themes/band/numbitious.cur"),move;*/
}

/* General links */
a:hover {text-decoration:underline}
a:active {text-decoration:none}
a:focus, input:focus {outline:none}

/* Paragraph and headings */
p {
	margin:4px;
	padding:4px;
}
h1 {font-size:14px}
h2 {font-size:13px}

/* Forms */
.submit {font:bold 12px verdana,serif; cursor:pointer!important; color:#1c4851; background:none; border:none; width:60px; margin:0 0 0 6px}
.search {
	width:150px;
	height:18px;
	font:normal 12px verdana;
	color:#333;
	border:1px solid #999;
	background:url('images/bg_search_field.gif') no-repeat top left;
	padding:5px 6px 1px 6px;
	vertical-align:middle
	}

/* Who's your daddy */
#daddy {
	width:798px;
	min-height:100%;
	height:auto;
	margin:0 auto 0 auto;
	text-align:left
	}

/* Header */
#header {
	height:75px;
	text-align: center;
}
#ticker {
	height:25px;
	float:left;
	display:inline;
	background-color: #000;
	width: 798px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#headerimage {
	width:798px;
	height:239px;
	float:left;
	position:relative;
	background-image: url('//adarvo.net/adarvo/themes/band/band.png');
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
	text-align: center;
	vertical-align: top;
	max-width: 798px;
}

/* CONTENT AND COLUMNS */
#content {
	height: 400px;
	background-color: #FFFFFF;
	box-shadow: 0 15px 20px #333333;
}
#content a:link, #content a:visited {text-decoration:none; color:#1c4851; font-weight:bold}
#cA {
	float:left;
	width:300px;
	margin:0 10px 0 0;
	display:inline;
	background-color: #FD3A30;
	height: 400px;
}
#search {background:#a4c0ba; padding:10px 15px}
#cA img {padding:4px; border:1px solid #d3cfce; margin:4px 7px 0 0}
#cB {
	float:right;
	width:480px;
	display:inline;
	overflow: auto;
	height: 400px;
	color: #000000;
}

/* Footer */
#footer {
	height:40px;
	width:100%;
	margin:0;
}
#foot {
	height:40px;
	width:798px;
	margin:0 auto;
	text-align:left;
	color: #000000;
}

/* Misc */
.clear {clear:both}
.post	{background-image: url('//adarvo.net/adarvo/themes/band/sidebar_bckg.gif');
	background-repeat: repeat-x;
	background-position: center center;
	}

/* Menu */
#menu {
	display:block;
	width:600px;
	height:25px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	margin-left:285px;
}
#menu li {
	float:left;
	width:75px;
	color:#FFF;
	margin:0 4px;
	background-color:#000
}
#menu li a {text-decoration:none;display:block;padding:0;height:100%;line-height:25px;color:#FFF;background:#000 }
#menu li.on {display:block;padding:0;width:100px;height:26px;line-height:26px; }
#menu li a:hover {
	color:#F00;
	background-color:#EEE
}
#menu .selected {
	color:#F00; 
	background-color:#FFF
}
