body {
	text-align:center;
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #7BAA0F;
}

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

a:visited {
	color: #333333;
}

img {
	border: none;
}

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

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

/* Header */

#header {
	text-align:left;
	width: 850px;
	height: 80px;
	margin: 0 auto 40px auto;
	background: url(images/img03.gif) repeat-x left bottom;
}

#logo {
	float: left;
}

#logo h1 {
	font-size: 38px;
	font-weight: bold;
	color: #494949;
}


#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: -10px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#nav {
	clear: both;
	text-align: center;
	width: 850px;
	background: #000;
	padding: 0 10px;
	height: 40px;
	overflow: hidden;
	cursor: default;
}

#nav li, #nav a {
	display: inline;
	color: #fff;
	text-decoration: none;
	font: bold 11px verdana, arial, helvetica, sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 13px 15px;
	margin: 0;
}

#nav li a:hover {
	background: #00567A;
	color: #ffffff;

}

#nav li {
	padding: 14px 0;
}


/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	text-align:left;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Post */

.post h1 {
	margin:20px 0 0 0;
	font-weight: normal;
	color: #ffffff;
	font-size: 22px;
	background: #000000;
}

.post h2 {
	margin:0;
	font-weight: normal;
	color: #3E3E3E;
	font-size: 18px;

}

.post {
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(images/img03.gif) repeat-x left bottom;
}

.post .entry {
}

.post .meta {
	padding: 15px 0 60px 0;
	background: url(images/img03.gif) repeat-x;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(images/img03.gif) repeat-x left bottom;
	font-size: 16px;
}



/* Boxes */

.box1 {
	padding: 2px;
	background: url(images/head.jpg) no-repeat;
	height: 253px;
}



/* Footer */

#footer {
	height: 100px;
	min-height: 100px;
	padding: 5px 0 0 0;
	background: transparent url(images/img09.gif) top repeat-x;
}

html>body #footer {
	height: auto;
}



/* TUMBNAIL GAME */

.game {
	margin: 2px;
	clear: both;
}

.game h3{
	font-weight: bold;
}
.game a {
	width: 90px;
	height: 100px;
	float: left;
	text-align: center;
	color: #A2A3A6;
	text-decoration: none;
	font-size: 11px;
	margin-right: 4px;
}

.linkgames a{

	font-size: 14px;
	width: 80%;
	height: 30px;
	font-weight: bold;
	color: #ce6500;
}

.game img a{
	text-decoration: none;
	border: 0;
}

.game a img {
	text-decoration: none;
	border: 0;
}

.game>a {
	min-height: 100px;
	height: auto;
}
.game a.last {
	margin-right: 0;
}
.game a:hover {
	color: #729AD7;
}
.game a span {
	display: block;
	padding-top: 2px;

}
.game a>span {
	padding-top: 5px;
}

.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

/* end THUMBNAILGAME */

