* {
	margin: 0;
	padding: 0;
}
html, body { height: 100%; }
body { background: #FFF url(http://gaiaholic.com/images/gradient.gif) repeat-x 0 -5px; }
body, input, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-decoration: none;
}
a {
	color: #8AB;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
form label, form input, form textarea, form small {
	display: block;
}
form label {
	margin: 10px 0;
}
form input, form textarea {
	margin: 2px;
}

.inline { display: inline; }


#header {
	text-align: center;
	clear: both;
	overflow: auto;
	background: url(http://gaiaholic.com/images/logo.gif) no-repeat 8px 10px;
	padding: 10px;
	margin: -5px 0;
}
#header h1 {
	float: left;
}
#header h1 a {
	display: block;
	width: 288px;
	height: 73px;
	text-indent: -9999px;
	overflow: hidden;
}
#header h2 {
	display: none;
}
#header img, #header iframe {
	margin: 5px 0 0;
}


#left, #right { text-align: center; }

#left {
	float: left;
	padding: 0 0 0 15px;
}
#left .nav { width: 160px; }
#left .nav:before { content: url(http://gaiaholic.com/images/lnavt.gif); }
#left .nav:after { content: url(http://gaiaholic.com/images/lnavb.gif); }

#right {
	float: right;
	padding: 0 15px 0 0;
}
#right .nav { width: 125px; }
#right .nav:before { content: url(http://gaiaholic.com/images/rnavt.gif); }
#right .nav:after { content: url(http://gaiaholic.com/images/rnavb.gif); }

.nav {
	margin: 5px 0 10px;
	text-align: left;
}
.nav, .nav li {
	list-style: none;
}
.nav li {
	background: #EEE;
	padding: 0 10px 3px;
}
.nav li.cat {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #0BF;
	padding: 2px 0 5px;
}
.nav li a {
	display: block;
	color: #0C0;
}
.nav li a:hover {
	color: #F90;
}
/* mac hide \*/
* html .nav li a,
* html .nav li,
* html #content { height: 1%; }
/* end hide */


#content {
	margin: 0 140px 0 175px;
	padding: 10px 15px;
	line-height: 150%;
}
#content h3 {
	font-size: 21px;
	font-weight: normal;
	color: #F90;
	margin: 0 0 15px;
}
#content h5 {
	font-size: 16px;
	font-weight: bold;
	color: #0AF;
	margin: 15px 0 0;
}
#content small {
	font-size: 10px;
	color: #999;
}

#footer {
	clear: both;
	margin-top: -50px;
	text-align: center;
	padding: 20px;
}
#footer, #footer a {
	font-size: 11px;
	color: #AAA;
}
#footer a:hover {
	color: #000;
}


.thumbs, .thumbs li {
	list-style: none;
}
.thumbs li {
	padding: 0 5px 15px 0;
	overflow: auto;
	float: left;
	width: 320px;
	line-height: 125%;
}
.thumbs a img {
	background: #F3F3F3;
	border: 2px solid #E6E6E6;
	float: left;
}
.thumbs a:hover img {
	border: 2px solid #F90;
}
.thumbs h4, .thumbs p {
	margin-left: 130px;
}
.thumbs h4 a {
	color: #0AF;
	font-size: 14px;
}
.thumbs p, .thumbs p a {
	font-size: 11px;
}
.thumbs p a {
	color: #0C0;
}
.thumbs h4 a:hover, .thumbs p a:hover {
	color: #F90;
}
.thumbs a.rating {
	display: block;
	width: 66px;
	height: 12px;
	background: url(http://gaiaholic.com/images/star.gif) 0 12px;
	text-indent: -9999px;
	overflow: hidden;
}
.thumbs a.rating span {
	display: block;
	height: 12px;
	background: url(http://gaiaholic.com/images/star.gif) 0 0;
}


.success, .error {
	display: block;
	margin: 10px 20px;
	padding: 22px 5px 5px;
	border: 1px solid;
}
.success {
	border-color: #0C0;
	background: #EFE url(http://gaiaholic.com/images/success.gif) no-repeat 5px 5px;
}
.error {
	border-color: #F60;
	background: #FED url(http://gaiaholic.com/images/error.gif) no-repeat 5px 5px;
}



.profile {
	overflow: auto;
}
.profile img {
	float: left;
	border: 3px solid #EEE;
	margin: 0 10px 0 0;
}
#content .profile h5 {
	font-size: 13px;
	margin: 10px 0 0;
}

.css {
	display: block;
	width: 90%;
	height: 100px;
	margin: 10px auto;
	padding: 2px 0 0 4px;
	border: 2px solid #EEE;
	background: #FFF;
}
.css:hover {
	border-color: #F90;
}


#pages {
	text-align: center;
	padding: 0 0 40px;
}
#pages span {
	margin: 2px;
	padding: 1px 5px;
}
#pages a {
	font-weight: bold;
	border: 1px solid #EEE;
	margin: 1px;
	padding: 1px 5px;
}
#pages a:hover {
	text-decoration: none;
	color: #000;
	border: 2px solid #F90;
	margin: 0;
}


