/*  
Theme Name: RAWKzilla
Author: Jon Best
Author URI: http://best-interactive.com


*/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
a {
	color: #C8935D;
	text-decoration: none;
}
a img {
	border: none;
}
h1 { font-size: 30px; font-weight: 900; }
h2 { font-size: 26px; font-weight: 900; }
h3 { font-size: 18px; font-weight: 900; }
h4 { font-size: 16px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }
a:hover {
	color: #804B1C;
	text-decoration: none;
}
h1 a { color: black; }

* { padding: 0; margin: 0; }
body {
	margin: 0; 	padding: 0;
	font: normal .70em/1.6em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	background: url(images/bg.jpg);
background-repeat: repeat-x;
background-attachment:fixed;
background-position: top center;
background-color: #1A1412;
}
body.home {
	overflow: auto;
}

#coverpage{
width: 100%; height: 100%;
background: black;
position: absolute; top: 0; left: 0;
z-index: 2000;
}
#coverpage img {
position: absolute;
top: 0px; left: 50%;
margin-left: -300px;
height: 100%;
cursor: pointer;
}
#thewrap {
width: 1050px; height: 100%;
position: absolute;
top: 0; left: 50%;
margin-left: -525px;
z-index: 100;
}
/* headers */
h1, h2, h3 {
	font: normal 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
h1 { font-size: 1.7em; } 
h2 { 
	font-size: 2.1em; 
	color: white; 
	font-weight: 100; 
	background: url(images/sidebar.png); 
	padding: 4px; 
	width: 500px; height: 20px; 
	margin-top: 30px; margin-left: 5px; padding-top: 6px; padding-bottom: 0px;
}
.pagetitle {
	margin-left: 20px;
	margin-top: 0;
}

.url { color: black; font-weight: bold; }
.commentmetadata a { color: black; }
.commentlist { margin-left: 10px; }
.comment-body { list-style: none; }
#respond { 
	height: 20px;
	width: 220px;
	color: #C8935D;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	letter-spacing:-1px;
	margin-left: 15px;
	padding: 2px;
}

/* images */

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 12px 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #555;
}

/* form elements */
form {
	margin: 0px 15px 20px 15px;
	padding: 0;
}
#logged {
	background: white; padding: 2px;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;
	background: #F4F4F4;
}
input #s {
	background: #f4f4f4;
}
textarea {
	width: 565px;
	margin-top: 10px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 3px; 	
	background: #F1F0E4;
}
#submit {
	cursor: pointer;
}
/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/****** MAIN HEADER  *******/
#header-test {
	background: none;
	height: 230px; width: 1055px;
	margin: 0 auto 20px auto;
	text-align: left;	
	color: white;
}
#header-test #tagline {
	margin: -50px 0 0 120px;
}
#player {
	float: right;
	margin: -90px 5px 0;
}
#test-nav {
	background: #333;
	height: 20px; width: 1000px;
	margin: -30px auto 0 auto;
	text-align: center;
	padding-top: 1px;
	
}
#test-nav li {
	list-style: none;
	display: inline;
	float: left;
	margin-left: 25px;
}
#test-nav #home-nav {
	margin-left: 5px;
}
#test-nav li a {
	color: #00CCFF;
	font-size: 15px;
	text-decoration: none;
	text-shadow: 1px 1px 2px black ;
	display: block;
	padding-bottom: 10px;
}
#test-nav li .sub-page1 {
	background: url(images/bk-bg.png);
	position: absolute;
	top: 230px; left: 250px;
	text-align: left;
	display: none;
	z-index: 1000;
}
#test-nav li .sub-page1 li {
	display: block;
	padding: 3px 15px 3px 3px;
	list-style: none;
	margin-left: 5px;
	float: none;
}
#test-nav li .sub-page1 li:hover {
	background: url(images/bk-bg.png);
}
#test-nav li .sub-page1 li a {
	color: #99FF00;
	font-size: 11px;
	font-weight: 100;
	text-shadow: 0 1px 0 black;
	padding-bottom: 0;
}
#test-nav li .sub-page1 li a:hover { Color: #FF00FF; }
#test-nav li .sub-page1 li ul li {}

#test-nav li .sub-page2 {
	background: url(images/bk-bg.png);
	position: absolute;
	top: 230px; left: 420px;
	text-align: left;
	display: none;
	z-index: 1000;
}
#test-nav li .sub-page2 li {
	display: block;
	padding: 3px 15px 3px 3px;
	list-style: none;
	margin-left: 5px;
	float: none;
}
#test-nav li .sub-page2 li:hover { background: url(images/bk-bg.png); }
#test-nav li .sub-page2 li a {
	color: #99FF00;
	font-size: 11px;
	font-weight: 100;
	text-shadow: 0 1px 0 black;
	padding-bottom: 0;
}
#test-nav li .sub-page2 li a:hover { color: #FF00FF; }

#test-nav li .sub-page3 {
	background: url(images/bk-bg.png);
	position: absolute;
	top: 230px; left: 775px;
	text-align: left;
	display: none;
	z-index: 1000;
}
#test-nav li .sub-page3 li {
	display: block;
	padding: 3px 15px 3px 3px;
	list-style: none;
	margin-left: 5px;
	float: none;
}
#test-nav li .sub-page3 li:hover { background: url(images/bk-bg.png); }
#test-nav li .sub-page3 li a {
	color: #99FF00;
	font-size: 11px;
	font-weight: 100;
	text-shadow: 0 1px 0 black;
	padding-bottom: 0;
}
#test-nav li .sub-page3 li a:hover {
	color: #FF00FF;
}

/****** HEADER CALENDER  *******/
#header-test {
	background: none;
	height: 50px; width: 1055px;
	margin: 0 auto 20px auto;
	text-align: left;	
	color: white;
}

/******************************************************/

#nav {
	background: url(images/navbar.png) no-repeat scroll 0 0;
	height: 47px;
	width: 170px;
	margin: 5px auto auto auto;
	padding: 15px 0 0;
	text-align: center;
	width: 1022px;
}
#nav #main-nav {
	margin: 0 0 0 -40px; padding: 0; width: 1080px;
}
#nav #main-nav li {
	list-style: none;
	display: inline;
	margin-left: 16px;
}
#nav #main-nav li a {
	color: black;
	font-size: 14px;
	text-decoration: none;
	text-shadow: 0 1px 0 white;
}
#nav #main-nav li a:hover {
	background: none;
}
#nav #main-nav li a span {
	margin-left: 20px;
}

#header2 {
	width: 1000px;
	height: 300px;
	margin: auto;
}
.header-box {
	background: url(images/tile.png) no-repeat;
	height: 298px; width: 299px;
	padding: 7px 0 0 0px;
	margin-left: 22px;
	float: left;
}
.header-box img {
	margin: 0 0 0 7px;
}
.header-box-desc {
	height: 22px;
	width: 270px;
	padding: 0px 0 0 5px;
	font-size: 18px;
	margin: 0 0 0 7px;
	text-transform: uppercase;
	color: white;
}

/* content */
#content-wrap {
	width: 700px;
	float: right;
	margin: 90px 30px 0 0;
}
#content {
	float: right;
	text-align: left;	
	padding: 0; margin: 0 0 0 20px;
	width: 700px;	
}

.entry {
	
}
.entry-single {
	background: url(images/post-mid.png) repeat-y top;
	padding: 5px 40px 50px 15px;
	width: 603px;
	margin: 18px 0 0 -15px;
	
}
.entry-single p {
	padding: 5px 10px;
}
.post {
	background: url(images/excerpt.png) no-repeat scroll 0 0;
	color: black;
	height: 259px;
	width: 603px;
	float: right;
	padding: 10px 40px 50px 10px;
	margin-right: 100px;
}
.post img {
	float: left;
	margin: 10px;
}
.post img p {
	float: left;
}
.post-single {
	background: url(images/post-top.png) no-repeat top;
	color: black;
	height: auto;
	width: 603px;
	float: right;
	padding: 15px 40px 50px 15px;
	margin-right: 100px;
}
.post-single #first-img {
	float: left;
	margin: 10px 10px 0 10px;
}
#post-bottom {
	background: url(images/post-bottom.png) no-repeat top;
	width: 603px;
	height: 33px;
	padding: 0 40px 0 15px;
	margin-left: -15px;
}


#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	margin-left: 5px;
	color: black; 	
	letter-spacing: -0.03em;
}

#main h1 a:visited, active { 
	color: black;
	text-decoration:none;
}
	
#main-single h1 a:hover { 
	color: #003399;
	text-decoration:none;
}
#main-single h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	margin: 10px 0 0 10px;
	color: black; 	
	letter-spacing: -0.03em;
	display: block;
}
#main-single #single-header-text {
	float: left;
}

#main-single h1 a:visited, active { 
	color: black;
	text-decoration:none;
}
	
#main-single h1 a:hover { 
	color: #003399;
	text-decoration:none;
}
.media {
	background: none;
	width: 358px;
	height: 320px;
	float: left;
	margin-right: 20px;
}
.post-info {
	margin-left: 10px;
	width: 440px;
	float: left;
}

/* sidebar */

.search input {
	border: 3px double #D7D7D7;
	width: 160px;
	font-size: .9em;
	color: #213D54;
	background: #f4f4f4;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	}
#advertisements {
	width: 190px; height: 190px;
	margin: 210px 0 20px 30px;
	overflow: hidden;
}
#advertisements img {
	width: 100%; height: auto;
}
.readmore {
	color: red;
	font-weight: 900;
	font-size: 18px;
	float: right;
	background: white;
}	
#sidebar {	
	background: url(images/bk-bg.png);
	float: left;
	width: 190px;
	margin: 0 0 10px 30px;
	padding: 0;
}
#sidebar li {
	list-style: none;
	color: #707070;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: .9em;
}

#sidebar ul {
	padding: 0px;
	margin: 10px;
	padding: 10px 0;	
	border-top: 1px dotted #A0A0A0;	
	}

#sidebar ul li ul {
	padding: 0px;
	margin: 0px;
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 0px dotted #CCCCCC;	
	}

#sidebar li a:link, #sidebar li a:visited {
	background: url(images/sidebar-link-border.gif) bottom repeat-x;
	text-decoration: none;
	color: white;
	}

#sidebar li a:hover, #sidebar li a:active {
	text-decoration: none;
	color: #CB4721;
	background: none;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em; 
	color: white;
	text-transform: uppercase; 
	font-weight: 900;
	margin-left: 3px;
}
#sidebar form { margin: 0; }
	
#sidebar p {
	margin: 10px 0;
	color: #707070;
	font-size: .9em;
}
#side-search {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: white;
	margin-top: 15px;
}
#user-name {
	padding: 5px;
}

.categories li {	
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 25px;	
	background: url(images/category-icon.gif) no-repeat 4px 6px;
	}
	
.categories ul li {
	background: url(images/subcat-icon.gif) no-repeat 0px 9px;
	padding: 5px 0 0px 12px;
	font-size: 1em !important;
	}

.monthly li {	
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 25px;	
	background: url(images/category-icon.gif) no-repeat 4px 6px;
	}
	
.monthly ul li {
	background: url(images/subcat-icon.gif) no-repeat 0px 9px;
	border-bottom: 0px dotted #CCCCCC;
	padding: 5px 0 0px 12px;
	font-size: 1em !important;
	}

.rss li {	
	list-style: none;
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0px 5px 25px;	
	background: url(images/rss-icon.gif) no-repeat 4px 6px;
	}
	
.rss ul li {
	background: url(images/subcat-icon.gif) no-repeat 0px 9px;
	border-bottom: 0px dotted #CCCCCC;
	padding: 5px 0 0px 12px;
	font-size: 1em !important;
	}

#social-networks {
         background: none;
         width: 400px; height: auto;
         float: left; margin-top: -75px; padding-left: 25px;
}

#social-networks img {
         margin-right: 10px;
         float: left;
		 width: 60px; height: auto;
}




/************** main *******************/
#main {
	margin: -7px 19px 20px 0; 
	padding: 0;		
	width: 780px;
	float: left;	
}
#main-single {
	margin: -15px 19px 20px 0; 
	padding: 0;		
	width: 780px;
	float: left;	
}
/* footer */
#footer {
	clear: both;
	margin: 0; padding: 25px 0;
	font: normal .95em 'Trebuchet MS', Tahoma, sans-serif;
	text-align: left;	
	background: url(images/footerbg.jpg) repeat-x 0% 0%;
	color: #CCC;
}
#footer p {
	margin-left: 0;
}
#footer h2 {
	font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #CC9933;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;		
}
#footer-content a{
	color: #C8935D;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
}
#footer-content ul.columns li {
	border-bottom: 1px dotted #272727;	
	padding: 0px 0px 0px 25px;
	margin:0px;
	background: url(images/tag_yellow.png) no-repeat 4px 9px;
}
#footer-content ul.columns li.top {
	border-top: 1px dotted #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 3em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #CCCCCC;
}
#footer-content ul.columns li a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 590px;
	padding: 0 0 0px 0;			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 200px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange {
	color: #F3A251;
}

.post-footer {
	font-size: 95%;
	border-top: 1px solid #DADADA; 
	border-bottom: 1px solid #DADADA; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.date {
	background: url(images/monthly-icon.gif) no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;
	padding-top:1px;	
}
.comments {
	background: url(images/comment.png) no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
	padding-top:1px;	
}

.comment-body blockquote {
	background: white;
	margin: 10px 0 0 10px;
	padding: 0 0 0 30px;
	font-style: italic;	
	}
	
#main-sponsors .post {
	background: url("images/newtopbg.png") no-repeat scroll left top transparent;
	margin-left: 5px;
	height: 340px; width: 640px;
	padding: 12px 0 0 12px;
	float: none;
	overflow: hidden;
}
#main-sponsors .post table {
	width: 200px;
}
#main-sponsors .post-indv {
	background: url("images/newtopbg.png") no-repeat scroll left top transparent;
	margin-left: 5px;
	height: auto; width: 640px;
	min-height: 260px;
	padding: 12px 0 0 12px;
	float: none;
	overflow: hidden;
}
#main-sponsors .post-indv p {
	margin-bottom: 12px;
}
#main-sponsors .post .entry {
	background: url(images/newbodybg.png) top left repeat-y ;
	height: 240px; width: 600px;
	margin-left: -13px;
	margin-top: 49px;
	padding:0 40px 0 25px;
	color: black;

}
.entry-sngl form {
	margin-bottom: 0;
}
#main-sponsors .post-indv .entry-sngl {
	background: url(images/newbodybg.png) top left repeat-y ;
	height: auto; width: 590px;
	min-height: 260px;
	margin-left: -13px;
	margin-top: 49px;
	padding:0 50px 0 30px;
	color: black;
}
#main-sponsors .post-indv .entry-sngl #first-img {
	float: left;
	margin: 10px 10px 0 10px;
}
#main-sponsors .post-indv .entry-sngl h1 {
	color: black; font-size: 18px;
}
#main-sponsors .post .entry h1{
	color: black;
	font-size: 18px;
}
#main-sponsors .post .entry p {
	padding: 10px 0 0 10px;
}
#main-sponsors .post img {
	display: block;
	float: left;
	height: 180px; width: auto;
}
#main-sponsors #post-bottom {
	background: url(images/newbotbg.png) no-repeat top;
	width: 640px;
	height: 68px;
	margin-left: -15px;
	padding: 0;
}
#main-sponsors .single-header-text {
	float: left; display: block; margin-top: 50px; margin-left: 20px;
}
#main-sponsors .post-info {
	margin: 5px 0 5px 20px;
	width: 600px;
	float: left;
}
#front-logos {
	background: url(images/rz-head.png) no-repeat;
	padding: 30px 2px 0 2px;
	height: 115px; width: 1055px;
	text-align: center;
	margin-top: 0px;
}
#front-logos img {
	display: inline;
	margin: 2px 10px;
}
.main_image {
    width: 400px;
    height: 250px;
    float: left;
    background: #333;
    position: relative;
    overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
    color: #fff;
}
.main_image img {
	width: 100%; height: 100%;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    padding: 5px;
    margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
    font-size: 1em;
    padding: 0 0 0 20px;
    background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
    position: absolute;
    bottom: 0;
    left: 0; /*--Stick the desc class to the bottom of our main image container--*/
    width: 100%; height: 100px;
	overflow: hidden;
    display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
    background: url(btn_collapse.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {background-position: left bottom;}

.image_thumb {
    float: left;
    width: 299px;
    background: #f0f0f0;
    border-right: 1px solid #fff;
    border-top: 1px solid #ccc;
}
.image_thumb img {
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    float: left;
	width: 25%; height: 25%;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li{
    margin: 0;
    padding: 12px 10px;
    background: #f0f0f0 url(nav_a.gif) repeat-x;
    width: 279px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.hover { /*--Hover State--*/
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
    background: #fff;
    cursor: default;
}
html .image_thumb ul li h2 {
    font-size: 14px;
    margin: 5px 0;
    padding: 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
    width: 170px; height: 40px;
	overflow: hidden;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

/******** ROTATOR **********/
#featured{  
		width:800px;  
		padding-right:250px;  
		position:relative;  
		height:280px;  
		margin: 20px auto;
		background: white;
		z-index: 1;
}
#featured ul.ui-tabs-nav{  
	    position:absolute;  
	    top:0; left:800px;  
	    list-style:none;
	    background: black;
	    padding:0; margin:0;  
	    width:250px; height: 280px;
}  
#featured ul.ui-tabs-nav li{  
		font-size: 12px;  
		color: #666; height: 70px;
}  
#featured ul.ui-tabs-nav li span{  
		font-size: 11px; font-family: Verdana;  
		line-height: 18px;  
}  
#featured .ui-tabs-panel{
		width:800px; height: 280px; 
		position:relative;  
        overflow: hidden;  
}  
#featured .ui-tabs-hide {  
		 display:none;
}
#featured li.ui-tabs-nav-item a {
		height: 70px;  
		color: white;  background: black;
		text-decoration: none;
		line-height: 20px;  
		outline: none;  
}  
#featured li.ui-tabs-nav-item a:hover {  
		background: #1B1B1B;
		color: #69d3ff;
}  
#featured li.ui-tabs-selected { 
		background: url('images/selected-item.gif') top left no-repeat;  
}  
  
#featured ul.ui-tabs-nav li.ui-tabs-selected a {  
		background: #1B1B1B;  
}  
#featured ul.ui-tabs-nav li img {  
                height: 50px; width: 50px;
		float: left;
		background: #fff;  
}  
#featured ul.ui-tabs-nav li img {  
	    float:left; margin: 5px;  
	    background:#fff;
		border: 2px solid white;
}
.info p {
      margin: 3px 0;
}
#rotator {
		width: 710px;
		height: 200px;
		background: white;
		float: left;
}
#rotator-info {
		width: 240px;
		height: 260px;
		background: black;
		float: left;
}


/*****CORE CLASSES*****/ 

#index-video { 
position: absolute; 
right: 25px; top: 255px;
overflow: hidden; 
width: 750px; height: 265px; 
margin: 0 0 0 18px; 
padding: 8px 1px 0; 
}
#index-video p {
	background: url("images/bk-bg.png") repeat scroll 0 0 transparent;
	padding: 5px;
	position: absolute;
	top: 0; left: 0;
	width: 250px;
	color: white; font-size: 15px;
	text-transform: uppercase;
}
#index-video p a {
	color: white; font-size: 15px;
	text-transform: uppercase;
}
#index-video img {
	width: 750px; height: auto;
}
.image-reel {
top:0; left: 0px;
position:absolute;
width: 3500px; height: 240px;
overflow: hidden;
}
.image-reel img {
float: left;
width: 450px; height: 239px;
}
#paging {  
	width: 300px; height: 30px;
	position: absolute;
    top: 528px; left: 275px;
}
#paging a {
	background: black; color: white; 
	padding: 2px 4px; margin: 0 3px;
	font-size: 12px;
}  
#paging a.activeSlide {
	background: #00CCFF; color: black;
}

.block {
    margin-left: 10px;
    padding: 0;
    width: 170px; height: 40px;
	overflow: hidden;
}



#tec-events-calendar-header {
	background: #ccc;
}
.tec-tooltip img {
	height: 40%; width: 40%;
	float: left;
	margin-right: 5px;
}
.tec-event-body {
	height: 150px;
	overflow: hidden;
}

.alignleft {
	float: left;
	background: black;
	padding: 0;
}

.alignright {
	float: right; margin-right: 100px;
	background: black;
	padding: 0 5px;
}


/**** Extras ****/ 

.calendar, .calendar thead, .calendar .days-names {
	width: 960px; background: url(images/sidebar.png); padding: 10px;
	color: white;
}
.days-names tr, .days-names td { height: 20px; } 
.calendar tbody { height: 900px }
.calendar table {
	color: white;
}
.eventless-today { color: black; }
.eventless-post { background: #777; color: #676767; }

.eme-calendar-table a { color: red; }

.entry-single table.fullcalendar {
	height: 500px;
}
table.eme-calendar-table thead { height: 30px; }
.entry-single table.eme-calendar-table td.eventful a, table.eme-calendar-table td.eventful-today a { color: #66FFFF; }
.eme-calendar-full table.fullcalendar ul li { font-size: 1em; }

#main-sponsors {
	height: 450px; width: 704px;
}
#main-post-single {
	height: auto; width: 704px;
}
#main-post-single .post-indv .entry-sngl {
	background: url(images/newbodybg.png) top left repeat-y ;
	height: auto; width: 590px;
	min-height: 260px;
	margin-left: -13px;
	margin-top: 49px;
	padding:0 50px 0 30px;
	color: black;
}
#main-post-single #post-bottom {
	background: url(images/newbotbg.png) no-repeat top;
	width: 640px;
	height: 68px;
	margin-left: -15px;
	padding: 0;
}

#content table.fullcalendar td div {
	padding: 2px; background: black;
}
.eventless-today { color: white; }

.more-link {
	display: block; font-size: 18px; text-transform: uppercase; color: red; margin-top: 15px; font-weight: bold;
}

.wrap-MI { padding-bottom: 5px !important; }
