/*
Theme Name: FatZap
Theme URI: http://www.fatzap.com.au
Description: FatZap WordPress Theme
Version: 0.1
Author: Troy Mcilvena
Author URI: http://www.troymcilvena.com
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/body_bg.png) repeat-y center top;
	text-align: center;
	font: 80% Verdana, "Trebuchet MS", Arial, sans-serif;
}
dd {
	color: #00A1B2;
	margin-bottom: 0.3em;
}
a {
	color: #00A1B2;
}
a:hover {
	color: #000;
}
#container {
	background: url(images/container_bg.png) repeat-x;
}
#inner-container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	min-height: 520px;
	height: auto !important;
	height: 520px;
	background: #CDEDF0;
}
#header {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
#content {
	position: relative;
	/* min-height: 360px;
	height: auto !important;
	height: 360px; */
	background: url(images/content_bg.jpg) no-repeat;
	padding: 10px 0;
}
#content h2 {
	font: 1.8em "Arial Rounded MT Bold", "Arial Rounded", "Trebuchet MS", Arial, sans-serif;
	color: #ED018C;
	font-weight: normal;
}
#content h3 {
	font: 1.8em "Arial Rounded MT Bold", "Arial Rounded", "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0.5em 0;
}
#content p {
	margin: 0.7em 0;
	line-height: 1.3em;
}
#content ul, #content ol {
	margin-left: 2em;
}
#content .wrap {
	padding: 0 20px;
}
#news {
	background: #FFF url(images/news_tr.png) no-repeat right top;
	position: relative;
	width: 200px;
	padding: 20px 10px 20px 20px;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
#news-br {
	position: absolute ;
	width: 16px;
	height: 16px;
	right: 0;
	bottom: 0;
	background: url(images/news_br.png);
}
#news h3 {
	margin-bottom: 0.5em;
}
#competitions {
	position: absolute;
	top: 25px;
	left: 255px;
	width: 240px;
	text-align: center;
}
#sub-nav {
	position: absolute;
	right: 0;
	top: 10px;
	width: 200px;
	padding: 20px 20px 20px 10px;
	background: #00A1B2 url(images/subnav_bl.png) no-repeat left bottom;
	text-align: right;
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
#subnav-tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(images/subnav_tl.png) no-repeat left top;
}
#sub-nav ul {
	list-style: none;
}
#sub-nav ul li {
	margin-bottom: 0.5em;
}
#sub-nav ul li a {
	color: #FFF;
	text-decoration: none;
}
#sub-nav ul li a:hover {
	text-decoration: underline;
}
#footer {
	color: #00A1B2;
	padding: 20px 20px 20px 80px;
	border-top: 1px solid #FFF;
	background: url(images/footer_logo.gif) no-repeat 20px 20px;
}

/* FORM ELEMENTS */
.required {
	font-weight: bold;
}
.css_form .field {
	display: block;
	margin: 0.2em 0;
}
.css_form .error {
	color: red;
	display: block;
	margin: 0.2em 0;
}
.fat {
	font-size: medium;
	color: #00A1B2;
	padding: 3px 5px;
}
#content .wrap img {
	padding: 10px;
	background: #FFF;
	border: 1px solid #7FD0D8;
}
#content .wrap img.no_style {
	padding: 0;
	background: none;
	border: none;
}
.date {
	color: #666;
}
#content p.breadcrumb {
	margin-top: 40px;
}