body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(imgs/BGslice.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F6A63;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #555243;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 130%;
	font-size: 1.2em;
}

p {
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #6B2721;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #993300;
}

a:hover {
	border: none;
	text-decoration: underling;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 760px;
	height: 170px;
	margin: 0 auto;
	background: url(imgs/banner2.jpg);
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#header a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
}

#logo {
	float: left;
	padding: 0 0 0 0;
}

#logo h1 {
	margin: 0;
	padding-top: 30px;
	font-size: 50px;
}

#logo h2 {
	margin: 0;
	font-size: 18px;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 140px 0 0;
	list-style: none;
}

#menu li {
}

#menu a {
	padding: 0 3px 0 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

/* Post */

.post {
	padding: 40px 0 20px 0;
}

.vline {
	border-top: 2px dotted #CCCCCC;
}

.post .date {
	margin: 0;
	font-size: 0.9em;
}

.post .title {
	margin-top: 0;
}

.post .entry {
}

.post .meta {
	height: 30px;
	font-size: 1em;
}

.post .meta a {
	display: block;
	float: left;
	height: 24px;
	border: none;
}

.post .meta b {
	display: none;
}

.post .category {
	padding: 1px 40px;
	background: url(images/img08.gif) no-repeat;
}

.post .comments {
	padding: 1px 40px;
	background: url(images/img07.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
	background-image: url(imgs/002_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-left: 20px;
}

#sidebar li h2 {
	margin-top: 0;
	font-size: 1.4em;
}

#sidebar fieldset {
	border: none;
}

/* Footer */

#footer {
	clear: both;
	height: 500px;
	padding-top: 30px;
	background: #CBD401;
	text-align: center;
	font-size: 0.7em;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B8C100;
}

#footer a {
	border: none;
	color: #333333;
}
#sidebar ul {
	font-size: 12px;
	color: #555243;
}
#sidebar li {
	list-style-type: square;
	padding-bottom: 3px;
}
#sidebar h2 {
	font-size: 1.6em;
}
#menu a:hover {
	color: #CED4C2;
}
.firstWords {
	font-style: italic;
	color: #6B2721;
}

