body {
	font-family: arial;
	font-size: 14px;
	color: #666;
	background: #fff;
	line-height : 1.6em;
	margin : 0px;
}

a, a:hover, a:active, a:visited {
	color: #b70034;
	text-decoration: none;
}

a:hover {
	color: #8B0000;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #121010;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

ul {
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
}



/***************************/
/*				GENERAL					 */
/***************************/

div#container {
	display: block;
	background: #fff;
}

div#container header#main {
	position : relative;
	background: #121010;
	margin: 0px auto 20px auto;
	text-align: center;
	border-bottom: 5px solid #E9EBF5;
}

div#container header#main p#siteName {
	padding: 50px;
	width : 960px;
	margin : auto;
}

div#container header#main nav {
	margin-bottom: 50px;
	width: 960px;
	padding: 10px 15px;
	margin: auto;
	text-align : left;
	background: url('/theme/blackandwhite/images/bg_nav.png');
}

div#container section#content {
	margin: 0 auto 50px auto;
	width: 960px;
	padding: 0 15px;
	text-align : justify;
}

footer {
	clear: both;
	padding: 0 25px;
	font-size: 12px;
	text-align: center;
}


/***************************/
/*				ELEMENTS				 */
/***************************/

div#container header#main nav ul {
	color: #fff;
	margin : 0;
}

div#container header#main nav ul li {
	display : inline;
	list-style: none inside;
	font-size : 1.2em;
	margin : 0 10px;
}

div#container header#main nav ul a {
	color: #fff;
	text-decoration: none;
}

div#container header#main nav ul a:hover {
	color: #4b537a;
}

div#container header#main p#siteName a {
	color: #fff;
	text-decoration: none;
	font-size: 4em;
}

div#container header#main div#links {
	position : relative;
	width : 990px;
	margin : auto;
}

div#container header#main div#links ul {
	position : absolute;
	top : -3px;
	right : 10px;
}

div#container header#main div#links ul li {
	display : inline;
	list-style: none inside;
	margin : 0 5px;
}

/***************************/
/*				MESSAGES				 */
/***************************/

#msg p {
	padding: 5px;
}

#msg.success {
	background: #ccffcc;
	color: green;
}

#msg.error {
	background: #ffcccc;
	color: #cc3333;
}


/***************************/
/*				BREADCRUMB			 */
/***************************/

div#container section#content header p#breadcrumb {
	font-size: 12px;
	margin: 0 0 25px 0;
	padding: 5px 10px;
	background: #f3f3f3;
	border: 1px solid #e9e9e9;
}

div#container section#content header p#breadcrumb a {
	text-decoration: none;
	color: #928c8c;
}

div#container section#content header p#breadcrumb a:hover {
	color: #8B0000;
}



/***************************/
/*          PAGES          */
/***************************/
div#container section#content table.games {
	border-spacing : 0;
}

div#container section#content table.games td {
	padding : 25px 0;
	border-bottom : 2px solid gray;
}

div#container section#content table.games td.description {
	padding-left : 20px;
}

div#container section#content table.games td.description h2 {
	font-size : 20px;
	margin : 5px 0 0 0;
}

div#container section#content table.games td.description p.info {
	color : #aaaaaa;
	margin : 0;
	float : left;
}

div#container section#content table.games td.description p.date {
	color : #aaaaaa;
	margin : 0 0 10px 0;
	text-align : right;
}


/***************************/
/*			BLOG		 */
/***************************/

div#container section#content section#blogContent {
	margin : 0 25px;
}

div#container section#content section#blogContent h2 {
	font-size : 1.18em;
}

div#container section#content section#blogContent ul {
	margin : -15px 0 30px 20px;
}

div#container section#content section#blogContent .blogEntryInfo,
div#container section#content section#blogContent #entryInfo {
	color : #b2acac;
}

div#container section#content section#blogContent textarea#c_content {
	width : 900px;
}

div#container section#content section#blogContent p#form-captcha {
	float : left;
	margin-top : 0px;
}



/***************************/
/*					FAQ						 */
/***************************/

div#faqContent {
	margin : 0 25px;
}

div#faqContent+ul {
	margin : 0 45px;
}



/***************************/
/*			SimpleGallery			 */
/***************************/

div#simpleGallery {
	margin : 0 20px;
}




/***************************/
/*				CONTACT					 */
/***************************/

div#container section#content.contact form {
	margin : 0 25px;
}

div#container section#content.contact textarea {
	width : 900px;
}

div#container section#content.contact p#form-captcha {
	float : left;
	margin-top : 0px;
}

div#container section#content.contact input[type=submit] {
	float : right;
}