
/*** base styles ***/

body, td {
	font: 10pt verdana, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	background: #d3d2bd url("/gb-roms/bg.png");
}

img {
	border: 0;
}


/*** layout styles ***/

#header {
	width: 100%;
	height: 128px;
	background: #d3d2bd url("/gb-roms/header.png") repeat-x;
	/*border-bottom: 1px solid #787750;*/
}

#content {
	width: 750px;
	min-height: 500px;
	margin: 16px auto;
	padding: 2px 8px 32px 8px;
	background-color: #e3e2d4;
}


/*** text styles ***/

h1 {
	font-family: "trebuchet ms";
	font-size: 16pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
}
h2 {
	font-family: "trebuchet ms";
	font-size: 14pt;
	font-weight: bold;
	color: #4d4c33;
	margin-top: 24pt;
}
h3 {
	font-family: "trebuchet ms";
	font-size: 11pt;
	font-weight: bold;
	color: #787750;
}


/*** link styles ***/

a:link {
	color: #000080;
	text-decoration: none;
}
a:visited {
	color: #800080;
	text-decoration: none;
}
a:hover {
	color: #e47f1c;
	text-decoration: underline;
}

a.download {
	display: block;
	float: right;
	width: 110px;
	height: 24px;
	margin: 3px;
	background: #c4c1a4 url("/gb-roms/download.png") no-repeat;
}

.extlinks {
	font-size: 7pt;
	text-align: center;
}


/*** other styles ***/

table.romlist {
	width: 100%;
	border: 0;
}

table.romlist td {
	vertical-align: top;
	padding: 10px 2px;
	border: 0;
	text-align: center;
}
table.romlist td img {
	margin-bottom: -16px; /* hide underline on image in Firefox */
}
table.romlist a {
	font-size: 8pt;
	font-style: italic;
}

table.romlist.x3 td {
	width: 250px;
}
table.romlist.x4 td {
	width: 165px;
}

a.more {
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 11pt;
	margin-left: 20px;
}
a.more:before {
	content: "\00BB  ";
}

img.screenshot {
	float: left;
	margin-right: 8px;
}

br.unfloat {
	clear: both;
}













.alert {
	width: 100%;
	margin: 0;
	position: absolute; top: 0; left: 0;
	border-bottom: 1px solid #edd400;
	background-color: #fffdeb;
	color: red;
}
.alert .inner {
	padding: 4px;
}
.alert .aside {
	margin-top: 4px;
	font-size: 8pt;
	text-align: center;
}
.alert .icon {
	float: left;
	margin: 0 8px;
}


