/* @override 
	http://www.rainbowtipis.com.au/wp-content/themes/rainbowtipi/style.css
*/

/*
	Theme Name: Rainbow Tipis
	Theme URI: http://www.rainbowtipis.com.au
	Description: A customised theme from Evolved Websites.
	Version: 1
	Author: Yari McGauley

	Rainbow Tipis CSS
	by evolved websites (jake) 11.12.2007
*/

@import "/wp-content/themes/rainbowtipi/reset.css";


/* General */

body {
	font: 0.82em/1.6em helvetica, verdana, sans-serif;
	color: #444;
}

h2 {
	font-size: 110%;
	font-weight: bold;
	clear: both;
}

p {
	margin-bottom: 1.2em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	clear: both;
	height: 1px;
	color: #ccc;
	margin: 1.5em 0.5em;
}


/* Website Structure */

#wrap {
	width: 900px;
	margin: 0 auto;
}

#head {
	margin-top: 30px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#head h1 {
	float: left;
	width: 310px;
	font-size: 26px;
	color: #66be60;
	font-weight: normal;
	margin: 0;
	padding: 125px 0 7px 245px;
	background: url(/wp-content/themes/rainbowtipi/images/rainbow_head.png) no-repeat 48px 0px;
	z-index: 1;
}

#head p {
	position: absolute;
	top: 0;
	right: 0;
	width: 324px;
	color: #888;
	text-align: right;
	text-transform: lowercase;
	margin: 0;
	padding-top: 62px;
	background: url(/wp-content/themes/rainbowtipi/images/heading.gif) no-repeat 3px -1px;
	z-index: 10;
}

#grouper {
	background: url(/wp-content/themes/rainbowtipi/images/side_menu.png) repeat-y 52px 150px;
	clear: both;
}


/* menu sidebar */

#menu {
	float: left;
	width: 200px;
	margin-top: 20px;
	font-size: 98%;
	text-align: center;
}

#menu ul {
	width: 93px;
	padding: 0;
	margin: 0 0 0 52px;
}

#menu ul li {
	color: white;
	list-style: none;
	margin: 0 0 1.1em 0;
	padding: 0;
	line-height: 1.1em;
}

#menu ul li a {
	display: block;
	color: white;
	text-decoration: none;
	margin: 0 0 0.5em 0;
}

#menu ul li.current_page_item a {
	color: #000;
	font-weight: bold;
}

#menu ul li a:hover, #menu ul li a:active {
	color: #000;
}


/* menu - products */

#menu h4 {
	color: #771e19;
	text-transform: uppercase;
	margin: 1em 0 0 0;
}

#menu ul#products {
	margin-top: 0.5em;
}

#menu ul#products li {
	margin: 0.1em 0 0 0.5em;
	text-align: left;
}

#menu ul#products ul {
	margin: 0 0 1em 0;
}
#menu ul#products ul li {
	width: 70px;
	font-size: 86%;
	list-style: disc;
	margin: 0 0 0.6em 16px;
	line-height: 1.2em;
}
#menu ul#products ul li a {
	margin: 0 0 0 -6px;
	color: #fff;
	font-weight: normal;
}


/* menu - search */

#menu input#s {
	width: 50px;
}


/* content */

#content {
	float: right;
	width: 655px;
	margin-top: 20px;
}

#content p {
	margin-top: 0;
}

#content img {
	margin: 0.3em 1em 1em 1em;
	padding: 0.2em;
	background: #ececec;
	border: 1px solid #dbdbdb;
}


/* Tables */

table {
	width: 95%;
	margin: 10px;
	border: 0.1em solid #dedede;
}

table td {
	border: 0.1em solid #dedede;
	border-top: none;
	border-right: none;
	padding: 0 0.3em;
}


/* footer */

#footer {
	color: #666;
	font-size: 85%;
	margin: 2em 0 0 0;
	padding: 1em 0 1em 245px;
	clear: both;
}

#footer a {
	color: #666;
}

#footer .evolved, #footer .copyright {
	text-decoration: none;
}

#footer .evolved {
	float: right;
	color: #999;
	margin-left: 6em;
}
