@charset "utf-8";
/* CSS Document */
body {
	color: #000000;
	background-color: #C5C1C6;
	background: #C5C1C6; /* Old browsers */
	background: url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -moz-linear-gradient(top, #C5C1C6 0%, #efefef 100%); /* FF3.6+ */
	background: url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5C1C6), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -webkit-linear-gradient(top, #C5C1C6 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */

	background: url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -ms-linear-gradient(top, #C5C1C6 0%,#efefef 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C5C1C6', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	background: url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, linear-gradient(top, #C5C1C6 0%,#efefef 100%); /* W3C */
}
a:link, a:visited, a:active {
	color: #141F07;
}
a:hover {
	color: #670E7A;
}
input {
	border-radius: 5px 5px 5px 5px;	
}
#NavBar input {
    height: 10px;
}
#NavBar button {
	background-color: #8CC63F;
	color: white;
	border: 1px solid black;
	border-radius: 2px 10px 2px 10px;
}
span.subtext {
	font-size: 12px;	
}

div.Container {
	background-color: #4E4D4D;
}

div#FullPage {

}

div#FullPageBACKUP {
	
	background: #2E572C; /* Old browsers */
	background: url('/themes/gamegeex2/images/curcuitlines.png') no-repeat center top, url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -moz-linear-gradient(top, #2E572C 0%, #F0F6E6 100%); /* FF3.6+ */
	background: url('/themes/gamegeex2/images/curcuitlines.png') no-repeat center top, url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2E572C), color-stop(100%,#F0F6E6)); /* Chrome,Safari4+ */
	background: url('/themes/gamegeex2/images/curcuitlines.png') no-repeat center top, url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -webkit-linear-gradient(top, #2E572C 0%,#F0F6E6 100%); /* Chrome10+,Safari5.1+ */
	background: url('/themes/gamegeex2/images/curcuitlines.png') no-repeat center top, url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -o-linear-gradient(top, #2E572C 0%,#F0F6E6 100%); /* Opera11.10+ */
	background: url('/themes/gamegeex2/images/curcuitlines.png') no-repeat center top, url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, -ms-linear-gradient(top, #2E572C 0%,#F0F6E6 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2E572C', endColorstr='#F0F6E6',GradientType=0 ); /* IE6-9 */
	background: url('/themes/gamegeex2/images/curcuitlines.png') no-repeat center top, url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat, linear-gradient(top, #2E572C 0%,#F0F6E6 100%); /* W3C */
}
div#ContentArea {
	border-radius: 5px 5px 5px 5px;
	border: 2px solid #8CC63F;	
	background-color: #F0F6E6;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;

}

/* Header stuff */
div#Header {
	background-color: #F0F6E6;
	border: 2px solid #8CC63F;
	margin: none;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;	
}
div#LogoArea {
	height: 58px;
	width: 600px;
	background-image: url('/themes/gamegeex2/images/GameGeexLogo2.png');
	/* margin-left: 10px; */
}
div#mobileLogo {
	height: 113px;
	width: 320px;
	background: url('/sites/images/gamegeex-logo-mobile.png') no-repeat;	
	background-size: 300px auto;
	font-size: 0;
	line-height: 0;
	margin-left: 7px;
}
div#LogoArea h1#BlogLabel {
	display: none;
}
div#mobileLogo h1#BlogLabel {
	display: none;
}
div#NavBar {
	background-color: #8CC63F;
	margin-top: -58px;
}
body.mobile div#NavBar {
	background-color: #8CC63F;
	margin-top: 0px;
}
div#Leaderboard {
	background-color: transparent;
	/* background-color: #141F07; */
	/* background:  url('/themes/gamegeex2/images/GGX_Trans_Tile2.png') repeat; */
}
div#searchbox {
	top: 40px;
	right: 0px;
}
input#searchText {
	border-radius: 5px 5px 5px 5px;
}
button#searchButton {
	border: 0px;
	height: 24px;
	width: 24px;
	font-size: 0;
	line-height: 0;
	background: url('/themes/general/icons/search.png') no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
}
div#prevbar_viewport {
	/* border-radius: 0px 0px 10px 10px; */
	-moz-box-shadow: inset 0 0 5px 5px #888;
	-webkit-box-shadow: inset 0 0 5px 5px#888;
	box-shadow: inset 0 0 5px 5px #888;	
	z-index: 100;

}
div.prevbar_shade {
	background-color: #8CC63F;
}
div.BlogPostHeaderImg {
	/* background-image: url('/themes/gamegeex/images/tetrisfaded.png'); */
	background-repeat: no-repeat;
	background-position: center; 
	height: 270px;
}
div.BlogPostHeaderImg img.BlogPostHeaderImage {
	background-color: #FFFFFF;
	border: 3px solid #777;
	border-radius: 5px 50px 5px 50px;
	width: 500px;
	height: 250px;
}

div.PostPreJump {
/*	background-color: #FFFFFF; */
	color: #000000;
}
div.disclaimer {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #8CC63F;
	background-color: white;
	border: 2px solid #8CC63F;
	border-radius: 2px 10px 0px 0px;
	padding: 2px;
	position: relative;
	top: -11px;
	left: -5px;
	right: 0px;
}
div#MainContent {
	background-color: #F0F6E6;
	color: #000000;	
}
body.mobile div#MainContent {
	background-color: #8CC63F;
}
div#MainContent a:link, 
div#MainContent a:visited, 
div#MainContent a:active { 
  color: #141F07;
}
div#MainContent a:hover { 
  color: #670E7A;	
}

a.MoveToLink:link, 
a.MoveToLink:visited, 
a.MoveToLink:active { 
  color: #4E4D4D;
}
a.MoveToLink:hover { 
  color: #8CC63F;	
}

div#MainContentHeader {
	background-color: #670E7A;
	border-radius: 5px 5px 0px 0px;
}
div#MainContentHeader a:link, 
div#MainContentHeader a:visited, 
div#MainContentHeader a:active {
	color: #FFFFFF;
}
div#MainContentHeader a:hover {
  color: #4E4D4D;
}
div.PostTeaserBox {
	background-color: #8CC63F;
	height: 110px;
	width: 410px;
	position: relative;
	top: 0px;
	left: 0px;
	border: 2px solid #9E9E9E;
	border-radius: 5px 5px 5px 5px;
}
div#rssLink {
	top: 6px;	
}

div.PostPreJump {
	position: relative;
}
div.PostTile {
	background-color: #F0F6E6;
	border: 1px solid #9F9F9F;
	border-radius: 5px 30px 5px 30px;
}

div.AsSeenOnBadge {
	background-color: #E6E4E4;
	border: 2px solid #8CC63F;
	border-radius: 5px 5px 5px 5px;
}

span.PostTitle {
/*	color: #FFFFFF; */
	font-weight: bold;
}
div.BlogPostList {
	background-color: #F0F6E6;
	margin-bottom: 10px;	
	border-radius: 5px 30px 5px 5px;
}
div.BlogPostTitleBanner {
	/* background-color: #9F9F9F; */
	background-color: #517A1B;
	background: -moz-linear-gradient(top, #517A1B 0%, #7EAC3E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517A1B), color-stop(100%,#7EAC3E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* IE10+ */
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517A1B', endColorstr='#7EAC3E',GradientType=0 );*/ /* IE6-9 */
	background: linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* W3C */	
	border-radius: 5px 30px 5px 30px;
	border: 2px solid #8CC63F;
	padding: 5px 15px;
}
div.BlogPostTitleBanner a.MoveToLink {
 /*	display: none; */
}
div.BlogPostTitleBanner a.TitleLink:visited, 
div.BlogPostTitleBanner a.TitleLink:link, 
div.BlogPostTitleBanner a.TitleLink:active {
	color: #FFFFFF !important;
	text-decoration: none !important;
}
div.BlogPostTitleBanner a.TitleLink:hover {
	text-decoration: none !important;
	color: #8CC63F !important;
}
div.BlogPostByLine {
	font-weight: normal;
	font-size: 12px;
}
div.BlogPostByLineIcons {
	left: 15px;
	top: 10px;
}	

div.BlogPostByLine ul {
	margin: 3px;	
}
span.PostCommentCount {
	font-size: 10px;
	color: #777;
}
div.BlogPostContent {
	padding: 5px 15px 15px 15px;
	border-radius: 3px 30px 3px 30px;
	border: 2px solid #8CC63F;
	background-color: #FFFFFF;
}
div.BlogPostContent iframe {
	max-width: 575px;	
	border: 2px solid #8CC63F;
	border-radius: 3px 25px;
	margin: 5px auto;
}
Blockquote {
	color: #FFFFFF;
}
div.BlogPostContent a:link, 
div.BlogPostContent a:visited, 
div.BlogPostContent a:active {
	color: #8CC63F;
	text-decoration: underline;
}
div.Post a:link, 
div.Post a:visited, 
div.Post a:active {
	color: #8CC63F;
	text-decoration: underline;	
}

ul.keywords li {
	border-radius: 1px 8px 1px 8px;	
}
ul.keywords li.kw_features { background-color: #FCF8BA;}
ul.keywords li.kw_categories { background-color: #BFFF6B;}
ul.keywords li.kw_product { background-color: #670E7A; color: #FFFFFF;}
ul.keywords li.kw_platform { background-color: #517A1B; color: #FFFFFF;}
ul.keywords li.kw_company { background-color: #8CC63F;}
ul.keywords li.kw_people { background-color: #E1AB4D;}
ul.keywords li.kw_characters { background-color: #C796D4;}
ul.keywords li.kw_culinary { background-color: #EAFBC6;}
ul.keywords li.kw_general { background-color: #C5C1C6;}


li.kw_platform a:link, 
li.kw_platform a:visited, 
li.kw_platform a:active {
	color: #FFFFFF !important;
}
li.kw_platform a:hover {
	color: #BFFF6B !important;
}
li.kw_product a:link, 
li.kw_product a:visited, 
li.kw_product a:active {
	color: #FFFFFF !important;
}
li.kw_product a:hover {
	color: #BFFF6B !important;
}

div#MainContent div.Post {
	/* background-color: #FFFFFF; */
	border-radius: 5px 5px 5px 5px;
	margin: 5px;	
}
blockquote {
	background-color: #202020;
	color: #FFFFFF;
	padding: 10px;
	border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 2px 2px black;	
}
blockquote a:link, 
blockquote a:visited, 
blockquote a:active {
	color: #BFFF6B !important;
}
blockquote a:hover {
	color: #FFFFFF !important;
}

blockquote.BlizzBlue {
	color: #0091FF;
	background-color: #202020;	
}
blockquote.BlizzBlue a:link {
	color: #FFFFFF !important;	
}
blockquote.BlizzGold {
	color: #a99877;
	background-color: #12110F;	
}
blockquote.BlizzGold a:link {
	color: #FFFFFF !important;	
}
button.olderPosts, button.newerPosts {
	background-color: #670E7A;
	cursor: pointer;
	border-radius: 5px 15px 5px 15px;
	top: 2px;
}
div.SocialNetworks {
	 padding-left: 30px;
	 border-radius: 5px 5px 5px 5px;
	 border: 2px solid #8CC63F;
	 
}
div.PrevNextPost {
	background-color: #517A1B;
	background: -moz-linear-gradient(top, #517A1B 0%, #7EAC3E 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#517A1B), color-stop(100%,#7EAC3E)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* IE10+ */
	background: linear-gradient(top, #517A1B 0%,#7EAC3E 100%); /* W3C */	
	border-radius: 5px 5px 5px 5px;
	border: 2px solid #8CC63F;
	color: #FFFFFF;
}
/* Comments */
div.RecentCommentsHeader {
	margin: 5px;
	font-weight: bold;
	color: #517A1B;
}
div.FrontPageComments {
	border-radius: 5px 20px 5px 20px;
	border: 2px solid #8CC63F;	
	padding: 3px;
	height: 70px;
	width: 185px;
}
div.FrontPageComments div.commentAvatar {
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 500;	
}
div.FrontPageComments div.commentAvatar img {
	height: 24px !important;
	width: 24px !important;
	border-radius: 3px 3px 3px 3px;

}
div.FrontPageComments div.commentByLine {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 18px;
	padding: 5px;
	border-bottom: 1px solid #8CC63F;
	border-radius: 3px 20px 0px 0px;
	background-color: #E6E4E4;
}
div.FrontPageComments div.commentByLine span.commentDateTime {
	font-size: 9px;
}
div.FrontPageComments div.commentByLine ul.commentByLineList {
	margin: 0px 0px 0px 26px;	
}
div.FrontPageComments div.commentByLine ul.commentByLineList li {
	display: block;	
	line-height: 12px;
}
div.FrontPageComments div.commentText {
	border-radius: 3px 3px 3px 15px;
	top: 31px;
	left: 2px;
	bottom: 2px;
	padding: 0px 3px;
}
div.FrontPageComments div.commentVotes {
	top: 35px;	
}
div.CommentCount {
	height: 20px;
	margin: 5px;
	padding-left: 10px;
	background-color: #E6E4E4;
}

div.Comment {
	position: relative;
	padding: 5px;
}

div.Comment div.commentAvatar {
	float: left;
}
div.Comment div.commentAvatar img {
	border: 3px solid #8CC540;
	height: 40px;
	width: 40px;
}
div.Comment div.commentByLine {
	float: left;
}

div.Comment div.commentText {
	float: left;
	margin-top: -25px;
	margin-left: 50px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-color: #EFEFEF;
	padding: 5px;
	width: 90%;
	border-radius: 5px 5px 5px 5px;
	border: 2px solid #8CC63F;	
}

.commentText.exalted {
	font-weight: bold;
	background-color: #FCF8BA !important;
}
.commentText.loved {
	background-color: #F6F3C8 !important;
}
.commentText.liked {
	background-color: #EEEDDE !important;	
}
.commentText.neutral {
		
}
.commentText.disliked {
	color: #777777 !important;
}
.commentText.hated {
	color: #CBCBCB !important;
}
.commentText.reviled {
	color: #E9E9E9 !important;
}

div.RelatedPostsHeader {
	height: 20px;
	margin: 5px;
	padding-left: 10px;
	background-color: #E6E4E4;
}


div#promoBox {
	border: 3px solid #8CC63F;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;	
	
}
div#promoBox div.promoBoxHeader {
	background-color: #8CC63F;
	color: #FFFFFF;
	font-weight: bold;
}

/*
div#AccentImage {
	width: 215px;
	height: 305px;
	position: absolute;
	z-index: 99;
	top: -70px;
	left: -195px;
	background-image:url('/files/global/promos/Game-Geex-MW3-Contest-Banner-2.png');
	background-repeat: no-repeat;
}
*/

#rollovertooltip {
	background-color: #FFFFFF;
	color: #000000;
	border: 3px solid #8CC63F;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	z-index: 99999;
}

/* Profile Page */

.Profile h3 {
	margin-left: 10px; 
	padding: 3px;
	background-color: #8CC63F;
	color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;	
}

.profileBoxArt {
	max-height: 100px;
	max-width: 100px;
	border: 3px solid #8CC63F;	
}

/* Front Page Gallery */

div.GalleryContainer {
    background-color: #E6E4E4;
    color: black;
    padding: 5px;
    position: relative;
    border-radius: 5px 5px 5px 5px;
}

div.miniPostTilesKW {
	border: 2px solid #8CC63F;
    border-radius: 3px 15px 3px 15px;
    background-color: #FFFFFF;
}

div.miniPostTilesKW div.postDate {
	background-color: #8CC63F;
	color: #FFFFFF;
	border-radius: 0px 12px 0px 0px;
}

div.miniPostTilesKW ul.postList {
	margin: 10px auto 10px auto;
	padding: 0;
}

div.miniPostTilesKW ul.postList li.miniPostImage {
	margin-top: 15px;
}

div.miniPostTilesKW ul.postList li.miniPostImage img {
	border-radius: 3px 15px 3px 15px;
}
/* Sidebar */


div#SubContent {
	border-radius: 5px 5px 5px 5px;
	top: 5px;
}
div.Sidebar {
	border-radius: 5px 5px 5px 5px;	
}
div#SideBarPageFullDiv .sidebarHeader {
	background-color: #8CC63F;
}
div#SideBarPageFullDiv a:link, 
div#SideBarPageFullDiv a:visited, 
div#SideBarPageFullDiv a:active {
	color: #670E7A;
}
div#SideBarPageFullDiv a:hover {
	color: #222222;
}

div#SideBarPageFullDiv .writer {
	font-weight: bold;
}

/* Setting flat backgrounds for IE */
div#LeftSide, div#RightSide {
	background-color: #C3C3C3;
}

div#Footer {
	color: #FFFFFF;
	background-color: #517A1B;
	border-radius: 5px 5px 5px 5px;		
	margin: none;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
	padding: 5px;
}
div#Footer a:visited, 
div#Footer a:link, 
div#Footer a:active {
		color: #FFFFFF;
}
div#Footer a:hover {
	color: #670E7A;	
}
div#SidebarPanel {
	background-color: transparent;	
}

div.SidebarPosts li {
	width: 160px; 
	margin: auto; 
	background-color: #FFFFFF;	
}
div.SidebarPosts img {
	width: 160px; 
	height: 80px; 
	border: 3px solid #8CC63F;	
}
div.SubContentPost {
	width: 280px;	
}
div.SubContentPost ul.postList {
	margin: 15px auto 15px auto;
	padding: 0;
}	
div.SubContentPost li.title {
	/*	background-color: #000000; */
	font-weight: bold;
	color: #670E7A;
}
div.SubContentPost img {
	width: 240px;
	height: 120px;
	border: 2px solid #8CC63F;
	border-radius: 3px 20px 3px 20px;
}
div#AuthorList ul li.writerInfo {
	background-color: #C3C3C3;
	margin-bottom: 5px;
}
div#AdminContentArea {
	margin-top: 15px;
	border-radius: 5px 5px 5px 5px;	
	border: 1px solid black;
}
button.ReadNow {
	background-color: #8CC63F;
	color: white;
	font-weight: bold;
	border-radius: 3px 20px 3px 20px;
	border: 2px solid #517A1B;
}
