/*
Theme Name: Cafe Guide NZ
Theme URI: http://guide.net.nz/
Description: Custom theme for Cafe Guide NZ.
Version: 0.9
Author: Jesse Liwag
Author URI: http://jesseliwag.com/
*/

body
	{
	xbackground-color: #FFC;
	background-color: #D9E5FF;
	background: url(images/bg1.gif) repeat;
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	border: 0;
	}
h1
	{
	display: none;
	}
img
	{
	border: 0;
	}
#description
	{
	display: none;
	}
.hidden
	{
	display: none;
	}	
#header-top
	{
	background-color: #FFF;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCC;
	font-size: 0.9em;
	}
#header-network
	{
	float: left;
	width: 100%;
	height: 30px;
	font-size: 0.9em;
	}
#header-network > ul
	{
	margin: 0;
	padding: 0;
	clear: right;
	}
#header-network li
	{
	display: block;
	float: left;
	margin-left: 10px;
	white-space: nowrap;
	vertical-align: center 50%;
	line-height: 30px;
	padding: 0;
	border-right: 1px solid #CCC;
	}
#header-network li a
	{
	text-decoration: none;
	font-weight: normal;
	color: #666;
	padding-right: 10px;
	}
#header-network li a:hover
	{
	text-decoration: underline;
	}
#header-logo
	{
	background-color: #FFF;
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #CCC;
	}
#header-ads
	{
	background-color: #333;
	width: 100%;
	}
#header-ad1
	{
	xdisplay: none;
	width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0 1px 0;
	}
#header-search
	{
	background-color: #FFF;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #CCC;
	font-size: 0.9em;
	}
#header-search2
	{
	width: 974px;
	margin: 0 auto 0 auto;
	padding-top: 4px;
	}
#content
	{
	width: 974px;
	xborder: 1px solid green;
	margin: 0 auto 0 auto;
	xpadding-bottom: 100px;
	}
#content-main
	{
	width: 790px;
	float: left;
	xborder: 1px solid orange;
	}
#content-main2
	{
	width: 600px;
	float: left;
	xmargin: 0 0 100px 50px;
	xborder: 1px solid blue;
	margin-bottom: 100px;
	}
#sidebar-links
	{
	width: 170px;
	float: right;
	xmargin: 0 50px 100px 0;
	xborder: 1px solid red;
	margin-bottom: 100px;
	}
#content-ads
	{
	float: right;
	width: 180px;
	xborder-left: 1px solid blue;
	}
#content-ad2
	{
	width: 160px;
	margin: 50px auto 50px auto;
	}
#sidebar-links ul
	{
	margin: 0;
	padding: 0;
	}
#sidebar-links li
	{
	display: block;
	}
#sidebar-links li.cat-item
	{
	margin-top: 10px;
	font-weight: bold;
	}
#sidebar-links ul.children > li.cat-item
	{
	margin-top: 0;
	font-weight: normal;
	}
#footer
	{
	background-color: #DDD;
	border-top: 1px solid #CCC;
	width: 100%;
	height: 200px;
	}
	
	

.navigation
	{
	display: none;
	}
.post, .comments-block
	{
	background-color: #FFF;
	margin: 10px 0 10px 0;
	padding: 0 15px 10px 15px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}
.post > h2 > a
	{
	color: #000;
	text-decoration: none;
	}
.post > h2 > a:hover
	{
	color: #00F;
	text-decoration: underline;
	}
	
	
	
.ratingmulti
	{
	}