
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff url(images/bg.gif) repeat-x scroll top left;
	border-top: #000 solid 5px;
	font-size: 15px;
	color: #333;
}
a {
	color: #777;
	text-decoration: none;
}
a:hover {
	color: #92a70c;
}
img, img a {
	border:none;
}
p {
	margin-bottom:0.8em;
}
blockquote {
	margin: 0.1em 0 0.1em 3em;
}
h2, h3, h4 {
	color:#693;
}
h2, h3 h4 {
	color: #693;
}

/* Layout
-------------------------------------------------------------------------------------------------- */
#wrapper {
	width: 915px;
	margin: 0 auto;
	position: relative;
}

#container,.sidebar{margin-top:2em;}
div#container {
	float: left;
	width: 70%;
}

div.sidebar {
	float: right;
	overflow: hidden;
	width: 28%;
	text-align: left;
}
div#secondary	{
	clear: right;
}
div#footer {
	clear: both;
	width: 100%;
}

/* Header
-------------------------------------------------------------------------------------------------  */

#searchform {
	background:transparent url(images/searchform-bg.png) no-repeat scroll right bottom;
	height:37px;
	position:absolute;
	right:0px;
	top:-6px;
	width:210px;
	z-index:1;
}
#searchform #s {
	background:#FFFFFF url(images/form-field-bg.gif) no-repeat scroll 0%;
	border:medium none;
	color:#999999;
	height:17px;
	margin:6px 5px 0px 10px;
	padding:3px 7px 2px 5px;
	width:148px;
}
#searchform #searchsubmit {
	background:transparent url(images/search-btn.png) no-repeat scroll left top;
	border:medium none;
	height:24px;
	line-height:1px;
	margin-top:6px;
	text-indent:-9999em;
	width:24px;
}
#header{
	height: 110px;
}
#header h1 a{

    background: url(images/logo.gif) no-repeat;
	display: block;
	text-indent: -9999em;
	height: 100px;

}
#blog-description {
	text-indent: -9000em;
	height: 0;
}
#menu{
	font-size:0.9em;
	height:1.5em;
	padding-top:0.3em;
	width:100%;
	background: #fff url(images/bg_dotted.gif) repeat-x bottom left;
	text-transform: uppercase;
}
#menu ul a{
	font-weight:700;
	text-decoration:none; 
	color: #333; 
	text-align: center;
}
#menu ul a:hover{
	background:#faf7e8;
	color: #693;
}
#menu ul,#menu ul ul,#menu ul li{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li{
	float:left;
}
#menu ul li a{ 
	padding:0.3em 0.6em; 
	border-right: 
	1px #d1d1d1 solid;
}
#menu .rss {
	background:#fff url(images/rss.png) no-repeat left center;
	padding-left: 12px;
	float: right;
	border: none;
	margin-right: 2em;
}
#menu .rss a{
	border: none;
}
#menu .homepage a {
	border-left:1px solid #d1d1d1;
}
#menu ul ul{
	display:none;
}
#menu ul ul li{
	float:none;
}
#menu ul ul li a{
	margin:0;padding:0;
}
#menu ul li:hover ul{
	display:block;
	font-size:0.9em;
	padding-top:0.5em;
	position:absolute;
}
#menu ul li:hover ul li a{
	background:#f5f5f5;
	border:none;
	display:block;
	padding:0.1em;
	width:10em;
}

/* Content
-------------------------------------------------------------------------------------------------- */

#content ol, #content ul ol, #content ol ol, #content ol ul{
	margin:0.1em 0 0.1em 3em;
}
#content ul ul, #content ul{
	margin: 0.1em 0 0.1em 1.7em;
}
#content ul li {
	list-style:none;
	padding-left:17px;
	background:#fff url(images/li_bg.gif) no-repeat left center;
}
.post{ 
	position: relative;
}
#content {
	font-size :14px;
}
.entry-title, .entry-title a{
	clear:both;
	color: #693;
	background: #fff url(images/bg_dotted.gif) repeat-x bottom left;
	padding-bottom: 5px;
	width: 100%;
}
.entry-content {
	margin: 1em auto;
}
div.comments-link, div.published{
	position: absolute;
	right: 0;
	top: 8px;
	background: url(images/small_bg.png) no-repeat left -36px;
	padding:0 10px 0 15px;
	font-size: 14px;
}
div.published{
	background:url(images/small_bg.png) no-repeat left -95px;
}
.entry-meta{
	margin:1.7em 0;
	background: #fff url(images/post_bt.png) repeat-x left bottom;
	padding-bottom: 5px;
}
.author, .cat-links, .tag-links,  .trackback-link{
	background:url(images/small_bg.png) no-repeat;
	padding:0 8px 0 12px;
	margin: 0 0.2em; 
	border-right:1px solid #d1d1d1;
}
.author {
	background-position: left 4px;
}
.cat-links {
	background-position: left -76px;
}
.tag-links {
	background-position: left -15px;
	border: none;
}
.trackback-link {
	background-position: left -135px;
	border-right: 1px #d1d1d1 solid;
	padding-left:12px;
}
#nav-below, #nav-below{
	width:98%;
	height:1em;
	margin:1.5em 0;
}
.alignleft,.nav-previous{
	float: left;
}
.alignright,.nav-next{
	float: right;
}

/* Comment Styles
-------------------------------------------------------------------------------------------------- */
#comments-list ol{
	margin:1em 0;
	list-style: none;
}
#comments-list ol li{
	margin-bottom:0.4em;
	padding: 10px 0 0 5px;
	position: relative;
}
#respond h3, #comments-list h3{
	padding: 5px;
	background:#fff url(images/bg-sp.png) repeat top left;
}
span.vcard{
	background: url(images/vcard.png) no-repeat left center;
	padding-left:13px;
	color:#693;
}
.comment-author a{
	color: #693; 
	font-size:17px;
}
.comment-author{
	background:#fff;
	margin-bottom: 10px;
	background: url(images/bg_dotted.gif) repeat-x bottom left;
}
.comment-text{
	background:#fff;
	margin:0.5em 0;
	color:#777;
	max-width: 550px;
	margin-left: 70px;
	border-left: 1px solid #d1d1d1;
	min-height: 50px;
	padding-left: 12px;
}
.gravatar{
	position:absolute;
	top: 3em;
	left: 1em;
}
.gravatar img{
	width: 32px;
	height: 32px;
}
.formcontainer{
	margin: 2em 0;
}
form#commentform .form-label{
	margin:1em 0 0;
}
form#commentform span.required{
	background:#fff;
	color:red;
}
form#commentform,form#commentform p{
	padding:0;
}
input#author,input#email,input#url{
	width:50%; 
	color:#777;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #faf7e8 url(images/form_bg.png) no-repeat; 
	border: 1px solid #d1d1d1;
}
input#author{
	background-position: left 5px;
}
input#email{
	background-position: left -14px;
}
input#url{
	background-position: left -32px;;
}
input#author,input#email,input#url{ 
	padding:0.3em 0 0.3em 20px;
}
textarea#comment{
	padding:0.2em;
}
div.comments ol li{
	margin:0 0 3.5em;
}
textarea#comment{
	height:13em;
	margin:0 0 0.7em;
	overflow:auto;
	width:66%;
	color:#693;
	background:#faf7e8;
	border:1px solid #d1d1d1;
}
.form-input{ 
	margin: 0.8em 0;
}
*html input#submit{ /* Hack for IE 6 & the older version */
	border:1px solid #d1d1d1;
	background: #f60;
	text-indent: 0;
	text-align: center;
}
input#submit{
	*border: 1px #d1d1d1 solid !important; /* Only IE7 to see here as well as the following marks like this  */
	border:none;
	*background: #f60 !important;
	background: #fff url(images/comm_submit.gif) no-repeat;
	width: 180px;
	height:25px;
	*text-indent: 0 !important;
	text-indent: -9999em;
}


/* Sidebar
-------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 13px;
}
.sidebar div,.sidebar h3,.sidebar ul,.sidebar li{
	margin:0;padding:0; 
	font-size: 14px;
}
.sidebar h3{
	font-size:1.2em; 
	margin:0 0 0.5em 0.7em;
}
.sidebar input#s{
	width:180px;
}
.sidebar li{ 
	padding-top:5px;
	list-style:none;
	margin:0 0 1em;
	background: #fff url(images/bg_dotted.gif) repeat-x bottom left;
}
.sidebar li form{
	margin:0.2em 0 0;
	padding:0;
}
.sidebar ul ul{
	margin:0 0 0 1em;
}
.sidebar ul ul li{
	list-style:none;
	margin:0;
}
.sidebar ul ul ul{
	margin:0 0 0 0.5em;
}
.sidebar ul ul ul li{ 
	list-style: none;
}

/* Footer
-------------------------------------------------------------------------------------------------- */

#footer{
	border-top: 1px solid #d1d1d1;
	padding-top:15px;
	clear:both;
	height: 80px;
	background:#fff url(images/footer_bg.jpg) repeat-x left top;
	color:#777;
	
}
#footer_box{
	width: 915px;
	margin: 0 auto;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
#footer a{
	color:#777;
}
#footer a:hover{
	color:#9c0; 
	text-decoration:underline;
}
.site-info{
	float:left;
	width:215px;
	padding-right:20px;
	border-right:1px solid #d1d1d1;
}
.site-info img{
	height:60px; 
	width: 60px;
}
.site-info p, .about p{ 
	padding-left: 68px;
	padding-bottom: 8px;
}
.about{
	float:left; 
	width:440px; 
	padding-right:20px;
	padding-left: 15px;
}
.about p{
	background: url(images/footer_author.gif) no-repeat left center;
}
.copy-right{
	float:right;
	width:190px;
	border-left:1px solid #d1d1d1;
}
.copy-right p{
	padding:70px 0 0 0;
}
br.clear{
	clear:both;
}
