/*
WeShallPlay Interactive - browser stylesheet

reminder: image paths are relative to the directory the stylesheet lives in

2010.06.15
*/
body {
	background-color: #282828;
	/* color: #4e7eff; */
	color: #d0d0ff;
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url("../image/bg_grid_gradient.png");
	background-repeat: repeat-x;
	
	margin: 0;
	padding: 0;
}

/* anchors section */
a {
	color: #fec80e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #d4a300;
}
a:visited:hover {
	color: #fec80e;
}

h1 {
	font-size: 1.2em;
}

/* main container */
#page_container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #222222;
	width: 800px;
	padding-top: 1em;
}

/* contains only the page header / logo */
#header {
	background-image: url("../image/header.png");
	background-repeat: no-repeat;
	height: 140px;
	
	margin-left: 1em;
	margin-bottom: 1em;
}

/* blending gradient, page footer / copyright etc. */
#footer {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 60px;
	background-image: url("../image/bottom_blend_gradient.png");
	background-repeat: repeat-x;
	font-size: .7em;
	text-align: center;
}

#main_content {
	/* background-color: #bbbbbb; */
	padding-left: 110px;
	padding-right: .5em;
	min-height: 150px;
}

#nav {
	/* background-color: #c04444; */
	float: left;
	/* min-height: 300px; */
	height: 100%;
}
.navbutton {
	/* background-image: url("../image/button.png");
	background-repeat: no-repeat; */
	background-color: #222222;
	text-align: center;
	width: 104px;
	height: 20px;
	border-right: 1px solid #a0a0a0;
	border-top: 1px solid #222222;
	border-left: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
.navbutton:hover {
	background-image: url("../image/button_hover.png");
	background-repeat: no-repeat;
	/* background-color: #444444; */
	border: 1px solid #222222;
}
.navbutton a {
	display: block;
	width: 104px;
	height: 20px;
}
.navbutton a:visited {
	color: #fec80e;
}	
.navbutton a:hover {
	text-decoration: none;
}
