/*  CSS by Kelley Lima - kelleylima.com  
	© 2009 World Superpower

*/


/*   ::::::   UNIVERSAL   ::::::  */


body {
	background-color: #212121;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center top;
	background-repeat: repeat;
	background-image: url(../_images/bgnd_body.jpg);
}
a {
	color: #7d0707;
	text-decoration: none;
	border: none;
	outline: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
p, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h2, h3 {
	margin-bottom: 8px;
}
hr {
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #777777;
}
#wrapper {
	height: 450px;
	width: 100%;
	position: absolute;
	top: 4%;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 12px;
}
#top, #content {
	width: 1001px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 50px;
}
#content_wrapper {
	height: 400px;
	width: 100%;
	background-color: #000000;
}
#content {
	height: 400px;
}
#left {
	height: 400px;
	width: 360px;
	float: left;
	background-color: #7d0707;
}







/*   ::::::   DIV SIZE, PLACEMENT   ::::::  */




#rightFull, #rightFullBK {
	height: 400px;
	width: 640px;
	float: left;
}
#rightFullPad, #rightFullPadScroll, #rightFullPadBK, #rightFullPadScrollBK {
	padding: 20px;
	height: 360px;
	width: 600px;
	float: left;
}
#mid, #midBK {
	width: 440px;
	height: 400px;
	float: left;
}
#midPad, #midPadScroll, #midPadBK, #midPadScrollBK {
	width: 400px;
	height: 360px;
	padding: 20px;
	float: left;
}
#rightSmall, #rightSmallBK {
	padding: 20px;
	height: 360px;
	width: 160px;
	float: left;
	background-image: url(../_images/shadow_edge200.png);
	background-repeat: repeat-y;
	background-position: left top;
}
.linkcolumn {
	width: 123px;
	margin-right: 5px;
	float: left;
	height: auto;
	margin-left: 5px;
}
.contactcolumn {
	width: 190px;
	margin-right: 5px;
	float: left;
	height: auto;
	margin-left: 5px;
}
#gallery {
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #757575;
}
.contactsection {
	height: 20px;
	width: 100%;
}
.item {
	height: 80px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #757575;
	padding-top: 10px;
	padding-bottom: 10px;
}
.item a {
	height: 80px;
	width: 100%;
	display: block;
}
#videotitle {
	height: 40px;
	width: 440px;
}
.album {
	width: 400px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #777;
	height: auto;
	float: left;
}
.albuminfo {
	float: left;
	width: 190px;
	height: 190px;
	margin-left: 20px;
}
.albumdownloads {
	float: left;
	width: 280px;
	height: 190px;
	margin-left: 20px;
}
.albumlinks {
	height: 40px;
	width: 400px;
	float: left;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #777;
}
#play {
	background-image: url(../_images/legs_play.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 400px;
	width: 640px;
}
#play:hover {
	background-position: 0px -400px;
}





/*   ::::::   OVERFLOW   ::::::  */




#rightFullPadScroll, #rightFullPadScrollBK, #midPadScroll, #midPadScrollBK, #rightSmall, #rightSmallBK {
	overflow: auto;
}
#rightFull, #rightFullBK, #midPad, #midPadBK {
	overflow: hidden;
}









/*   ::::::   COLORS - DIV SPECIFIC    ::::::  */




#rightFullPad, #rightFullPadScroll, #mid, #midPad, #midPadScroll {
	background-color: #f9f6f3;
	color: #757575;
}
#rightFullPad h2, #rightFullPadScroll h2, #mid h2, #midPad h2, #midPadScroll h2, #rightFullPad h3, #rightFullPadScroll h3, #mid h3, #midPad h3, #midPadScroll h3, #rightFullPad h4, #rightFullPadScroll h4, #mid h4, #midPad h4, #midPadScroll h4 {
	color:#7d0707;
}
#rightFullBK, #rightFullPadBK, #rightFullPadScrollBK, #midBK, #midPadBK, #midPadScrollBK, #rightSmallBK {
	color: #c9c6c3;
}
#rightFullPadBK h2, #rightFullPadScrollBK h2, #midBK h2, #midPadBK h2, #midPadScrollBK h2, #rightSmallBK h2 {
	color: #ffffff;
}
#rightFullBK, #rightFullPadBK, #rightFullPadScrollBK, #midBK, #midPadBK, #midPadScrollBK {
	background-color: #101010;
}
#rightSmall {
	background-color: #d9d6d3;
}
#rightSmallBK {
	background-color: #171717;
}
#midBK a, #midPadBK a, #midPadScrollBK a, #rightFullBK a, #rightFullPadBK a, #rightFullPadScrollBK a, #rightSmallBK a {
	color:#dd0d0d;
}
#midBK a:hover, #midPadBK a:hover, #midPadScrollBK a:hover, #rightFullBK a:hover, #rightFullPadBK a:hover, #rightFullPadScrollBK a:hover, #rightSmallBK a:hover {
	color:#ffffff;
}
#rightSmallBK h3 {
	color:#FFFFFF;
}





/*   ::::::   LISTS   ::::::  */





#rightSmall ul, #rightSmallBK ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #757575;
}
#rightSmall ul li, #rightSmallBK ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #757575;
}
#rightSmall ul li a, #rightSmall ul li#current, #rightSmallBK ul li a, #rightSmallBK ul li#current {
	display: block;
	width: 100%;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
}
#rightSmall ul li a {
	color: #7d0707;
}

#rightSmall ul li a:hover, #rightSmall ul li#current {
	color: #000000;
	text-decoration: none;
}
#rightSmallBK ul li a:hover, #rightSmallBK ul li#current {
	color: #ffffff;
	text-decoration: none;
}
#photoalbum {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#photoalbum li a {
	width: 78px;
	float: left;
	height: 78px;
	margin: 1px;
}
#photoalbum li a:hover {
	margin: 0px;
	border: 1px solid #ffffff;
}
.linkcolumn ul, .contactcolumn ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
.linkcolumn li, .contactcolumn li {
	margin-bottom: 4px;
}

#medialist {
	/* see "#MEDIALIST" below */
}
#rightSmallBK ul#halfwide li, #rightSmall ul#halfwide li {
	width: 50%;
	float: left;
}
.choices {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	height: 50px;
	width: 276px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}
.choices li {
	list-style-type: none;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	text-align: center;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
}
.choices li a {
	display: block;
	width: 91px;
	line-height: 24px;
	height: 24px;
}
.choices li a:hover {
	color: #7D0707;
	text-decoration: none;
	background-color: #EEE;
}



/*   ::::::   TEXT STYLES   ::::::  */



.centertxt {
	text-align: center;
}
.disclaimer {
	font-size: 10px;
	font-style: italic;
	color: #999999;
	text-align: center;
}
.photocredit {
	color: #dd0d0d;
	font-style: italic;
	font-size: 10px;
}
.textcloud {
	text-align: center;
}
.readmore {
	font-size: 10px;
	float: right;
}
#twitter-link {
	font-size: 10px;
}
.itemtitle {
	font-weight: bold;
}
.redtxt {
	color:#7D0707;
}
.vidgallink {
	float:right;
	margin-top:7px;
	margin-right:7px;
}
.albumlinks {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}




/*   ::::::   #MEDIALIST   ::::::  */




#medialist ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#medialist ul li {
	float: left;
	height: 100px;
	width: 100px;
}
#medialist ul li a {
	background-repeat: no-repeat;
	background-position: center 0px;
	display: block;
	height: 100px;
	width: 100px;
}
#medialist ul li a:hover {
	background-position: center -100px;
	width: 100px;
	height: 100px;
}
#medialist ul li#mediaMusic a {
	background-image: url(../_images/mediaicons/music.png);
}
#medialist ul li#mediaPictures a {
	background-image: url(../_images/mediaicons/pictures.png);
}
#medialist ul li#mediaVideo a {
	background-image: url(../_images/mediaicons/video.png);
}
#medialist ul li#mediaPress a {
	background-image: url(../_images/mediaicons/press.png);
}
#medialist ul li#mediaNews a {
	background-image: url(../_images/mediaicons/news.png);
}
#medialist ul li#mediaDownloads a {
	background-image: url(../_images/mediaicons/downloads.png);
}
#medialist ul li#mediaLinks a {
	background-image: url(../_images/mediaicons/links.png);
}






/*    ::::::    TABLES    ::::::    */




#tourdates {
	width: 600px;
}
#tourdates td {
	padding: 8px;
}






/*    ::::::    IMAGE STYLES    ::::::    */


.biopic {
	border: 1px solid #333333;
	float: left;
	margin-right: 15px;
}
.item img {
	margin-right: 20px;
	float: left;
	border: 1px solid #000000;
}
.item a:hover img {
	border: 1px solid #FFFFFF
}
#photoalbum img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.albumcover {
	float: left;
}
.albumcover a:hover {
	border: solid 1px #FFFFFF;
}
