/* 
Theme Name: Theme 03
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
*/

/* General Style */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f5f2df;
	font-family: Arial, verdana, Helvitica, sans-serif;
	line-height: 18px;
	font-size: 80%;
	color: #555;
}

ul {
	list-style: inside;
}

h2 {
	font-size: 1.1em;
	color: #797b4c;
	text-transform: uppercase;
	margin: 3px 0 18px;
}

p, ul, h3 {
	margin: 3px 0 22px;
}

a {
	text-decoration: none;
	color: #797b4c;
}

a:hover {
	color: #953923;
}

hr {
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	overflow: hidden;
	border-top: 1px solid #eee;
	margin: 0 0 20px;
}

/* Basic Structure */
#container {
	width: 900px;
	margin: 0 auto;
}

#header {
	float: left;
	width: 900px;
	height: 140px;
	background: url(images/header-bottom.gif) bottom no-repeat;
	padding-bottom: 10px;
}

#content {
	float: left;
	width: 880px;
	border-right: 10px solid #d8d4af;
	border-left: 10px solid #d8d4af;
	background: url(images/content-top.gif) top no-repeat #fff;
	padding-top: 10px;
}

#footer {
	float: left;
	width: 900px;
	background: url(images/footer-top.gif) top no-repeat;
	padding: 30px 0;
	text-align: center;
}

/* Header Stuff */
#title-wrap {
	float: left;
	height: 100px;
	width: 580px;
	background: url(images/curve1.gif) bottom left no-repeat #953b23;
}
ul#ion-buttons {
	float: right;
	width: 320px;
	height: 100px;
	background: url(images/curve2.gif) bottom right no-repeat #953b23;
	list-style: none;
	margin: 0;
}

#title-wrap h1 {
	display: block;
	font-size: 1.4em;
	margin: 32px 0 0 30px;
}

#title-wrap h1 a {
	text-transform: lowercase;
	color: #fff;
	text-decoration: none;
}

#title-wrap h1 a:hover {
	color: #d8d4af;
}

#title-wrap h2 {
	font-size: 1.1em;
	color: #d8d4af;
	text-transform: lowercase;
	margin: 0 0 0 40px;
}

ul#ion-buttons  li {
	float: left;
	width: 160px;
	height: 78px;

}

ul#ion-buttons  li a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-transform: lowercase;
	font-size: 1.0em;
	padding: 40px 0 0 47px;
	width: 103px;
	height: 60px;
}

ul#ion-buttons  li a:hover {
	color: #d8d4af;
}

ul#ion-buttons  li a.home-search {
	background: url(images/home-search.gif) left center no-repeat;
}

ul#ion-buttons  li a.local-dir {
	background: url(images/local-dir.gif) left center no-repeat;
}

#nav, #nav ul {
	float: left;
	width: 700px;
	list-style: none;
	height: 40px;
	margin: 0;
}

#nav ul li {
	float: left;
	height: 18px;
	margin: 6px 0;
	padding: 5px 10px;
	border-left: 1px solid #d8d4af;
}

#nav ul li:first-child {
	border: 0;
}

#nav ul li a {
	font-weight: bold;
	font-size: 1.0em;
	text-transform: lowercase;
	color: #797b4c;
	text-decoration: none;
}

#nav ul li a:hover, #ionqi-map a:hover {
	color: #953a23;
}

#ionqi-map {
	float: right;
	width: 200px;
	height: 20px;
	padding: 10px 0;
	text-align: right;
	overflow: hidden;
}

#ionqi-map a {
	font-weight: bold;
	font-size: 1.0em;
	text-transform: lowercase;
	color: #797b4c;
	padding: 0 10px;
	text-decoration: none;
	background: url(images/arrow-down.gif) left center no-repeat;
}

/* Content Stuff */
/* Main */
#main {
	float: left;
	width: 545px;
	background: #fff;
	padding: 10px 20px 0;
	border-right: 10px solid #d8d4af;
}

/* post */
h2.post-title {
	font-family: "Palatino Linotype", Georgia, serif;
	text-decoration: none;
	font-size: 1.5em;
	text-transform: none;
	font-weight: normal;
	margin-bottom: 5px;
}

.post-body ul, .post-body ol {
	list-style-position: outside;
	margin-left: 20px;
}

.post-author {
	margin-bottom: 5px;
	font-size: 0.9em;
	display: block;
}

div.post-date {
	float: right;
	width: 47px;
	height: 60px;
	background: url(images/date.gif) no-repeat;
	margin: 0 0 10px 10px;
	text-align: center;
	font-size: 0.9em;
}

.month {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 0 6px 0;
}

.date {
	color: #444;
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 1.6em;
}

.post-header {
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

/*sidebar */

#sidebar {
	float: right;
	width: 245px;
	padding: 10px 20px 0;
	background: #fff;
	border-left: 10px solid #d8d4af;
	margin-left: -10px;
	font-size: 0.9em;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul li {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 5px 3px;
}

#sidebar ul li ul li:first-child {
	border-top: 1px solid #eee;
}

#sidebar ul li a {
	text-decoration: none;
	color: #797b4c;
}

#sidebar ul li a:hover {
	color: #953923;
}

/* Comments */

.comments ul {
	display: block;
	list-style: none;
}

.comments ul  li.comments-list {
	border-bottom: 1px solid #eee;
	padding: 20px 0  0;
	float: left;
}

ul.comment-header {
	float: left;
	width: 150px;
}

.comment-body {
	float: right;
	width: 395px;
}

.comment-form {
	display: block;
	clear: both;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.comment-form label {
	float: left;
	width: 100px;
	clear: both;
}

.comment-form input, .comment-form textarea {
	float: right;
	width: 270px;
	margin-bottom: 10px;
}

input.SubmitComment {
	width: auto;
	clear: both;
}

/* JS CSS */
.nwClose {
	background: url(images/close.gif) no-repeat;
	width: 49px;
	height: 12px;
}

.nwClose span {
	display: none;
}

.wrapA1 {
	position: absolute;
	z-index: 99;
	top: 135px;
	left: 0;
	right: 0;
	float: left;
}

.wrapA2 {
	postion: relative;
	width: 900px;
	margin: 0 auto;
}

#flash-map {
	float: right;
	width: 300px;
	height: 153px;
	border: 5px solid #fff;
}