@import url('reset.css');
@import url('nav.css');

body {
	background-color: black;
	margin-bottom: 25px;
	background: url('/images/bg.jpg') #7c7c7c top center no-repeat; /* #b0b0b0 */
}

p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, span, div {
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
}

h1 {
	width: 100%;
	font-size: 1.4em;
	padding: 5px 0 6px 0;
	margin-bottom: 10px;
	color: #a51212;
	border-bottom: 1px solid silver;
}

h2 {
	color: #a51212;
	font-size: 1.2em;
	padding: 3px 0 12px 0;
}

h3 {
	font-size: 1.1em;
	padding: 5px 0 0 3px;
	background-color: silver;
	width: 100%;
}

p {
	padding: 2px 0 5px 0;
}

ul, ol {
	padding: 5px 0 10px 30px;
}

#canvas {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 50px;
}

#head {
	width: 950px;
	height: 112px;
	background: url('/images/bg_head.jpg') transparent bottom left no-repeat;
}

#adspace_top {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: 12px;
	margin-right: 15px;
}

#adspace_wideskyscraper {
	width: 160px;
	height: 600px;
	background-color: silver;
	margin-left: 35px;
}

#logo_top {
	float: left;
	width: 355px;
	height: 112px;
}

#foot {
	width: 900px;
	padding: 8px 25px 4px 25px;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	color: white;
}

#foot a {
	color: white;
}

/* GENERAL CONTENT */

#general_content {
	width: 900px;
	padding: 25px;
	padding-top: 0;
	background: url('/images/bg_content_twocolumn.gif') #fff top left repeat-y;
	overflow: auto;
}

#general_content.withVideo {
	background: url('/images/bg_content_twocolumn_withvideo.gif') #fff top left repeat-y;
}

#column_main {
	width: 600px;
	float: left;
	font-size: 14px;
	line-height: 20px;
}

#column_main.withVideo {
	width: 640px;
}

#column_side {
	width: 250px;
	float: right;
	font-size: 14px;
	line-height: 20px;
}

#column_side.withVideo {
	width: 230px;
}

#column_side h2 {
	width: 100%;
	border-bottom: 1px solid silver;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

#column_side h3 {
	width: 100%;
	float: right;
	padding-bottom: 5px;
	border-bottom: 1px dotted gray;
	margin-bottom: 10px;
}

#general_content p {
	line-height: 1.3em;
}


#copy {
	width: 900px;
	padding: 10px 25px 20px 25px;
	background: url('/images/bg_copy.gif') #fff bottom left no-repeat;
	font-size: 12px;
	color: #666;
}

#copy.twocolumn {
	background: url('/images/bg_copy_twocolumn.gif') #fff bottom left no-repeat;
}

#copy.withVideo {
	background: url('/images/bg_copy_withvideo.gif') #fff bottom left no-repeat;
}

#copy.withAdditionalContent {
	background: url('/images/bg_copy_gray.gif') #fff bottom left no-repeat;
}

/* CONTENT BLOCKS */


.inlineVideo {
	width: 640px;
	height: 360px;
	background: #CECECE;
	margin-bottom: 25px;
}

.content_block {

	margin-bottom: 15px;
	margin-right: 10px;
	padding: 15px 15px 20px 15px;
	width: 610px;
	background: url('/images/bg_content_block.gif') transparent top left no-repeat;
}

.content_block p {
	padding-bottom: 10px;
}

.nogradient {
	background: transparent;
}

.content_block h2 {
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.content_block .image_left {
	border: 2px solid #a51212;
	padding: 0;
	margin: 5px 20px 10px 0;
	float: left;
}

.content_block .image_right {
	border: 2px solid #a51212;
	padding: 0;
	margin: 5px 0 10px 20PX;
	float: right;
}

.articleWrapper {
	padding-bottom: 15px;
}

/* SITE SEARCH */


#site_search {
	height: 60px;
	padding-top: 20px;
	color: white;
	background: url('/images/bg_sitesearch.jpg') #606060 bottom left no-repeat;
	display: none;
}


#search_categories {
	height: 24px;
	width: 625px;
	padding-left: 200px;
}

#search_categories a {
	color: white;
	text-decoration: none;
	font-size: 14px;
	height: 24px;
	padding: 5px 8px 5px 8px;
	line-height: 18px;
}

#search_categories a.selected {
	color: #333;
	background: white;
}

#search_form {
	width: 625px;
	padding-left: 200px;
}

#sitesearch_params {
	border: 1px solid white;
	font-size: 13px;
	vertical-align: bottom;
}

#sitesearch_submit, #sitesearch_cancel {
	vertical-align: bottom;
	padding-bottom: 1px;
}


/* USER INFO - BREADCRUMB & LOGIN STATUS */

#user_info {
	background: url('/images/bg_userinfo.gif') transparent top left no-repeat;
	width: 900px;
	height: 43px;
	padding: 7px 25px 0px 25px;
	font-size: 12px;
}

#user_info.twocolumn {
	background: url('/images/bg_userinfo_twocolumn.gif') transparent top left no-repeat;
}

#user_info.onecolumn {
	background: url('/images/bg_userinfo_onecolumn.gif') transparent top left no-repeat;
}

#user_info.withVideo {
	background: url('/images/bg_userinfo_twocolumn_withvideo.gif') transparent top left no-repeat;
}


#breadcrumb {
	float: left;
	padding-top: 2px;
}

#login_status {
	float: right;
	padding-top: 2px;
}

div#username,
div#password {
	position:relative;
	float:left;
	margin-right:3px;
}

input#username-field,
input#password-field {
	width:10em;
	border: 1px solid #c0c0c0;
	padding: 1px;
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}


#login_form {
	margin-top: -2px;
}

#login_button {
	vertical-align: bottom;
	padding-top: 1px;
}

.firstItem {
	border-top: 0;
}


/* BLOG PREVIEW */

#blog_preview {
	width:	925px;
	padding: 25px 0px 40px 25px;
	overflow: auto;
	background: url('/images/bg_blogpreview.gif') transparent bottom left no-repeat;
	font-size: .75em;
	line-height: 16px;
}

#blog_preview h3 {
	font-size: 1.3em;
	font-weight: bolder;
	padding-bottom: 10px;
}

.blog_entry {
	float: left;
	width: 265px;
	padding-right: 40px;
}

.blog_entry a {
	color: #a11d21;
	text-decoration: none;
}

.blog_entry p {
	padding-top: 10px;
}

.blog_entry p.blog_date {
	font-style: italic;
	padding-top: 2px;
}


/* BAND BIO */

#band_additionalinfo {
	width:	925px;
	padding: 10px 0px 40px 25px;
	overflow: auto;
	background: url('/images/bg_bandadditionalinfo_repeat.gif') #fff top left repeat-y;
	font-size: 13px;
	color: #666;
}

#band_additionalinfo_foot {
	width: 925px;
	padding: 10px 0px 20px 25px;
	color: #666;
	background: url('/images/bg_bandadditionalinfo_foot.gif') #fff bottom left no-repeat;
}

#band_bio {
	width: 620px;
	float: left;
}

#band_info {
	width: 250px;
	float: right;
}

#band_info h1 {
	font-size: 16px;
	color: white;
}