/*----------------------------------------------------------------------------------------------
Black Umfolosi CSS File 2009 - go to www.alistapart.com/www.ericmeyer.com/www.maxdesign.au for xhtml/css knowledge!
----------------------------------------------------------------------------------------------*/
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.oneColFixCtrHdr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #222;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*----------------------------------------------------------------------------------------------
header / navigation
----------------------------------------------------------------------------------------------*/
.oneColFixCtrHdr #header {
	background: #000; 
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-top: 4px solid #fff;
	z-index: 10;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #navigationWrapper ul {
	margin: 4px 0 0 0;
	padding: 0.5em 0 0 0;
	text-align: right;
	height: 2em;
}

.oneColFixCtrHdr #navigationWrapper li	{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0.5em 0.03 em0.03em 0.02em;
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.04em;
	background-color: none;
}

.oneColFixCtrHdr #navigationWrapper li a	{
	margin:  0;
	background: none;
	text-decoration: none;
	color: #fff;
}

.oneColFixCtrHdr #navigationWrapper li#active	{
	padding: 1.3em 0.5em 0.1em 0.5em;
	margin: 0 0.5em 0 0.5em;
	font-weight: bold;
	font-size: 1em;
	letter-spacing: -0.05em;
	vertical-align: sub;
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

.oneColFixCtrHdr #navigationWrapper li#active a	{
	color: #424242;
}
.oneColFixCtrHdr #navigationWrapper li a:hover {
	color: #e99c31;
	background: none;
	text-decoration: overline;
}

/*li#currentPageIndicator {
	padding-top: 20px;
	background-color: #fff;
	text-transform: uppercase;
}*/

/*----------------------------------------------------------------------------------------------
mainContent
----------------------------------------------------------------------------------------------*/
.oneColFixCtrHdr #contentWrapper {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
/*	border-top: 1px solid #fff;*/
}

.oneColFixCtrHdr #imageHeader {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.oneColFixCtrHdr #mainContent {
	margin: 0;
	padding: 0 2em 2em 2em;
}

/*----------------------------------------------------------------------------------------------
CONTENT WRAPPER - so footer sits at the bottom of the page correctly
----------------------------------------------------------------------------------------------*/

.oneColFixCtrHdr #contentWrapper {
	overflow: hidden;
	width: 100%;
	background: none;
	margin-bottom: 2em;

}

/*-------------------typography-------------------------*/

#mainContent h1 {
 	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #444; 
}

#mainContent .intro {
	color: #cfcfcf;
	font-size:1.2em;
	font-weight: normal;
}

#mainContent h2 {
 	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #444; 
}

#mainContent h3 {
 	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -0.05em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #444; 
}

table {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
	}
	
table td {
	padding: 0.5em 0 1em 0;
	vertical-align: top;
	font-size: 0.8em;
	border-bottom: 1px dotted #3a3a3a;
}	

table td p {
	font-size: 0.9em;
}

td h4 {
	margin: 0 0 0.05em; 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #aaa;
	
}
table tr:hover {
	background-color: #1e1e1e;
}

#mainContent .table_latestNews_description {
	padding-left: 2em;
	margin: 0;
	
}

#newsTable .table_news_article {
	padding-left: 1em;
	padding-right: 1em;
	margin: 0;
	
}

#newsTable .table_news_image {
	width: 360px;
	padding-left: 0;
	margin: 0;
	
	
}

#newsTable .table_news_date {
	color: #e88b08;
	width: 15%;
	padding-left: 0;
	margin: 0;
	
}

#mainContent .table_reviews_title {
	width: 30%;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	color: #cfcfcf;
	
}
#mainContent .table_reviews_description {
	padding-left: 2em;
	margin: 0;
	
}

#tourDatesTable th {
	font-size: 0.8em;
	font-weight: normal;
	text-align: left;
	border-bottom: 1px solid #555;
	padding-bottom: 0.5em;
}

#tourDatesTable .table_tourDates_date {
	color: #e88b08;
	width: 15%;
	padding-left: 0;
	margin: 0;
	
}

#tourDatesTable .table_tourDates_venueDetails {
	width: 41%;
	padding-left: 0;
	margin: 0;
	
}

#tourDatesTable .table_tourDates_location {
	width: 22%;
	padding-left: 0;
	margin: 0;
	
}

#tourDatesTable .table_tourDates_boxOffice {
	width: 22%;
	padding-left: 0;
	margin: 0;
	
}

a {
	color: #D5AA00;
	text-decoration: none;
}

a:link {
	color: #D5AA00;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #D5AA00;
}

a:link img{
	border: 1px solid #D5AA00;
	background-color: transparent;
	}

a:hover img{
	text-decoration: none;
	border: 1px solid #fff;
	background-color: transparent;
	}

.noTopMargin {
	margin-top: 0;
}

/*----------------------------------------------------------------------------------------------
Artist Info
----------------------------------------------------------------------------------------------*/

.videoThumb {
	float: left;
	width: 120px;

	/*hack for ie6*/
	margin-right: 10px !important;
  	margin-right: 10px;
  	margin-right/**/:/**/5px;
}

.videoThumb p {
	margin: -2px 0 0 0;
	font-size: 0.8em;
}



.tubevideoThumb {
	float: left;
	width: 120px;

	/*hack for ie6*/
	margin-right: 10px !important;
  	margin-right: 10px;
  	margin-right/**/:/**/5px;
}

.tubevideoThumb p {
	margin: -2px 0 0 0;
	font-size: 0.8em;
}

/*----------------------------------------------------------------------------------------------
header / navigation
----------------------------------------------------------------------------------------------*/
.oneColFixCtrHdr #footer {
	padding: 20px 10px 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
}

/*----------------------------------------------------------------------------------------------
housekeeping and stuff
----------------------------------------------------------------------------------------------*/
.off_left {
	position: absolute;
	left: -2000px;
	width: 300px;
}

img {
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}

.hide 
{
 display: none;
}
.show 
{
 display: block;
}


