@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #24A1FC;
	font-weight: normal;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px;
}
a {
	color: #FFF;
}
td {
	padding: 3px;
}
ol {
	margin-left: 30px;
	display: block;
}
li {
	margin-bottom: 10px;
}
ul {
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
}


.formInput {
}
#content {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#header {
	background-image: url(images/backgroundHeader.gif);
	background-repeat: no-repeat;
	height: 104px;
	width: 980px;
	position: relative;
}
#logoOverlay {
	position: absolute;
	height: 50px;
	width: 380px;
	left: 10px;
	top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topAdvert {
	border: 1px solid #000;
	position: absolute;
	top: 20px;
	right: 20px;
}

#menuBar {
	background-image: url(images/backgroundMenu.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 980px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
.formInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

#menuBar a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 37px;
	color: #FFF;
	text-decoration: none;
	background-image: url(images/menuDivider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 15px;
	padding-left: 11px;
	display: block;
	float: left;
}
#menuBar a:hover {
	color: #BCE2FE;
}
#loginForm {
	float: left;
	margin-left: 25px;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-top: 5px;
}
#loginForm td {
	padding: 3px;
}
.loginInput {
	color: #333;
	background-image: url(images/backgroundLoginInput.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 101px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
.loginInput input {
	background-image: none;
	width: 88px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 7px;
	color: #333;
}
#carouselBox {
	background-image: url(images/backgroundCarousel.gif);
	background-repeat: no-repeat;
	height: 170px;
	width: 980px;
	margin-bottom: 5px;
}
.stepcarousel{
	position: relative;
	overflow: scroll; /*leave this value alone*/
	width: 920px; /*Width of Carousel Viewer itself*/
	height: 160px; /*Height should enough to fit largest content's height*/
	margin-left: 22px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	padding-top: 10px;
	width: 900px;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*margin around each panel*/
	width: 170px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	border: 2px solid #000;
	height: 120px;
	margin: 10px;
	background-color: #000;
}		
.stepcarousel .panel a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftContent {
	float: left;
	width: 670px;
	margin-left: 3px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 18px;
}
#leftContent p {
	margin-right: 15px;
	margin-left: 15px;
}
#leftContent img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.ps3Small, .xboxSmall, .wiiSmall, .blogSmall, .pspSmall, .dsSmall {
	background-image: url(images/backgroundSmallBox.gif);
	background-repeat: no-repeat;
	height: 207px;
	width: 330px;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-left: 5px;
}
.ps3Small h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	background-image: url(images/ps3SmallHeader.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 36px;
	width: 330px;
}
.ps3Small h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1d96f6;
	font-weight: normal;
	margin-left: 15px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.xboxSmall h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	background-image: url(images/xboxSmallHeader.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 36px;
	width: 330px;
}
.xboxSmall h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #37c72d;
	font-weight: normal;
	margin-left: 15px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.wiiSmall h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	background-image: url(images/wiiSmallHeader.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 36px;
	width: 330px;
	color: #000;
}
.wiiSmall h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	margin-left: 15px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.blogSmall h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	background-image: url(images/egSmallHeader.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 36px;
	width: 330px;
	color: #fff;
}
.blogSmall h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b600fb;
	font-weight: normal;
	margin-left: 15px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.pspSmall h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	background-image: url(images/pspSmallHeader.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 36px;
	width: 330px;
	color: #000;
}
.pspSmall h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	font-weight: normal;
	margin-left: 15px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.dsSmall h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 34px;
	font-weight: normal;
	background-image: url(images/dsSmallHeader.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 36px;
	width: 330px;
	color: #000;
}
.dsSmall h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6CF;
	font-weight: normal;
	margin-left: 15px;
	padding-top: 10px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 15px;
}
.ps3Small p, .xboxSmall p, .wiiSmall p, .blogSmall p, .pspSmall p, .dsSmall p {
	margin-right: 30px;
	margin-left: 20px;
}
.smallImage {
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000;
}
.smallComments {
	position: absolute;
	left: 0px;
	bottom: 10px;
}
.ps3Small .smallComments {
	color: #1d96f6;
}
.xboxSmall .smallComments {
	color: #37c72d;
}
.wiiSmall .smallComments {
	color: #FFF;
}
.blogSmall .smallComments {
	color: #b600fb;
}
.pspSmall .smallComments {
	color: #CCC;
}
.dsSmall .smallComments {
	color: #6cf;
}
.readMore {
	line-height: 23px;
	text-transform: uppercase;
	text-align: center;
	height: 23px;
	width: 101px;
	position: absolute;
	right: 20px;
	bottom: 15px;
	text-decoration: none;
}
.ps3Small .readMore {
	color: #FFF;
	background-image: url(images/ps3ReadMore.gif);
	background-repeat: no-repeat;
}
.xboxSmall .readMore {
	color: #FFF;
	background-image: url(images/xboxReadMore.gif);
	background-repeat: no-repeat;
}
.wiiSmall .readMore {
	color: #000;
	background-image: url(images/wiiReadMore.gif);
	background-repeat: no-repeat;
}
.blogSmall .readMore {
	color: #fff;
	background-image: url(images/egReadMore.gif);
	background-repeat: no-repeat;
}
.pspSmall .readMore {
	color: #000;
	background-image: url(images/pspReadMore.gif);
	background-repeat: no-repeat;
}
.dsSmall .readMore {
	color: #000;
	background-image: url(images/dsReadMore.gif);
	background-repeat: no-repeat;
}
#rightContent {
	float: right;
	width: 293px;
	margin-right: 10px;
}
#searchBox {
	height: 35px;
	width: 293px;
	background-image: url(images/backgroundSideBlue.gif);
	margin-bottom: 5px;
}
#searchForm {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 10px;
	padding-top: 4px;
}
#searchForm td {
	padding: 2px;
}
#searchInput {
	background-image: url(images/backgroundSearchInput.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 170px;
}
#searchInput input {
	background-image: none;
	width: 157px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	font-size: 11px;
	margin-top: 5px;
	margin-left: 7px;
	color: #333;
}
#topMembers {
	background-image: url(images/backgroundTopMembers.gif);
	background-repeat: no-repeat;
	height: 146px;
	width: 293px;
	font-size: 10px;
	margin-bottom: 3px;
}
#topMembers h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 15px;
	text-indent: 10px;
}
#topMembers ol {
	margin-left: 35px;
	line-height: 16px;
	float: left;
}
#topMembers li {
	margin-bottom: 0px;
}

.memberName {
	width: 55px;
	display: block;
}
.memberTotal {
	text-align: right;
	display: block;
	width: 40px;
}
#footer {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	height: 31px;
	background-image: url(images/backgroundFooter.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#copyright {
	float: left;
	margin-left: 15px;
	padding-top: 8px;
}
#footerLinks {
	float: left;
	margin-left: 30px;
	padding-top: 8px;
}
#footerLinks a {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#footerLinks a:hover {
	text-decoration: underline;
}

#LABCreative {
	float: right;
	margin-right: 20px;
	padding-top: 8px;
}
#LABCreative a {
	color: #FFF;
	text-decoration: none;
}
#adminContent {
	font-size: 12px;
	width: 950px;
	margin-left: 10px;
	padding-top: 20px;
}
#adminContent td {
	padding: 3px;
}
#adminContent th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 31px;
	background-image: url(images/backgroundTH.gif);
	background-repeat: repeat-x;
	text-align: left;
	height: 31px;
	padding-left: 3px;
}

.blueInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2057AD;
}

#articleContent {
	width: 670px;
	float: left;
	margin-bottom: 20px;
}
#otherContent {
	width: 260px;
	margin-right: 10px;
	float: right;
}
#otherContent select, #otherContent input {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-top: 15px;
	padding: 3px;
}

.blueHead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	background-image: url(images/blueHeadRight.gif);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 27px;
	width: 100%;
	margin-bottom: 5px;
}
.blueHead span {
	background-image: url(images/blueHeadLeft.gif);
	background-repeat: no-repeat;
	text-indent: 10px;
	display: block;
}
.wiiArticle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #000;
	text-indent: 10px;
	height: 35px;
	width: 640px;
	background-image: url(images/wiiArticle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.ps3Article {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	text-indent: 10px;
	height: 35px;
	width: 640px;
	background-image: url(images/ps3Article.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.xboxArticle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	text-indent: 10px;
	height: 35px;
	width: 640px;
	background-image: url(images/xboxArticle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.egArticle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	text-indent: 10px;
	height: 35px;
	width: 640px;
	background-image: url(images/egArticle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.blogArticle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #fff;
	text-indent: 10px;
	height: 35px;
	width: 640px;
	background-image: url(images/egArticle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.dsArticle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #000;
	text-indent: 10px;
	height: 35px;
	width: 640px;
	background-image: url(images/dsArticle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.pspArticle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	color: #000;
	text-indent: 10px;
	height: 35px;
	width: 640px;
	background-image: url(images/pspArticle.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.commentBox {
	width: 610px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	overflow: auto;
}
.commentBox h2 {
	font-size: 12px;
	line-height: 24px;
	font-weight: normal;
	height: 24px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #FFF;
}
.avatar {
	background: url(avatars/blankAvatar.jpg) no-repeat center center;
	height: 70px;
	width: 70px;
	border: 1px solid #666;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.commentText {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 510px;
	margin-bottom: 10px;
}



body.mceContentBody {
   background: #000;
   text-align: left;
   color: #FFF;
   font-size:12px;
}
.otherIcons {
	position: absolute;
	top: 4px;
	right: 15px;
}
.otherIcons a {
	padding: 0px;
	margin-right: 3px;
	height: 26px;
	width: 26px;
	display: block;
	float: right;
}

.otherIcons a  img{
	border-style: none;
	padding: 0px;
}
#articleHead {
	background: url(images/backgroundArticleHead.gif) repeat;
	height: 111px;
	width: 633px;
	position: relative;
	margin-bottom: 20px;
}
#articleHead h2 {
	height: 55px;
	width: 400px;
	margin-left: 15px;
	padding-top: 10px;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	border-bottom: 1px dashed #FFF;
	margin-bottom: 10px;
}
#articleHead h3 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 15px;
}
#articleHead p {
	position: absolute;
	left: 430px;
	top: 13px;
}
#addThis {
	position: absolute;
	left: 435px;
	top: 75px;
}
