/* Main Stylesheet */
/* Copyright 2009 - Matt Proud */

@import "reset.css";
@import "menus.css";
@import "slideshow.css";
@import "portfolio.css";

body {
	background-color: #e8e8e8;
	font-size: 80%;
	font-family: 'Trebuchet MS', Arial, Helvetica, Sans-Serif;
}

/* Structure and Layout */

div#wrapper {
	width: 100%;
	margin: 0px auto 0px auto;
}

div#nav {
	height: 50px;
	background-image: url('../images/navhead.png');
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: right;
}

div#lghead {
	height: 300px;
	background-image: url('../images/lgheader.png');
	background-position: center bottom;
	background-repeat: repeat-x;
}

div#smhead {
	height: 75px;
	background-image: url('../images/lgheader.png');
	background-position: center bottom;
	background-repeat: repeat-x;
}

div#contentbg {
	width: 100%;
	height: 350px;
	background-image: url('../images/content.png');
	background-position: center top;
	background-repeat: repeat-x;
}

div#Dfooter {
	height: 45px;
	background-image: url('../images/footer.png');
	background-position: center;
	background-repeat: repeat-x;
	color: #ffffff;
	padding-top: 8px;
	text-align: center;
	font-size: 75%;
}

div#footer {
	color: #000000;
	padding-top: 8px;
	text-align: center;
}

/* General Appearances */

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

/* Head Section */

table#subheader {
	width: 1000px;
	padding: 0px;
	margin: 0px auto 0px auto;
	height: 100%;
	color: #ffffff;
}

td#htext {
	vertical-align: middle;
	padding-bottom: 5%;
	padding-right: 10px;
	width: 50%;
}

td#smhtext {
	vertical-align: middle;
	padding-bottom: 1%;
	padding-left: 25px;
	width: 50%;
}

td#htext a {
	color: #ffffff;
}

td#player {
	vertical-align: middle;
	width: 50%;
}

div#caption a {
	color: #ffffff;
}

/* Content Colums */

div#content {
	width: 1000px;
	margin: 0px auto 0px auto;
	padding-top: 10px;
	line-height: 20px;
}

div#contentCols {
	padding-left: 20px;
	padding-right: 20px;
}

div.col3 {
	display: inline;
	width: 299px;
	float:left;
	padding: 10px;
	line-height: 20px;
}

.middle {
	border-right: 1px solid;
	border-left: 1px solid;
}

div.col3 h3 {
	text-align: center;
	padding-bottom: 8px;
}

div.col3 .img {
	margin: 0px auto 0px auto;
	height: 149px;
	width: 250px;
}

div.col2 {
	display: inline;
	width: 420px;
	float: left;
	line-height: 20px;
}

/* Alignments */

.center {
	text-align: center;
}
