/* CSS Document */
#discographyMain {
	position:relative;
	float:left;
	width:820px;
	padding:0px 0px;
}
#discographyMain h1 {
	float:left;
	font-weight:normal;
	font-size:16px;
	padding:0px;
	padding-bottom:2px;
}


#discography {
	position:relative;
	float:left;
	width:715px;
	padding:15px;
	margin-top:10px;
	background:#E7DCBE;
}
#discography h1 {
	float:left;
	font-weight:normal;
	font-size:14px;
	padding:0px;
	padding-bottom:2px;
}
#discography h3 {
	font-size:16px;
	width:100%;
	font-weight:bold;
}
#discography ul {
	list-style:decimal;
	padding-left:30px;
}
#discography li {
	padding:1px 0px;
	font-size:12px;
}
#albumsListRow {
	position:relative;
	float:left;
	width:100%;
	padding:10px 0px;
}
#albumsListCenter {
	position:relative;
	margin:0px auto;
	/*width:776px;*/
	width:648px;
}
#albumsListContainer {
	position:relative;
	float:left;
	width:100%;
}
.albumsListBox {
	position:relative;
	float:left;
	width:175px;
	height:175px;
	margin:20px 20px 0px 20px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_border.gif) #d7d7d7 repeat-x bottom left;
}

.albumsListShadow {
	position:absolute;
	top:-4px;
	left:-4px;
	width:183px;
	height:183px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/discography/discography_shadow.png) no-repeat top left;
}

.albumsListBoxPic {
	position:relative;
	float:left;
	top:5px;
	left:5px;
	width:165px;
	height:165px;
	padding:0px;
}
.albumsListBoxTitle {
	position:absolute;
	bottom:5px;
	left:5px;
	width:165px;
	padding:5px 0px;
	text-align:center;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_title_background.png) repeat top left;
}
.albumsListBoxTitle h2{
	text-align:center;
	font-size:12px;
	padding:5px;
	font-style:normal;
}
#albumsListHit {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(images/hit_zone.gif) repeat top left;
	cursor:pointer;
}


/** ACTUAL ALBUM INFO PAGE **/
#discLeft {
	position:relative;
	float:left;
	width:250px;
	display:inline;
}
#discLeft h1 {
	border-bottom:1px solid #999999;
	width:100%;
}

#discRight {
	position:relative;
	float:left;
	width:465px;
}
#discRight a:hover{
	font-size:12px;
}
#discRight h1 {
	border-bottom:1px solid #999999;
	width:100%;
}

#discPicture {
	position:relative;
	float:left;
	max-width:225px;
	left:10px;
	top:10px;
	border:1px solid #999999;
	
}
#discTracks {
	position:relative;
	float:left;
	margin-bottom:5px;
	width:100%;
}
#discTracks h3 {
	margin:0px;
	padding:5px 0px 0px 5px;
}
#discTracks h3 a{
	font-size:12px;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#discTracks h3 a:hover{
	color:/**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#discTracks ul{
	color:#6C5B17;
	padding:5px 5px 15px 30px;
	font-size:12px;

}
#discDescription {
	position:relative;
	float:left;
	padding-top:5px;
	margin-bottom:5px;
	width:100%;
}
#discDescription h2{
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	padding:5px 0px 5px 8px;
}
#discDescription p{
	font-size:12px;
	padding:0px 5px 15px 5px;
	line-height:16px;
}
#discDescription h3{
	font-size:12px;
	padding:0px 0px 2px 0px;
	margin:0px;
}
#discDescription h3 a {
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}
#discDescription h3 a:hover {
	color:/**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#discPlayer {
	position:relative;
	float:left;
	width:502px;
}
#discPages {
	position:relative;
	float:left;
	width:100%;
	text-align:center;
	font-size:12px;
	padding-top:15px;
	font-weight:bold;
}

#discPages a{
	font-size:12px;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}
#discPages a:hover{
	color:/**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
}
#discNextTitle {
	font-weight:normal;
}
#buyLoc {
	font-weight:normal;
	font-style:italic;
	font-size:10px;
}
#playSong {
	padding:0px 10px;
	font-weight:bold;
	
}