/* CSS file */
/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
}

body {
	font:75%/180% Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font:80%/150% arial, helvetica, sans-serif; */
	/* font:75%/180% Verdana, Geneva, Arial, Helvetica, sans-serif; */
	color: #000000;
	background-color: #FFFFFF;
}

/***** Common Formatting *****/

img, div { behavior: url(/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}
/*
p, ul, ol {
margin:0;
padding:0;
}
*/

p {
margin-bottom: 11px;
}

ul, ol {
padding:0;
}

blockquote {
background-image: url(./themes/newconcept/newconcept_blockquote.png);
margin:0 0 13px 0;
padding:13px;
font-style: italic;
}

blockquote p {
margin:0;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

A:link {
	color : #FF3300;
	background-color : transparent;
	text-decoration : none;
}

A:visited {
	color: #FF3300;
	background-color : transparent;
	text-decoration : none;
}

A:hover {
	color: #FF3300;
	background-color: transparent;
	text-decoration : underline;
}

/***** Forms *****/

form {
	margin:0;
	padding:0;
}

input, select, textarea {
	font:100% Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px;
	border: 1px solid #D1D1D1;
	color: #555555;
	background-color: #F1F1F1;
}

input:hover {
border: 1px solid #ee9505;
}


textarea {
width:432px;
line-height: 180%;
color: #bbc397 !important;
}

label {
cursor:pointer;
}

.checkbox {
padding: 0;
margin:0;
border:0 !important;
background-color: transparent;
}

/***** Tables *****/

table {
border:0;
margin:0;
padding:0;
width: 100%;
}

table td  {
border-bottom: 1px dotted #413524;
padding: 7px 0 7px 0;
vertical-align: top;
}

table th  {
border-bottom: 1px dotted #413524;
padding: 7px 0 7px 0;
vertical-align: top;
text-align:left;
}


/***** Global Classes *****/

.clear 			{ clear:both; display:block; line-height:0px; height:0px; font-size:0px; }

.hide 			{ display: none; }

.float-left 	{ float:left; }
.float-left-img 	{ float:left; margin: 6px 13px 2px 0;}
.float-right 	{ float:right; }
.float-right-img 	{ float:left; margin: 6px 0 2px 13px;}

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:red; }

.img-left 		{ float:left;margin:0; }
.img-right 		{ float:right;margin:0; }

.nomargin {	margin:0;}
.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }

/***** Layout Classes *****/

#container {
	width: 1100px;
	margin: 0 auto;
}

#navigation {
	float: left;
	width: 580px;
	height: 30px;
	margin: 6px 0;
}

#navigation ul {
	width: 560px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 2px 10px;
}

#navigation li {
	display:block;
	float:left;
	height:20px;
	margin:0;
	padding: 2px 10px 4px 10px;
}

#navigation li:hover {
	background:transparent url(../images/article_bg.png) repeat scroll 0 0;
}

#navigation li a {
	display:block;
	height:20px;
	text-indent:0;
	font-size: 14px;
	font-weight: bold;
}

#navigation li a:hover {
	text-decoration:none;
	color: #000000;
}

#btnBand { width: 70px; text-align:center;}
#btnShows { width: 70px; text-align:center;}
#btnMedia { width: 70px; text-align:center;}
#btnDownloads { width: 90px; text-align:center;}
#btnContact { width: 70px; text-align:center;}

#email_signup {
	width: 488px;
	height: 30px;
	float: right;
	text-align: right;
	padding: 8px 20px 4px 10px;
	border-left: 0px solid #D1D1D1
}

#content {
	float: left;
	width: 1100px;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
}

#leftCol {
	width: 560px;
	float: left;
	padding: 20px 10px;
	border-right: 1px solid #D1D1D1;
}

#leftWideCol {
	width: 785px;
	float: left;
	padding: 20px 10px;
	border-right: 1px solid #D1D1D1;
}

#rightCol {
	width: 210px;
	float: left;
	padding: 20px 10px;
	border-right: 1px solid #D1D1D1;
}

#farRightCol {
	width: 268px;
	float: left;
	padding: 20px 10px;
}

.column_title {
	border:1px solid #000000;
	height:40px;
	line-height:40px;
	margin:0 10px 10px;
	padding:0 10px 0 39px;
	font-weight: bold;
	background: transparent url(../images/entry_title_bg.png) repeat-x;
}

.blog_entry {
	border:1px solid #D1D1D1;
	margin:10px;
	padding:10px;
}

.generic_content_block {
	border:1px solid #D1D1D1;
	margin:10px;
	padding:10px;
}

#footer {
	float: left;
	width: 1060px;
	padding: 20px;
}

.tweet {
	margin-bottom: 10px;
	font-weight: normal;
}

.bookmarks {
	position: inline;
	list-style: none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin: 4px 0;
	
}

.bookmarks li {
	display:block;
	float:left;
	padding: 0 4px;
	margin: 0;
}

.posted {
}

.band_profile {
	padding: 6px;
}