/*
Theme Name: Joseph S. DeBeasi
Theme URI: http://wordpress.org/
Description: Wordpress Theme for Joseph DeBeasi's site
Author: Liam DeBeasi
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

audio {
	width: 250px;
	position: fixed;
}

.filmscores {
	width: 671px;
	height: 27px;
	background-image: url(images/filmscores.png);
	background-repeat: no-repeat;
	margin: auto;
}

.genres {
	width: 671px;
	height: 29px;
	background-image: url(images/genres.png);
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
}

.divider_line {
	width: 671px;
	height: 2px;
	background-image: url(images/divider_line.png);
	background-repeat: no-repeat;
	margin: auto;
	clear: both;
}

#content {
	width: 900px;
	font-size: 13px;
	margin-left: -6.5em;
}


.group {
	float: left;
	min-width: 150px;
	max-width: 500px;
	max-height: 1500px;
	min-height: 300px;
	margin-bottom: 3em;
	margin-left: 8em;
}

.scores {
	width: 900px;
	margin: auto;
	float: left;
}


.movieposter {
	float: left;
	width: 60px;
	height: 85px;
	background-color: white;
	margin-right: 0.5em;
}

li {
	font-family: Tahoma;
	font-size: 11.3px;
	color: #999999;
	cursor: pointer;
}

li:hover {
	color: #fff;
}

li:active {
	font-size: 11px;
}

.songlist {
	text-indent: 40px;
}

h1 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: normal;
	color: #848484;
}


img {
	float: left;
}