/* reset ---------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* layout -------------------------------------------------------- */

body {
	text-align: left;
	background: #000;
}

#page {
	background: url(images/crystal-red.png);
	background-repeat: no-repeat;
	height: 500px;
	width: 1030px;
	margin-left: 0px;
	text-align: left;
}

#left_sidebar {
	float: left;
	margin-top: 400px;
	padding-left: 23px;
	color: #ccc;
	width: 319px;
}

#main {
	float: left;
	background: url(images/bg_content.jpg) #2E2E2E;
	background-repeat: no-repeat;
	width: 683px;
}

#right_border {
	float: right;
	width: 13px;
	height: 790px;
	background: #380000;
	margin-right: 5px;
	margin-top: 17px;
}

#nav {
	float: left;
	background: #380000;
	width: 650px;
	height: 32px;
	margin-top: 17px;
	margin-left: 15px;
	padding-top: 14px;
	text-transform: uppercase;
}

#games_box {
	padding: 7px;
}

#games {
	position: absolute;
	top: 48px;
	left: 605px;
	background: #ccc;
	border: 1px solid #000;
	padding-left: 7px;
	padding-right: 7px;
	display: none;
	text-transform: uppercase;
}

#games, #games a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-family: Lucida Grande;
}

#games li {
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: 1px solid #000;
}

#games li.last {
	border-bottom: 0px;
}




#about {
	position: absolute;
	top: 48px;
	left: 495px;
	background: #ccc;
	border: 1px solid #000;
	padding-left: 7px;
	padding-right: 7px;
	display: none;
}

#about, #about a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-family: Lucida Grande;
}

#about li {
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: 1px solid #000;
}

#about li.last {
	border-bottom: 0px;
}

#partners {
	position: absolute;
	top: 48px;
	left: 713px;
	background: #ccc;
	border: 1px solid #000;
	padding-left: 7px;
	padding-right: 7px;
	display: none;
}

#partners, #partners a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-family: Lucida Grande;
	text-transform: uppercase;
}

#partners li {
	padding-bottom: 7px;
	padding-top: 7px;
	border-bottom: 1px solid #000;
}

#partners li.last {
	border-bottom: 0px;
}


#title_bar {
	float: left;
	width: 600px;
	margin-left: 15px;
	min-height: 24px;
	padding-left: 16px;
	padding-top: 8px;
	display: inline;
}

#social_media {
	float: right;
}

#content_area {
	float: left;
	width: 605px;

	border: 2px solid #000;
	margin-left: 15px;
	padding: 15px;
	background: #222222;
}

.news_item {
	margin-bottom: 40px;
}

.copyright {
	width: 100%;
}

/* twitter feed --------------- */

#left_sidebar img {
	margin-bottom: 7px;
}

#left_sidebar ul li {
	margin-bottom: 7px;
}

/* typography --------------------------------------------------- */

#nav, #nav a {
	font-family: Lucida Grande;
	font-size: 18px;
	font-weight: 500;
	color: #CCCCCC;
	text-align: center;
	text-decoration: none;
}

#title_bar, .entry h1, .entry p strong {
	font-family: Lucida Grande;
	font-size: 18px;
	font-weight: bold;
	color: #CCCCCC;
}

.news_item {
	line-height: 1.0em;
}

.news_item h2, .news_item h2 a, .entry h3, .entry p strong h3 {
	font-family: Geneva;
	font-size: 18px;
	color: #aaa;
	font-weight: 500;
	margin-bottom: 3px;
	text-decoration: none;
}

.entry h3, .entry p strong h3 {
	font-size: 14px;
}

.news_item .byline, .news_item .byline a {
	font-family: Lucida Grande;
	font-size: 10px;
	font-weight: 500;
	color: #999999;
}

.news_item .excerpt, .news_item .excerpt a, .entry, .entry a {
	font-family: Geneva;
	font-size: 12px;
	font-weight: normal;
	color: #888888;
}

.entry {
	line-height: 1.15;
}

.entry a {
	color: #cccccc;
}

.entry p {
	margin-bottom: 10px;
}

.copyright {
	font-family: Geneva;
	color: #ccc;
	font-size: 11px;
	text-align: center;
}

.entry ul {
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 15px;
}


/* twitter feed ---------------- */

#left_sidebar {
	line-height: 0.8em;
}

#left_sidebar ul li a {
	font-family: Lucida Grande;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}

/* stolen stuff from default template ----------------------------------- */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #000;
	text-align: center;
	background-color: #333;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
