@charset "utf-8";

body
{
	background: #300000 url('images/brick.png') repeat;
	color: black;
	font-family: "Trebuchet MS", Verdana, "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	vertical-align: baseline;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	overflow-y: scroll;
}
img
{
	border: 0;
}
h1
{
	color: maroon;
	font-size: 2.0em;
	font-weight: bold;
}
h2
{
	font-size: 1.5em;
	font-weight: bold;
}
h3
{
	font-size: 1.25em;
}
h4
{
	font-size: 1.0em;
}
h5
{
	font-size: 0.75em;
}
h6
{
	font-size: 0.5em;
}
form
{
	line-height: 180%;
}
textarea
{
	vertical-align: top;
}
a
{
	color: blue;
	text-decoration: underline;
}
a:hover
{
	color: red;
	text-decoration: underline;
}
h1+h2
{
	margin-top: -20px;
}

#container
{
	background-color: white;
	border: 2px black solid;
	position: relative;
	width: 750px;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 0;
}

#masthead
{
	background-color: black;
	border-bottom: 1px black solid;
	overflow: auto;
	text-align: center;
	width: auto;
	margin: 0;
	padding: 0;
}
#masthead p
{
	color: yellow;
	font-size: 22px;
	font-weight: bold;
	margin: 12px;
}
#logo
{
	float:left;
	margin-right: 8px;
}
#icon
{
	float: right;
	margin-left: 8px;
}

#menu
{
	background-color: black;
	clear: both;
	overflow: hidden;
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}
#menu ul
{
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu li
{
	color: yellow;
	display: block;
	float: left;
	margin: 0 1px;
	padding: 6px;
}
#menu a
{
	color: silver;
	text-decoration: none;
	border: 1px black solid;
}
#menu a:hover
{
	color: white;
	border-color: gray;
}
#menu .social
{
	float: right;
	border: 0;
	border-style: none;
	padding: 0;
}
#menu .social a:hover
{
	border-color: black;
}

#content
{
	width: 100%;
	color: black;
	font-size: medium;
	font-size: 15px;
}

#article
{
	background-color: white;
	width: auto;
	padding: 0 10px 10px 10px;
}
#article p, li
{
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
}
#article .screenshot
{
	margin-left: 40px;
}
#article .right
{
	float: right;
	text-align: right;
	margin-left: 20px;
	clear: right;
}
#article .gamemode
{
	color: maroon;
}

#sidebar
{
	background-color: white;
	float: right;
	font-size: small;
	width: 200px;
	margin-left: 10px;
	padding-left: 5px;
	position: relative;
	z-index: 1;
}
#sidebar p
{
	padding-right: 5px;
}
#sidebar #tagline
{
	color: #660000;
	font-size: small;
	text-align: center;
	padding-right: 10px;
	padding-top: 96px;
}
#sidebar #title
{
	color: maroon;
	font-size: medium;
	font-weight: bold;
}
#sidebar .title
{
	color: maroon;
	font-size: medium;
	font-weight: bold;
}
#sidebar .quote
{
	font-style: italic;
}

#footer
{
	background-color: white;
	clear: both;
	overflow: auto;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}
#footer p
{
	color: black;
	font-size: small;
	margin-top: 2px;
	margin-bottom: 6px;
	line-height: 14px;
}
#footer a
{
	color: blue;
	text-decoration: underline;
}
#footer a:hover {
	color: white;
	background-color: blue;
	text-decoration: none;
}
#footer #copyright
{
	color: red;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

.box
{
	background-repeat: repeat-y;
	float: right;
	text-align: center;
	width: 205px;
}
.box p
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 6px;
	margin-right: 8px;
}
.boxtop
{
	background-position: left top;
	background-repeat: no-repeat;
	width: 205px;
	padding-top: 6px;
}
.boxbottom
{
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 205px;
	padding-bottom: 10px;
}

.white.box
{
	background-image: url('images/box_edges_white.png');
}
.white .boxtop
{
	background-image: url('images/box_top_white.png');
}
.white .boxbottom
{
	background-image: url('images/box_bottom_white.png');
}

.yellow.box
{
	background-image: url('images/box_edges_yellow.png');
}
.yellow .boxtop
{
	background-image: url('images/box_top_yellow.png');
}
.yellow .boxbottom
{
	background-image: url('images/box_bottom_yellow.png');
}

.pink.box
{
	background-image: url('images/box_edges_pink.png');
}
.pink .boxtop
{
	background-image: url('images/box_top_pink.png');
}
.pink .boxbottom
{
	background-image: url('images/box_bottom_pink.png');
}

.center
{
	text-align: center;
}

.picture
{
	background-color: silver;
	display: inline-block;
	text-align: center;
	margin: 10px;
	padding: 8px;
}
.picture img
{
	margin-bottom: 5px;
}
.picture .caption
{
	color: black;
	font-size: small;
	margin: 0;
}

.product
{
	color: maroon;
	font-style: italic;
	font-weight: bold;
}
.company
{
	color: maroon;
	font-weight: bold;
}
.name
{
	color: green;
	font-weight: bold;
}
.highlight
{
	color: blue;
}
.signout
{
	color: green;
	font-style: italic;
	font-weight: bold;
}
.error
{
	color: red;
	font-weight: bold;
}
