/* Global */
@font-face {
	font-family: 'Bleeding Cowboys';
	src: url('font/BleedingCowboys.eot');
	src: local('Comfortaa Regular'), 
	local('Comfortaa'), 
	url('font/BleedingCowboys.ttf') format('truetype'),
	url('fonts/BleedingCowboys.svg#font') format('svg');
}

body {
	margin: 0;
	padding: 0;
	font: 12px/18px 'Bleeding Cowboys', Helvetica, Arial, sans-serif;
	color: #333;
	background-color:#262626;
	background-image: url(images/bg.jpg);
	background-position: top;
}

a { color: #000; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: none; }


p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 24px; line-height: 36px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }

.clear {
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right;
}

#wrapper {
	width: 932px;
	margin: 0 auto;
}

/* Header */
#header {
	padding-bottom: 20px;
}

.left {
	float: left;
	width: 730px;
	background: #b6b6b6;
	padding-top: 15px;
	padding-bottom: 12px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.nav {
	float: left;
	margin-top: 6px;
	padding-left: 10px;
}

.nav ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
	padding: 4px;
}

.nav ul li:hover {
	background: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8
}

.nav ul li a{
	font-size: 15px;
}

.search {
	float: left;
	width: 195px;
	margin-left: 15px;
	background: #e5e5e5;
	vertical-align:middle;
	
}

#q {
	border:none;
	color:#000;
	font-size:13px;
	height:32px;
	padding:5px 6px 0;
	width:130px;
	background: #e5e5e5;
}

#submit{
	background:url("images/search.png") no-repeat scroll 0 0 transparent;
	border:none;
	cursor:pointer;
	height:36px;
	text-indent:-7000px;
	width:36px;
	padding: 0;
	font-size:0px;
}

.right {
	float: right;
	width: 200px;
	padding-top: 20px;
}

.right ul li {
	list-style: none;
	float: right;
	margin-left: 10px;
}

/* Logo */
#logo {
	height: 60px;
	padding: 30px 0 15px 0;
	background: #b6b6b6;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

.text-logo {
	height: 55px;
	background: url("images/textbg.png") center center no-repeat;
}

.text-logo img {
	position: relative;
	top: -70px;
	left: 370px;
	z-index: 2;
}

/* Main */
#main {
	padding-right: 10px;
	background: #b6b6b6;
}

.slide {
	width: 570px;
	height: 220px;
	background: #5c5c5c;
	margin-bottom: 15px;
}

.title {
	padding: 7px 5px;
	background: #000;
}

.title h3{
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

.slider {
	/*padding: 20px 5px;*/
	height: 190px;
}

.slider a.prev{
	margin-top: 10px;
	z-index: 5;
	position: relative;
	top: -170px;
	right: 0;
}

.slider a.next{
	margin-top: 10px;
	z-index: 5;
	position: relative;
	top: -170px;
	left: 467px;
}

.slider_content {

}

.myspace {
	width: 280px;
	height: 210px;
	background: #fff;
}

.tweet {
	margin-top: 10px;
	width: 280px;
	height: 85px;
	background: #fff url("images/tweetlogo.png") left center no-repeat;
}

.tweet p {
	font-size: 11px;
	color: #000;
	margin: 0;
	padding-left: 45px;
	padding-right: 5px;
	text-align: right;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
}

.latest_tweet {
	padding: 3px 3px 0 0;
}

.video {
	margin-left: 10px;
	width: 280px;
	height: 295px;
	background: #000;
}


/* Footer */
#footer {
	padding: 5px 0;
	background: #b6b6b6;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#footer p {
	font-size: 11px;
	color: #535353;
	text-align: right;
	margin: 0;
	margin-right: 10px;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
}


