
/* CSS Document */

/*

Theme Name: eXtv

Description: eXtv Original Site Design

Version: 1.0

Author: Evan Cooper

Tags: eXtv

*/

/* clearing styles */ 
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;  font-family: verdana, arial, helvetica, sans-serif; margin-top: 0px;}

h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:400;}

q:before,q:after{content:'';}

a:focus {outline: none;}

ol,ul,li {list-style:none;}

select,input,textarea{font:99% arial,helvetica ,sans-serif;}

table{border-collapse:collapse;border-spacing:0;font-size:inherit;}

caption,th{text-align:left;}

pre,code{ font:115% monospace; font-size:100%;}

a img, abbr, fieldset, acronym { border:0px}

address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:400;}

/* begin site */

body {
	background: url(images/stripes.png);
	position: relative;
}

a {
	color: white;
	text-decoration: none;
}

#wrapper {
	width: 970px;
	background: url(images/bg-hz.jpg);
	margin: 0% auto;
	overflow: hidden;
	border: 4px solid #E7E4E4;
}

#header {
	width: 970px;
	float: left;
}

#servers {
	float: right;
	margin: 20px;
	}

#servers:hover {
	margin-bottom: -60px;
}

#bottomBanner {
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 1000;
	bottom: 0px;
	background: url(images/bottom-banner-background.png) repeat-x;
}

#chatInput {
	font-size: 0.9em;
	color: #74b5b7;
	padding: 2px 0px 0px 3px;
	font-weight: bold;
}

#chatInput a {
	color: #FFAC40;
}

#ChatInput input {
	width: 160px;
}

#wordspew {
	margin-left: 5px;
}

#searchField {
	width: 127px;
	float: left;
	margin: 12px 2px 7px 9px;
	padding: 0px 5px 0px 9px;
	font-size: 0.7em;
	color: #999;
	background: transparent;
	border: none;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
}

#searchField:focus {
	outline: none;
}

.twtr-bd {
	z-index: 1;
	}

#searchSubmit {
	float: left;
	margin: 5px 0px 5px 5px;
}

#casting {
	width: 450px;
	position: fixed;
	bottom: 0px; 
	left: 35%;
}

/* slideshow styles */

#slider {
	margin-left: 2px;
	width: 625px;
	position:relative;
    background:url(images/loading.gif) no-repeat 50% 50%;
}

#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

.nivo-caption p {
	font-family: 'Droid Sans', sans-serif;
}

.nivo-caption h2 {
	font-size: 1.5em;
	margin-left: 5px;
	font-weight: bold;
	font-family: 'Droid Sans', sans-serif;
}

.nivo-caption a strong {
	color: #ffc052;
}

.nivo-caption a strong:hover {
	text-decoration: underline;
}

.nivo-caption p a {
	color: #ffc052;
}

#slider {
    position:relative;
    width:618px; /* Change this to your images width */
    height:352px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}

/* top nav */ 

ul#topnav {
	z-index:999999;
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	background: url(images/nav_gradient.jpg) repeat-x;
	-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px 4px 15px 0px;
}
ul#topnav li {
	z-index:999999;
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	z-index:999999;
	float: left;
	height: 38px;
	text-indent: -9999px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	width: 88px;
	background: url(images/home_nav.jpg) no-repeat;
	border-right: 1px solid #aaa;
}
ul#topnav a.videos {
	background: url(images/video_nav.jpg) no-repeat;
	width: 96px;
	border-right: 1px solid #aaa;
}
ul#topnav a.livefeed {
	background: url(images/live_feed_nav.jpg) no-repeat;
	width: 110px;
	border-right: 1px solid #aaa;
}
ul#topnav a.articles {
	background: url(images/articles_nav.jpg) no-repeat;
	width: 104px;
	border-right: 1px solid #aaa;
}
ul#topnav a.forums {
	background: url(images/forums_nav.jpg) no-repeat;
	width: 101px;
	border-right: 1px solid #aaa;
}

ul#topnav a.clips {
	background: url(images/clips_nav.jpg) no-repeat;
	width: 138px;
	border-right: 1px solid #aaa;
}

ul#topnav a.more {
	background: url(images/more_nav.jpg) no-repeat;
	width: 101px;
	border-right: 1px solid #aaa;
}

ul#topnav li.search {
	background: url(images/search-bar.png) no-repeat ;
	width: 220px;
	height: 38px;
	margin-left: 5px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 38px; left: 0;
	z-index:999999;
	background: url(images/nav-bg.png) repeat;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}

ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	z-index:999999;
	list-style: none;
	margin: 0; padding: 0;
	width: 200px;
	float: left;
	padding: 70px 0px 30px 30px;
	min-height: 130px;
	margin-top: 15px;
}
ul#topnav .sub ul li {
	z-index:999999;
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-weight: normal;
}
ul#topnav .sub ul li h2  { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	font-weight: bold;
	color: #000000;
	font-size: 0.9em;
	text-indent: 0px;
}
ul#topnav .sub ul li a {
	z-index:999999;
	float: none;
	height: auto; /*--Override height from parent list item--*/
	background: url(images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #444;
	font-weight: bold;
	font-size: 0.75em;
	text-indent: 0px;
	font-family: 'Droid Sans', sans-serif;

}
ul#topnav .sub ul li a:hover {
	color: #888;
	margin-left: 3px;
	background-position: 5px 12px ;/*--Override background position--*/
}

ul.tf2 {
	z-index:999999;
	background: url(images/tf2-menu.png) no-repeat;
}

ul.quake {
	z-index:999999;
	background: url(images/quake-nav.png) no-repeat;
}

ul.cstrike {
	z-index:999999;
	background: url(images/cstrike-bg.png) no-repeat;
}

ul#topnav li .sub ul.more {
	z-index:999999;
	background: url(images/more.png) no-repeat;
	margin-top: 0;
	padding-top: 20px;
	min-height: 230px;
}

#navAds {
	width: 173px;
	float: left;
	clear: left;
}

#navAds img {
	padding: 0;
	margin: 0;
	float: left;
}

#ads {
	width: 163px;
	float: left;
	padding: 20px 0px 0px 5px;
}

#adsNarrow {
	width: 163px;
	float: left;
	padding: 20px 0px 0px 3px;
}

#centerStage{
	min-height: 384px;
	width: 624px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.divider {
	width: 624px;
	clear: left;
	float: left;
}

.post {
	 min-height: 140px;
	 width: 616px;
	 float: left;
	 clear: left;
	 margin: 0px 0px 0px 5px;
	 border-bottom: solid 1px #e7e4e4;
	 background: url(images/gradient.png) repeat-x;
}

.random {
	position: absolute; 
	right: 0px;
	top: 0px;
}

.post:hover {
	background: url(images/gradient2.png) bottom repeat-x;
	border-top: solid 1px #e7e4e4;
}

.post img {
	width: 135px;
	float: left; 
	margin: 15px;
}

.summary {
	float: left;
	width: 385px;
}

.summary h2 a {
	width: 385px;
	font-size: 1.1em;
	font-weight: bold;
	float: left; 
	margin: 15px 10px 5px 10px; 
	display: block;
	color: #74b5b7;
}

.summary p {
	line-height: 1.4em;
	width: 410px;
	float: left; 
	margin: 0px 0px 10px 10px;
	display: block;
	font-size: 13px;
	color: #333;
}

.rightSide {
	width: 165px;
	float: left;
	margin: 0px 0px 0px 3px;
}

.rightSide img {
	padding: 0;
	margin: 0;
	float: left;
}

#footer {
	width: 970px;
	margin: 0% auto;
	height: 195px;
}

#footer p {
	float: left;
	width: 400px; 
	margin: 26px 0px 0px 268px;
	line-height: 1.3em;
	font-size: .9em;
	color: gray;
}

#footer p strong {
	margin: 0px 10px 0px 0px;
	font-size: 1.2em;
	display: block;
	color: gray;
}

#sitemap {
	color: #74b5b7;
	clear: left;
	float: left;
	width: 400px; 
	margin: 10px 0px 0px 268px;
}

#sitemap li {
	float: left;
	margin: 3px;
	font-size: .8em;
}

#sitemap li a {
	color: #74b5b7;
	font-weight: bold;
}

#frog {
	width: 910px;
	height: 195px;
	float: left; 
	margin: 0px 0px 0px 115px;
	background: url(images/footer2.jpg) no-repeat;
}

h1 {
	margin:0px 0px 3px 10px;
	font-size:26px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #74b5b7;
	font-weight: bold;
	line-height:39px;
	letter-spacing:-1px;
	padding: 10px 0px 10px 0px;
}
.videoThumbRow {
	width: 602px;
	float: left;
	clear: left;
	margin: 10px 0px 0px 5px;	
}

.videoThumb {
	margin: 5px 0px 0px 5px;
	width: 150px;
	float: left;
}

.videoThumb img {
	width: 135px;
	margin: 5px 0px 0px 7px;
	float: left;
	cursor:pointer;
}

.videoThumb h2 {
	width: 135px;
	margin: 5px 0px 5px 12px;
	float: left;
	font-size: 13px;
	color: black;
}

.videoThumb h2 a {
	color: black;
}

.videoThumb p {
	width: 129px;
	margin: 0px 0px 5px 7px;
	padding: 6px 0px 6px 6px;
	float: left;
	font-size: 0.7em; 
	color: white;
	background-color: black;
	display: block;
	background-color: #74b5b7;
}

.videoThumb a {
	color: #74b5b7;
}

.youtube-player {
	z-index: 100;
}

.block {
	background-color:#4aaaee;
	margin-bottom:20px;
	position:relative;
}

.block_inside {
	float: left;
	color: #222222;
	display:block; 
	width: 590px;
	padding: 10px;
	overflow:auto;
	margin: 0px 0px 0px 8px;
}

.block_inside a {
	color: #74b5b7;
}

.block_inside a:hover {
	color: #74b5b7;
	text-decoration: underline;
}

.block_inside p { 
	margin: 10px 0px 10px 0px;
	line-height: 1.5em;
	font-size: 14px;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

#content_area .separator {
	margin-top:20px;
	padding-top:20px;
}

#content_area .biggap {
	margin-top:15px;
	padding-top:15px;
}

.block_inside blockquote {
	background: url(images/block-quote.jpg) no-repeat;
	border:1px solid #acc7da;
	background-color:#ebf1f6;
	margin:0px;
	padding:5px 20px 5px 20px;
	margin-bottom:20px;	
	color:#465c6b;
	width: 550px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11.5px;
}

.block_inside pre.code {
	border-top:1px solid #acacac;
	border-bottom:1px solid #acacac;
	background-color:#ebebeb;
	margin:0px;
	padding:20px;
	padding-bottom:13px;	
	margin-bottom:20px;	
	font-size:10px;
	font-family:Monaco, "Courier New", Courier, monospace;	
}

.block_inside h1 {
	margin:0px 0px 3px 0px;
	font-size:26px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #74b5b7;
	font-weight: bold;
	line-height:39px;
	letter-spacing:-1px;
	padding: 0px;
}

.block_inside h2 {
	margin:0px 0px 3px 0px;
	font-size:26px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #74b5b7;
	font-weight: bold;
	line-height:39px;
	letter-spacing:-1px;
}

.block_inside h3 {
	margin:10px 0px 5px 0px;
	font-size:20px;
	line-height:21px;
	font-family:Verdana, Helvetica, Arial, Sans-serif;
	color:#000000;
}

.block_inside h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
	font-size:16px;		
}

.block_inside h5 {
	color:#007de2;
	margin:0px 0px 0px 0px;
	font-size:12px;			
}

.input, textarea, select {
	border:1px solid #e5e5e5;
	padding:4px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

#sidebarBlog .addthis_button img{
	margin: 20px 20px 20px 50px;
}

/*	Comment-Styles */

#comments_template {
	margin-top:10px;
	width: 607px;
	margin-left: 10px;
	float: left;	
}

#comments_template a {
	color: #FFAC40;
}

.comment-meta a {
	color: #74b5b7;
}

ol#comments {
	margin:0px;
	padding:0px;
	margin-top:20px;
}

ol#comments li {
	margin:0px;
	padding:0px;
	position:relative;
	padding-left:60px;
	list-style:none;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: solid 1px #e7e4e4;
  	background: url(images/gradient.png) repeat-x;
}

ol#comments .avatar {
	position:absolute;
	top:0px;
	left:0px;
}

ol#comments small a {
	font-weight:normal;
	color:#999999;
}

ol.commentlist li {
	border-bottom: solid 1px #e7e4e4;
  	background: url(images/gradient.png) repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	overflow: hidden;
}

ol.commentlist li.odd { 
background: url(images/gradient.png) repeat-x;
} 

ol.commentlist li.even { 
background: url(images/gradient.png) repeat-x;
}

ul.commentlist {
	margin:0px 0px 00px 0px;
	padding:0px;
	border:5px solid #dedede;
}

ul.commentlist li {
	margin:0px;
	padding:10px 0px 20px 60px;
	position:relative;
	list-style:none;
	border:1px solid #dedede;
	border-bottom:0px;
	background:#ffffff url(images/background_block_slice.jpg) repeat-x;
	background-position:1px 1px;
}

ul.commentlist .avatar {
	position:absolute;
	top:10px;
	left:10px;
	border:1px solid #dedede;
}

ul.commentlist .commentmetadata {
	display:none;
}

ul.commentlist ul  {
	margin:20px 0px 20px 0px;
	padding:0px;
}

ul.commentlist ul li {
	border:0px;
	background-color:#ffffff;
	overflow:auto;
	background-image:none;
	padding-bottom:0px;
}

cite.fn {
	color: #f9b863;
	font-weight: bolder;
}

cite.fn a {
	color: #f9b863;
	font-weight: bolder;
}

#comments {
	font-size: 1.2em;
	color: #74b5b7;
	font-weight: bolder;
	margin-bottom: 15px;
}

#respond {
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 10px 10px;
	color: #74b5b7;
	font-weight: bolder;
	font-size: 1.2em;
	background-color: transparent;
	background-image: url(http://www.extelevision.com/wp-content/uploads/2010/07/mic.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
}

#respond a {
	color: #f9b863;
}

#respond textarea {
	margin-top: 10px;
	margin-bottom: 10px;
}

#respond p {
	color: #f9b863;
}

#respond h3 {
	color: #74b5b7;
	font-weight: bolder;
	margin-bottom: 15px;
}

.reply {
	font-size: 0.8em;	
}

.comment-reply-link {
	color: #de993f;
}

.comment-meta {
	font-size: 0.8em;
}

.comment-meta a{
	text-decoration: none;
}

.comment-body p {
	margin: 15px 0px 15px 15px;
}

#blogHeader {
	clear: both;
	float: left;
	width: 192px;
	margin: 20px 0px 0px 404px;
}

#posts_navigation {
	float: left;
	margin: 10px 10px 10px 18px;
}

.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #DDD;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	float: right; 
	margin: 0 0 1em 1em;
}

img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

a img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0px;
	padding: 0px 4px 5px;
}

#commentLeaver a {
	font-size: 0.8em;
	margin: 20px 30px 0px 0px;
	padding: 0px;
}

#commentLeaver {
	float: right;
}

/* simple overlay for videos */

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	cursor:pointer;
	min-height:200px;
	border:1px solid #666;
	top: 110px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(http://www.neontrust.com/close.png);
	position:absolute;
	right:-30px;
	top:-30px;
	cursor:pointer;
	height:35px;
	width:35px;
	z-index:1000000000;
}

#wp_page_numbers {
float: left;
margin: 0px 0px 0px 1px;
}

#upcoming-events {
	padding: 5px 7px 10px 7px;
	background: #EEE;
	width: 165px;
	color: white;
	margin-bottom: 10px;
}

#upcoming-events strong {
	font-size: 11px;
}

#upcoming-events span {
	font-size: 10px;
}

#upcoming-events li {
	padding-top: 5px;
}

#upcoming-events li a {
	color: #74B5B7;
}

#upcoming-events li a:hover {
	color: orange;
	text-decoration: underline;
}

#upcoming-events li:first-child {
	padding-top: 0px;
}

.socialmedia-buttons {
	position: fixed;
	left: 20px;
	top: 5px;
	width: 50px;
}

.socialmedia-buttons img {
	margin: 5px 0px 5px 0px;
}

#leaderboardHolder {
	width: 100%;
	background: black;
}

#leaderboard {
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	width: 720px;
}

.details {
	clear: left;
	float: left;
}
