@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, code, em, font, 
img, strong, var, u, i, ol, ul, li, fieldset, 
form, label, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

a {
text-decoration:underline;
color: #890000;
}

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


/*MAIN STYLES*/

body {
background-color: #000000;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#FFFFFF;
text-align:justify;
}

h1 {font-size:25px;}
h2 {font-size:12px;font-weight:bold;}
h4 {font-size:21px;}
#underline {
background:url(../images/bg_underline.png) repeat-x;
height:3px;
margin-bottom:8px;
}

h6 {
font-size:15px;
}

#container {
position: relative;
background-image: url(../images/bg_container.jpg);
background-repeat: no-repeat;
background-position:top center;
margin: auto;
}

#header {
width:965px;
height:135px;
margin-left:auto;
margin-right:auto;
}
#main-container {
margin-top:-50px;
width:980px;
height:950px;
background:url(../images/bg_main-side.png) repeat-y;
margin: auto;
}
#main {
position:relative;
width: 670px;
height: 734px;
position:relative;
float:left;
}

#mainOne {
width:670px;
height:297px;
position:relative;
padding-left:9px;
}

#mainTwo {
width:670px;
height:437px;
position:relative;
}

#main2one, #main2two {

width:300px;
float:left;
}

#main2one {
margin-left:31px;
}
#main2two {
margin-left:21px;
}

#sidePanel{
position:relative;
float:left;
width:300px;

}

#sideOne, #sideTwo, #sideThree {
width:270px;
margin:8px 10px 25px 18px;
}

#sideThree img{
margin: 20px 6px 0px 0px;
}

.storeItem {
margin-bottom:5px;
height:100px;
}

.storeItem img{
width: 85px;
height: 85px;
overflow:hidden;
position:relative;
float:left;
}

.itemTexts{
text-align:left;
margin-left:15px;
width:170px;
position:relative;
float:left;
}

#bubbles-btm{
z-index:100;
	position:relative;
	background:url(../images/bg_circles_btm.png) no-repeat;
	width:1121px;
	height:110px;
	margin-top:-100px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
height:70px;
position:relative;
background:url(../images/bg_header-repeat.jpg) repeat-x;text-align:center;
}

#footer-txt {
color:#333;
padding:15px 0 0 0px;
width:900px;
margin-left:auto;
margin-right:auto;
}
#footer-txt p{
color:#CCCCCC;
font-size:10px;
margin-top:2px;
}

#fan-com img{margin:12px 12px 0 0;}
#photo-gallery img{margin:11px 11px 0 0;}
#photo-gallery li, #fan-com li{display:inline;}

#content-container-artist{margin-top:2px;width:300px;height:394px; overflow-x: none;overflow-y: auto;}
#content-artist{width:270px;height:auto;}

/* Contact info in the contact page */
#secondaryContent ul.contactInfo {list-style:none;padding:0 0 5px 0;}
#secondaryContent ul.contactInfo li {padding:6px 0 6px 28px;color:#666;}
ul.contactInfo li a {color:#666;font-weight:normal;border:none;}
ul.contactInfo li.address {background:url(../img/address.png) 0 50% no-repeat;}
ul.contactInfo li.phone {background:url(../img/phone.png) 0 50% no-repeat;}
ul.contactInfo li.email {background:url(../img/email.png) 0 50% no-repeat;}

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

form fieldset input, form fieldset textarea {background:#101010 url(../img/form-bg.png) repeat-x;border:1px solid #444;color:#666;font:1em Verdana,sans-serif;padding:3px;}
form fieldset input:focus, form fieldset textarea:focus {border:1px solid #aaa;background:#FFF8EA;}
form fieldset label {font-size:1em;padding:10px 0 3px 1px;display:block;}

form#search fieldset {margin-bottom:10px;padding:10px 0;border-bottom:1px solid #222;}
form#search fieldset input {width:190px;}
form#search fieldset input#searchSubmit {background:#FF9600;width:30px;border:none;color:#222;cursor:pointer;font-weight:bold;}
form#search fieldset input#searchSubmit:hover {color:#555;}

form#contact fieldset textarea {width:288px;overflow:auto;margin-bottom:10px;}
form#contact fieldset .radio {border:none;background:none;margin:3px 0 3px 2px;font-size:.9em;color:#666;}
form#contact fieldset button {padding:3px 7px;border:0;cursor:pointer;color:#fff;background:#333;}
form#contact fieldset button:hover {background:#222;}

.friends_icons{
padding-bottom:15px;
min-height:252px;
}

#heading_margin{
margin-left:31px;
}