@charset "UTF-8";
/* This is the CSS code for the Games section of BlueGillStudios.com, feel free to learn from my mistakes ;) */
							

#h-games				{
							width: 799px;
							height: 183px;
							background: url(media/design/headers/h-games.jpg) top left no-repeat;
							float: left;
							position: relative;
							}
							
#h-g-history			{
							width: 799px;
							height: 183px;
							background: url(media/design/headers/h-history.jpg) top left no-repeat;
							float: left;
							position: relative;
							}
							
#h-g-people			{
							width: 799px;
							height: 183px;
							background: url(media/design/headers/h-people.jpg) top left no-repeat;
							float: left;
							position: relative;
							}
							
#h-g-creed			{
							width: 799px;
							height: 183px;
							background: url(media/design/headers/h-creed.jpg) top left no-repeat;
							float: left;
							position: relative;
							}
							
#h-g-legal			{
							width: 799px;
							height: 183px;
							background: url(media/design/headers/h-legal.jpg) top left no-repeat;
							float: left;
							position: relative;
							}
							
#h-g-contact		{
							width: 799px;
							height: 183px;
							background: url(media/design/headers/h-contact.jpg) top left no-repeat;
							float: left;
							position: relative;
							}
							
#g-subnav			{
							background: url(media/design/subnav.gif) top left no-repeat;
							width: 799px;
							height: 25px;
							float: left;
							position: relative;
							margin-top: 0px;
							
							font-family: Arial, Helvetica, sans-serif;
							font-size: 13px;
							text-align: center;
							color: #a9b9c7;
							padding-top: 3px;
							}
							
#g-subnav A:link {color: #fff; text-decoration: none;}
#g-subnav A:visited {color: #fff; text-decoration: none;}
#g-subnav A:hover {color: #a9b9c7; text-decoration: none;}
#g-subnav A:active {color: #8b9aa6; text-decoration: none;}

/* ----- Main Content is organized in this gamelist area using a gamelist and listitems ----- */
#g-gamelist
	{
	width: 510px;
	float: left;
	position: relative;
	margin-left: 30px;
	margin-top: 20px;
	}
.g-gl-listitem
	{
	border-top-color: #dadada;
	border-top-width: 1px;
	border-top-style: solid;

	background-color: white;
	width: 500px;
	float: left;
	position: relative;
	min-height: 50px;
	margin-top: 15px;
	padding-top: 10px;
	}
.g-gl-footer
	{
	width: 500px;
	height: 30px;
	float: left;
	position: relative;
	background-image: url(media/games/content-foot.png);
	}
.g-name
	{
	font-size: 17px;
	font-weight: bold;
	color: #1777ba;
	}							
.g-name A:link {color: #1777ba; text-decoration: none;}
.g-name A:visited {color: #1777ba; text-decoration: none;}
.g-name A:hover {color: #3a9bdf; text-decoration: none;}
.g-name A:active {color: #8b9aa6; text-decoration: none;}
.g-gl-gameicon
	{
	width: 80px;
	height: 80px;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	}
.g-gl-sideimage
	{
	width: 80px;
	min-height: 80px;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	}
.g-gl-description
	{
	width: 385px;
	float: left;
	position: relative;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
.g-legal-description
	{
	width: 385px;
	float: left;
	position: relative;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
.g-gl-description A:link {color: #1777ba; text-decoration: none;}
.g-gl-description A:visited {color: #1777ba; text-decoration: none;}
.g-gl-description A:hover {color: #3a9bdf; text-decoration: none;}
.g-gl-description A:active {color: #8b9aa6; text-decoration: none;}
.g-gl-platform
	{
	height: 30px;
	float: left;
	position: relative;
	margin-left: 15px;
	}													
.g-gl-moreinfo
	{
	height: 30px;
	float: right;
	position: relative;
	margin-top: 3px;
	margin-right: 5px;
	}
/* ----- Alternate top styling for the white content area, not used right now ----- */
.g-gl-whitefade
	{
	float: left;
	position: relative;
	height: 44px;
	width: 500px;
	background-image: url(media/games/white-fade-out.png);
	}
.g-gl-text
	{
	background-color: white;
	width: 500px;
	float: left;
	position: relative;
	min-height: 50px;
	padding-top: 10px;
	}
/* ----- Right Hand Content Area ----- */
.g-extra-info
	{
	width: 200px;
	float: right;
	position: relative;
	margin-right: 30px;
	margin-top: 35px;
	}
.about-nav
	{
	width: 200px;
	background: #3a9bdf url(media/games/about/about-nav.png) no-repeat;
	min-height: 126px;
	float: right;
	position: relative;
	}
.about-nav li
	{
	list-style-type: none;
	color: white;
	padding-top: 5px;
	padding-bottom: 5px; 
	background-image: url(media/games/about/link.png);
	padding-left: 3px;
	}
.about-nav-top
	{
	width: 200px;
	height: 12px;
	background: url(media/games/about/about-nav-top.png);
	float: right;
	position: relative;
	}
.about-nav-bot
	{
	width: 200px;
	height: 12px;
	background: url(media/games/about/about-nav-bot.png);
	float: right;
	position: relative;
	margin-bottom: 15px;
	}
.about-nav A:link, .about-nav A:visited
	{
	color: #fff;
	text-decoration: none;
	}
.about-nav A:hover {color: #dadada; text-decoration: none;}
.about-nav A:active {color: #dadada; text-decoration: none;}
/* ----- Nav new ---- */

#navlist
	{
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 17px;
	}
#navlist a, #navlist a:visited
	{
	display: block;
	padding: 5px 2px 6px 75px;
	background-image:  url(media/games/about/li-2.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff;
	text-decoration: none;
	}
#navlist a:hover
	{
	background-image:  url(media/games/about/li-3.png);
	color: #fff;
	}
.nav-side #navlist .uberlink
	{
	background-image:  url(media/games/about/li-1.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #fff !important;
	cursor: default;
	}
.nav-side
	{
	margin-bottom: 15px;
	}

/* -----  ------ */

.g-sc						{
							width: 200px;
							float: right;
							position: relative;
							margin-right: 30px;
							margin-top: 15px;
							}
							
.g-sc-top				{
							width: 199px;
							height: 10px;
							float: left;
							position: relative;
							background: url(media/subcontent/top.gif) top left no-repeat;
							}					
							
.g-sc-mid				{
							width: 175px;
							min-height:50px;
							float: left;
							position: relative;
							background: url(media/subcontent/mid.gif) top left repeat-y;
							padding-left: 12px;
							padding-right: 12px;
							font-size: 13px;
							text-align: Center;
							}							
							
.g-sc-bottom		{
							width: 199px;
							height: 28px;
							float: left;
							position: relative;
							background: url(media/subcontent/bottom.gif) top left no-repeat;
							}

.g-sc-freegames	{
							width: 199px;
							height: 74px;
							float: left;
							position: relative;
							background: url(media/subcontent/games4free.gif) top left no-repeat;
							}
							
.g-sc-copyright		{
							width: 199px;
							height: 80px;
							float: left;
							position: relative;
							background: url(media/legal/copyright-header.jpg) top left no-repeat;
							}


.g-sc-contact		{
							width: 199px;
							height: 80px;
							float: left;
							position: relative;
							background: url(media/subcontent/contact.jpg) top left no-repeat;
							}
							
.g-sc-history			{
							width: 199px;
							height: 73px;
							float: left;
							position: relative;
							background: url(media/subcontent/namechange.jpg) top left no-repeat;
							}


.g-sc-toolstrade	{
							width: 199px;
							height: 87px;
							float: left;
							position: relative;
							background: url(media/subcontent/toolstrade.gif) top left no-repeat;
							}


.g-sc-motto			{
							width: 199px;
							height: 73px;
							float: left;
							position: relative;
							background: url(media/subcontent/ourmotto.jpg) top left no-repeat;
							}
							
							