@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #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: #000000;
}

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

a:hover{
text-decoration: underline;}


.thrColFixHdr #container { 
	width: 962px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	padding: 0 10px 0 20px;  /* 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. */
	height:206px;
	background-image:url(images/header.jpg);
} 
.thrColFixHdr #header #headerContent{
text-align: justify;
display: block;
width:600px;
height:100px;
padding-left:275px;
padding-top: 25px;
} 


.thrColFixHdr #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 */
	display:none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 186px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 3px 10px 15px 15px; /* padding keeps the content of the div away from the edges */
}


.thrColFixHdr #sidebar1 #artists{
width: 186px;
margin-left:0px;
background-image: url(images/sidebarleft/artists-background.jpg);
margin-bottom: 5px;
color:#fff;
}

.thrColFixHdr #sidebar1 #artists #artistsTop{
background-image: url(images/sidebarleft/artists-top.jpg);
height:33px;
}

.thrColFixHdr #sidebar1 #artists #artistsBottom{
background-image: url(images/sidebarleft/artists-bottom.jpg);
height: 11px;
}

.thrColFixHdr #sidebar1 #artists #artistsInner{
padding: 7px;
color: #fff;
}
.thrColFixHdr #sidebar1 #artists #artistsInner ul{
list-style: none;
margin: 0;
padding:0;
}
.thrColFixHdr #sidebar1 #artists #artistsInner ul li{
list-style: none;
padding-bottom:7px;
display: block;
width:170px;
border-bottom: 1px dashed #fff;
margin-bottom: 7px;
}
.thrColFixHdr #sidebar1 #artists #artistsInner ul li a{
color:#fff;
text-decoration: none;
}


.thrColFixHdr #sidebar1 #latestMedia {
background-color: #252525;
color: #fff;
padding: 3px;
margin-bottom: 5px;}

.thrColFixHdr #sidebar1 #socialBookmarks{
} 




/* Sidebar 2 */

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	background-image:url(images/rightSide.jpg);
	background-repeat:no-repeat;
	background-color: #670106;
	margin-right:15px;
	color:#fff;
	width: 267px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 h3{
color:#fff;
text-transform: uppercase;
font-size: 16px;
}



.thrColFixHdr h4{
color:#fff;
font-size: 12px;
}

.thrColFixHdr h4 a{
color:#d0cbb7;}

.thrColFixHdr .listy{
color:#d0cbb7;}

.thrColFixHdr .listy a{
font-weight: bold;
color:#d0cbb7;}


/* End Sidebar 2 */






.thrColFixHdr #mainContent {
	margin-top:0;
	margin-bottom:0;
	margin-left:200px;
	margin-right:310px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#textHolder{
background-color: #000;
color:#fff;
padding:10px;
margin-left:1px;
margin-right:1px;}

.thrColFixHdr #mainContentWIDE {
	margin-top:0;
	margin-bottom:0;
	margin-left:200px;
	margin-right:0px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContentWIDE #Downloads{
width:737px;
margin-left:1px;
	background-color: #111111;
	padding-left: 2px;
	color:#fff;
}

.thrColFixHdr #mainContent #Downloads a{
color:#cec9b5;
text-decoration: none;
}

.thrColFixHdr #mainContentWIDE #Downloads a{
color:#cec9b5;
text-decoration: none;
}

.thrColFixHdr #mainContent #mInner{
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom:10px;
}

.thrColFixHdr #mainContent #topVid{
text-align: center;
}
.thrColFixHdr #mainContent #Downloads{
width:430px;
margin-left:1px;
	background-color: #111111;
	color:#fff;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 143px;
	background-image:url(images/footer.jpg);
} 

.thrColFixHdr #footer #footerInner{
padding-top:10px;
}

.thrColFixHdr #footer a{
color:#d0cbb7;
}


.thrColFixHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.row {
background-image:url(images/store/rwback.jpg);
background-repeat: repeat-x;
float:left;
padding:4px;
width:405px;
height:60px;


}
.row h4{
line-height: 1px;
margin-top:18px;
}

.row p{
line-height: 1px;
margin-top:14px;
}

.rowSm {
background-image:url(images/store/rwback.jpg);
background-repeat: repeat-x;
float:left;
padding:4px;
width:173px;
height:60px;


}

.rowSm a{
color:#fff;
font-weight:bold;
}

/* Top MEnu Bar */

#topMenu {
width: 680px;
text-align: center;
font-family: courier, times;
font-weight: bold;
text-transform:uppercase;
font-size: 16px;
padding-top:44px;
margin-left: 250px;}

#topMenu ul{
list-style: none;
margin-left: -40px;
display:inline;
}
#topMenu ul li{
list-style: none;
padding-right: 25px;
display:inline;
}

#topMenu ul li a{
color:#474646;
text-decoration: none;
}

#topMenu ul li a:hover{
color:#670106;
}

/* End Top MEnu Bar */




/* BLOG STYLING */

.blogHolder {
margin-bottom: 10px;

}

.blogHolder .blogTop{

}

.blogHolder .blogBottom{
height:11px;
border-bottom:1px dashed #cec9b5;
}

.blogHolder .blogInner{
padding-left:6px;
padding-right:6px;
}

.blogHolder h3 a{
text-decoration: none;
color:#323232;
}

/* END BLOG STYLING */





/* LATEST NEWS RIGHT SIDEBAR */

.latestNewsHolder {
color:#f2f2f2;
width:257px;
margin-bottom: 10px;
background-image: url(images/latestnews/LNBack.png);
}

.latestNewsHolder .LNTop{
background-image: url(images/latestnews/LNTop.png);
height: 13px;
}

.latestNewsHolder .LNBottom{
background-image: url(images/latestnews/LNBottom.png);
height: 13px;
}

.latestNewsHolder .LNInner{
text-align: justify;
padding-left:6px;
padding-right:6px;
}

.latestNewsHolder h3 a{
color:#fff;
text-decoration: none;
}

.latestNewsHolder a{
color:#fff;
text-decoration: none;
}

.latestNewsHolder a:hover{
color:#fff;
text-decoration: underline;
}

/* END LATEST NEWS RIGHT SIDEBAR */

.sample {
text-align: left;
text-transform: uppercase;
padding-bottom: 5px;
padding-left: 4px;

}
.sample a{
text-decoration: none;
color:#fff;
border: 1px solid #ccc;
background-color: #323232;
padding: 2px;
}

.sample a:hover{
text-decoration: underline;
color:#fff;
border: 1px solid #ccc;
background-color: #52000a;
padding: 2px;
}

.GallList ul{
list-style: none;
margin-left: -30px;
}

.GallList li{
list-style: none;
display:block;
margin-bottom:3px;
}

.GallList li a{
color:#cec9b5;
width:370px;
display:block;
font-weight: bold;
font-size: 14px;
padding: 10px;
border:1px dashed #343434;
}

.GallList li a:hover{
color:#cec9b5;
font-weight: bold;
font-size: 14px;
text-decoration: none;
padding: 10px;
border:1px dashed #cec9b5;
}

.strong{
font-weight: bold;}

/*--------------------------------------------------*/


/* Comments Section */

#mainCommentHolder{
border-top: 1px dashed #ccc;}

.commentHolder{
border-bottom:1px dashed #ccc;
font-size: 12px;
}

.commentText{
padding-top:20px;
padding-left: 30px;
width:520px;
}

.commentAuthor{
padding-top:20px;
float:right;
width:150px;
}



