/* CSS Structure */

body
	{
	background-color:#000;
	margin:0px;
	font-family: verdana, arial, sans-serif;
	line-height: 150%;
	font-size:0.9em;
}

img
{  border-style: none;
}

.opener {
	background-color:#000;
	width:100%;
	text-align:left;
	color:#44ff44;
	background-image:url('playtime-logo.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

.container {
	margin-top:0px;
	background-color:#ff00ff;
	}

.containcopy {
	margin:auto;
	width:800px;
	}

.containpress {
	width:180px;
	padding:10px;
	overflow:hidden;
	float:left;
	}
	
.containpress img {
	max-width:180px;
	}
	
	
a:link {text-decoration:none;}      /* unvisited link */
a:visited {text-decoration:none;}  /* visited link */
a:hover {text-decoration:none; background-color:#33ff33; color:#000;}  /* mouse over link */
a:active {text-decoration:none; background-color:#33ff33; color:#000;}  /* selected link */


/*	MENUS-------------------*/

.titlemenuholder {
    font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica;
	margin:10px 0px 30px 0px;
	color:#2af511;
	background-color:#000;
	float:left;
	width:100%;
	}
	
.menuholder {
    font-family:Trebuchet, "Trebuchet MS", Verdana, Arial, Helvetica;
	margin:0px 0px 30px 0px;
	color:#ff00ff;
	background-color:#fff;
	float:left;
	width:100%;
	min-height:20px;
	}
	
.menuholder a {
	color:#898998;
	}
	
.emailentry {
	float:left;
	padding-right:8px;
	padding-bottom:5px;
	}
	
.menuitem {
	margin-right:15px;
	}
	
.groovybutton {
	border:1px solid #898989;
	font-size:0.7em;
	color:#44ff44;
	background-color:#000;
	}
	
.opener a {
	color:#44ff44;
	text-decoration:none;
	}

/*	LAYOUT-------------------*/
	
.release-column {
	max-width:	500px;
	float:left;
	}

.twocol1-column{
	max-width:350px;
	float:left;
	}
	
.reaction-column {
	max-width:450px;
	float:left;
	}
	
.small-column {
	max-width:300px;
	float:left;
	}
	
.buylinksblock {
	padding:0px 0px 20px 0px;
	}
	
.buylinksheader {
	display:none;
	}

.item {
	margin-bottom:20px;
	width:100%;
	float:left;
	}

.buylinksbutton {
	display:inline;
	text-decoration:none;
	border:none;
	margin-right:10px;
	margin-botton:10px;
	}

.showreleases {
	width:200px;
	float:left;
	margin-bottom:15px;
	margin-top:10px;
	margin-right:24px;
	}
	
.releaseimage {
	width:180px;
	float:left;
	}

.releaseimage img {
	max-width:180px;
	}
	
.releasepadding {
	padding: 0px 5px 0px 0px;
	}
	
.releasecopy {
	width:200px;
	float:left;
	min-height:100px;
	font-size:0.8em;
	}
	

.releasetitle {
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:120%;
	font-weight:bold;
	float:left;
	width:300px;
}

.releaseartist {
	font-size:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:120%;
	font-weight:bold;
	max-width:300px;
	padding-bottom:5px;
	float:left;
}
	
.releasecatno {
	font-size:0.9em;
	float:left;
	width:300px;
	line-height:100%;
	}

.releasedate {
	font-size:0.9em;
	float:left;
	width:300px;
	line-height:110%;
	}

.releaselisten {
	font-size:0.7em;
	color: #e63624;
	font-weight:bold;
	float:left;
	margin:5px 0px 5px 0px;
	padding:0px 2px 2px 0px;
	width:300px;
		}
		
.padding {
	margin-left:20px;
	margin-top:15px;
	}
	
.h1 { 
	font-size:0.8em;
	margin-top:5px;
	}
	
.album-title {
	visibility:hidden;
	margin-bottom:-2px;
	}
		
/*	PHOTOPAGES----------------*/

.photosetting {
	background-color:#232323;
	width:230px;
	}
	
.photopadding {
	padding: 10px;
	}
	
.photospadding img {
	max-width:200px;
	max-height:200px;
	}

.reactiontext {
	line-height:150%;
	margin-left:15px;
	}
