/*
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
-------------------------------------------------------------- */

body {
	font-family: Verdana;
}
.clear {
	clear: both;
}

.left {
	float: left;
	width: 200px;
	margin-top: 5em;
	display: inline-block;
}

.right {
	width: 1000px;
	float: right;
	display: inline-block;
}

#content {
	font-size: 13px;
}

.contactbiography {
	width: 169px;
	height: 26px;
	background-image: url(images/contactbiography.png);
	background-repeat: no-repeat;
	margin: auto;
}

.linksheader {
	width: 127px;
	height: 28px;
	background-image: url(images/uploadheader.png);
	background-repeat: no-repeat;
	margin: auto;
}

.filmographyheader {
	width: 225px;
	height: 27px;
	background-image: url(images/filmographyheader.png);
	background-repeat: no-repeat;
	margin: auto;
}

.galleryheader {
	width: 151px;
	height: 27px;
	background-image: url(images/gallerylogo.png);
	background-repeat: no-repeat;
	margin: auto;
}

.audioroomheader {
	width: 185px;
	height: 27px;
	background-image: url(images/audioroomheader.png);
	background-repeat: no-repeat;
	margin: auto;
}

.videosheader {
	width: 185px;
	height: 27px;
	background-image: url(images/videosheader.png);
	background-repeat: no-repeat;
	margin: auto;
}

.studios {
	width: 697px;
	height: 27px;
	background-image: url(../images/studios.png);
	background-repeat: no-repeat;
}

.contactheader {
	width: 75px;
	height: 22px;
	background-image: url(images/contactheader.png);
	background-repeat: no-repeat;
}

.contactphone {
	width: 125px;
	height: 24px;
	background-image: url(images/contactphone.png);
	background-repeat: no-repeat;
}

.contactemail {
	width: 65px;
	height: 14px;
	background-image: url(images/contactemail.png);
	background-repeat: no-repeat;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 1px 7px #000;
}

a.contact:link {
	text-decoration: underline;
	font-size: 16px;
	color: #fff;
}

.filmography {
	width: 650px;
	height: 25px;
	margin: auto;
}

.film_icon {
	color: #000;
	width: 32px;
	height: 32px;
	float: left;
	background-color: #fff;
	margin-right: 10px;
}

.film_title {
	float: left;
	color: #fff;
}

.rightcol {
	float: right;
}