/*

CSS for Rooftop Pictures Website - http://www.rooftoppictures.com
Site by Sean McAuliffe LLC - http://www.seanmcauliffe.com
(c) Copyright 2010 Rooftop Pictures. All Rights Reserved.

*/

html, body {
	font: 86%/1.5 "Lucida Grande","Trebuchet MS",Helvetica,Verdana,sans-serif;
	background:#000 url(../images/grad.jpg) repeat-x;
	color: #666;
}
#wrap {
	width:990px;
	margin:0 auto;
	padding:0;
}
#content-main {
	background: url(../images/content_background.jpg) no-repeat 0 0;
	margin:0;
	padding:0;
}
#content-main h1 {
	width:76px;
	margin:40px 0 0 0;
	color: #fc0;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 350%;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#left-side {
	width: 300px;
	float: left;
}
/* --------- "OWN THE DVD" link ---------- */
/* --------------------------------------- */
#left-side a.own_dvd_link:link,
#left-side a.own_dvd_link:active,
#left-side a.own_dvd_link:visited {
	display:block;
	width:85px;
	height:40px;
	overflow:hidden;
	position: relative;
	top:140px;
	left:180px;
	text-align:center;
	font-size: 120%;
	line-height: 1.2;
}
#left-side a.own_dvd_link:hover {
	color:#00c462;
}
#left-side a.own_dvd_link:hover img {
	margin-top:-40px;
}
/* --------------------------------------- */
#left-side ul {
	position:relative;
	top:320px;
	font-size: 13px;
	margin: 0 0 15px 15px;
}
#left-side ul li {
	list-style: none;
	display: inline;
	padding: 0;
}
#left-side ul li img {
	margin-top: 5px;
}
#flash {
	width: 660px;
	float: right;
}
#flash p {
	margin: 1em 0;
	color: #999;
	line-height: 1.5;
}
#flash .warning {
	padding: 1em;
	margin: 2em 0;
	border: #333 solid;
	border-width: 1px;
}
#flash h3 {
	clear: both;
	margin:30px 0 0 0;
	font-family: Helvetica,Arial,sans-serif;
	color: #6e9ef4;
	font-size: 125%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#flash h2 {
	clear: both;
	font-family: Helvetica,Arial,sans-serif;
	color: #fc0;
	font-size: 350%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -2px;
}
#content-secondary {
	clear: both;
}
#content-secondary p.facebook {
	float: left;
	width:300px;
	margin: 2.5em 0 3em 15px;
}
#content-secondary p.facebook a {
	font-size: 150%;
	font-style:oblique;
}
#content-secondary p.palms {
	float: right;
	padding: 1em 56px 4em 0;
}
#footer {
	clear:both;
	font-size: 90%;
	text-align:right;
	border:#333 solid;
	border-width: 1px 0 0 0;
}
#footer a.rt_logo {
	display:block;
	float:left;
}
a {
	color: #fff;
}
a img {
	border: none;
}
/* Clearfix Hack */
.clearfix:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
}
.clearfix {
display: inline-block;
}
.clearfix {
display: block;
}