html {
	background: black url('../images/dark-gray-dot-on-black.jpg') center top repeat;
	padding-top: 50px;
	padding-bottom: 64px;
}

body {
	background-color: transparent;
	font-family: Arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 0 auto;
	text-align: left;
	width: 876px; /* 876 content width */
}

h1 {
	color: #007292;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 1em;
}

h2 {
	color: #eb6e1f;
	text-transform: uppercase;
}

/* ============================================================
	Main
============================================================ */

#top .content object {
	display: block;
}

#middle {
	background: white url('../images/yellow-faux-column.png') right top repeat-y;
}

#middle .content {
	background: transparent url('../images/colored-dots.png') center 12px no-repeat;
	color: #717275;
	padding-top: 31px;
}

#middle .content p {
	margin-bottom: 1em;
}

#middle .content p strong {
	color: black;
}

#middle .content ul {
	list-style-type: square;
	padding-left: 1.25em;
}

/* Left Sidebar */
#middle .content #left_sidebar {
	background-color: #e0e1e2;
	float: left;
	height: 300px;
	line-height: 300px;
	text-align: center;
	width: 209px;
}

/* Home Content (narrow) */
#middle .content #home_content {
	float: left;
	padding: 0 14px;
	width: 391px;
}

/* Generic Content (wide) */
#middle .content #wide_content {
	float: left;
	padding: 0 14px;
	width: 600px;
}

/* Generic Content (full) */
#middle .content #full_content {
	padding: 0 14px 14px 14px;
}

#middle .content #full_content .movie_container {
	background-color: white;
	border: 14px solid #e5d6b8;
	margin: 0 auto;
	width: 720px;
}

#middle .content #full_content .movie_container object {
	display: block;
}

/* Right Sidebar */
#middle .content #right_sidebar {
	float: left;
	height: 300px;
	line-height: 300px;
	text-align: center;
	width: 248px;
}

/* Sample Gallery */
#middle .content #sample_gallery {
	position: relative;
	
	background: white url('../images/samples-bg.png') left top no-repeat;
	clear: left;
	height: 153px;
}

#middle .content #sample_gallery li {
	position: absolute;
	top: 9px;
}

#middle .content #sample_gallery li#sample1 {
	left: 57px;
}

#middle .content #sample_gallery li#sample2 {
	left: 206px;
}

#middle .content #sample_gallery li#sample3 {
	left: 362px;
}

#middle .content #sample_gallery li#sample4 {
	left: 513px;
}

#middle .content #sample_gallery li#sample5 {
	left: 664px;
}

#middle .content #sample_gallery li span {
	color: white;
	display: block;
	font-size: 80%;
	height: 18px;
	line-height: 15px;
	text-align: center;
	width: 65px;
}

#middle .content #sample_gallery li a {
	/* border: 1px solid red; */
	display: block;
	height: 96px;
	line-height: 96px;
	padding-top: 6px; /* because IE won't vertical-align the images for some reason */
	text-align: center;
	width: 140px;
}

#middle .content #sample_gallery li a img {
	border: 1px solid blue;
}

#bottom {
	background: white url('../images/rounded-white-footer.png') center bottom no-repeat;
}

#bottom .content {
	font-size: 80%;
	padding: 4px;
	text-align: center;
}

/* ============================================================
	Thrown messages/errors
============================================================ */

#thrown p {
	border-width: 2px;
	border-style: solid;
	color: black;
	cursor: pointer;
	padding: 0.5em;
}

#thrown p.error {
	background-color: #ffa0a0;
	border-color: #800000;
}
#thrown p.error:hover {
	background-color: #ffb0b0;
	border-color: #901010;
}

#thrown p.notice {
	background-color: #a0ffa0;
	border-color: #008000;
}
#thrown p.notice:hover {
	background-color: #b0ffb0;
	border-color: #109010;
}


/* ============================================================
	Clearfix
============================================================ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */