/*
Theme Name: Findable Blogs
Description: A custom theme based on a Template Monster layout.
Version: 2.0
Author: Findable Blogs
Author URI: http://www.findableblogs.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
		Plugin-specific elements
		Page-specific elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background: #2A231E url('images/bullseye-bg.png') left top repeat-x;
	color: #191310;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}

p, ul, ol, table {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

.heading { /* for headings that don't have any real semantic value */
	font-size: 170%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	color: #493B2C;
	display: block;
	letter-spacing: -.05em;
	text-transform: uppercase;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
#content ul,
#content ol,
table,
form {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:active {
	border-bottom: dotted 1px #DF683C;
	color: #DB3600;
	text-decoration: none;
}

a:visited {
	color: #564233;
}

a:hover {
	background: #DB3600;
	color: #fff;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

img.wp-smiley {
	border: 0;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 960px;
}

#header {
	background: url('images/bullseye.jpg') left top no-repeat;
	height: 374px;
	overflow: hidden;
}

#navigation {
	overflow: hidden;
}

#wrapper {
	background: #ECE7D6 url('images/background-wrapper.png') left top repeat-y;
}

#content {
	float: left;
	margin: -100px 75px 0 56px;
	overflow: hidden;
	width: 450px;
}

.sidebar {
	padding-top: 43px;
	overflow: hidden;
	width: 350px;
}

#footer {
	clear: both;
	margin-bottom: 0;
}


/* Header elements */
#header h1,
#header h2 {
	margin: 0;
	padding:0;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a,
#header h2 a {
	background: transparent url('images/findable-blogs.jpg') left center no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 77px; /*change this to the height of the header image */
	margin-left: 14px;
	text-indent: -1000em;
	overflow: hidden;
	width: 285px;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

h3.category-description {
	font-weight: normal;
}

#header #navigation {
	float: right;
	height: 89px;
	margin: 7px 180px 0 0;
	width: 460px;
}

#header #navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#header #navigation ul li {
	background: transparent;
	float: left;
	height: 89px;
	margin-left: 10px;
	padding: 0;
}

#header #navigation ul li a {
	background: transparent;
	border: none;
	color: #ADA37F;
	font-weight: bold;
	display: block;
	float: left;
	padding: 10px;
	text-decoration: none;
}

#header #navigation ul li:hover,
#header #navigation ul li.current_page_item,
#header #navigation ul li.current_page_ancestor {
	background: url('images/background-tab.png') right top no-repeat;
}

#header #navigation ul li a:hover,
#header #navigation ul li.current_page_item a,
#header #navigation ul li.current_page_ancestor a {
	background: transparent url('images/background-tab-link.png') left top no-repeat;
	color: #2A231E;
}


/* Sidebar elements */
.sidebar {
	color: #C5C0B5;
	font-size: 95%;
}

.sidebar .widget {
	margin-bottom: 30px;
}

.sidebar .widget .heading {
	display: block;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #EBE4D3;
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 5px 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	line-height: 100%;
	margin-bottom: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	border: none;
	color: #DECB95;
	text-decoration: underline;
}


/* Post elements */
.post,
#content .page {
	border-top: 1px solid #CDC9C4;
	clear: both;
	padding-top: 30px;
	margin-bottom: 10px;
}

#content .p1 { /* Keep the first post from getting the top border */
	border: none;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 190%;
	line-height: 1em;
	margin-bottom: 5px;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited,
.post-header a:hover {
	background: transparent;
	border: none;
	color: #3F3228;
	text-decoration: none;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	margin-left: 30px;
}

.more-link {
	background: url('images/continue-reading.jpg') left top no-repeat;
	border: none;
	display: block;
	float: left;
	line-height: 26px;
	margin-top: 1.5em;
	padding-left: 32px;
}

.more-link:hover {
	background: transparent url('images/continue-reading.jpg') left top no-repeat;
	color: #DB3600;
	text-decoration: underline;
}

.more-link:visited {
	color: #DB3600;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}

ul.random-posts h2 {
	font-size: 1em;
	text-transform: capitalize;
}


/* Metadata elements */
.post-metadata {
	background: #F5F3EC;
	border-top: 1px solid #DDD8C5;
	border-bottom: 1px solid #DDD8C5;
	line-height: 110%;
	margin-bottom: 10px;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}


/* Comment elements */
#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 1px solid #DDD8C5;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt,
.landing_pages,
div.series_toc,
.wwsgd {
	background: #F5F3EC;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: #ECE6D8;
	border-left: 7px solid #DDD8C5;
}

.landing_pages {
	border: ;
	padding: 10px;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .gravatar {
	
}

#comments .postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}

/* Footer elements */
#footer {
	background: #201A16 url('images/background-footer.png') left top repeat-x;
	border-bottom: 1px solid #352F2A;
	color: #C5C0B5;
	font-size: 90%;
	text-align: left;
}

#footer .wrapper {
	background: url('images/background-footer-wrapper.png') no-repeat;
	margin: 0 auto;
	padding: 15px 0 1px 0;
	width: 960px;
}

#footer .wrapper p {
	float: right;
	width: 380px;
}


/* Widget-specific elements */
.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}

.sidebar #execphp-147645681 ul li {
	border-top: none;
	border-bottom: 1px solid #352C24;
	line-height: 140%;
	padding-top: 5px;
}

.sidebar #execphp-147645681 ul li h2 {
	margin-bottom: .5em;
}

.sidebar #execphp-147645681 ul li h2 a {
	font-size: 100%;
	line-height: 1em;
	text-transform: capitalize;
	text-decoration: none;
}

.sidebar #execphp-147645681 ul li a {

}

.sidebar #execphp-147645681 ul li .more-link {
	background: none;
	font-style: italic;
	margin: -1.5em 0 20px 0;
	padding: 0;
}


/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	
}

.wwsgd {

}

.similar-posts {
	margin-top: 20px;
}


/* Page-specific elements */
#content ul.services {
	list-style: none;
	margin: 0;
	padding: 0 0 0 -30px;
}

#content ul.services li {
	display: block;
	float: left;
	margin: 17px 0;
	padding: 0 10px;
	text-align: center;
}

#content ul.services li a,
#content ul.services li a:hover {
	background: transparent;
	border: none;
	color: #574133;
	display: block;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -.05em;
	text-transform: uppercase;
}

#content ul.services li.line1 a {
	padding-top: 141px;
}

#content ul.services li.line2 a {
	padding-top: 136px;
}

#content ul.services li.setup {
	background: url('images/services-blog-set-up.jpg') center top no-repeat;
	width: 130px;
}

#content ul.services li.seo {
	background: url('images/services-search-engine-optimization.jpg') center top no-repeat;
	width: 139px;
}

#content ul.services li.marketing {
	background: url('images/services-blog-marketing.jpg') center top no-repeat;
	width: 119px;
}

#content ul.services li.consulting {
	background: url('images/services-blog-consulting.jpg') center top no-repeat;
	width: 130px;
}

#content ul.services li.design {
	background: url('images/services-blog-design.jpg') center top no-repeat;
	width: 129px;
}

#content ul.services li.editing {
	background: url('images/services-blog-editing-writing.jpg') center top no-repeat;
	width: 128px;
}

/* Buttons */

div.button-holder {
	position: relative;
	height: 28px;
}

div.button-holder-l {
	height: 48px;
}

.button {
	font-size: 10px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

span.btn-s {
	background: url("http://s.wordpress.org/extend/extend-themes/plugins/btn-s-r.gif") top right no-repeat;
	width: 80px;
	float: left;
	margin-right: 4px;
}

span.btn-s a {
	background: url("http://s.wordpress.org/extend/extend-themes/plugins/btn-s-l.gif") top left no-repeat;
	height: 20px;
	line-height: 19px;
}

span.btn-m {
	background: url("http://s.wordpress.org/extend/extend-themes/plugins/btn-m-r.gif") top right no-repeat;
}

span.btn-m a {
	background: url("http://s.wordpress.org/extend/extend-themes/plugins/btn-m-l.gif") top left no-repeat;
	height: 28px;
	line-height: 27px;
}

span.btn-l {
	background: url("http://s.wordpress.org/extend/extend-themes/plugins/btn-l-r.gif") top right no-repeat;
}

span.btn-l a {
	background: url("http://s.wordpress.org/extend/extend-themes/plugins/btn-l-l.gif") top left no-repeat;
	height: 48px;
	font-size: 14px;
	line-height: 47px;
}

.button, .button a {
	display: block;
	color: #fff;
	text-align: center;
}

.button a {
	height: 100%;
	padding: 0 5px 0 7px;
	margin-right: 2px;
}

.button a:hover {
	color: #74dcff;
}

.plugin-screenshot {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin-bottom: 25px;
	padding: 3px 0 3px 0;
}

.plugin-details {
	background: #D6EDF9;
	float: right;
	margin-bottom: 10px;
	margin-left: 25px;
	padding: 0;
	width: 150px;
}

.plugin-details .button-holder {
	background: #fff;
	margin-bottom: 5px;
	padding-bottom:7px;
}

.plugin-details .button {
	padding-bottom: 25px;
}

.plugin-details ul {
	list-style-type: none;
	margin: 40px;
}

.plugin-details ul li {
	margin: 0 -10px 7px -20px;
}

table.widefat {
	border-spacing: 0;
}

table.widefat tr th {
	color: #2C2623;
}

table.widefat tr {
	background: #F7F5EF;
	color: #A19E9A;
}

table.widefat tr a {
	color: #A19E9A;
}

table.widefat tr.active {
	background: #ffffff;
	color: #2C2623;
}

table.widefat tr.active a {
	color: #DC3D09;
}

table.widefat tr td {
	border-bottom: 2px solid #CCC6B1;
	vertical-align: top;
}

table.widefat tr td.name {
	padding: 0 10px 0 10px;
}

/* Cerberus Helpdesk styles */
.cerberus label {
	display: block;
}

.cerberus .post-header {
	margin-bottom: 2em;
}

/* cforms II styles */
.sidebar .widget p.cf-sb {
	text-align: center;
	width: 350px !important;
}

.sidebar .widget .cform input.sendbutton {
	margin: 10px 0 0 0;
}

.sidebar .widget .linklove {
	display: none;
}