/*
Copyright © 2001 Canadian Heritage Information Network

Virtual Museum of Canada

FUN AND GAMES -- CUSTOM SHEET

Last Updated: March 30, 2007, by Jason Kiss.

This Stylesheet is used for positioning and formatting of this specific landmark.
*/

/* These styles are used specifically for the home page featured games */

#featuredGames {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#featuredGames li {
	clear: left;
	padding: 20px 0 20px 20px;
	height: 120px;
}
html>body #featuredGames li {
	height: auto;
	min-height: 120px;
}

.gameImage {
	float: left;
/*	border: 1px solid #000; */
	margin-right: 10px;
}

.titleImage {
	font-size: 140%;
	font-weight: bold;
	color: #fff;
}

.gameDesc {
	font-size: 120%;
	color: #fff;
	margin: 10px 20px 10px 125px;
}

.playButton {
	margin: 10px 20px 10px 125px;
}

.playButton a {
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

.playButton a:hover {
	color: #FFFFFF;
}

li#featureOne {
	background-color: #90388b;
	padding-top: 40px;
}

li#featureTwo {
	background-color: #0e89d0;
}

li#featureThree {
	background-color: #90c306;
}

#allGames {
	background-color: #587102;
	margin: 0 0 1em 0;
	padding: 10px 10px 10px 20px;
}

#allGames a:after {
	content: " >";
}
 
#allGames a {
	color: #FFFFFF;
	font-size: 160%;
	font-weight: bold;
}

#allGames a:hover {
	color: #FFFFFF;
}

/* Styles used for searchDisplay */

#gamesSearchResultsBg {
	position:relative;
	width: 609px;
	height:100%;
	left: 0px;
	top: 0px;
	background-color: #990000;
	
}

#gamesSearchResults {
	position:relative;
	left: 0px;
	top: 0px;
}


#gamesSearchNoResults {
	position:relative;
	left: 150px;
	top: 15px;
}


#gamesSearchItem {
	position:relative;
	padding-bottom: 20px;
	padding-top: 5px;
	
	
}

#gamesSearchItemDescription {
	position:relative;
	width: 500px;
	
	left: 45px;

}



#gamesImage {
	
	float: right;
	
}

#vmcImage {
	position:absolute;	
	left: -10px;
}

.gamesLink {
	font-size: 12;
	font-weight: bold;
	color: #fff;
}

#gamesSearchResultsBackToBar {
	position:relative;
	left: 0px;
	top: -15px;
}

#gamesSearchResultsBackTo {
	position:relative;
	left: 15px;
	top: 30px;
}


#gamesBackTo {
position:relative;
left: 385px;
top: -15px;
font-size: 12;
}

#gamesSearchResultsBackToBottom {
	position:relative;
	left: 500px;
	top: -20px;
}

#gamesSearchResultsGrayLine {
	position:relative;
	left:0px;
	width:445px;
	height:1px;
	top:0px;
	z-index:3;
}

#languagePolicy {
	position:relative;
	left:20px;
	top:0px;

}

/* End of Styles used for searchDisplay */




.content {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #FFFFFF; font-weight: normal; text-decoration: none; }
.contentBold {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color: #FFFFFF; font-weight: bold; text-decoration: none; }

/* These styles are specifically for fun & games explore.html */

#fgExploreFr {
	position:relative;
	width:586px;
	height:100%;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
}




#fgExplore {
	position:relative;
	width:586px;

	left: 5px;

	color: #FFFFFF;
}



#fgExploreHeader {
	position:relative;
	width:586px;

	z-index:1;
	left: -3px;
	top: -2px;
	font-family: Arial;
	color: #FFFFFF;
}

#fgExploreColumns {
	position:relative;
	width:586px;
	
	left: 0px;
	top: 0px;
}


.fgExploreColumnList {
	list-style-image: url(../../../English/Feature_images/Games/ExploreImages/bullet_G.gif);
	list-style-position: outside;
	margin-bottom: 15px;


}

.exExploreColumnListLinks {
	font-family: Arial;
	color: #FFFFFF;


}

#fgExploreLeftColumn {
	position:relative;
	width:300px;
	
	left: -3px;
	top: -2px;
}

#fgExploreRightColumn {
	position:absolute;
	width:280px;
	
	z-index:3;
	left: 300px;
	top: -2px;
}

/* END These styles are specifically for exhibits_explore.html */

