/*	reset
	...................................................
 */

* {
	margin: 0;
	padding: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*	xhtml selectors
	...................................................
 */

html {
	font-size: 100%;
}

body {
	color: #000;
	font: .9em Arial, Helvetica, "Lucida Grande", Sans-Serif;
	background: #f4b42e url(img/body-bg.png) repeat-x 0 top;
}

h1, h2, h3, h4, h6 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}

hr {
	margin-top: 10px;
	margin-bottom: 15px;
	border-width: 0;
	border-bottom: 1px solid #d4b950;
}

p {
	margin-bottom: 1em;
	font-size: .9em;
}

p a {
	border-bottom: 1px dotted #9a1100;
}

a {
	text-decoration: none;
	color: #ca4c05;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

li {
	list-style-type: none;
}

#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* @group header */

#header {
	background: url(img/masthead.png) no-repeat center;
	width: 960px;
	height: 185px;
}

#header h1 a {
	width: 450px;
	height: 80px;
	display: block;
	position: absolute;
	left: 255px;
	background-color: transparent;
	top: 60px;
	text-indent: -9999px;
}

#header h2 {
	position: absolute;
	top: 150px;
	left: 290px;
	text-indent: -9999px;
}

#nav {
	position: absolute;
	top: 0px;
	right: 0px;
	
}

/* @end */

#content {
	/*float: left;*/
	/*margin-left: 20px;*/
	padding: 20px;
	/*-moz-border-radius: 4px;
	-webkit-border-radius: 4px;*/
	margin: 5px 10px 0;
	background: #fef190 url(img/content-top.png) no-repeat left top;
}

.bottom {
	background: url(img/content-bottom.png) no-repeat left bottom;
	height: 5px;
	margin: 0 10px 10px;
}

#content h2 {
	font: 2em/1.5em Georgia, "Times New Roman", Times, serif;
}

#main {
	width: 660px;
	float: left;	
}

#content blockquote {
	text-align: center;
	color: #000;
	font: italic 1.1em/1.6em Georgia, "Times New Roman", Times, serif;
	padding: 1em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #f4b42e;
	margin: .5em 1em .5em 1.5em;
}

ul.nav_categories li, ul.bullets li {
	padding-left: 18px;
	line-height: 1.4em;
	font-size: .9em;
	margin-top: .1em;
	margin-bottom: .1em;
	background: url(img/orange_button.png) no-repeat left top;
	margin-left: .5em;
}

/* @group column */

#column {
	width: 190px;
	float: right;
	border-left: 1px solid #d4b950;
	padding: 0 10px 15px 20px;
	margin-left: 15px;
	margin-top: 10px;
}

#column a {
	text-align: center;
}

#column h4 {
	margin-bottom: 1px;
	font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
}

#column h5.date {
	font: .8em Georgia, "Times New Roman", Times, serif;
	color: #777;
	border-left: 4px solid #fe4002;
	padding-left: 5px;
	margin-bottom: 1px;
}

#column h6.title {
	color: #666;
	/*border-left: 4px solid #ff9066;*/
	border-left: 4px solid #ccc;
	padding-left: 5px;
	font-size: .9em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
}

#column h6.title a {
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#column h6.title a:hover {
	color: #666;
}

h4.comment-head { 
	color: #333;
	margin-top: 10px;
	font: 1.4em Georgia, "Times New Roman", serif;
}

.comment, .comment-alt {
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #f4b42e;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

.comment-alt {
	background-color: #eade86;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.comment-by {
	color: #444;
	font-size: .9em;
	padding-bottom: .5em;
}

.posted .comments {
	color: #88a82e;
	float: right;
	padding-right: 15px;
}



/* @end */

/* @group entry */

.entry h5 {
	color: #fe4002;	
}

.entry h5.date {
	color: #333;
	margin-bottom: 5px;
	padding-left: 20px;
	background: url(img/calendar_empty.png) no-repeat 0 50%;
}

ul.sociable {
	height: 30px;
}

#main-wide h5 {
	/*color: #000;*/
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

h3 {
	color: #333;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
}

h3 a {
	color: #9a1100;
	font: .9em/2em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dotted #9a1100;
}

h3 a:hover {
	color: #000;
	font: .9em/2em Georgia, "Times New Roman", Times, serif;
	border-bottom-color: #000;
}

h3.title a {
	line-height: 1.4em;
}

.entry h4 {
	color: #8d4a03;
	padding-top: .5em;
	padding-bottom: .5em;
	font: 1.2em/1em Georgia, "Times New Roman", Times, serif;
	padding-left: 1.5em;
}

.entry .blog-body {
	padding-left: 20px;
}

.entry .more {
	display: block;
	padding-bottom: 10px;
}

ul.sociable li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.related-box ul li {
	padding-bottom: 4px;
}

.related-box ul li a {
	background: url(img/bullet.gif) no-repeat 0 1px;
	display: block;
	font-size: .9em;
	padding-left: 18px;
}



/* @end */

/* @group posted */

.posted, .posted-list {
	color: #333;
	padding-left: 10px;
	border-left: 1px solid #d4b950;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: .85em;
	margin: .5em 1em .5em 2em;
}

.posted a, .posted-list a {
	border-bottom: 1px dotted #d4b950;
}

.posted-footer {
	font-size: .9em;
	margin-top: 30px;
	color: #333;
	padding-left: 10px;
	border-left: 1px solid #d4b950;
	display: block;
	clear: left;
}

.posted-list {
	margin-top: 10px;
	color: #eee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: .8em;
	background: #8b3806 url(img/post-bg.png) repeat-x 0 bottom;
	line-height: 1.4em;
}

.social-box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: .85em;
	padding: .5em;
	color: #666;
	margin: .5em 1em .5em 2em;
	background-color: #fff;
}

.posted-list a {
	color: #fff;
}

.posted-footer .head {
	color: #88a82e;
	text-transform: uppercase;
}

.posted .comments {
	color: #88a82e;
	float: right;
	padding-right: 15px;
}

.posted-footer a.permalink {
	color: #99b2cc;
	border-bottom: 1px dotted #999;
}

.posted-footer a.permalink:hover {
	color: #336699;
}



/* @end */

#footer {
	clear: both;
	width: 960px;
	/*border-top: 1px solid #ccc;*/
	line-height: 1.4em;
	font-size: .9em;
	text-align: left;
	color: #666;
	padding: 10px;
	margin: 0 auto 20px;
}

/* @group related */

.related-box {
	float: right;
	width: 200px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
	background: url(img/box-bg.png) no-repeat center bottom;
}

.related-box ul {
	padding: 5px 5px 8px;
	border-left: 1px solid #554232;
	border-right: 1px solid #554232;
	margin-bottom: 5px;
}

.related-box ul li {
	font-size: .9em;
	padding-bottom: 4px;
	line-height: 1.2em;
}

.related-box ul li a {
	background: url(img/bullet.png) no-repeat 0 0;
	display: block;
	padding-left: 18px;
}

.related-box h4 {
	padding-left: 5px;
	color: #fff;
	line-height: 1.9em;
	font-size: .9em;
	background: url(img/related-bg.png) no-repeat;
}



/* @end */

/* @group lava */

.lavaLampBottomStyle {
	position: relative;
	width: 300px;
	padding: 5px;
	margin: 0;
	overflow: hidden;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}

.lavaLampBottomStyle li.back {
	/*border-bottom: 1px solid #9a1100;*/
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
	background-color: #fef190;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.lavaLampBottomStyle li a {
	text-decoration: none;
	color: #333;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
	font-size: 1em;
}

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}



/* @end */

.copyright {
	display: block;
	float: left;
	color: #333;
	font-size: .9em;
}

.info a {
	display: block;
	float: right;
	color: #ccc;
	font-size: .8em;
}

/*	shared classes
	...................................................
 */

/*     * -moz-border-radius-topleft  / -webkit-border-top-left-radius
    * -moz-border-radius-topright / -webkit-border-top-right-radius
    * -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius
    * -moz-border-radius-bottomright / -webkit-border-bottom-right-radius
 */



.sm {
	font-size: .85em;
	line-height: 1.3em;
}

.clear {
	clear: both;
	display: block;
}

#newsletter a {
	margin-top: 15px;
	margin-left: 12px;
	background: url(img/yellow_mail_receive.png) no-repeat 0 50%;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
