/* Lets Begin With Some Basics */
html, body {
font-size: 12px;
font: 12px Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
color: #4A4A4A;
background: #000000;

line-height: 1.2em;
}

small {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10px;
line-height: 1.5em;
}

h1, h2, h3 {
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-weight: bold;
}

h1 {
font-size: 4em;
text-align: center;
}

h2 {
font-size: 1.6em;
}

h2.pagetitle {
margin: 0;
}

h3 {
font-size: 1.3em;
}

acronym, abbr, span.caps
{
font-size: 0.9em;
letter-spacing: .07em;
}

a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover {
color: #565050;
text-decoration: underline;
}

.clear {
clear: both;
}

p img {
padding: 0;
max-width: 100%;
}

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

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}

p {
margin: 0 0 10px 0;
}
/* And... Moving On */

/* Begin Header */
#header {
width: 980px;
margin: 0px auto;
height: 70px;
padding: 15px 0 0 0;
}

#headleft {
width: 300px;
float: left;
}

#headright {
width: 300px;
float: right;
text-align: right;
}

#headright ul {
list-style: none;
}

#headright li {
display: inline;
margin: 0 0 0 15px;
}

#searchwrap {
background:none;
height:31px;
margin:15px 0 0 0;
float:right;
background: url(images/searchbg.jpg) top left no-repeat;
}

#searchwrap input{
vertical-align:middle;
background:none;
color:#0c0c0c;
font-family:arial,helvetica,verdana,sans-serif;
}

#searchwrap #s{
font-size:14px;
border:none;
padding:4px 4px;
margin-right:3px;
width:200px;
}

#searchwrapdate {
background:none;
height:31px;
margin:15px 0 15px 3px ;
float:right;
background: url(images/searchbgdate.png) top left no-repeat;
}

#searchwrapdate input{
vertical-align:middle;
background:none;
color:#0c0c0c;
font-family:arial,helvetica,verdana,sans-serif;
}

#searchwrapdate #s{
font-size:12px;
border:none;
padding:4px 4px;
margin-right:3px;
width:80px;
}
/* End Header */

/* Begin Content Slider */
#featured {
width: 100%;
float: left;
height: 365px;
background: url(images/sliderbg.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideo {
width: 100%;
float: left;
background: #000000 url(images/videobgtop.jpg) top left repeat-x;
padding: 15px 0 0 0;
}

#thevideoinside {
width: 100%;
float: left;
background: url(images/videobgbottom.jpg) bottom left repeat-x;
position: static;
padding: 0 0 15px 0;
min-height: 350px;
}

#videoembed {
margin: 0px auto;
width: 980px;
text-align: center;
}

.watchnow {
position: absolute;
top: 250px;
left: 560px;
width: 180px;
height: 29px;
background: url(images/watchnow.jpg) top left no-repeat;
cursor: pointer;
}

.watchnow:hover {
background: url(images/watchnowover.jpg) top left no-repeat;
}

.insert {
width: 180px;
height: 350px;
background: url(images/insertbg.png) top left no-repeat;
margin: 0 0 0 550px;
color: #FFFFFF;
padding: 10px;
line-height: 1.2em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:hover, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}
/* End Content Slider */

/* Begin Entry Lists */
html>body .entry ul {
margin-left: 0px;
padding: 0 0 0 30px;
list-style: none;
padding-left: 10px;
text-indent: -10px;
}


html>body .entry li {
margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
padding: 8px;
content: "\00BB \0020";
}

.entry ol {
padding: 0 0 0 35px;
margin: 0;
}

.entry ol li {
margin: 0;
padding: 0;
}
.postmetadata ul, .postmetadata li {
display: inline;
list-style-type: none;
list-style-image: none;
}


/* End Entry Lists */

/* Begin Main Content */
#contentwrap {
width: 100%;
background: #000000;
border-bottom: 1px solid #282828;
float: left;
}

#pagewrap {
width: 100%;
background: #000000;
border-bottom: 1px solid #1e1e1e;
float: left;
}

#content {
width: 980px;
margin: 0px auto;
padding: 2px 0 15px 0;
}

#menubar {
width: 980px;
height: 45px;
background: url(images/menubarbg.jpg) top left no-repeat;
}

#subscribe {
width: 30px;
height: 30px;
float: right;
margin: 1px 2px 0 0;
background: url(images/rss.gif) top left no-repeat;
cursor: pointer;
}

#subscribe:hover {
background: url(images/rssover.gif) top left no-repeat;
}

#subscribe ul {
list-style: none;
margin: -5px 0 0 0;	
}

#subscribe li {
display: inline;
}

#pagenav {
float: left;
margin: 0 10px 15px 0;
width: 653px;
text-align: right;
}
/* End Main Content */

/* Begin Categories List */
ul, li {
margin:0;
border:0;
padding:0;
list-style:none;
}

#catlist {
font-size:14px;
padding:0px;
height:28px;
padding: 7px 0 0 10px;
float: left;
}

#catlist .menu li {
background:url(images/lm.gif) left top no-repeat;
height:28px;
float:left;
margin-right:10px;
}

#catlist .menu li a {
color:#1F1D1D;
text-decoration:none;
padding:0 10px;
height:28px;
line-height:28px;
display:block;
float:left;
padding:0 26px 0 10px;
background:url(images/rm.gif) right top no-repeat;
width:200px;
}

#catlist .menu li a:hover {
color:#565050;
}

#catlist ul .submenu {
border-top:none;
background: url(images/menubg.png) top left repeat;
position:relative;
width:235px;
padding:6px 0;
clear:both;
z-index:2;
display:none;
}

#catlist ul .submenu li {
background:none;
display:block;
float:none;
margin:0 6px;
border:0;
height:auto;
line-height:normal;
border-top:solid 1px #B6B6B6;
}

#catlist .submenu li a {
background:none;
display:block;
float:none;
padding:6px 11px;
margin:0;
border:0;
height:auto;
line-height:normal;
}

#catlist .submenu li a:hover{
}
/* End Categories List */

/* Begin Video Gallery */
#videogallery {
width: 670px;
float: left;
margin: 0px 0 10px 0;

}

#videogallerygenre {
width: 100%;
float: left;
margin: 0px 0 10px 0;

}

/** 
#videogallery a:link, #videogallery a:visited {
color: #1F1D1D;
}

#videogallery a:hover {
color: #FFFFFF;
}
**/

#bloglist {
width: 670px;
float: left;
margin: 10px 0 10px 0;
}

.videoitem {
width: 192px;
height: 245px;
float: left;
background: url(images/itembg.jpg) top left no-repeat;
margin: 0 5px 0 0;
padding: 9px;
}

.ratings {
float: left;
width: 171px;
height: 25px;
margin: 1px 0 0 0;
}



.thumbnail {
float: left;
margin: 5px 0 0 0;
width: 192px;
height: 120px;
padding: 0px;
overflow: hidden;
}

img.thumb { 
width: 1024px;
height: 120px;
}

a:hover img.thumb {
width: 192px;
height: 120px;
}

h2.itemtitle {
font-size: 14px;
margin: 15px 0 0 -5px;
padding: 0;
font-weight: normal;
display: block;
float: left;
width: 210px;
}

p.itemdesc {
font-size: 10px;
color: #565050;
width: 205px;
float: left;
margin: 0 0 5px -5px;
padding: 0;
}

.gallerydate {
color: #999191;
width: 205px;
float: left;
margin: 0 0 0 -5px;
}

#videodets {
width: 653px;
float: left;
background-color: #050505;

border: 1px solid #131313;
margin: 0px 0 10px 0;
padding: 10px 0 10px 10px;
}

#postcontent {
width: 653px;
float: left;
background-color:#000000;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
}

#postcomments {
width: 653px;
float: left;
margin: 0 0 10px 0;
padding: 0 0 10px 0;
overflow: hidden;
}

#videodets h2 {
padding: 0;
margin: 0 0 10px 0;
}

.itemlinks {
margin: 5px 0 5px 0;
padding: 0;
}

.itemlinks a:link, .itemlinks a:visited {
color: #565050;
}

.smalllinks a:link, .smalllinks a:visited {
color: #999191;
}

.smalllinks {
color: #999191;
}

#postinfo {
width: 600px;
float: left;
}

#singlethumb {
width: 190px;
float: right;
background: url(images/singlethumb.jpg) top left no-repeat;
padding: 9px 10px 10px 10px;
}

#singlethumbnail {
float: right;
margin: 0;
width: 190px;
height: 120px;
padding: 0px;
overflow: hidden;
}
/* End Video Gallery */

/* Begin Blog and Page Items */
.blogitem {
width: 653px;
float: left;
border-bottom: 1px solid #5A5A5A;
margin: 10px 0 10px 0;
padding: 0 0 10px 0;
}

.pageitem {
width: 900px;
float: left;
margin: 10px 0 10px 0;
}

.blogcontent {
width: 900px;
float: left;
margin: 10px 0 0 0;
}

.blogitem h2, .pageitem h2 {
font-size: 18px;
font-weight: normal;
padding: 0;
margin: 0 0 5px 0;
}
/* End Blog and Page Items */

#contentright {
padding-top:23px;
}

/* Begin Sidebar */
#sidebar {
width: 300px;
float: left;
color: #999999;
font-size: 11px;
line-height: 1.2em;
}


#sidebar h3 {
margin: 10px 0 0 8px;
padding: 0;
font-size: 14px;
}

#sidebar h4 {
margin: 0;
padding: 0;
font-size: 13px;
font-weight: normal;
}

.blockhead {
border-top: 1px solid #131313;
border-left: 1px solid #131313;
border-right: 1px solid #131313;
width: 284px;
float: left;
margin: 0 0 0px 0;
padding: 8px;
background: #050505;
}

.blockhead h3{
border-bottom: 1px solid #ffba00;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

.block {
width: 284px;
float: left;
margin: 0 0 20px 0;
padding: 8px;
background: #050505;
border-bottom: 1px solid #131313;
border-left: 1px solid #131313;
border-right: 1px solid #131313;
}

.sideblog {
margin: 0 0 8px 0;
padding: 0 0 8px 0;
border-bottom: 1px solid #ffba00;
}


/* End Sidebar */

/* Begin Comments*/

.commentblock {
	margin-top: 40px;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	margin-bottom: 15px;
	float: left;
}

li .author {
	width: 125px;
	padding-right: 20px;
	float: left;
	font-size: 1.2em;
	text-align: right;
	background: transparent url(images/main_comment_flecha.gif) no-repeat top right;
	clear: both;
}

li.alt .author {
	background: transparent url(images/main_comment_flecha_alt.gif) no-repeat top right;
}

li .author .gravatar {
	float: right;
	padding-left: 5px;
	background: none;
}

li .author small.commentmetadata {
	margin-right: 3px;
	font-size: 0.7em;
}

li .comentario {
	width: 345px;
	float: left;
	background: transparent url(images/main_comment_back.gif) no-repeat top left;
	overflow: hidden;
}

li .comentario .comentario_inner {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0 15px 15px 15px;
	background: transparent url(images/main_comment_back.gif) no-repeat bottom left;
	font-size: 1.1em;
	line-height: 1.5em;
	color:#fff;
}

li.alt .comentario {
	background: transparent url(images/main_comment_back_alt.gif) no-repeat top left;
}

li.alt .comentario .comentario_inner {
	background: transparent url(images/main_comment_back_alt.gif) no-repeat bottom left;
}

ol.commentlist li .comentario_inner a {
	background-color: #000;
	padding: 0 3px;
	border-right: 1px solid #252525;
	border-bottom: 1px solid #252525;
}


#commentform input {
 background-color: #2c2c2c;
 color: #ffffff; 
border: 1px solid #4c4c4c;
}

#commentform textarea {
 background-color: #2c2c2c;
 color: #ffffff; 
border: 1px solid #4c4c4c;
}
/* End Comments */

/* Begin Sidebar */

/* End Sidebar */

/* Begin Various Tags and Classes */
acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}
/* End Various Tags and Classes*/

/* Begin Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

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

/* Begin Footer */
#footer {
width: 980px;
margin: 0px auto;
padding: 5px 0 50px 0;
clear: both;
}

#footer a:link, #footer a:visited {
color: #565050;
}

#footer small {
color: #999191;
}

.galleryitem {
width: 200px;
height: 225px;
float: left;
margin: 0 20px 20px 0;
background: #0a0a0a;
font-size: 11px;
line-height: 1.2em;
}

.galleryitem h3 {
font-size: 12px;
padding: 5px 5px 0 5px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #FFFFFF;
}

* + html .galleryitem h3 {
padding: 2px 5px 0 5px;
}

.galleryitem p {
margin: 0 5px 0 5px;
}

.galleryitemgenre {
width: 137px;
height: 200px;
float:left;
margin: 0 15px 20px 0;
background: #000000;
font-size: 11px;
line-height: 1.2em;
border-style:dotted;
border-width:1px;
}

.galleryitemgenre img{
padding-left:20px;
}
.galleryitemgenre h3 a{
font-size: 12px;
padding: 5px 5px 0 5px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;

font-weight: bold;
color: #fff;
}

* + html .galleryitemgenre h3 {
padding: 2px 5px 0 5px;
}



.galleryitemgenre p {
margin: 0 5px 0 5px;
}


.galleryitemhome {
width: 200px;
height: 192px;
float: left;
margin: 0 20px 20px 0;
background: #0a0a0a;
font-size: 11px;
line-height: 1.2em;
}

.galleryitemhome h3 {
font-size: 12px;
padding: 5px 5px 0 5px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: normal;
color: #FFFFFF;
}

* + html .galleryitemhome h3 {
padding: 2px 5px 0 5px;
}

.galleryitemhome p {
margin: 0 5px 0 5px;
}


.commentsnumber {
background: url(images/comments-dark.jpg) top left no-repeat;
width: 25px;
height: 20px;
margin: 10px 5px 5px 0;
text-align: center;
float: right;
}

.commentsnumber a:link, .commentsnumber a:visited {
color: #0a0a0a;
}

.commentsnumber a:hover {
color: #757575;
}

.widgetblock {
width: 284px;
float: left;
margin: 0 0 20px 0;
padding: 8px;
	border: 1px solid #131313;
	background-color: #050505;
}

.widgetblock h3 {
border-bottom: 1px solid #ffba00;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}


#sidebar ul {
padding: 4px;
}

#sidebar ul li { background-color:#050505;

border-color:#050505 #050505 #2d2d2d #050505;
margin:0;
padding:.5em;
zoom: 1;
} 






h1.pagetitle, h2.pagetitle {
margin: 0 20px 0 0;
	padding-bottom: 7px;
	font-size: 2.6em;
	line-height: 1.1em;
	}



		#metadata {
float: left;
	margin-top: 15px;
}

#metadata ul {
	
}

#metadata ul li {
	display: inline;
	float: left;
}

#metadata ul li a {
	display: block;
	height: 37px;
	text-indent: -9999px;
}

		a.gamer, .gamer_li {
	width: 87px;
	background: transparent url(images/gamesbutton.gif) no-repeat top left;
}

a.tvshow, .tvshow_li {
	width: 120px;
	background: transparent url(images/tvshowbutton.gif) no-repeat top left;
}

a.anime, .anime_li {
	width: 103px;
	background: transparent url(images/animebutton.gif) no-repeat top left;
}

.linkedin_li {
	margin-right: 20px;
}


#metadata ul li {
	background-position: bottom left;
}

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
 background-color: #2c2c2c;
 color: #ffffff; 
border: 1px solid #4c4c4c;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
 background-color: #2c2c2c;
 color: #ffffff; 
border: 1px solid #4c4c4c; 


}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}

#mdata	{color:#CCCCCC;margin-right:12px;; padding:10px 12px; min-height:auto; overflow:auto; display:block; background:url('images/bg1.gif') top left repeat-x; background-color:#0c0c0c; border-bottom:none;}
#mdata img	{float:left; padding:3px; border:1px solid #0f0f0f;}
#mdata div	{float:right; display:block; margin:0; padding:0; width:480px; text-align:left; margin-top:3px; text-align:justify;}
#mdata h1	{margin:0; padding:0; font-size:15px; font-weight:bold; margin-bottom:15px;}
#mdata h1 a	{text-decoration:underline; font-size:16px;}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #0a0a0a;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #0a0a0a;
 border-bottom: none;
 background: #0a0a0a;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #CCC; }
ul.tabbernav li a:visited { color: #CCC; }

ul.tabbernav li a:hover
{
 color: #ccc;
 background: #121010;
 border-color: #121010;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 color: #000;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #000;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


.cat_post li A:visited {
text-decoration:line-through
}

.cat_post li A:hover {
text-decoration:none
}

  .topbar {
  background-image:url('images/topbar.png');
 background-color:#000000;
padding-top:5px;
padding-bottom:5px;
padding-right:200px;
padding-left:150px;
height:30px;
z-index:2; 
position:relative;
}


.maintable{font-size:inherit;margin-bottom:2em;border-bottom:1px solid #494949;border-collapse:collapse;}.maintable th a{color:#fff;}.maintable tr.d{background-color:#f0f1f2;}.maintable tr:hover,.maintable tr.hovered{background-color:#66cc33;}.maintable th,.maintable td{padding:0 .3em;}.maintable th{color:#fff;line-height:1.8em;background-color:#242424;border:1px solid #494949;}.maintable td{line-height:1.6em;border-left:1px solid #494949;border-right:1px solid #494949;}.maintable td a{color:#000;text-decoration:none;}.maintable td a:visited{color:#333333;text-decoration:line-through;}.maintable td a:hover{text-decoration:underline;}.maintable img{vertical-align:top;margin-top:.45em;}.maintable .n{font-weight:bold;}.maintable .dl{float:left;margin-right:.3em;}.maintable .ti{float:right;margin-left:.3em;}.maintable .ti.com{margin-left:.6em;}.maintable a:hover .ut{border-color:transparent;}* html .maintable a:hover .ut{border-width:0;}.maintable small{visibility:hidden;font-size:80%;vertical-align:middle;}.maintable tr:hover small,.maintable tr.hovered small{visibility:visible;}.maintable .fr img{margin-right:.4em;margin-bottom:.45em;}.maintable .fr .title{font-size:130%;line-height:1.6em;}.maintable .fr .description{color:#444;line-height:1.3em;}