﻿/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 80px 0px 25px 0px;
	background-color: #1E1E1E;
	color: #333333;
}
#page {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#header {
	height: 70px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#logo {
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 20px;
}
#ad1 {
	float: right;
	width: 468px;
	height: 60px;
}
h1, h1 a {
	color: #FFFFFF;
	font-size: 24pt;
	padding: 0px;
	margin: 0px;
}
h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	font-size: 18pt;
}
.top {
	background-image: url('images/top.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
}
.bottom {
	background-image: url('images/bottom.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 5px;
}
#wrap {
	padding: 5px 5px 0 3px;
	background-color: #FFFFFF;
}
#link {
	background-color: #FFFFFF;
}
#link ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 20px;
}
#link li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}
#games ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
#games li {
	float: left;
	width: 80px;
	height: 60px;
	border: 5px solid #EBEBEB;
	margin-bottom: 11px;
	margin-left: 8px;
}
#games h2 {
	margin: 10px 0px 5px 6px;
}
#footer {
	margin: 0 0 0 2px;
	padding: 5px 2px 0 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #DBDBDB;
}
a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}
a img {
	border-width: 0px
}
#sgm {
	margin: 0 5px 0 7px;
}
#sgm h2 {
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #DDF4FF;
	color: #82D7FF;
}
h3 {
	padding: 10px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #666666;
}
