/* CSS Document for Frantik2k3's Metallica Trading Website */
/* Created by Justin Herrin */
/* Last Updated: 28 December 2009 */


body {
	background-color: #101010;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}



/** Global Content Styles **/

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 15px;
}

a:link, a:visited {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

.clr {
	clear: both;
}

.alert {
	color: #FF0000;
	font-weight: bold;
}

img.picborder {
	border: 1px solid #FF9900;
}


/** Layout Elements **/

#wrapper {
	margin: 0px auto 25px auto;
	width: 850px;
}

#header-shell {
	margin: 0px;
	padding: 0px;
	width: 850px;
	height: 180px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background: url(../images/header.jpg) top left no-repeat;
}

#content-shell {
	margin: 0px;
	padding: 10px 25px 15px 25px;
	width: 800px;
	background-color: #000000;
	border-top: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	-moz-border-radius: 0px 0px 5px 5px; /* topleft topright bottomright bottomleft */
	-webkit-border-radius: 0px 0px 5px 5px;	
}


/** Content Box Styles **/

#touring-shell {
	width: 800px;
	margin: 0px 0px 35px 0px;
	padding: 0px;
}

.box-touring-title {
	background: url(../images/box-title-bg.jpg) left no-repeat;
	border: 1px solid #666666;
	width: 785px;
	height: 26px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	color: #FFCC00;
	font-weight: normal;
}

.box-touring-content {
	background: #151515 url(../images/box-content-touring-bg.png) top right repeat-y;
	width: 770px;
	padding: 15px;
	border: 1px solid #666666;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	text-align: left;
}



#boxes-shell {
	width: 800px;
	margin: 0px 0px 35px 0px;
	padding: 0px;
}

#bootlegs-box {
	width: 198px;
	margin: 0px 25px 0px 0px;
	float: left;
}

#contact-box {
	width: 248px;
	margin: 0px 25px 0px 0px;
	float: left;
}

#affiliates-box {
	width: 298px;
	margin: 0px;
	float: left;
}


.box-title {
	background: url(../images/box-title-bg.jpg) left no-repeat;
	border: 1px solid #666666;
	width: inherit;
	height: 26px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	font-size: 18px;
	color: #FFCC00;
	font-weight: normal;
	text-align: center;
}

.box-content {
	background: #151515 url(../images/box-content-bg.png) top right no-repeat;
	width: inherit;
	padding: 15px 0px 10px 0px;
	border: 1px solid #666666;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	text-align: center;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	margin: 0px 0px 10px 0px;
}

.textareabox {
	border: 1px solid #666666;
	background-color: #333333;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px;
	color: #CCCCCC;
	width: 180px;
	height: 130px;
}

.inputbox {
	border: 1px solid #666666;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding: 2px;
	width: 180px;
}

.submitbutton {
	border: 1px solid #666666;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	padding: 4px 10px 4px 10px;	
}



/** Footer Styles **/

#footer-shell {
	margin: 75px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#footer-shell p {
	color: #CCCCCC;
}

#footer-shell p.disclaimer {
	color: #757575;
	padding: 5px 0px 5px 0px;
}

#footer-shell p.badges {
	padding: 0px 0px 5px 0px;
}






/** Tour Shows Slider Styles **/

#shows h3 {
	cursor: pointer;
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
	background: url(../images/arrow-down.gif) left center no-repeat;
}

#shows h3.active {
	color: #FFCC00;
	padding-left: 18px;
	background: url(../images/arrow-up.gif) left center no-repeat;
}

#shows div {
	height: 0; 
	overflow: hidden;
}

#shows .leftcolumn {
	width: 40%;
	padding: 0px 0px 0px 18px;
	margin: 0px;
	float: left;
	text-align: left;
}

#shows .rightcolumn {
	width: 56%;
	padding: 0px;
	margin: 0px;
	float: right;
	text-align: left;
}


#shows .showinfo {
}

#shows .otherbands {
}

#shows .setlist {
}

#shows .setlist .missing {
	color: #FF0000;
}

#shows .setlist .cut {
	color: #FFFF00;
}

#shows .souvenirs {
}

