@charset "utf-8";
/* CSS Document */


/* Default */
* {
	padding:0;
	margin:0;
}

img {
	border:none;
}

table {
	border-collapse:collapse;
}

table td {
	vertical-align:top;
}

ul {
	list-style-type:none;
}

html, body{
	height:100%;
	width:100%;
	min-height:100%;
	margin:0;
	padding:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

a{ text-decoration:none;}

/* Global Styles */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.format_right{
	float:left;
	width:750px;
}

.format_left{
	float:left;
	width:165px;
}


#site_wrapper{
	height:100%;
	width:100%;
	border-spacing:0;
}


/* Top Styles*/
#top_div{
	width:100%;
	background:#000;
	height:120px;
	overflow:hidden;
}

#top_left{	
	height:120px;
	background:url(http://tylerbarnett.lavisual.com/images/logo.png) no-repeat 10px 20px #fff;
}

#top_right{
	height:120px;
	width:100%
	background:#000;
	margin:0;
	padding:0;
	position:absolute; 
	top:0; 
	left:165px;
}

.movie_div{
	background:#000;
	width:691px;
	height:96px;
	float:left;
}

#movie_div_2{
	position:absolute;
	top:0;
	left:691px;
}


#top_nav li{
	background:#000;
	float:left;
}

ul#top_nav {
	padding:0;
 	margin:0;
}

#top_nav li a{
	float:left;
	font-size:11px;
	padding:4px 0 0;
	width:80px;
	height:20px;
	text-align:center;
	color:#777;
	text-transform:uppercase;
	text-decoration:none;
	cursor:pointer;
}

#top_nav li a:link{
}

#top_nav li a:visited{
}

#top_nav li a:hover{
	color:#fff;
	background:#000;
}

#top_nav li a.active{
	color:#fff;
	background:#930;
}

/* Content Styles*/
#content {
	color:#666766;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
	margin:10px 0 100px;
}

#content a{
	color:#930;
}

#content h1 {
	text-transform:uppercase;
	color:#930;
	font-size:30px;
	font-weight:bold;
	margin:20px 0 25px;
	font-family:Arial, Helvetica, sans-serif;
}

#content h2 {
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.content_image{
	margin-right:20px;
}


#content_right{
	width:550px;
	margin-left:170px;
}

#accordion{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}

#accordion h3 a{
	font-size:16px;
	font-weight:bold;
}

#accordion div{
	color:#666766;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
}

.press_block{
	margin-top:20px;
	width:670px;
	border-bottom:1px solid #aaa;
	padding-bottom:10px;
}

.press_block h2{
	font-size:22px;
	margin:8px 0;
}



#buzz_wrapper{
	margin-top:30px;
	text-align:center;
}

.buzz_block{
	float:right;
}

.buzz_divider{
	float:right;
	border-bottom:1px solid #999;
	margin-bottom:20px;
	width:480px;
}

.buzz_item{
	float:right;
	padding-bottom:30px;
	width:270px;
	height:70px;
}

.buzz_item_inside{
	float:right;
}

.img_wrapper{
	float:left;
	width:130px;
}


.buzz_links{
	float:left;
	margin-left:20px;
}

.buzz_links a{
	font-weight:bold;
}

/* Footer Stylers */
#bottom_td{
	height:182px;
	width:100%;
	padding:0;
	margin:0;
	font-size:11px;
	vertical-align:bottom;
}


#footer{
	background:#c5c5c5;
	height:182px;
	width:100%;
	min-width:1550px;
}

#footer h5{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:5px;
}

.footer_inside{
	margin:20px 20px;
}


#footer_left{
	background:#929292;
	width:170px;
	color:#eee;
	float:left;
	position:absolute;
}

#twitter_time{
	margin-top:4px;
	font-style:italic;
	color:#ccc;
}

#twitter_button{
	display:block;
	height:30px;
	width:70px;
	background:url(../images/twitter_follow.png) no-repeat;
}

a:hover#twitter_button{
	background:url(../images/twitter_follow.png) no-repeat 0 -41px;
}

#twitter_slideshow{
	background:#929292;
	height:90px;
}

#twitter_slideshow .post {
	width:100%;
	line-height:14px;
}

#prev, #next{
	float:right;
	width:10px;
	height:10px;
	display:block;
}

a#prev{
	background:url(../images/Twitter-Arrows.png) no-repeat;
}
a:hover#prev{
	background:url(../images/Twitter-Arrows.png) no-repeat 0 -10px;
}

a#next{
	background:url(../images/Twitter-Arrows.png) no-repeat -12px 0;
}
a:hover#next{
	background:url(../images/Twitter-Arrows.png) no-repeat -12px -10px;
}

#footer_right{
	color:#555;
	float:left;
	position:absolute;
	left:170px;
	width:800px;
	height:182px;
	background:#c5c5c5;
}

a#facebook_link{
	height:28px;
	width:70px;
	background:url(../images/facebook-icon.png) no-repeat;
	display:block;
	float:left;
	margin-top:-2px;
}

a#facebook_link:hover{
	background:url(../images/facebook-icon.png) -78px 0 no-repeat;
}


#contact_info{
	width:200px;
	float:left;
}

.contact_div{
	float:left; 
	width:270px;
}

#contact_form_div{
	float:left;
}

.contact_input, .contact_select{
	border:none;
	margin:3px;
	margin-left:0;
	height:18px;
	background:none;
	color:#555;
	font-style:italic;
	font-size:11px;
}

.contact_input{
	width:115px;
}

.contact_select{
	width:245px;
	background:#aaa;
	padding:2px 0
}

.input_wrapper{
	background:#afafaf;
	padding-left:5px;
	margin:3px;
	float:left;
}

.textarea_wrapper, .input_wrapper textarea{
	width:200px;
	height:85px;
	overflow:hidden;
	float:left;
 }
 
 .submit_wrapper{
 	float:right;
	cursor:pointer;
	background:#777;
	width:75px;
 }
 
 #submit{
	width:70px;
 	color:#ccc;
 	cursor:pointer;
	font-weight:bold;
	font-size:11px;
 }
 
 #contact_response{
 	font-style:italic;
	font-weight:bold;
	color:#fff;
	background:#999;
	float:right;
	padding:6px 8px 8px;
	margin-top:3px;
	display:none;
 }

