@charset "UTF-8";
/* zimzala styles */

/* reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, img, small, strike, strong, sub, sup,
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* end reset */

/* COMMON
__________________________________*/
body {
	padding: 0;
	margin: 0;
	background: #401212 url('/img/bg_tile.png') top center repeat-x fixed;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #339966;
	text-decoration: none;
}
.clear {
	clear: both;	
}
/* --- */
#wrapper {
	width: 990px;
	margin: 20px auto;
	padding-bottom: 21px;
	background: url('/img/zz_wrapper_shadow.png') bottom center no-repeat
}
#header {
	height: 215px;
	background: url('/img/zz_header.png') top center no-repeat;
}
/* MAIN
__________________________________*/
#main {
	width: 960px;
	background: url('/img/zz_main_tile_bg.png') top center repeat-y;
	padding: 0 15px;
}
/* --- */
#nav {
	height: 42px;
	background: #980104 url('/img/zz_nav_tile_bg.gif') repeat-x;
	text-align: center;
}
#nav ul {
	display: inline-block;
	width: 636px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
#nav li {
	float: left;
	padding: 0 40px;
	margin: 0;
	height: 42px;
}
#nav li a {
	display: block;
	width: 100%;
	height: 100%;	
}
/* --- */
.content_header {
	color: #e9fbb8;
	background: #799666 url('/img/zz_content_header_tile_bg_top.gif') top center repeat-x;
}
#content_header_home {
	background: url('/img/zz_content_header_wise.gif') no-repeat;
	background-position: 50px 20px;
	font-size: 25px;
	text-align: center;
	height: 125px;
}
#content_header_home p {
	padding-top: 84px;
	padding-bottom: 10px;
}
/* --- */
.content_body {
	position: relative;
	background: url('/img/zz_content_body_tile_bg_top.png') top center repeat-x;
	padding: 30px 65px;
	color: #253719;
	font-size: 16px;
	line-height: 30px;
}
.content_body h1 {
	color: #344428;
	font-size: 22px;
	font-weight: bold;
}

/* CONTENT : LEFT
__________________________________*/
.content_body_left {
	float: left;
	width: 500px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url('/img/zz_p_end.gif') center bottom no-repeat;
}
img#home_feature {
	margin: 10px auto;	
}
.content_body_left p {
	margin: 0 0 20px 0;	
}

/* CONTENT : RIGHT
__________________________________*/
.content_body_right {
	float: left;
	width: 312px;
	margin-top: 20px;
	margin-left: 15px;
	padding-bottom: 20px;
}
.postit {
	background: url('/img/zz_content_postit_tile.gif') repeat-y;
	width: 312px;
	margin-bottom: 40px;
}
.postit_top {
	background: url('/img/zz_content_postit_top.gif') top center repeat-y;
	height: 40px;
	padding-top: 20px;
}
.postit_top p {
	margin-left: 25px;
	color: #344428;
	font-size: 22px;
	font-weight: bold;
}
.postit_bot {
	background: url('/img/zz_content_postit_bot.gif') bottom center no-repeat;	
	padding: 5px 20px 30px 44px;
	color: #401212;
	font-size: 14px;
	line-height: 26px;
}
.postit_bot h1 {
	border-top: 1px dotted #b4c38a;
	padding-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.postit_bot h2 {
	border-top: 1px dotted #b4c38a;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.postit_bot p.more {
	text-align: right;
	padding-top: 10px;
}
.postit_bot a, #home_news a {
	color: #cd0000;
}
.postit_bot a:hover, #home_news a:hover {
	border-bottom: 1px dotted #cd0000;
}
#home_news {
	margin-left: 18px;
	padding: 10px 20px 10px 25px;
	background: #fafcee;
	border: 1px dotted #c6cabe;
	font-size: 14px;
}
#home_news h1 {
	top: 20px;
	left: 25px;
	color: #344428;
	font-size: 22px;
	font-weight: bold;
}
.home_news_post {
	border-top: 1px dotted #b4c38a;
	margin: 10px 0;
	padding: 10px 0;
	color: #401212;
}
#home_news_post h2 {
}
#home_news_post p {	
}


/*  SUB PAGES
__________________________________*/
.content_header#games, .content_header#about, .content_header#contact {
	height: 6px;	
}
.content_header#press div {
	width: 300px;
	padding: 20px 65px;
	font-size: 13px;
	line-height: 16px;
}
.content_header#press h1 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 8px;
}
.content_header a {
	color: #c3ff00;
}
.content_header a:hover {
	border-bottom: 1px dotted #c3ff00;
}
.content_body#games {
	padding-top: 50px;
}
.content_body#contact {
	text-align: center;
	background: url('/img/zz_p_end.gif') center bottom no-repeat;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.content_body#contact p, .content_body#press p {
	margin-bottom: 30px;
}
.games_game img {
	float: left;
	margin-left: 150px;
}
.games_game .postit {
	float: left;
	margin-left: 40px;
}

#press_left, #press_right {
	position: relative;
	float: left;
	width: 400px;
}
#press_right {
	margin-left: 30px;	
}


/* GAME PAGES 
__________________________________*/
.content_header#game {
	height: 36px;	
}
#nav_games {
	background: url('/img/zz_nav_games_arrow.gif') 362px 0px no-repeat;
	text-align: center;
	padding-top: 16px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav_games a {
	color: #c3ff00;
	margin: 0 20px;
}
#nav_games a:hover {
	border-bottom: 1px dotted #c3ff00;
}
.game_logo {
	margin-top: 20px;
	text-align: center;
}
.game_logo h2 {
	margin-top: 20px;	
}
#game_box {
	text-align: center;
	margin-bottom: 30px;
}
p.gamedesc {
	margin-top: 30px;
}
p.gamedeets {
	color: #401212;
	font-size: 13px;
	line-height: 26px;
	margin-left: 20px;
}


/* FOOTER
__________________________________*/
#footer {
	position: relative;
	clear: both;
	height: 188px;
	background: url('/img/zz_footer_tile_bg.gif') repeat-x;
	text-align: center;
	color: #799666;
	font-size: 12px;
}
#footer_top {
	height: 147px;	
	background: url('/img/zz_footer_logo_wf.gif') bottom center no-repeat;
}
#footer_top_left {
	float: left;
	postion: relative;
	width: 396px;
	height: 147px;
	text-align: center;
	background: url('/img/zz_footernav_arrow.gif') 190px 49px no-repeat;
}
#footer_top a {
	color: #c3ff00;
}
#footer_top a:hover {
	border-bottom: 1px dotted #c3ff00;
}
#footer_top a#btn:hover {
	border: 0 !important;	
}
#footer_top_left ul {
	list-style: none;
	width: 150px;
	font-size: 13px;
	line-height: 20px;
}
#footernav_left {
	text-align: right;
	position: absolute;
	top: 23px;
	left: 20px;
}
#footernav_right {
	text-align: left;
	position: absolute;
	top: 23px;
	left: 220px;
}
#footer_top_right {
	float: right;
	position: relative;
	width: 396px;
	text-align: center;
}
#footer_top_right #presskit_btn {
	position: relative;
	top: 55px;
	font-size: 9px;
}
#footer_bot {
	position: relative;
	height: 41px;
}
#footer_bot a {
	color: #d5d3c0;
}
#footer_bot a:hover {
	border-bottom: 1px dotted #d5d3c0;
}
#footer_copy {
	margin-top: 14px;	
}
#footer_credit {
	position: absolute;
	right: 4px;
	width: 100px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
#footer_credit a {
	color: #8c8c8c;
}
#footer_credit a:hover {
	border-bottom: 1px dotted #8c8c8c;
}
