/*
Theme Name:	Zumbo
Theme URI: 	http://technique.com.au/
Description: Custom full height template
Version: 	1
Author:		Marco Gatta
Author URI:	http://www.technique.com.au
Tags: 
*/

@import url("css/reset.css");
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left:15px;
	padding-right:15px;
  }
.alignleft { float: left; padding-right:30px; padding-bottom:5px; }
.alignright { float: right; padding-left:30px; padding-bottom:5px; }

.gallery {width:750px}
.gallery-item{margin:0px; padding:1px;}
.gallery-icon {margin:0px;padding:0px; width:90px; height:90px;}

/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */

* html .container {height:100%;} /* for ie to resize */

body {}

html,body {
	margin:0;
	padding:0;
	font-family:Helvetica, sans-serif;
	font-size:.9em;
	line-height:1.6em;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:99%;/* stop mozilla sliding off the edge */
	font-size:0.9em;
	color:#fff;
	background:#000;
	}
a {color:#e640a4; text-decoration:none; font-weight:normal;}

p {margin-top:10px;}

h1 {font-size:2em; padding-bottom:5px;}
h2 {font-size:1.8em; padding-bottom:5px;}
h3 {font-size:1.6em; padding-bottom:5px;}
h4 {font-size:1.1em; padding-bottom:5px; font-weight:normal;}

.w960 {width:960px; margin:auto; text-align:left;}

#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom:-190px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#content {margin-bottom:200px;}

#header {
	width:100%;
	height:177px;
	text-align:center;
	background:url(images/header_bg.png) repeat-x #000;
}

#header .w960 {text-align:center; padding-top:140px;}

#footer {
	border-top:10px solid #6d5e4e;
}

#navigation{background: url(images/nav_bg.png) repeat-x #fff; height:37px; text-align:center; font-size:1.2em}
#navigation .w960 {width:920px;display:inline-block;}
#navigation a {display:block; color:#000; text-decoration:none; font-weight:bold; padding:0 0px 0 35px;}
#navigation ul { list-style: none; padding: 0; margin: 0; float:right;} 
#navigation li { float: left; margin: 0 0 0 0; line-height:37px;} 
#navigation li:hover {color:#e640a4;}
#navigation li a:hover {color:#e640a4;}
#navigation .current_page_item a {color:#e640a4;}

#content {padding:15px 30px 30px 20px;}

.pagetitle {fontfont-family:Georgia, "Times New Roman", Times, serif;}

.entry {}
.entry a {color:#FFF; font-weight:normal;}
.entry a:hover {text-decoration:underline;}
.entry ul {margin-left:0px; display:inline-block;}
.entry li{background:url(images/bullet.png) no-repeat 0 0; list-style:none;  margin:10px 0 -10px 0px; padding:8px 0 0 45px; vertical-align:middle; text-indent:0px; _height:35px; min-height:35px;}

.entry .links ul {margin-left:0px; display:inline-block;}
.entry .links li{background:url(images/bullet_sml.png) no-repeat 0 0; list-style:none;  margin:6px 0 -10px 0px; padding:0 0 2px 25px; vertical-align:middle; text-indent:0px; _height:25px; min-height:25px;}
.media img {padding:4px; float:left;}


.entry .media ul {margin-left:0px; display:inline-block;}
.entry .media li{background:url(images/bullet_sml.png) no-repeat 0 0; list-style:none;  margin:6px 0 -10px 0px; padding:5px 0 2px 35px; vertical-align:middle; text-indent:0px; _height:40px; min-height:40px;}
.entry .media .audio {background:url(images/bull_audio.png) no-repeat 0 0;}
.entry .media .video {background:url(images/bull_video.png) no-repeat 0 0;}
.entry .media .mag {background:url(images/bull_mag.png) no-repeat 0 0;}
.entry .media .link {background:url(images/bull_link.png) no-repeat 0 0;}



