/*
Theme Name: SpeakingOfClover
*/

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* start global setings */
body {
	margin:0;
	font:12px/16px Georgia, Arial, Helvetica, sans-serif;
	color: #424242;
	background:url(images/bg-body.gif) fixed;
}
img {border-style: none; display: block;}
a {text-decoration: none; color: #2c9299;}
a:hover {text-decoration: underline}
a { outline: none; }
input,
textarea,
select {
	font:12px arial,sans-serif;
	vertical-align: middle;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
/* end global setings */
/* start wrapper */
.wrapper {
	width:1000px;
	padding:5px 0 0;
	position:relative;
}
#logo-hold{
	position:absolute;
	width:234px;
	color:#fff;
	top:46px;
	background:url(images/bg-page-heading.gif) no-repeat 100% 42px;
	z-index:2;
	left:0;
}
#logo-hold .logo{
	margin:0;
	font-size:30px;
	line-height:34px;
	font-weight:normal;
	padding:0 0 3px 33px;
	background:url(images/bg-page-heading-texture.gif) repeat-y -4px 0;
}
.logo a{
	color:#fff;
	background:url(images/bg-logo.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	height: 70px;
	width: 156px;
	display: block;
}
/* start header */
#header{
	width:704px;
	position:absolute;
	top:0;
	left:227px;
	display: none;
}
.header-inner{
	background:url(images/bg-header.png) no-repeat 0 100%;
	height:24px;
	padding:6px 0 0;
}
#header ul{
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
	font-size:15px;
	line-height:18px;
}
#header ul li{
	float: left;
	display:inline;
	margin:0 0 0 65px;
	position: relative;
}
#header a{
	color:#fff;
	height: 18px;
	display: block;
	cursor: pointer;
}
#header .greenhouse {margin:0 0 0 68px;}
#header .speaking {margin:0 0 0 61px;}
#header .about-clover {margin:0 0 0 70px;}
#header .greenthumbs a,
#header .greenhouse a,
#header .speaking a,
#header .about-clover a {
	overflow: hidden;
	text-indent: -9999px;
}
#header .greenthumbs a {
	background:url(images/bg-greenthumbs.png) no-repeat;
	width: 101px;
}
#header .greenhouse a {
	background:url(images/bg-greenhouse.png) no-repeat;
	width: 105px;
}
#header .speaking a {
	background:url(images/bg-speaking.png) no-repeat;
	width: 108px;
}
#header .about-clover a {
	background:url(images/bg-about-clover.png) no-repeat;
	width: 87px;
}
/* end wrapper */
/* start net-box */
#netbox {
	position: absolute;
	top: 12px;
	padding: 0;
	left:945px;
	list-style: none;
}
#netbox li {
	display: block;
	padding:0 0 20px;
}
#netbox a {
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	display: block;
	height:26px;
	width:26px;
}
#netbox a:hover {border: 0;}
#netbox span,
#netbox em {
	position: absolute;
	overflow: hidden;
	display: block;
	top: 0;
	left: 0;
	width:54px;
	height: 165px;
	background:url(images/icons.png) no-repeat;
}
#netbox em {display: none;}
#netbox a:hover em {display: block;}
#netbox a:hover span {display: none;}
#netbox .rss em {
	top:0;
	left:-27px;
}
#netbox .twitter span {
	top:-47px;
	left:1px;
}
#netbox .twitter em {
	top:-47px;
	left:-26px;
}
#netbox .facebook span {
	top:-92px;
	left: 0;
}
#netbox .facebook em {
	top:-92px;
	left:-27px;
}
#netbox .icon span {
	top:-138px;
	left: 0;
}
#netbox .icon em {
	top:-138px;
	left:-27px;
}
/* end net-box */
/* start main */
#main{
	width:708px;
	padding:23px 0 0;
	margin:0 0 0 224px;
	background:url(images/bg-content-t.png) no-repeat;
	top: 23px;
	width: 708px;
}
/* start content */
#content{
	background:url(images/bg-content.png) repeat-y;
	overflow:hidden;
	height:1%;
	padding:0 34px 0 35px;
}
#content h3 {
	color:#211f1e;
	font-size:20px;
	font-style:italic;
	line-height:25px;
	margin:0;
	padding:0 0 12px;
}
#content h4 {
	color:#211f1e;
	font-size:18px;
	font-style:italic;
	line-height:23px;
	margin:0;
	padding:0 0 15px;
}
.post h2,
.post h2 a {
	margin: 0;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	padding:0 0 11px;
	color: #211f1e;
}
.post p{
	line-height:20px;
	margin:0;
	padding:0 0 17px;
}
.post-last p{padding:0 0 17px}
.post .more {
	height:1%;
	overflow:hidden;
	display: block;
	padding:6px 0 0 2px;
	margin:0 0 -7px;
	font-size: 13px;
	font-weight: bold;
}
.post-last .more{padding:6px 0 0 2px;}
.post .more a {float:left}
.post .post-info {
	overflow: hidden;
	height: 1%;
	display: block;
	border-top: 1px solid #dfdede;
	padding:12px 0 0 2px;
	margin:15px 0 0;
}
.post-last .post-info {padding:7px 0 0 2px}
.post-last .post-info a,
.post .post-info a {
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
}
.post-last{
	overflow:hidden;
	height:1%;
	background:#f4f4f4;
	margin:10px 0 0;
}
.post-last .post-b{
	padding:0 20px 11px;
	overflow:hidden;
	height:1%;
}
.post-last .post-t,
.post-last .post-b{
	background:url(images/bg-post-last.gif) no-repeat;
	padding:18px 0 0;
}
.post-last .post-b{
	background-position:-639px 100%;
	padding:0 23px 18px;
}
.post-holder {
	overflow: hidden;
	height: 1%;
	margin:44px 24px -27px;
}
.post-holder .post {
	overflow: hidden;
	height: 1%;
	border-top: 12px solid #B4B4B4;
	margin: -13px 0 13px;
	padding:13px 0 66px;
}
.post object {
    display: block;
	padding:2px;
	border: 1px solid #B4B4B4;
}
.post img, .post a img {
	overflow: hidden;
	/*height: 1%;*/
	padding:2px;
	border: 1px solid #B4B4B4;
	margin:5px 0 12px;
}
.controlling,
.controlling-box {
	overflow: hidden;
	height: 1%;
	position:relative;
	z-index:5;
	background:url(images/bg-controlling.gif) no-repeat;
}
.controlling {
	background-position: 100% -36px;
	padding:0 0 11px;
}
.controlling ul {
	margin:0 9px;
	padding:10px 0 1px;
	float: left;
	list-style: none;
	overflow: hidden;
}
.controlling li {
	float: left;
	margin:0 1px 0 -1px;
	padding:3px 11px 9px;
	background:url(images/sep-controlling.gif) no-repeat;
}
.controlling a {
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	height: 12px;
	padding: 0 0 1px;
}
.controlling .link-new a {
	background:url(images/bg-link-new.png) no-repeat;
	width: 75px;
}
.controlling .link-old a{
	background:url(images/bg-link-old.png) no-repeat;
	width: 70px;
}
.controlling a:hover {
	border-bottom: 1px solid #424242;
	padding: 0;
}
/* end content */
.main-b{
	height:23px;
	display:block;
	text-indent: -9999px;
	font-size:0;
	width:708px;
	overflow:hidden;
	background:url(images/bg-content-b.png) no-repeat;
}
.comments {
	overflow: hidden;
	height: 1%;
	padding:40px 24px 1px;
}
.comments-holder {
	overflow: hidden;
	width:465px;
}
.comments-box {
	border-bottom:1px solid #e8e8e8;
	height:1%;
	margin:-22px 0 22px;
	overflow:hidden;
	padding:39px 0 29px;
}
.comments-avatar {
	float: left;
	width: 60px;
}
.comments-avatar img {border: 1px solid #ccc}
.comments-text {
	overflow: hidden;
	height: 1%;
}
.comments-text p {
	margin: 0;
	padding: 0 0 10px;
	line-height:18px;
}
.comments-text .info {
	display: block;
	overflow: hidden;
	height: 1%;
}
.comments-text .info span {font-style: normal}
.comments-text .info a {font-weight: bold}
.feedback{
	width:465px;
	padding:0 0 11px 25px;
}
.feedback:after{
	content:"";
	display:block;
	clear:both;
}
#content .feedback h3{
	font-size:16px;
	padding:0 0 9px; 
}
.feedback .col-1 {
	float: left;
	width:188px;
	display:inline;
}
.feedback .row {
	float:left;
	width:162px;
	padding:0 0 7px;
}
.feedback .txt {
	width:149px;
	border:1px solid #aaa;
	border-top-color:#9e9e9e;
	font-size:11px;
	height:16px;
	padding:1px 5px 0;
	line-height:14px;
	float:left;
	position:relative;
	top:-15px;
}
.feedback .btn {
	cursor: pointer;
	position:relative;
	float: right;
	margin:5px -4px 0;
}
.feedback label {
	float:left;
	font-family:Helvetica,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding:0 0 0 4px;
	/*letter-spacing:-1px;*/
	position:relative;
	top:20px;
}
.feedback .col-2 label {
	padding:0;
	margin:0 0 0 6px;
	width:255px;
}
.feedback label span {
	color:#808080;
	font-weight: normal;
}
.feedback textarea {
	height:102px;
	margin:0;
	padding:0 0 0 3px;
	width:267px;
	border:1px solid #aaa;
	overflow:auto;
	font-size:12px;
	line-height:18px;
	float:left;
	position:relative;
	top:-14px;
}
.feedback .col-2 {
	float:left;
	width:272px;
}
.feedback .col-2 label{
	position:relative;
	top:105px;
}
.feedback-form fieldset{
	height:1%;
	padding:3px 0 0 3px;
	margin:0 0 0 -3px;
}
.feedback-form fieldset:after{
	content:"";
	display:block;
	clear:both;
}
/* end main */
/* start sidebar */
#sidebar{
	color:#e6fafa;
	font-size:9px;
	line-height:14px;
	position:absolute;
	top:178px;
	width:144px;
	margin:0 0 0 33px;
	left:0;
}
#sidebar .side-box{
	overflow:hidden;
	height:1%;
	margin:0 0 29px;
	border:1px solid #6e6e6e;
	font:10px/14px "Helvetica Regular", Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	padding:8px 12px 12px 12px;
}
#sidebar h3{
	padding:0 0 7px;
	margin: 0 0 0 8px;
	font-size:18px;
	line-height:20px;
	color:#fefefe;
}
#sidebar .widget_twitter h3,
#sidebar .widget_categories h3,
#sidebar .widget_text h3,
#sidebar .widget_search h3 {
	overflow: hidden;
	text-indent: -9999px;
}
#sidebar .widget_twitter h3 {
	background:url(images/bg-news.png) no-repeat;
	width: 102px;
	height:20px;
}
#sidebar .widget_categories h3 {
	background:url(images/bg-categories.png) no-repeat;
	width: 89px;
	height: 21px;
	padding:0 0 4px 8px;
}
#sidebar .widget_text h3 {
	background:url(images/bg-promotional.png) no-repeat;
	width: 105px;
	height: 17px;
}
#sidebar .widget_search h3 {
	background:url(images/bg-search.png) no-repeat;
	width: 58px;
	height: 17px;
}
.widget_search .side-box {padding:0 !important}
.side-box p{margin:0}
.box-heading{
	display:block;
	color:#8cc8cd;
	font-family:"Helvetica Bold", Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	font-size:11px;
}
#sidebar .side-box a{color:#e6fafa}
.side-box ul{
	margin:0 0 -7px;
	padding:0;
	list-style:none;
	position: relative;
}
.side-box ul li{padding:0 0 6px;}
.side-box ul li a{color:#e6fafa;}
.side-box .ad{
	width:138px;
	height:86px;
	overflow:hidden;
	margin:-6px -10px -10px;
}
.side-box .ad a{
	display:block;
	height:100%;
}
.link-holder img{display:block}
#sidebar .search-box {padding:0}
.search-box .row {float: left}
.search-box .txt {
	border:0;
	background: none;
	float: left;
	font-family: "Helvetica Bold", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #e6fafa;
	font-weight: bold;
	width: 91px;
	padding:7px 8px 6px;
	height:16px;
	letter-spacing:0.5px;
}
.search-box .btn {
	float: left;
	background:url(images/btn-search.png) no-repeat;
	height: 28px;
	width: 33px;
	border: 0;
	cursor: pointer;
}
.search-box .btn.hover,
.search-box .btn:hover{
	background:url(images/btn-search-hover.png) no-repeat;
}
/* end sidebar */
/* start footer */
#footer{
	width:925px;
	overflow:hidden;
	position:relative;
	text-align:right;
	color:#ababab;
	font-size:10px;
	line-height:14px;
	padding:0 0 10px;
}
#footer p{margin:0;}
#footer p a{color:#ababab;}
/* end footer */

/* custom */
div.spacer {
    border-top: 1px solid #B4B4B4;
    margin: 25px 0;
}

#content div.page-holder {
    margin-top: 30px;
}

h2.pagetitle {
    color: #211F1E;
}

/* start green thumbs */
#content.green-thumbs div.post-holder .post {
    border-top: 1px solid #B4B4B4;
    padding-top: 30px;
    padding-bottom: 40px;
}
#content.green-thumbs div.post-holder {
    margin-top: 20px;
}
#content.green-thumbs div.post p {
    padding-bottom: 5px;
}
#content.green-thumbs div.top-thumbs h3 {
	padding: 0;
}
div.top-thumbs span.location {
    font-style: italic;
}
div.top-thumbs span.design {
    float: right;
}
div.top-thumbs span.design a {
    font-weight: bold;
    font-style: italic;
}
div.top-thumbs div.thumb {
    clear: both;
    padding-top: 10px;
}
div.top-thumbs em.post-info {
    border: none;
    margin: 0;
    
}
/* end green thumbs */

/* start whos speaking */

.clear {
	clear: both;
}
div.speaking-person {
    border-top: 1px solid #B4B4B4;
    padding: 10px 0;	
}
div.first-person {
    border-top: none;
    padding: 0;
}
div.speaking-person .thumb {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.speaking-person .thumb img {
    margin: 0 !important;
}
div.speaking-person .notes {
    font-style: italic !important;
    font-size: 11px;
	width: 485px;
	float: left;
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 10px;
}
div.speaking-person .notes h4 {
    font-size: 16px !important;
    padding-bottom: 5px !important;
}
div.speaking-person .notes p {
    line-height: 16px !important;
}
/* end whos speaking */
