body {
	margin: 0px;
	font-family: verdana,sans-serif,arial;
	background-image: url("img/background.png");
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a img {
	border: none;
}

#menu {
	font-family: sans-serif,arial;
}

dl {
	display: inline-block;
	text-align: center;
	width: 250px;
	vertical-align: top;
}

.description {
	font-size: 10px;
	font-weight: bold;
}

.member-list {
	text-align: center;
}

.member {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin: 15px;
}

.member-description {
	font-size: 10px;
	text-align: center;
}

#index {
	
}

#site-intro {
	margin-top: 50px;
	margin-bottom: 50px;
}

#logo {
	height: 110px;
	vertical-align: middle;
	background-color: #2A0707;
	background-image:url("img/magestic-header.png");
}

#page {
	width: 850px;
	border: 5px solid #330000;
	border-top: none;
	border-bottom: none;
	background-color: #500000;
}

#social-bar,
.inner-container,
#twitter-box,
#work-in-progress
{
	background-color: #CCC4C4;
	background-image: url("img/container-bg-small.png");
	background-position: fixed top center;
	background-repeat: no-repeat;
}

#social-bar,
.inner-container,
#twitter-box,
#extra-stuff,
#work-in-progress {
	border: 1px solid #333333;
}

.twit a{
	font-weight: normal;
}

#social-bar {
	text-align: right;
	margin: 5px 0 5px  0;
	padding: 5px;
}

#work-in-progress {
	margin-bottom: 5px;
	padding: 5px;
}

#work-in-progress p{
	font-style: italic;
	font-size: 11px;
}

#header {
	padding: 0px;
	margin: 0px;
	background-color: #500000;
}

#social-bar img{
	height: 35px;
	width: 35px;
	margin: 0 2px 0 2px;
}

#content {
	border-color: rgb(0,200,0);
	font-size: 12px;
	background-color: #500000;
}

#content-body {
	margin-right: 265px;
	padding: 2px;
}

#content-extra {
	width: 260px;
	padding: 2px;
	margin-right: 5px;
}

#filmography-body {
	padding:2px;
}

#filmography-body .inner-container {
	vertical-align: bottom;
}

#twitter-box {
	font-size: 14px;
	padding: 5px 2px 5px 2px;
	margin-bottom: 5px;
}

#footer {
	font-size: 10px;
	background-color: #AA6666;
	padding: 5px;
	border-top: 4px solid #330000;
	padding-bottom: 2px;
}

#menu {
	margin-right: 4px;
	margin-left: 4px;
	height: 23px;
	padding-top: 2px;
	margin-bottom: 2px;
}

#menu img{
	width: 136px;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	background-color: #500000;
}

#menu img:hover{
	background-image: url("img/menu/hover-button.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

.film {
	width:255px;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}

.film img{
	width:251px;
	height: 141px;
	border: 2px solid #500000;
	border-bottom: 7px solid #500000;
}

.description {
	text-align: center;
	height: 2.4em;
	padding: 2px;
	background-color: #FFDDDD;
}

.heading-container {
	font-size: 18px;
	background-color: #801111;
	color: #111111;
	margin: 0px;
	text-align: left;
	padding: 5px;
}

.member img {
	height: 125px;
	width: 100px;
	margin: 5px;
	border: 1px solid #333333;
}

.client-list {
	margin: 65px;
	margin-top: 5px;
	margin-bottom:5px;
	text-align: left;
}

.client {
	display: inline-block;
	vertical-align: top;
}

.client img {
	height: 100px;
	width: 200px;
	margin: 5px;
	border: 1px solid #333333;
}

.social-list {
	text-align: center;
}

.social-big {
	display: inline-block;
	width: 240px;
	margin: 5px;
}

.social-list img {
	width: 150px;
	height: 150px;
}

.social-description {
	margin: 5px;
}

.sub-heading {
	font-size: 12px;
}

.title {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #551111;
}

.article-embed {
	text-align: center;
	margin: 10px;
}

.article-embed img {
	margin: 5px;
	border: 1px solid #000000;
}

.photo-random {
	width: 200px;
	height: 200px;
	margin: 5px;
	border: 1px solid #333333;
}

.media-list {
	text-align: left;
	margin-left: 13apx;
}

.sub-title {
	text-align: center;
	font-size: 14px;
	background-color: #AA6666;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 2px 0 2px 0;
	color: #551111;
}

.date {
	text-align: right;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
}

.year {
	margin: 5px;
}

.inner-container {
	margin: 5px;
	padding: 5px;
}

.article {
	text-align: justify;
	margin: 5px;
}

.twit {
	margin: 5px;
	padding: 3px;
	text-align: left;
	font-size: 10px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear:left;
}

.clear-both {
	clear: both;
}
