/*  
Theme Name: Rhonchi Theme
Theme URI: http://rhonchi.com/
Description: Theme for Rhonchi
Version: 2.0
Author: Joe Crawford
Author URI: http://artlung.com/
Tags: green, red, fixed-width, two-columns, buddypress

*/body
{
	font-family: Georgia, 'Times New Roman', serif;
	background-color: #ccc;
	margin: 0;
	padding: 0;
	color: #333;
}

#wrapper { }

#header
{
	padding: 20px 0 30px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-bottom: 3px double #fff;
	background: url(images/rhonchi-header.png) no-repeat center bottom #006600;
}

h1
{
	font-family: 'Old Standard TT', serif;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	text-shadow: 1px 1px 3px #aaa;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 0.98em;
	margin: 0;
}

#header h1, #header h1 a
{
	margin: 0;
	color: #fff;
	text-decoration: none;
}

#content
{
	width: 625px;
	/*margin-right: auto;
margin-left: auto;
*/
	margin: 0 auto 0 auto;
}

#footer
{
	text-align: center;
	background-color: #fff;
	padding: 20px 0 40px 0;
	font-size: 12px;
}
h2.archive-title {
	font-family: 'Old Standard TT', serif;
	font-weight: normal;
	text-align: center;
	color: #060;
	font-size: 35px;
	margin: 10px 0 5px 0;
}
.blog-post h2
{
	font-family: 'Old Standard TT', serif;
	font-size: 29px;
	font-style: normal;
	font-weight: 400;
	text-shadow: 1px 1px 3px #aaa;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	line-height: 0.98em;
	margin: 0;
}

h2 a
{
	text-decoration: none;
	color: #666;
}

h2 a:hover { color: #0c0; }

.blog-post
{
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background-color: #fff;
	margin: 10px 0 10px 0;
 	-moz-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 5px #666;
 	-webkit-box-shadow: 1px 1px 5px #666;
}

.blog-post h2
{
	background-color: #eee;
	padding: 10px 30px;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

.blog-post .the-content {
	padding: 0 30px; 
	line-height: 150%;
}

.meta {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.blog-post .meta
{
	padding: 10px 30px;
	background-color: #eee;
	-webkit-border-bottom-right-radius: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-moz-border-radius-bottomleft: 9px;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
}

.single .blog-post .meta {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.blog-post blockquote
{
	border-left: 3px solid #ccc;
	padding: 0 0 0 1em;
	margin-left: 0;
}

.meta ul.post-categories
{
	display: inline;
	color: red;
	margin: 0;
	padding: 0;
}

.meta ul.post-categories li
{
	display: inline;
	margin: 0;
}

.navigation {  }

.navigation .newer, .navigation .older
{
	width: 300px;
	text-align: center;
}

.navigation .older { float: left; }
.navigation .newer { float: right; }

.navigation .newer a, .navigation .older a
{
	display: block;
	background-color: #666;
	padding: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	color: #eee;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #999;
}

.navigation .newer a:hover, .navigation .older a:hover
{
	background-color: #0c0;
	color: #060;
}

#sidebar {
	background-color: #ccc;
	font-size: 10px;
	font-family: sans-serif;
	margin: 0 auto 0 auto;
	width: 832px;
}

#sidebar .widget {
	width: 200px;
	background-color: #fff;
	float: left;
	margin: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 11px;
 	-moz-box-shadow: 1px 1px 5px #666;
 	box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
}
#sidebar .widget h2 {
	font-size: 11px;
	font-weight: normal;
	color: #ccc;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;
}

#sidebar .widget ul  {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 10px 10px;
}
#sidebar .widget div {
	margin: 0;
	padding: 0 10px 10px 10px;
}
#sidebar .widget select {
	margin: 0 10px 10px 10px;
}
.clear {
	clear: both;
}

.widget a {
	text-decoration: none;
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


h3#comments {
font-weight: normal;
	padding: 0 30px 0px 30px;
/*	font-size: 12px;*/
}

ol.commentlist {
list-style-type: none;
margin: 0 0 0 30px;	
padding: 0;	
}


ol.commentlist li {
padding: 0 0 10px 0;
position: relative;
}
ol.commentlist li.even div.comment-author {
	background-color: #ccc;	
}
ol.commentlist li.odd div.comment-author {
	background-color: #6c6;	
}

ol.commentlist li.even {
	background-color: #eee;
}
ol.commentlist li.odd {
	background-color: #cfc;
}
li.pingback div.comment-author {
	height: 50px;
}
li.pingback span.says {
	display: none;
}
li.pingback cite.fn {
	width: 300px;
}
cite.fn {
	font-style: normal;
	display: block;
	width: 400px;
	position: absolute;
	top: 2px;
	left: 36px;
}
span.says {
	color: #666;
	font-style: italic;
	padding-left: 16px;
}
li.odd cite.fn, li.odd cite.fn a,li.odd span.says {
	color: #336633;
}
ol.commentlist li.pingback p,
ol.commentlist li.comment p {
	margin-left: 32px;
	margin-right: 32px;
}
.comment-meta {
	position: absolute;
	right: 32px;
	top: 6px;
}
.comment-meta a {
	color: #666;
	text-decoration: none;
}
.odd .comment-meta a {
	color: #336633;
}


div#respond {
}

div#respond h3 {
padding: 10px 30px;
}
form#commentform {
padding: 0 30px 20px 30px;
}

.job-post-inquiry {
	margin: 7px auto 0 auto;width: 628px;;
}
.job-post-inquiry a {
	display: block;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	text-align: center;
	padding: 25px;
	border: 1px solid #060;
	text-decoration: none;
	color: #060;
	background-color: #6c9;
	font-weight: bold;
 	-moz-box-shadow: 1px 1px 5px #666;
	box-shadow: 1px 1px 5px #666;
 	-webkit-box-shadow: 1px 1px 5px #666;
}
.job-post-inquiry a:hover {
	background-color: #3f9;
}



