/* SLIPKNOT */
/* Skin Stylesheet: Public
----------------------------------------------------------------------------- */


	@import url("actions.css");
	@import url("tabs.css");
	@import url("tags.css");
	@import url("section-home.css");
	@import url("section-members.css");
	@import url("section-store.css");
	@import url("ie6.css");


/* STRUCTURAL CONTAINERS
----------------------------------------------------------------------------- */


	body {
	
		background: #000000 url(../../images/skin-public/layout/bg-body.jpg) center 0 repeat-y;
	
		}

	#footer {
	
		padding: 0 26px;
	
		}
		

/* HEADINGS
----------------------------------------------------------------------------- */


	h3 {
	
		height: 50px;
		line-height: 50px;
		color: #917c66;
		background: url(../../images/skin-public/headings/h3.png);
	
		}


/* LINKS
----------------------------------------------------------------------------- */


	a {
	
		color: #ae0000;
	
		}
		
	a:hover {
	
		color: #dd0000;
	
		}
		
	h3 a,
	h4 a {
	
		color: #c6bb8d;
		
		}
		
	h3 a:hover,
	h4 a:hover {
	
		color: #a79c70;

		}
		
	a.giftcertificate {

		color: #fff;
		background: #AE0000;

		}

	a.giftcertificate:hover {

		color: #fff;
		background: #dd0000;

		}

		
/* FOOTER
----------------------------------------------------------------------------- */

		
	#footer a.sparkart {
		
		background: url(../../images/skin-public/layout/sparkart.gif);

		}
		
		
/* FORMS
----------------------------------------------------------------------------- */


	label input,
	select,
	textarea {
	
		color: #efefef;
		background: #0e0d0a;
		border: solid 1px #3a372b;
	
		}
		
	fieldset {
	
		border: solid 1px #3a372b;
	
		}
		
	input[type=file] {
	
		color: #000;
	
		}
		
		
/* CONTENT
----------------------------------------------------------------------------- */


	dt, dd {
	
		border-color: #222;
	
		}
		
	#addresses ul.addresses li {
		
		background: none;
		
		}
		
	#addresses ul.addresses h4 {
		
		font-family: Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		white-space: normal;
		
		}
		
	#addresses ul.addresses li dl {
		
		text-transform: none;
		
		}
		
	#merch h3 {

		height: auto;
		margin: 0 0 10px 0;
		padding: 10px;
		white-space: normal;
		text-transform: uppercase;
		color: #8d765e;
		font: bold 14px/18px Helvetica, Arial, sans-serif;
		background: url(../../images/skin-public/layout/bg-prompt.jpg);
		text-align: center;

		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;

		}

	#merch ul.items li {

		border-bottom: 1px solid #222;

		}

	#merch.exclusive ul.items li {

		border-bottom: 1px solid #8a0000;

		}


