/* HOVEDSEKSJONER PÅ SPILLFORSIDEN */
#spillFrontpage{
	padding: 6px 10px 20px 10px;
}
	
#topStories {
  position: relative;
  height: auto;
  width: 655px;
}

#moreTopStories {
	position: relative;
	height: 180px;
	width: 655px;
	overflow: hidden;
}

#frontpageMidSection {
  position: relative;
  height: 430px;
  margin-top: 10px;
}

#featureStories {
  height: 180px;
  overflow: hidden;
}


#frontpageBottomSection {
  position: relative;
  height: 1240px;
}


#gameForumLatest {
  width: 220px;
  height: 400px;
  position: absolute;
  right: 0px;
}

#gameForumLatest .inner{
	margin: 0px;
}
	
#gameForumLatest h1 { 
  background-color: #000;
}

.latestForumPostsFront {
  top: 57px;
}

.forumList {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.forumListItem {
  width: 212px;
  height: 24px;
  margin-bottom: 8px;
  margin-top: 4px;

}

.forumList .bullet {
  width: 24px;
  position: relative;
  right: 2px;
  bottom: 2px;
}

.forumListItem .listText {
  width: 180px;
  margin-left: 2px;
}

/* SISTE TESTER */

#latestTests {
  position: relative;
  float: right;
  display: inline;
  width: 138px;
  background-color: #000;
  margin-top: 6px;
}

#latestTests .heading {
  font-size: 10px;
  text-align: center;
  background-color: #b2b79a;
  color: #000;
  margin-bottom: 8px;
}

.latestTestsFooter {
  font-size: 10px;
  position: absolute;
  bottom: 2px;
  width: 138px;
  text-align: center;
  left: 0px;
}

.latestTestsFooter a {
  color: #fff;
}

.latestTestsFooter a:hover {
  color: #fff;
}


.gameTest {
  position: relative;
  width: 126px;
  margin: 4px 6px 30px 6px;
  cursor: pointer;
}

.gameTest .format {
  font-size: 9px;
  color: #fff;
}

.gameTest .gameTestTitle {
  font-size: 12px;
  font-weight: bold;
  color: #ee7000;
}

.testRating {
  position: absolute;
  right: -4px;
  top: 56px;
}
	
/* ARTIKKELVISNING */
.lead {
  cursor: pointer;
}


.numComments a:hover { 
	color: #666;
}
	
.storyHeading h1 .numComments, 
.storyHeading h1 .numComments a:link, 
.storyHeading h1 .numComments a:visited { 
	color: #ee7001; 
	font-weight: normal; 
	text-decoration: none; 
  font-size: 12px;
  position: relative;
  bottom: 1px;
}
	
/* TOPPSAKER */
.topStory {
	color: #000;
}

.topStory h1 a:link, .topStory h1 a:visited{
	color: #000;
	font-weight: bold;
}




/* STANDARD */
.spillTopStory {
  position: relative;
  width: 629px;
  margin-bottom: 14px;
  margin-top: 6px;
}	

.spillTopStory .lead {
	position: relative; 
	top: -6px; 
	left: 2px;
}

/* UNDERSAKER */
#frontpageBottomStories {
  position: relative;
  top: 25px;
}

#frontpageBottomStories h4 {
  font-size: 10px;
  text-decoration: none;
  text-align: center;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 12px;
  width: 468px;
  bottom: 40px;
}

#frontpageBottomStories .frontpageStory {
  margin-bottom: 12px;
  margin-top: 2px;
}

#moreTopStories .frontpageStory,
#featureStories .frontpageStory,
#frontpageBottomStories .frontpageStory  {
	font-size: 10px; 
	overflow: hidden;
	position: relative; 
}

#frontpageBottomStories .frontpageStory {
	width: 290px;
	height: 90px;
  overflow: hidden; 
}

#frontpageBottomStories .storyIMG {
  float: left;
  margin-right: 8px;
  margin-top: 4px;
  margin-bottom: 10px;
}


#demoTeaserTop {
  position: absolute; 
  left: 280px;
  top: 4px;
  font-weight: bold;
  text-decoration: underline;
}

#demoTeaserTop:link,
#demoTeaserTop:visited {
  color: #000;
}

#findGameInput {
  position: absolute;
  right: 14px;
  top: 1px;
  border: 1px solid black;
  width: 132px;
  font-size: 10px;
  padding: 2px;
  color: #354253;
  background-color: #eee;
}
/*
#frontpageBottomStories .frontpageStory .storyHeading {
	position: absolute;
	left: 106px;
	top: -6px; 
	color: #354253;
}
*/

.frontpageStory .storyHeading h1 a:link, .frontpageStory .storyHeading h1 a:visited {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.frontpageStory .storyHeading .lead {
	position: relative; 
	top: -2px; 
}

#featureStories .frontpageStory .storyHeading,
#moreTopStories .frontpageStory .storyHeading  {
  position: relative;
  top: 2px;
  left: 0px;
  color: #354253;
}

#featureStories .frontpageStory,
#moreTopStories .frontpageStory {
  float: left;
  width: 140px;
  height: 160px;
  margin: 2px 23px 6px 0px;
}

#featureStories .lastArticle,
#moreTopStories .lastArticle{
		margin-right: 0px;
}

/* SPILLFEED PÅ FORSIDEN */
#frontpageGameFeed {
  width: 412px;
  position: absolute;
  top: 25px;
  right: 0px;
  background-color: #eee;
  border: 1px solid gray;
  overflow: hidden;
}

#frontpageGameFeed .inner {
  margin: 8px;
}

.freshGame .format {
  font-weight: normal;
}

.freshGame {
  margin-bottom: 20px;
  font-size: 9px;  
}

.freshGame .type {
  color: #ee7000;
  font-weight: bold;
}

.freshGame a {
  font-weight: bold;
  color: #000;
  font-size: 12px;
}

#spillFrontpage .freshGame {
  font-size: 12px;
}

#spillFrontpage .freshGame a {
  font-size: 24px;
}


/* SØKESIDEN */
#gamesSearchMain {
  width: 744px;
  margin: 12px;
}

#searchHeader {
  font-weight: bold;
  font-size: 12px;
}

#gameSearchQuery {
  padding: 2px;
  border: 1px solid #354253;
  margin: 4px 2px 4px 0px;
  background-color: #eee;
}

.foundGame {
  margin: 10px 10px 30px 10px;
  width: 700px;
}

#searchOptions {
  position: absolute;
  left: 300px;
  top: 50px;
}

/* SPILLINFO */
.gameInfoBox {
  height: auto;
  min-height: 100px;
  position: relative;
}


.gameInfoBox .gameTitle {
  font-weight: bold;
  font-size: 18px;
  background-color: #eee;
  color: #000;
  border: 1px solid #b2b79a;
  height: auto;
  position: relative;
  clear: both;
}

.gameInfoBox .gameImgSection {
  position: absolute;
  display: inline;
  top: 10px;
  left: 10px;
}

.gameInfoBox .gameMainSection {
  position: relative;
  margin: 8px 8px 8px 182px;
}

.gameInfoBox .gameImg {
  border: 1px solid #354253;
}

.gameInfoBox .leftColumn {
  float: left;
  display: inline;
  width: 40%;
  clear: left;
  margin-bottom: 10px;
}

.gameInfoBox .rightColumn {
  float: left;
  display: inline;
  margin-left: 20px;
  width: 40%;
  clear: right;
  margin-bottom: 8px;
}

.gameInfoBox .gameInfoRow {
  position: relative;
  margin-bottom: 4px;
  clear: both;
}

.gameInfoBox .gameRating {
  position: absolute;
  display: inline;
  left: 138px;
  top: 70px;
}

.gameInfoBox .gameMedia {
  margin-top: 12px;
  font-size: 10px;
  clear: both;
}

.gameInfoBox .gameMedia a {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 15px;
}

.gameInfoBox .gameMedia a:hover {
  color: #354253;
}

#moreGamesBottomLink {
  width: 300px;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  position: relative;
  top: 20px;
}

