/* MusicStore style.css
	 ================ 
 */


/* ================================================================================ TAGS */
body  {
	background: #000000;
	margin: 1px 0px 0px 0px;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em; 
	color: #EEEEEE;		
	text-align: justify;
	line-height: 1.5em;
}

b {
	color: #FFFFFF;
	font-stretch: expanded;
}
p {
	margin: 0.7em 0;
}
img  {
	border: none;
}

a {
	text-decoration: none;
	border: none;
	outline: none; /* ie-moz dotted link */
}
em {
	font-size: 85%;
	color: #C09040;
}	

a:hover {
		background-color: transparent; /* ie6 hack */
	}
a:link img,
a:visited img {
	border: 5px solid #000000;
	margin: 5px;
	}
a:focus img,
a:hover img,
a:active img {
	border: 5px solid #C09040;
	margin: 5px;
	}
a:link, a:visited {
	color: #C49400;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

/* ================================================================================ GENERIC */
.clearimg {
	border: none;
	padding: 0px;
	margin: 0px;
}
.thebox {
	border: 1px solid lima;
	padding: 10px 5px 10px 5px;
	margin: 0 auto;
	height: auto;
}
.backtohome {
	position: absolute;
	top: 18px;
	right: 10px;
}
.ta_left {
	text-align: left;
	}
.ta_right {
	text-align: right;
	}
.ta_center {
	text-align: center;
	}


/* ================================================================================ CONTENT PAGE */
#contentPage {
	width: 720px;
	margin: 0px 0px 0px 5px;
	position:relative;
	padding: 0px 5px 5px 5px;
	height: auto;
	overflow: auto;	
}
#contentPage h1, h2, h3, h4  
{
	font-family: Georgia, Verdana, Arial, Serif;
	font-weight: normal;
	letter-spacing: 0px;
}
#contentPage h1 {
	font-size: 28px; 
	margin: 0px 0 16px 0;
	height: 36px;
	padding: 15px 0px 5px 10px;
	background-color: #171717;
	color: #D50101;
}
#contentPage h2 {
	height: 28px;
	font-size: 20px; 
	margin: 70px 0 10px 0;
	background-color: #171717;
	padding: 10px 0px 5px 10px;
	color: #FFCC66;
}
#contentPage h3 {
	font-size: 16px; 
	margin: 18px 0 10px 0;
	border-bottom: 1px solid #333333;
	color: #FFCC66;
}
#contentPage .spacer {
	margin: 18px 0 16px 0;
}
#contentPage .contentEntry {
	text-align: center;
}
#contentPage .LinkImgRight {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#contentPage .LinkImgLeft {
	float: left;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#contentPage img {
	margin: 5px;
}

/* ================================================================================ LEFT MENU */
#leftMenu {
	color: #CCCCCC;
	display: block; 
	font-variant: small-caps;
	font-size: 95%;
}
#leftMenu a, a:active {
	padding-left: 5px;
	display: block; 
	color: #EEEEEE;		
	border: none;
}
#leftMenu a:hover {
	background-color: #171717;
	color: #D50101;	
	border: none;
}

/* ================================================================================ POST */
#post {
	color: #CCCCCC;
}
#post .title {
	color: #BCBCBC;
}
#post .entry {
	margin: 1em 0 1em 0;
	color: #999999;
}
#post em {
	color: #849CCE;
}

/* ================================================================================ PICKUPS */
.pickups {
	color: EEEEEE;
}	

