/*
Theme Name: Totebo
Theme URI: http://totebo.com/
Description: Website for Totebo.com
Author: Ben Gillbanks
Version: 0.1
*/

* {
	margin:0;
	padding:0;
	border:none;
}

html,
body {
	font-family:"Trebuchet MS", "Tahoma", "Verdana";
	font-size:13px;
	line-height:1.4;
	color:#fff;

}
body a {
	color:#99ff66;
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}

header,
article,
footer {
	width:765px;
	margin:10px auto;
	display:block;
}

/* HEADER */

header h1,
header h2 {
	font-size:18px;
	width:50%;
	float:right;
	margin:0 0 10px 0;
	text-align:right;
	color:#fff;
}

header h2 {
	text-align:left;
	color:#fff;
}

header h2 a {
	color:#fff;
	text-decoration:none;
}

header h2 a:hover {
	text-decoration:underline;
}

/* CONTAINER */

#container {
	background:#333;
	overflow:hidden;
}

/* FOOTER */

footer {
	margin-top:0;
	margin-bottom:40px;
	padding:10px 0;
	color:#aaa;
}

footer ul {
	font-size:11px;
	padding:0;
	clear:both;
	margin:20px 0 40px 0;
}

footer li {
	float:left;
	list-style-type:none;
	margin-right:20px;
}

footer a {
	color:#aaa;
}


/* GAMES */

#games {
	float:left;
	width:465px;
}

#games a {
	float:left;
	margin:0 10px 10px 0;
	width:145px;
	height:120px;
}

/* ADVERT */

#a_d_b {
	display:block;
	width:300px;

	float:left;
	padding-bottom:0px;
	padding-top:0px;

	background:#FFF;

	text-align:center;

	line-height:0px


}

#a_d_b a {
	color:#99ff66;
	text-decoration:none;
}

#a_d_b a:hover {
	text-decoration:underline;
}

#inline_ad {
	display:block;
	width:300px;
	height:250px;
	float:right;
	margin-bottom:0px;
	margin-left:0px;
	margin-top:0px;
	border:0px solid white;
	line-height:0;
	box-shadow: 0px 0px 0px 0px #563300;
}