/* standard elements */

* {

	margin: 0;

	padding: 0;

}

a {

	color: #99CC66;

	text-decoration: none;
	
	font: normal 12px "Trebuchet MS";
	
	text-align: left;

}

a:hover {

	text-decoration: underline;

}

body {
	
	background: #262626 url(images/background.png) repeat-x top center;

	color: #99CC66;

	font: normal 12px "Trebuchet MS";

	margin: 0 0;

	text-align: left;

}


/* misc */



.clearer,.footer {

	clear: both;

}

.content,.footer {

	padding: 0 5px;

}



/* structure */

.container {

	margin: 0 auto;
	
	display: block;
	
	float: none;

	text-align: left;

	width: 500px;

}



/* header */

.top {

	height: 200px;

}

.header {

	height: 300px;

}

.header h1 {

	line-height: 2.4em;
	
	padding-left: 14px;
		
	padding-top: 40px;
		
	padding-bottom: 0px;

	color: #99CC66;
	
	text-transform: lowercase;

	font-size: 2.4em;
	
}

.header h2 {
	
	padding-left: 14px;
		
	padding-top: 5px;

	color: #444;
	
	text-transform: uppercase;

	font-size: 60px;


}



/* footer */

.footer {

	color: #555;

	margin: 5px;

	padding: 2px 5px;

}



/* content */

.item {

	padding: 10px;

	text-align: left;
	
	border-bottom: 1px dashed #555;

}

.item h1 {

	font: normal 1.6em "Trebuchet MS";
	
	padding: 0px 0px 20px 0px;

	letter-spacing: 1px;

	color: #99CC66;
}

.item p {

	font: normal 12px "Trebuchet MS";
	
	padding: 0px 0px 20px 0px;

	color: #888;
}

.item a {

	font: normal 12px "Trebuchet MS";
	
	padding: 0px 0px 10px 0px;

	color: #99CC66;
	
}

.item a:hover{

	color: #55802B;
	
	text-decoration: underline;
}

.item img {

	float: left;

	border: 1px solid #444;

	padding: 5px;

	margin: 0 15px 0 0;	
}

.titleandgenreWrapper { 

	display:block; 

	clear:both; 
} 

.title { 
	
	padding: 10px;
}

.title h1 {

	font: normal 1.6em "Trebuchet MS";
	
	padding: 0px 0px 0px 0px;

	letter-spacing: 1px;

	color: #99CC66;
} 

.genre { 

	float: right; 

	padding-right: 20px;

	color:#555; 
}

.genre h1 {

	font: normal 1.2em "Trebuchet MS";
	
	padding: 17px 0px 0px 0px;

	letter-spacing: 1px;

	color: #555;
}

.centercontainer {

	margin: 0 auto;
	
	display: block;
	
	float: none;

	width: 490px;

	background: #262626;


}

.centercontainer object {

	margin: 0 0 10px 0;


}
