﻿/*   
Theme Name: BetterLif3
Theme URI: http://www.freebiesdock.com/freemium-wordpress-theme/
Description: BetterLif3 is a custom theme modded based on FREEmium by FreebiesDock.com.
Author: Matthew Phiong, Paul Kadysz (design) and Dariusz Siedlecki (frontend)
Author URI: http://matthewphiong.com/
Version: 1.0

FREEmium was released free by FreebiesDock.com.

*/

/*=== Setup ===*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,ar2
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: url("img/background.png") repeat-x #F9F7D2;
	font-size: 62.5%;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	line-height: 1;
}

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

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


h2 { height: 17px; line-height: 17px; font-weight: normal; margin-bottom: 1em; font-size: .8em; text-transform: lowercase; }
h2 span { background: url("img/highlight.gif"); padding: 0 7px 0 8px; float: left; color: #e7e7da; }
h2 small { float: left; background: url("img/highlight.gif") no-repeat -498px 0; padding-left: 8px; color: #89897c; display: block; height: 17px; }

h2.links span { color: #c3c3b1; }
h2.links a { color: #e7e7da; }

h3 { margin-bottom: 25px; line-height: 20px; }
h3 a { color: #FAA749; display: block;}
h3 small { font-weight: normal; float: right; font-size: 11px; color: #b4b463; line-height: 20px; background: url("img/comment.gif") no-repeat left center; padding-left: 20px; ?margin-top: -2em; }

h3 a:hover { text-decoration: underline; }
h3 a:hover span { text-decoration: underline; }

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=== Layout ===*/

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: url("img/wrapper_bg.png");
}

#main {
	margin: 0 auto;
	width: 960px;
	background: url("img/content_bg.png");
}

#home #main {
	background: url("img/content_main_bg.png");
}

#content {
	width: 460px;
	_width: 449px;
	padding: 16px 15px 16px 14px;
	color: #55554e;
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	display: inline;
}

#home #content {
	width: 348px;
	padding: 16px;
	_padding: 15px;
}

/*=== Header ===*/

#header {
	position: relative;
	margin: 10px auto 0 auto;
	width: 960px;
	height: 100px;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
}

#header-left {
	position: relative;
	width: 200px;
	float: left;
}

#header-right {
	position: relative;
	width: 730px;
	float: right;
}

#header h1 {
	background: url(img/logo.png) no-repeat;
	float: left;
	margin: 15px 0 0 20px;
	text-indent: -9999px;
	font-size: 20px;
}

#header h1 a{
	display: block;
	height: 80px;
	width: 170px;
}

.subtitle {
	height: 25px;
	font-size: 20px;
	color: #333333;
	margin: 0px 0 0 10px;
	float: left;
	text-transform: lowercase;
}

.subscribe {
	margin: 0px 10px 0 0;
	float: right;
	width: 300px;
	text-align: right;
}

/*=== Menu ===*/

#menu, #footer {
	border-top: 4px solid #FAA749;
	background: #333333;
	height: 50px;
	position: relative;
}

#menu {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	background: #333333;
	margin-left: 10px;
	padding: 0 10px;
	position: relative;
	float: left;
	line-height: 50px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	color: white;
	outline: none;
	text-align: center;
	display: block;
	overflow: hidden;
	float: left;
	z-index: 10;
	padding: 0 10px;
	position: relative;
} /* relative breaks ie */

#menu ul li a:hover {
	text-decoration: none;
}

#menu ul li.back {
	background: url("img/lava.gif") no-repeat right -28px;
	width: 9px;
	height: 28px;
	position: absolute;
	z-index: 8;
	top: 11px;
}

#menu ul li.back .left {
	background: url("img/lava.gif") no-repeat top left;
	height: 28px;
	margin-right: 9px;
}

#menu ul li.current_page_item {
	background: url("img/menu_selected.gif") no-repeat center bottom;
	padding-bottom: 13px;
	margin-bottom: -13px;
}

/*=== Search ===*/

#searchform {
	position: absolute;
	right: 9px;
	top: 10px;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #searchform {
		top: 10px;
	}
}

#searchform label {
	display: none;
}

#searchform #s {
	background: url("img/search_input.gif") no-repeat;
	width: 211px;
	height: 24px;
	border: 0;
	font-size: 1em;
	padding: 2px 8px;
}

#searchform #searchsubmit {
	background: url("img/search_submit.png") no-repeat;
	width: 79px;
	height: 28px;
	border: 0;
	cursor: pointer;
	text-indent: -10000px;
	vertical-align: top;
	?font-size: 0;
	?color: #FAA749;
	?text-align: left;
}

#search_data {
	background: url("img/search.gif") no-repeat;
	height: 170px;
}

/*=== Post ===*/

#post_data, #search_data {
	width: 131px;
	float: left;
	padding-left: 20px;
}

#post_data div {
	background: url("img/post_data_bg.png") #f6f6e8 no-repeat left top;
	margin-top: 1.5em;
}

#post_data div ul {
	background: url("img/post_data_bg.png") no-repeat left bottom;
	padding: 6px 12px;
	font-size: 1.1em;
}

#post_data h2 {
	padding: 6px 12px;
	color: #d8d8c7;
	font-size: 1.8em;
	margin: 0;
	height: auto;
	line-height: 1em;
	margin-right: -12px;
}

#post_data div.post_data li {
	padding-left: 24px;
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #e6e6d8;
	background: url("img/post_details.gif") no-repeat;
	color: #d8d8c7;
	overflow: hidden;
	font-size: 0.9em;
}

#post_data div.post_data li.time {
	background-position: 0 -23px;
}

#post_data div.post_data li.author {
	border-bottom: 0;
	background-position: 0 -45px;
}

#post_data div.post_data li strong, #post_data div.post_data li a {
	color: #89897c;
	font-weight: normal;
}

#post_data div.post_tags li {
	line-height: 22px;
	border-bottom: 1px solid #e6e6d8;
}

#post_data div.post_tags li a {
	color: #89897c;
	display: block;
}

#post_data div.link_ads {

}


/*=== Sidebar Setup ===*/

#sidebar, #sidebar2 {
	font-size: 1.2em;
	line-height: 1.2em;
	float: left;
	position: relative;
	display: inline;
}

#sidebar {
	width: 260px;
}

#sidebar2 {
	width: 320px;
}

/* Sidebar 1 */

.sidebar ul {
	padding: 15px;
}


.sidebar li {
	position: relative;
}

.sbcontent {
	background: url("img/sidebar_right.png") right bottom no-repeat #f6f6e8;
	margin: 25px 0 48px -15px;
	width: 230px;
	position: relative;
	padding-bottom: 4px;
}

.sbcontent ul {
	background: url("img/sidebar_right.png") right top no-repeat #f6f6e8;
	font-size: 1.2em;
	padding: 1em 15px 1em 10px;
}

.sbcontent h2 {
	position: absolute;
	top: -25px;
	left: 10px;
}

.sbcontent a {
	color: #89897c;
	float: left;
	text-align: left;
}


.sbcontent a:hover {
	text-decoration: none;
	color: #faa749;
}

.sbcontent a:hover span {
	text-decoration: underline;
}

.sbcontent small {
	float: right; color: #d8d8c7;
}

.sbcontent h2 small {
	float: left;
}

.sbcontent ul li {
	background: url("img/li.gif") 0 8px no-repeat;
	margin: 0;
	padding-left: 15px;
	line-height: 26px;
	border-bottom: 1px solid #e7e7da;
	color: #D8D8C7;
	text-align: right;
}

.sbcontent ul li:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	width: 0;
}

.tag_cloud {
	padding: 16px 15px 16px 10px;
	line-height: normal;
}

.arc_tag_cloud {
	padding: 16px 15px 16px 10px;
	line-height: normal;
}


.arc_tag_cloud a, .tag_cloud a {
	margin-right: .5em;
	font-style: italic;
	float: none;
	vertical-align: middle;
}

/* Sidebar 2 */

.sb2content {
	background: none;
	padding: 10px;
}

.sb2content a {
	color: #89897c;
}


.sb2content a:hover {
	text-decoration: none;
	color: #faa749;
}

.sb2content ul {
	background: none;
	padding: 0px;
	font-size: 1.2em;
}

.sb2content ul li {
	background: url("img/li.gif") 0 8px no-repeat;
	padding-left: 15px;
	line-height: 26px;
	color: #55554E;
	text-align: left;
}

#tabcontent {
	background: #E7E7DA;
	margin: 0px 10px 10px 10px;
	border: none;
}

/* Sidebar Tabs */

.sideTabs {
	margin: 10px 10px 0px 10px;
	padding: 0px;
}

.sideTabs .idTabs{
	font-size: 11px;
	height: 28px;
	letter-spacing: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Georgia, sans-serif;
}

.sideTabs .idTabs li{
	float: left;
	line-height: 28px;
	text-transform: none;
	margin: 0px;
}

.sideTabs .idTabs li a{
	background: url(img/tab-.gif) no-repeat left top;
	color: #89897c;
	display: block;
	height: 28px;
	margin: 0 0 0 0;
	padding-left: 5px;
	text-align: left;
	width: 95px;
}

.sideTabs .idTabs li.last a{
	margin: 0;
}

.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	color: #faa749;
	background: url(img/tab.gif) no-repeat left top;
	text-decoration: none;
}

/* Sidebar Social */

#follow-lif3 {
	height: 60px;
	margin: 15px 10px 10px 10px;
}

#follow-lif3 ul {
	background: none;
	padding: 0;
	margin: 0;
}

#follow-lif3 li {
	float:left;
	padding: 0;
	margin: 5px;
	list-style: none;
	display: inline !important;
	background: none;
}

#follow-lif3 li a {
	display: block;
	height: 32px;
	width: 32px
}

#lif3-twitter:hover, #lif3-facebook:hover, #lif3-friendfeed:hover, #lif3-rss:hover, #lif3-email:hover {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}

#lif3-twitter {
	background: url("img/twitter-32x32.png") top left no-repeat transparent;
	width: 32px;
	height: 32px;
}

#lif3-facebook {
	background: url("img/facebook-32x32.png") top left no-repeat transparent;
	width: 32px;
	height: 32px;
}

#lif3-friendfeed {
	background: url("img/friendfeed-32x32.png") top left no-repeat transparent;
	width: 32px;
	height: 32px;
}


#lif3-rss {
	background: url("img/feed-32x32.png") top left no-repeat transparent;
	width: 32px;
	height: 32px;
}

#lif3-email {
	background: url("img/email-32x32.png") top left no-repeat transparent;
	width: 32px;
	height: 32px;
}

/*=== DISQUS Comments ===*/

.dsq-widget-item {

}


.dsq-widget-comment{
	margin-top: 30px;
	border-bottom: 1px solid #666666;
}

/*=== Footer ===*/

#footer {
	font-size: 15px;
	color: #FAA749;
	padding: 0 20px;
	clear: both;
	line-height: 50px;
	margin-bottom: 20px;
}

#footer a {
	color: white;
	font-weight:bold;
}

/* Post */

div.post {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

div.post h1 {
	color: #4d4d46;
	display: block;
	font-weight: normal;
	font-size: 25px;
	letter-spacing: -0.5px;
	line-height: 25px;
	position: relative;
	padding-bottom: 10px;
}

div.post h1 a {
	color: #4d4d46;
}


div.post h3 {
	position: relative;
}

div.post h3 small {
	position: absolute;
	top: 0;
	right: 0;
}

div.post div.headline { position: relative; margin-bottom: .5em; line-height: 1.4em;}
div.post div.headline span, div.post div.date span { text-align: center; text-transform: uppercase; background: url("img/date.png"); width: 44px; height: 42px; position: absolute; top: 10px; left: 10px; color: #89897c; font-size: 1.4em; padding-top: 5px; line-height: 1em; }
div.post div.headline span big, div.post div.date span big { font-size: 1.7em; display: block; ?margin-top: -.2em; }
div.post div.date span { position: static; float: left; margin: 0 .5em .5em 0; }

div.post p { margin-bottom: 1em; font-size: 1.175em; line-height: 1.35em; }
div.post ul, div.post ol { margin-bottom: 1em; margin-left: 2em; font-size: 1.175em; line-height: 29px; background: transparent url("img/lists_bg.png"); color: #9B9A8E; }
div.post ul li { list-style: url("img/li.gif") inside; padding-left: 10px; }
div.post ol li { list-style: decimal inside; padding-left: 10px; }

div.post blockquote { color: #89897c; font-style: italic; background: url("img/blockquote.gif") 30px 0 no-repeat; padding-left: 60px; margin-bottom: 1em; min-height: 25px; }

div.text h2 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: none;
}

div.text img {
	border: 2px solid #000000;
}

div.text a {
	overflow: hidden;
}



/* Featured Posts */

div.featured-posts {
	padding: 10px;
	background: none;
}

div.featured-posts ul {
	padding: 0px;
	background: none;
}
  
div.featured-posts li{
	width: 300px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #E7E7DA;
	font-size: 1.2em;
}

div.featured-posts li:hover{
	background: #F6F6E8;
}


div.featured-posts img{
	clear: both;
	padding: 5px;
	background: none;
	border:1px solid #89897C;
}

div.featured-post-pic {
	float:left;
}

div.featured-post-link {
	float: right;
	margin: 5px 0 0 10px;
	width: 135px;
}

div.featured-post-link a{
	clear: both;
	display: block;
	border: none;
	text-decoration: none;
	color:#89897c;
}

div.featured-post-link a:hover{
	text-decoration: none;
	color: #faa749;
}

/* Related Posts */

div.related-posts {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	background: none;
	text-align: center;
}

div.related-posts h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px;
	border-bottom: 5px solid #E7E7DA;
	border-top: 5px solid #E7E7DA;
}

  
div.related-posts li{
	width: 140px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

div.related-posts img{
	clear: both;
	padding: 5px;
	background: none;
	border:1px solid #D8D8C7;
}

div.related-post-link {
	margin: 5px 0 0 0;
}

div.related-post-link a{
	clear: both;
	display: block;
	border: none;
	text-decoration: none;
	color:#89897c;
}

div.related-post-link a:hover{
	text-decoration: none;
	color: #faa749;
}

#postfooter {
	height: 30px;
	background: #ffffff;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 5px solid #E7E7DA;
	border-top: 5px solid #E7E7DA;
}

#tweetmeme-btn {
	height: 20px;
	float: left;
	margin-left: 10px;
}

#digg-btn {
	height: 20px;
	float: left;
	margin-left: 10px;
}

#fb-btn {
	height: 20px;	
	float: left;
	margin-left: 10px;
}

#sharethis-btn {
	height: 20px;	
	float: left;
	margin-left: 10px;
}

/*== Archieve ===*/

#archivebox {
	padding:0px;
	margin-bottom:25px;
}

#archivebox ul {
	padding: 10px;
	margin: 0px;
	background: #E7E7DA;
}

#archivebox h2 {
	font-size:1.3em;
	font-weight: bold;
	text-transform: none;
}

div.arclist {
	border-top: 5px solid #E7E7DA;
	border-bottom: 5px solid #E7E7DA;
	margin: 0 0 10px 0;
	padding: 10px 0 10px;
	width: 230px;
}

div.arclist h2{
	font-size:1.3em;
	font-weight: bold;
	padding: 0px;
	text-transform: none;
}

div.arclist ul {
	padding: 0px;
	margin: 10px;	
}

div.arclist ul li{
	padding:0px 0px 0px 10px !important;
	margin: 0px !important;
	font-size:14px;
	background: none;
}

/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden
}

.fl{
	float: left;
}
.fr{
	float: right;
}

ul.nav { font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-transform: uppercase; color: #d8d8c7; letter-spacing: -.5px; font-size: 1.15em; height: 1em; }
ul.nav .prev { float: left; }
ul.nav .next { float: right; }
ul.nav a { color: #89897c; }

.social { width: 110px; background: url("img/social_bg.gif") no-repeat left top #d8d8c7; float: right; margin-right: -16px; position: relative; z-index: 2; margin-left: 12px; _margin-right: -14px; }
.social h2 { font-size: 1.8em; color: #89897c; padding: 10px; margin: 0; margin-right: -10px; }
div.social ul { padding: 0 10px 10px; background: url("img/social_bg.gif") no-repeat left bottom; font-size: .85em; margin: 0; }
div.social ul li { height: 21px; line-height: 22px; border-bottom: 1px solid #ccccbc; list-style: none; padding: 0; }
div.social ul li a { color: #89897c; display: block; padding-left: 22px; height: 22px; background: url("img/social_list.png") no-repeat; }

.social li.digg a { background-position: 0 3px; }
.social li.friendfeed a { background-position: 0 -21px; }
.social li.twitter a { background-position: 0 -45px; }
.social li.delicious a { background-position: 0 -69px; }
.social li.facebook a { background-position: 0 -93px; }
.social li.stumbleupon a { background-position: 0 -117px; }
.social li.reddit a { background-position: 0 -141px; }

.social li.digg a:hover { background-position: 0 -163px; }
.social li.friendfeed a:hover { background-position: 0 -187px; }
.social li.twitter a:hover { background-position: 0 -211px; }
.social li.delicious a:hover { background-position: 0 -235px; }
.social li.facebook a:hover { background-position: 0 -259px; }
.social li.stumbleupon a:hover { background-position: 0 -283px; }
.social li.reddit a:hover { background-position: 0 -307px; }

#comments { margin-top: -2.5em; clear: both; padding-top: 1em; }

#comments .meta { background: #e7e7da; padding: 10px; margin-bottom: 1em; }
#comments .meta p { color: #89897c; font-size: 1.15em; text-transform: lowercase; }
#comments .meta p.rss { float: right; font-size: .95em; text-transform: none; }
#comments .meta p.rss a { color: #ec7e2d; padding-left: 22px; background: url("img/rss_small.gif") no-repeat; display: block; height: 16px; line-height: 16px; }
#comments .meta p strong { color: #55554e; }

#comments ul.nav { margin-bottom: 1em; }

#respond { background: #e7e7da; padding: 20px 20px 40px 20px; color: #89897c; font-size: .95em; text-transform: lowercase; position: relative; }
#respond h3 { font-size: 1.9em; line-height: 1em; color: #bdbdb0; text-transform: lowercase; font-weight: normal; margin-bottom: .5em; }
#respond h3 a { font-size: 1em; display: inline; letter-spacing: normal; }

#respond .cancel-comment-reply { position: absolute; right: 6px; background: none; top: 6px; }
#respond .cancel-comment-reply a { color: #89897c; font-weight: bold; }

#respond div.row { min-height: 28px; _height: 28px; margin-bottom: .75em; clear: both; display: block; }

#respond label { float: left; width: 40px; text-align: right; margin-right: 10px; height: 28px; line-height: 28px; _font-size: 0.9em; _margin-top: -28px; }
#respond input { float: right; }
#respond textarea, #respond input { padding: 2px 4px; width: 354px; border: 0; background: white; height: 24px; font-size: 1.4em; color: #b0b09f; font-family: Georgia, Arial, Helvetica, sans-serif; }
#respond textarea { height: 96px; padding: 2px 1%; width: 98%; float: none; }

#respond a { color: #89897c; font-weight: bold; }

#respond p.logged_as { margin-bottom: .5em; font-size: 1.1em; }

#respond p.req { color: #bdbdb0; float: right; line-height: 28px; height: 28px; }
#respond div.submit { text-align: right; }
#respond #submit { float: right; margin-left: 1em; display: block; }

#respond button { background: url("img/post_comment.png") no-repeat; width: 122px; height: 28px; border: 0; text-indent: -10000px; vertical-align: middle; cursor: pointer; }

ol.commentlist { margin-bottom: 1em; }
ol.commentlist li div { background: #edede0; padding: 10px; margin-left: 60px; position: relative; margin-bottom: 1em; }
ol.commentlist li div div { padding: 0; margin: 0; }
ol.commentlist li .comment-author img { border: 5px solid #edede0; position: absolute; top: -10px; left: -70px; }
ol.commentlist li.comment-author-admin div { background: #d8d8c7; }
ol.commentlist li.comment-author-admin .comment-author img { border: 5px solid #d8d8c7; }
ol.commentlist li.comment-author-admin li.comment div { background: #edede0; }
ol.commentlist li.comment-author-admin li.comment .comment-author img { border: 5px solid #edede0; }
ol.commentlist li.comment-author-admin li.comment-author div { background: #d8d8c7; }
ol.commentlist li.comment-author-admin li.comment-author .comment-author img { border: 5px solid #d8d8c7; }
ol.commentlist li .comment-author cite { font-size: 1.5em; line-height: 1.1em; color: #b7b7a8; font-style: normal; text-transform: lowercase; }
ol.commentlist li .comment-author cite a { color: #89897c; }
ol.commentlist li .comment-author span.says { display: none; }

ol.commentlist li .comment-meta { margin: 0 0 .5em; font-size: .85em; }
ol.commentlist li .comment-meta a { color: #bdbdb0; }

ol.commentlist li em { position: absolute; margin-bottom: -1em; top: 10px; right: 10px; color: #89897C; font-size: .9em; text-transform: lowercase; }

ol.commentlist li p { margin-bottom: 1em; font-size: 1.1em; line-height: 1.25em; }
ol.commentlist li p em { position: static; color: inherit; font-size: 1em; text-transform: none; }
ol.commentlist li p a { color: #55554e; }

ol.commentlist li div.reply { text-align: right; }
ol.commentlist li div.reply a { color: #89897c; font-weight: bold; }

ol.commentlist li ul.children { margin-left: 60px; }


.search h2 { font-size: 30px; color: #89897c; line-height: 1em; height: 1em; padding: 0 8px; margin-bottom: .5em; }
.search h2 strong { color: #4d4d46; font-weight: normal; }

.search ul.nav { margin: 2em 0; }

#recent { background: #E7E7DA; margin-left: -17px; padding-left: 20px; margin-top: 1em; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px; }
#recent li { clear: both; }
#recent li a { display: block; line-height: 1.7em; padding: 7px 10px; border-bottom: #cdcfbf 1px solid; clear: both; }
#recent li a:hover { text-decoration: none; color:#FAA749 }
#recent li a:after { clear: both; content: "."; display: block; width: 0; height: 0; visibility: hidden; }
#recent strong { float: left; color: #89897C; font-weight: normal; font-size: 1.1em; width: 75%; }
#recent span { float: right; color: #abab9e; font-size: .9em; width: 25%; text-align: right; }
#recent li a:hover strong { text-decoration: none; color:#FAA749 }
#recent li.last a { border: 0; }

#results { padding-top: 17px; background: url("img/search_results.gif") 200px 0 no-repeat; }
#results li { padding: 12px; background: #edede0; border-bottom: 1px solid #CDCFBF; }
#results li strong { font-size: 2em; color: #4d4d46; display: block; line-height: 1em; font-weight: normal; }
#results li em { font-style: normal; color: #89897c; font-size: .85em; }
#results li em strong { font-size: 1em; display: inline; font-weight: normal; }

#results li small { float: right; font-size: .95em; color: #c3c3b1; background: url("img/comment.gif") no-repeat left center; padding-left: 20px; margin-top: 6px; }

#results li a:hover { text-decoration: none; color: #89897c; }
#results li a:hover strong { color: #FAA749; }

.search h3 { font-size: 2em; color: #89897c; padding: 0 8px; line-height: 1em; margin: 0; font-weight: normal; }
.search h4 { font-size: 1.2em; color: #89897c; padding: 0 8px; font-weight: normal; }

h2.special { font-size: 1.7em; height: 57px; line-height: 57px; background: url("img/header_special_right.gif") no-repeat #FAA749 right top; }
h2.special span { padding: 0 12px; text-transform: capitalize; background: url("img/header_special_left.gif") no-repeat #333333 left top; color: white; }
h2.special strong { font-weight: normal; padding: 0 12px; text-transform: capitalize; float: left; color: white; }

h2.search_title {
	height: auto;
}

h2.no_posts {
	height: auto;
	margin: 0 0 20px 0;
	color: #FF5E5E;
}

.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: .5em; }
.alignright { float: right; margin-left: .5em; }
div.post p.wp-caption-text { margin-top: .5em; background: #E1DFD2; padding: 10px; color: #89897C; font-size: 1em; margin-right: 10px;  }
div.wp-caption img {
	border: 1px solid #E1DFD2;
}