/*
iphone.css
Styles unique to the iphone when viewing pages

Created by Brian Smith
*/

/*************/
/* Formatting  */
/*************/
#homeLink a
{
	color: white;
	text-decoration: underline;
}

#pageContent
{
	position: relative;
	left: 2px;
	/*left: 280px;*/
	width: 320px;
}

.categoryMedia
{
	text-align: center;
	margin: 0px 45px 0px 45px;
	padding: 7px;
	background-color: #A7150A;	
	/*border-top: dashed 1px #c1bbbb;
	border-bottom: dashed 1px #c1bbbb;*/
}

.categoryMediaDescription
{
	font-size: 150%;
	margin-bottom: 12px;
}

.categoryTitle
{
	position: relative;
	top: 12px;
	color: #FFFFFF;
	background-color: #a51915;
	border-top: 1px solid #c1bbbb;
	border-bottom: 1px solid #c1bbbb;
	margin: 20px 0px;
	padding: 5px 0px 5px 5px;
	font-size: 175%;
}

li
{
	margin-left: -22px;
}


/*******************/
/* More Games List */
/*******************/
.gameList
{
	position: relative;
	padding: 0px 7px;
}
.gameEntry
{
	position: relative;
	background-color: #d83c2d;
	border-top: 3px #c1bbbb solid;
	border-bottom: 3px #c1bbbb solid;
	min-height: 130px;
	margin-top: 15px;
	text-align: center;
}
.gameImage
{
	position: absolute;
	top: 10px;
	left: 8px;
}

.gameImage img
{
	width: 100px;
	height: 115px;
}

.gameTitle
{
	color: white;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 7px;
}
.gameDescription
{
	overflow: hidden;
	text-align: left;
	position: relative;
	top: 10px;
	left: 115px;
	width: 185px;
	height: 125px;
}
.gameDownload
{
	width: 215px;
	margin: auto;
	text-align: center;
	/*visibility: hidden;
	position: absolute;
	top: 10px;
	right: 15px;*/
}
/***********************/
