/*
Theme Name: North Avenue Studios Theme
Theme URI: http://northavenuestudios.com/
Description: The personalized wordpress them for north avenue studios site.
Version: 0.1
Author: MarketFresh Studios
Author URI: http://marketfresh.com/
Tags: nrth ave estudios, custom header, fixed width, two columns, widgets*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,pre, a, abbr, acronym, 
address, code, del, dfn, em, strong, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

body {
	line-height: 1.2;
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table, td, th {
	vertical-align: top;
}

input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select {
	*font-size: 100%;
}

input:focus, textarea:focus, select:focus {
	background-color: #f7f7f7;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

:focus {
	outline: 0;
}

/* End Reset tags */

/* Typography */

body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d6d6d6;
	background: #000000 url(images/bg_mountain.jpg) top center repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	color: #121e4c;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, .h1 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

h2, .h2 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 0.75em;
	font-weight: bold;
}

h3, .h3 {
	font-size: 17px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: .5em;
}

h4, .h4 {
	font-size: 12px;
	line-height: 1;
	margin-bottom: 1em;
	font-weight: bold;
}

h5, .h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6, .h6 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin: 0 0 1em;
}

p img {
	float: left;
	margin: 1.2em 1.2em 1.2em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.2em 0 1.2em 1.2em;
}

a {
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
	color: #ffffff;
}

a:focus, a:hover {
	text-decoration: none;
}

blockquote {
	margin: 1.3em 1em;
	color: #605f5f;
	font-style: italic;
	border-left: 3px solid #cccccc;
	padding-left: 15px;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #cccccc;
}

address {
	margin: 0 0 1.3em;
	font-style: italic;
}

del {
	color: #605f5f;
}

pre, code {
	margin: 1.3em 0;
	white-space: pre;
	background: #EBF5FF;
	overflow: auto;
}

pre, code, tt {
	font: 1em/1.3 'andale mono', 'lucida console', monospace;
}

ul, ol {
	margin: 0 1.3em 1.3em 1.3em;
}

ul {
	
}

ol {
	list-style-type: decimal;
}

ul li {
	line-height: 1.5;
	margin: 0px;
}

li ul, li ol {
	margin: 0 1.3em;
}

dl {
	margin: 0 0 1.3em 0;
}

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dd {
	margin: 0 0 1em 1em;
	padding: 0;
}

table {
	margin-bottom: 1.3em;
	width: 100%;
}

th {
	font-weight: bold;
	background: #b7ddb3;
}

th, td {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #f3f3f3;
}

tfoot {
	font-style: italic;
}

caption {
	background: #8faea8;
}

/* End Typography */

/*General styles*/

.small {
	font-size: .74em;
	margin-bottom: 1.73em;
	line-height: 1.38em;
}

.large {
	font-size: 1.38em;
	line-height: 1.3em;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.float-L {
	float: left;
}

.float-R {
	float: right;
}

.top {
	margin-top: 0;
	padding-top: 0;
}

.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.division {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/*Clearfix tecnique used to clear the float of an element which contains float elements*/

.clearfix {
	display: inline-block;
}

/* This needs to be first because FF3 is now supporting this */

.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

/* Hides from IE-mac \*/

.clearfix {
	display: block;
}

/* Hides from IE-mac \*/

/*End General styles*/

/********************Page Structure****************/

#container {
	width: 900px;
	margin: 0 auto;
	height: auto;
}

#header {
	width: 900px;
	height: 110px;
	position: relative;
}

#content {
	width: 900px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	margin-top: 45px;
	margin-bottom: 30px;
}

#sidebar {
	width: 318px;
	float: left;
	margin-right: 20px;
}

#sidebar_blog {
	width: 288px;
	float: left;
	margin-right: 20px;
	border: 1px solid #313232;
	background: url(images/sidebar_blog_bg.png) repeat;
	padding: 10px 15px;
}

#sidebar_contactus {
	width: 298px;
	float: left;
	margin-right: 20px;
	border: 1px solid #313232;
	background: url(images/contact_left_bg.png) repeat;
	padding: 20px 10px;
}

#sidebar_aboutus {
	width: 250px;
	float: left;
	margin-right: 20px;
}

#centercolumn {
	width: 370px;
	float: left;
	color: #ccc;
}

#footer {
	width: 100%;
	height: 150px;
	position: relative;
	margin-top: 30px;
	color: #7eafe6;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #7eafe6;
}

/*****************Header********************/

#logo {
	position: absolute;
	top: 0;
	left: -45px;
}

#new {
	position: absolute;
	top: 5px;
	right: 20px;
}

#menu {
	float: left;
	width: 884px;
	height: 33px;
	margin-top: 100px;
	background: url(images/menu_bg.png) no-repeat;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}

#menu ul li {
	float: left;
	display: block;
	height: 30px;
	padding: 0 0 0 20px;
}

#menu ul li a {
	display: block;
	font-size: 11pt;
	line-height: 1;
	color: #89bddc;
	font-weight: normal;
}

#menu ul li a span {
	color: #3c3c3c;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a:hover span {
	color: #ffffff;
}

#menu ul li.current_page_item a, #menu ul li.current_page_item a span {
	color: #ffffff;
}

#social {
	position: relative;
	top: 90px;
	float: right;
	margin-right: 20px;
}

/****************Left Column ****************/

#welcome {
	width: 457px;
	height: 234px;
	line-height: 1.5em;
	float: left;
	background: url(images/welcome_bg.png) no-repeat;
	padding: 15px 20px 15px 20px;
}

#photo {
	width: 329px;
	height: 275px;
	margin-left: 30px;
	margin-top: -5px;
}

#home_bottom {
	width: 849px;
	height: 233px;
	background: url(images/home_bottom_bg.png) no-repeat;
	float: left;
	margin-top: 15px;
	padding: 15px 15px 15px 20px;
}

#home_bottom #left {
	width: 455px;
	float: left;
	color: #FFF;
	margin-right: 35px;
}

#home_bottom #left span {
	font-size: .8em;
}

#home_bottom #map {
	width: 347px;
	height: 223px;
	border: 5px solid #465567;
	float: left;
}

.leftbox {
	width: 250px;
	height: auto;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #000000;
	background: url(images/leftbox_bg.gif) repeat-x;
	border: none;
}

.leftbox-content {
	width: 250px;
	padding: 5px 10px 5px 10px;
}

.gray h2, .blue h2 {
	line-height: 27px;
	padding: 0 10px;
}

.gray h2 {
	background-color: #3c3c3c;
	color: #ffffff;
}

a.readmore {
	

/*width:70px;*/ display: block;
	float: right;
	

/*margin-left:auto;*/ font-size: 12px;
	padding: 0 15px 0 0;
	background: url(images/narrow.gif) no-repeat 100% 50%;
	clear: both;
	color: #ffffff;
}

a.readmore:hover, span.entry-date a:hover {
	color: #f90000;
}

.entry {
	width: 300px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	margin-left: 0px;
}

a.entry-title {
	font-size: 18px;
	display: block;
	color: #89bddc;
	margin-bottom: 0.4em;
	line-height: 1.2;
	float: left;
	width: 290px;
}

a.entry-title:hover {
	color: #ffffff;
}

span.entry-date {
	display: block;
	font-size: 10px;
	color: #ffffff;
	position: relative;
	float: left;
	padding: 0 0 5px 0;
}

span.entry-date a {
	color: #ffffff;
}

span.entry-desc {
	position: relative;
	display: block;
	color: #8D8D8D;
	clear: both;
}

.no-border {
	border: none !important;
}

/****************sidebar**********************/

div#sidebar_social {
	margin-left: 0px;
}

div#sidebar_social div.joinus , div#sidebar_social div.hearus , div#sidebar_social div.followus {
	margin-bottom: 25px;
	display: block;
	background: url(images/left_btn_bg.png);
	font-size: 2em;
	color: #4e4e4e;
}

div#sidebar_social div.hearus a {
	display: block;
	width: 318px;
	height: 85px;
	border: 1px solid #313232;
	background: url(images/btn_hearus.gif) no-repeat;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
}

div#sidebar_social div.hearus a:hover {
	color: #ffffff;
	border: 1px solid #c7c7c7;
	background: url(images/btn_hearus.gif) no-repeat 0 -85px;
}

div#sidebar_social div.joinus a {
	display: block;
	width: 318px;
	height: 85px;
	border: 1px solid #313232;
	background: url(images/btn_joinus.gif) no-repeat;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
}

div#sidebar_social div.joinus a:hover {
	color: #ffffff;
	border: 1px solid #c7c7c7;
	background: url(images/btn_joinus.gif) no-repeat 0 -85px;
}

div#sidebar_social div.followus a {
	display: block;
	width: 318px;
	height: 85px;
	border: 1px solid #313232;
	background: url(images/btn_followus.gif) no-repeat;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
}

div#sidebar_social div.followus a:hover {
	color: #ffffff;
	border: 1px solid #c7c7c7;
	background: url(images/btn_followus.gif) no-repeat 0 -85px;
}

/*
div#sidebar_social div a img {
	vertical-align: middle;
}
*/

.red h3 {
	color: #f90000;
}

.red p {
	padding: 0 10px;
}

.blue h2 {
	background: url(images/bg_box.png) repeat-x;
	color: #3c3c3c;
	width: 292px;
	float: left;
	display: block;
}

.bg-leftbox {
	background: url(images/bg_rightbox.gif);
	width: 4px;
	display: block;
	height: 27px;
	float: left;
}

.bg-rightbox {
	background: url(images/bg-rightbox.png);
	width: 4px;
	display: block;
	height: 27px;
	float: left;
}

/****************Side Bar About US and Media************/

div#sidebar_social div.pagemenu {
	margin-bottom: 25px;
	display: block;
	background: url(images/left_btn_bg.png);
	font-size: 1em;
	color: #4e4e4e;
}

/*
div#sidebar_social div.pagemenu a:hover {
	color: #c7c7c7;
	border: 1px solid #f90000;
}
*/

.whoweare a {
	display: block;
	width: auto;
	height: 37px;
	border: 1px solid #313232;
	font-size: 1.8em;
	color: #FFF;
	padding-left: 15px;
	padding-top: 13px;
}

.whoweare a:hover {
	color: #56CA00;
	border: 1px solid #56CA00;
	padding-left: 15px;
}

.whoweare_active a {
	color: #56CA00;
	border: 1px solid #56CA00;
	padding-left: 15px;
}

.focus a {
	display: block;
	width: auto;
	height: 37px;
	border: 1px solid #313232;
	font-size: 1.8em;
	color: #FFF;
	padding-left: 15px;
	padding-top: 13px;
}

.focus a:hover {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.focus_active a {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.believe a {
	display: block;
	width: auto;
	height: 37px;
	border: 1px solid #313232;
	font-size: 1.8em;
	color: #FFF;
	padding-left: 15px;
	padding-top: 13px;
}

.believe a:hover {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.believe_active a {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.faith a {
	display: block;
	width: auto;
	height: 37px;
	border: 1px solid #313232;
	font-size: 1.8em;
	color: #FFF;
	padding-left: 15px;
	padding-top: 13px;
}

.faith a:hover {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.faith_active a {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.culture_calling a {
	display: block;
	width: auto;
	height: 37px;
	border: 1px solid #313232;
	font-size: 1.8em;
	color: #FFF;
	padding-left: 15px;
	padding-top: 13px;
}

.culture_calling a:hover {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.culture_calling_active a {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.ourstory a {
	display: block;
	width: auto;
	height: 37px;
	border: 1px solid #313232;
	font-size: 1.8em;
	color: #FFF;
	padding-left: 15px;
	padding-top: 13px;
}

.ourstory a:hover {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.ourstory_active a {
	color: #56CA00;
	border: 1px solid #56CA00;
}

.photos a {
	background: url(images/btn_photos.gif) no-repeat;
	display: block;
	width: 318px;
	height: 85px;
	border: 1px solid #313232;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
}

.photos a:hover {
	color: #ffffff;
	border: 1px solid #c7c7c7;
	background: url(images/btn_photos.gif) no-repeat 0 -85px;
}

.photos_active a {
	color: #ffffff;
	border: 1px solid #f90000;
	background: url(images/btn_photos.gif) no-repeat 0 -85px;
}

.video a {
	background: url(images/btn_videos.gif) no-repeat;
	display: block;
	width: 318px;
	height: 85px;
	border: 1px solid #313232;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
}

.video a:hover {
	color: #ffffff;
	border: 1px solid #c7c7c7;
	background: url(images/btn_videos.gif) no-repeat 0 -85px;
}

.video_active a {
	color: #ffffff;
	border: 1px solid #f90000;
	background: url(images/btn_videos.gif) no-repeat 0 -85px;
}

.audio a {
	background: url(images/btn_audio.gif) no-repeat;
	display: block;
	width: 318px;
	height: 85px;
	border: 1px solid #313232;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
}

.audio a:hover {
	color: #ffffff;
	border: 1px solid #c7c7c7;
	background: url(images/btn_audio.gif) no-repeat 0 -85px;
}

.audio_active a {
	color: #ffffff;
	border: 1px solid #f90000;
	background: url(images/btn_audio.gif) no-repeat 0 -85px;
}

/****************Center Column****************/

#banner {
	width: 620px;
	height: 310px;
	overflow: hidden;
	margin-bottom: 0px;
	background-color: #000;
}

.centerbox {
	width: 300px;
	height: auto;
	float: left;
	margin-right: 20px;
}

.last {
	margin: 0 !important;
}

a#tour-studio, a#check-gear {
	display: block;
	width: 299px;
	height: 176px;
	text-indent: -9999px;
	margin-top: 25px;
	border: 1px solid #313232;
}

a#tour-studio:hover, a#check-gear:hover {
	border: 1px solid #fff;
	width: 299px;
	height: 176px;
}

a#tour-studio {
	background: url(images/home_videos.gif) no-repeat;
}

a#watch-videos {
	background: url(images/home_videos.gif) no-repeat;
}

a#check-gear {
	background: url(images/gear.gif) no-repeat;
}

/****************Posts*****************/

div.alignleft {
	float: left;
}

div.alignright {
	float: right;
}

div.post {
	background-color: #181818;
	border: 1px solid #313232;
	margin-bottom: 25px;
	width: 601px;
}

.post h2 {
	max-width: 525px;
	padding: 10px 14px 2px 14px;
	display: block;
	margin: 0px 0px;
	color: #ffffff;
	float: left;
}

.post-date {
	background: url(images/blog_date.png) no-repeat;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0 0 5px;
	float: right;
	width: 65px;
	height: 50px;
	margin-right: -22px;
	margin-top: 5px;
}

.post-date a {
	color: #010101;
	font-weight: bold;
	font-size: 14px;
}

.post-date a:hover {
	color: #999999;
}

a.post-title {
	font-size: 24px;
	color: #ffffff;
}

.post-entry {
	padding: 14px 0px;
	clear: both;
}

.post-entry a {
	color: #8EBBD2;
}

.post-entry a:hover {
	color: #FFF;
}

.post-desc {
	display: block;
	margin-bottom: 40px;
}

.post-desc p {
	padding: 0px 14px;
	font-size: 14px;
	color: #999999;
}

.padding {
	padding: 0px 14px;
}

.post-metadata {
	padding: 0px 14px;
	margin: 0px;
	font-size: 10px;
	color: #000;
}

.post-metadata a {
	color: #3e3e3e;
}

.post-metadata p {
	margin: 0 14px;
	color: #000;
}

.post-metadata a:hover {
	color: #ffffff;
}

.more {
	background-color: #f90000;
	padding: 2px 3px 2px 3px;
	border: 1px solid #000000;
}

a.more {
	color: #000000;
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.comment {
	border-bottom: 1px dashed #000;
	margin-bottom: 20px;
}

.children {
	background-color: #1B2A3B;
	margin-top: 15px;
	padding: 10px 10px 0 10px;
}

.children .comment {
	border: none !important;
}

.children .depth-3 {
	background-color: #203247;
	padding: 10px 10px 10px 10px;
}

.comment em {
	font-size: 10px;
	color: #000;
}

.comments {
	padding: 10px;
	background-color: #12222F;
}

.commentlist {
	margin-top: 25px;
}

.fn {
	font-size: 18px;
	color: #f90000;
	font-style: normal !important
}

.fn a {
	font-size: 18px;
	color: #f90000;
	font-style: normal !important
}

.reply a {
	display: block;
	padding: 3px 3px 1px 3px;
	background-color: #000;
	width: 42px;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 20px;
}

.comment-meta {
	font-size: 10px;
	padding: 5px 0 15px 0;
}

.comments .h3 {
	color: #181818;
	font-weight: normal;
}

.commentform-author {
	background-color: #000;
	border: none !important;
	color: #666;
}

.commentform-email {
	background-color: #000;
	border: none !important;
	color: #666;
}

.commentform-url {
	background-color: #000;
	border: none !important;
	color: #666;
}

.comment-textarea {
	max-width: 570px;
	background-color: #000;
	border: none !important;
	color: #666;
}

.post-desc.linkcat.h2 {
	color: #ffffff;
}

/****************About US Page Post****/

div#aboutus {
	background-color: #14293E;
	border: 1px solid #14293E;
	margin-bottom: 25px;
	width: 580px;
	padding: 20px 14px;
	float: left;
}

div#aboutus h2 {
	font-size: 18px;
}

div#aboutus h3 {
	margin-top: 5px;
	color: #f90000;
	font-size: 18px;
}

div#aboutus p {
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

div#aboutus a {
	color: #56CA00;
}

div#aboutus a:hover {
	color: #c7c7c7;
}

/****************Gear List Page****/

div#gearlist_left {
	float: left;
	width: 275px;
}

div#gearlist_right {
	float: right;
	width: 275px;
}

/****************Footer****************/

div.left {
	width: 465px;
	margin: 0 auto;
	float: left;
	padding-left: 15px;
}

div.right {
	margin: 0 auto;
	width: 300px;
	float: right;
	padding-right: 25px;
	text-align: right;
}

div.right img {
	padding-left: 10px;
}

#middle_footer {
	margin: 0 auto;
	width: 900px;
	padding-top: 25px;
}

p.copyright {
	font-size: 11px;
	display: block;
	clear: both;
	text-align: left;
}

p.sitedesign {
	font-size: 11px;
	display: block;
	float: left;
	padding-top: 7px;
}

a.marketfresh {
	display: block;
	float: left;
	background: url(images/marketfresh.png) no-repeat bottom;
	width: 75px;
	height: 20px;
	text-indent: -9999px;
}

a.orange {
	display: block;
	float: right;
	background: url(images/orange.png) no-repeat top;
	width: 68px;
	height: 91px;
	text-indent: -9999px;
}

a.soultone {
	display: block;
	float: right;
	background: url(images/soultone.png) no-repeat top;
	width: 126px;
	height: 91px;
	text-indent: -9999px;
	margin-left: 40px;
	margin-bottom: 20px;
}

/****************sidebar-blog***************/

.sidebar_box {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar_box h3 {
	font-family: Helvetica, sans-serif;
	font-size: 18px;
	color: #fefefe;
	font-weight: normal;
	margin-bottom: 15px;
}

.sidebar_box a {
	color: #8c8c8c
}

.sidebar_box a:hover {
	color: #ffffff;
}

.nolist ul {
	list-style: none;
}

.cat-item {
	display: block;
	float: left;
	margin-right: 8px;
	padding: 3px 7px 1px 7px;
	background-color: #000;
}

.cat-item a {
	color: #f90000;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
}

.cat-item a:hover {
	color: #ffffff;
}

.redbox {
	background-color: #f90000;
	line-height: 30px;
	padding: 0 10px;
}

#rates h3 {
	color: #010101;
	font-size: 18px;
	font-weight: bold;
}

#rates p {
	padding: 0 10px;
}

.sidebar_box p {
	color: #ffffff;
	font-size: 16px;
}

.red h3 {
	color: #f90000;
	padding: 0 10px;
}

/****************search box****************/

.label {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	display: block;
	float: left;
	padding: 3px 2px;
}

.submit {
	background: url(images/search.gif) no-repeat;
	text-indent: -9999px;
	width: 31px;
	height: 23px;
	border: none !important;
	display: block;
	float: left;
	text-indent: -9999px;
	color: transparent;
	text-transform: capitalize;
}

.input {
	background-color: #000;
	color: #666666;
	border: none !important;
	display: block;
	float: left;
	width: 195px;
	margin: 0 3px;
}

/**********************Tweets**********************/

li.twitter-item {
	border-top: 1px solid #8c8c8c;
	padding: 5px 0;
	margin-left: -15px;
	font-size: 13px;
	font-weight: lighter;
	color: #8c8c8c;
}

p.twitter-message {
	color: #8c8c8c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#followus {
	display: block;
	width: 110px;
	height: 85px;
	background: url(images/followus.gif) no-repeat;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
	float: left;
	margin-bottom: 10px;
}

#joinus {
	display: block;
	width: 140px;
	height: 85px;
	background: url(images/joinus.gif) no-repeat;
	font-size: 2em;
	color: #4e4e4e;
	text-indent: -9999px;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
}

.ul_tabs li._active {
	border: 1px solid #f90000;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.ul_tabs {
	display: block;
	clear: both;
	height: 30px;
	width: 400px;
}

.ul_tabs li {
	width: 130px;
	height: 21px;
	margin-right: 20px;
	display: block;
	float: left;
	background: url(images/video_button_bg.png) repeat-x top left;
	text-align: center;
	padding: 5px 0;
	border: 1px solid #313232;
}

.ul_tabs li:hover {
	border: 1px solid #c7c7c7;
}

span.video {
	display: block;
	margin: 0 45px;
	width: 500px;
	height: 405px;
	border: 2px #000 solid;
}