/*
Theme Name: Component
Theme URI: http://www.freewpthemes.net/
Description: A two-column, fixed-width design suitable for personal and small company website.
Version: 1.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: red, fixed width, two columns, widgets

*/


* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0px;
	background: #000000 url(images/background.png) no-repeat fixed left top; 
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

img {
	border: 0px;
}

h1, h2, h3 {
	color: #FFFFFF;
}

h1 {
}

h2 {	
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #ff9600;
}
a:visited {
	text-decoration: none;
	color: #ff9600;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* Wrapper */

#wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
/* Vote */
#vote {
	width: 40px; 
	height: 40px;
	float: left;
	padding: 0px 0px 0px 0;
	text-align: center;
	font-size: 1.8em;
	margin: 0 0 0 -40px;
	position: relative;
	left: 0px; top: 0;
}

/* Social Networks */
#sidebar h2.share {
	margin: 0px;
	padding: 7px 0px 0px 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0e0e0e;
	height: 25px;
}

#sidebar a.share-facebook {
	display:block;
	width:50px;
	height:50px;
	padding:0px 0 0 0;
	margin:0;
	border:none;
	background:url(images/facebook-logo-square-webtreatsetc.png) no-repeat left bottom;
	overflow:hidden;
} 

#sidebar a.share-twitter {
	display:block;
	width:50px;
	height:50px;
	padding:0px 0 0 0;
	margin:0;
	border:none;
	background:url(images/twitter-bird2-square-webtreatsetc.png) no-repeat left bottom;
	overflow:hidden;
}

#addthis {
	width:50px;
	height:50px;
	padding:0px 0 0 0;
	margin:0;
	border:none;
	overflow:hidden;
}

#sidebar a.share-digg {
	display:block;
	width:50px;
	height:50px;
	padding:0px 0 0 0;
	margin:0;
	border:none;
	background:url(images/digg-square-webtreatsetc.png) no-repeat left bottom;
	overflow:hidden;
}

#share-this {
	width: 300px;
	height: 50px;
	color: #FFFFFF;
	background: #030303;
	margin: 0 0 5px 0;
}

/* Header */

#header {
	width: 940px;
	height: 91px;
	margin: 0 auto;
	margin-top: 0px;
	background: #0e0e0e url(images/header.png) no-repeat center top;
}

/* Advertising */

#advertising {
	padding: 5px 0 0 0;
	width: 940px;
	height: 100px;
	background: #0e0e0e url(images/advertising.png) no-repeat center top;
}

/* Logo */

#logo {
	float: left;
	width: 276px;
	height: 91px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: url(images/logo.png) no-repeat left top;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
	margin: -2px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #444444;
}

#logo a {
	text-decoration: none;
	color: #F0F0F0;
}

/* Menu */

#menu {
	width: 940px;
	height: 35px;
	margin: 0 auto;
	margin-bottom: 1px;
	margin-top: 1px;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 0px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu li.xbox360 {
	display: inline;
	text-align: center;
}

#menu li.ps3 {
	display: inline;
	text-align: center;
}

#menu li.psp {
	display: inline;
	text-align: center;
}

#menu li.wii {
	display: inline;
	text-align: center;
}

#menu li.nds {
	display: inline;
	text-align: center;
}

#menu li.pc {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #0e0e0e;
}
#mainnav li.xbox360 ul {
	background: transparent url(../_images/nav_bg.png) repeat-x top left;
	position:absolute;
	margin:27px 0px 0px -120px;
	width:120px;
	left:-999em;
}

#menu a:hover{
	background: #ff9600 url("images/hover.png") bottom center no-repeat;
	color: #000000;
}

#menu li.xbox360 a:hover, #menu.li .xbox360 a, #menu.li .xbox360 a:active {
	background: #5bc20e url("images/hover.png") bottom center no-repeat;
	color: #000000;
}

#menu li.ps3 a:hover, #menu.li .ps3 a {
	background: #d10000 url("images/hover.png") bottom center no-repeat;
	color: #000000;
}

#menu li.psp a:hover, #menu.li .psp a {
	background: #2c90b1 url("images/hover.png") bottom center no-repeat;
	color: #000000;
}

#menu li.wii a:hover, #menu.li .wii a {
	background: #43d1ff url("images/hover.png") bottom center no-repeat;
	color: #000000;
}

#menu li.nds a:hover, #menu.li .nds a {
	background: #00f2a5 url("images/hover.png") bottom center no-repeat;
	color: #000000;
}

#menu li.pc a:hover, #menu.li .pc a {
	background: #a2a2a2 url("images/hover.png") bottom center no-repeat;
	color: #000000;
}


/* Search */

#search {
	height: 51px;
	margin: 0 auto;
	padding: 0px 0px 60px 0px;
}

#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
}

#search-text {
	width: 160px;
	height: 16px;
	padding: 3px 0 3px 5px;
	border: none;
	color: #FFFFFF;
	background: #555555;
}

#search-submit {
	margin-left: 10px;
	padding: 4px 4px;
	border: none;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#page-bgtop {
	padding: 0px 0px 0px 0px;
}

/* Content */

#content {
	float: left;
	width: 630px;
	padding-top: 5px;
}
.post {
	margin: 5px 0px 15px 0px;
	background: #070707;
	color: #FFFFFF;
}
#post-title {
	width: 620px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 12px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	background: url(images/post-title.png) no-repeat center bottom;
}
.postpage .byline2 {
	width: 165px;
	text-align:center;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background: #ff9600;
}
.postpage .entry {
	padding: 5px 5px 5px 5px;
	background: #0e0e0e;
}
.postpage img {
	padding: 5px 5px 5px 5px;
}	
.post .title {
	width: 630px;
	height: 40px;
	margin: 0px;
	padding: 7px 0px 0px 5px;
//	background: url(images/title.png) no-repeat left top;
}

.post .title a {
	padding: 0x 0px 0px 10px;
	text-decoration: none;
	font-weight: normal;
}

.post .entry {
	padding: 5px 5px 5px 5px;
}

.post img {
	float: left;
	padding: 5px 5px 5px 5px;
}

.post .meta {
	text-align: right;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
	background: #030303;
}

.post .byline {
	width: 165px;
	text-align:center;
	float: right;
	margin-top: -39px;
	margin-right: 10px;
	font-size: 12px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 5px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 5px 0 0 0px;
	list-style: normal;
	line-height: normal;
	margin-left: 0px;
}

#sidebar li {
	display: table-row;
	text-align: left;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}



#sidebar h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 160%;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	display: block;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: none;
	color: #ff9600;
}

#sidebar-search {
	width: 300px;
}

#sidebar-title {
	width: 295px;
	height: 29px;
	background: url(images/sidebar-title.png) no-repeat center top;
	color: #ff9600;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding: 8px 0 0 5px;	
	
}

#sidebar-bg {
	width: 280px;
	padding: 0 10px 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	background: url(images/sidebar-background.png) repeat-y center top;
}

#sidebar-botbg {
	width: 300px;
	height: 17px;
	background: url(images/sidebar-botbg.png) no-repeat center top;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 940px;
	height: 200px;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	background: #030303 url(images/footer.png) no-repeat center top;
	color: #FFFFFF;
	font-size: 11px;
}
#footer ul {
  float: left;
  width: 13em;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  background: url(images/devider.png) repeat-y top right
}
#footer li {
  float: left;
  margin: 0;
  padding: 0;
}
#footer ul li
  {
    width: 13em;
  }

#footer p {
	margin: 0 0 10px 0;
	text-align: center;
}

#footer a {
	display: block;
	float: left;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
	color: #ff9600;
}

#comment {
	width: 550px;
	height: 100px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
	font-size: 24px;
	color: #FFFFFF;
}

hr {
	display: none;
}

/*--Main Container--*/
.main_view {
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 630px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border: 0px;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {
	float: left;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	top: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #030303;
	border: 1px solid #070707;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*--Window/Text Overlay--*/
.textoverlay1 {
	width: 630px;
	height: 75px;
	text-align: left;
	z-index: 99;
	position: absolute;
	bottom: 20px;
	background: url(images/textreelbg.png) repeat;
}
.textoverlay2 {
	width: 630px;
	height: 75px;
	text-align: left;
	z-index: 99;
	position: absolute;
	bottom: 20px;
	left: 630px;
	background: url(images/textreelbg.png) repeat;
}
.textoverlay3 {
	width: 630px;
	height: 75px;
	text-align: left;
	z-index: 99;
	position: absolute;
	bottom: 20px;
	left: 1260px;
	background: url(images/textreelbg.png) repeat;
}
.textoverlay4 {
	width: 630px;
	height: 75px;
	text-align: left;
	z-index: 99;
	position: absolute;
	bottom: 20px;
	left: 1890px;
	background: url(images/textreelbg.png) repeat;
}
.title {
	font-size: 24px;
	color: white;
	padding: 5px;
}
.description {
	font-size: 11px;
	color: white;
	padding: 5px;
}
