/*   

Theme Name: WriteBizPlan

Theme URI: http://www.writebizplan.com

Description: Investment-grade business plans

Author: Above The Fold Design, LLC

Author URI: http://www.abovethefolddesign.com

Template: 

Version: 

.

General comments/License Statement if any.

.

*/

  

html, body, div, span, object,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, code, em, font,  small, strike, sub, sup,  dd, dl, dt, li, ol, ul, fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: baseline;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a img, :link img, :visited img {
	border: 0;
}
a:focus {
	outline: none
} /* Removes dotted outline in Firefox */
/* 	=General

-------------------------- */

html {
	font-size: 100.01%; /* Ensures font consistency across browsers */
	height: 100%;
}
body {
	background: #FFF;
	font-size: 16px;
	color: #728D98;
	font-family: Cambria, Georgia, Arial, sans-serif;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #143546;
	font-style: italic;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px solid #143546;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	color: #A52508;
	padding-bottom: 3px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #A14C2A;
	font-style: italic;
	padding-bottom: 9px;
}
p {
	line-height: 1.5em;
	padding-bottom: 16px;
}
a {
	color: #1085AF;
}
a:hover {
	color: #E9550B;
}
:hover {
	text-decoration: none;
}
em {
	font-weight: bold;
	color: #7F3207;
	font-style: italic;
}
/* 	=Container

-------------------------- */



#container {
	background: transparent url(images/bg.jpg) no-repeat 0 0;
	width: 927px;
	margin: 0 auto;
}
/* 	=Header

-------------------------- */



#header {
	width: 927px;
	height: 138px;
}
#nav {
	float: left;
	background: transparent url(images/nav_left_bg.gif) no-repeat 0 0;
	list-style: none;
	overflow: hidden;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 11px 9px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	color: #143546;
	font-size: 0.9em;
}
#nav li a:hover {
	background: transparent url(images/nav_active.gif) repeat-x 0 0;
	display: block;
}
#nav li.first {
	padding-left: 10px;
}
#nav li.last {
	padding-right: 10px;
	background: transparent url(images/nav_right_bg.gif) no-repeat right top;
}
#contact {
	width: 145px;
	height: 34px;
	margin: 0 0 0 727px;
	background: transparent url(images/contact.gif) no-repeat 0 0;
}
#contact a {
	float: left;
	color: #EFEAE7;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 0 0 12px;
	letter-spacing: -1px;
}
#contact a:hover {
	color: #FFF;
}
#logo {
	margin: 28px 0 0 16px;
}
/* 	=Content

-------------------------- */



#content {
	background: #FFF;
	border: 2px solid #603322;
	padding: 30px 30px 42px 40px;
	width: 613px;
	min-height: 800px;
	float: left;
	margin-left: 10px;
}
img.main {
	margin: 10px 0 25px 25px;
}
.brown-text {
	color: #3D2318; /* This is the brown text seen on the front page */
	font-weight: bolder;
}
/* 	=Blog Post Author / Date

-------------------------- */



.hentry {
	margin-bottom: 30px; /* This adds some space between posts when viewed by category */
}
.hentry .entry { /* This adds some padding between the post date and content on posts, not pages (.hentry only applies to posts) */
	margin-top: 15px;
}
div.post small { /* This is the text directly below the post title */
	color: #999999;
	font-style: italic;
}
div.post small a {
	color: #C05D34;
	text-decoration: underline;
}
div.post small a:hover {
	color: #E9550B;
}
.postdate {
	color: #253846;
}
div.posturl { /* This is the section that displays the URL of the current page */
	margin-bottom: 15px;
	font-size: 14px;
	clear: both;
}
div.post ul {
	margin: 0 0 15px 30px;
}
div.post li {
	color: #728D98;
	padding: 6px 0;
}
/* Commented out because orange headings were removed

div.entry {

	margin-top: 22px;

	} 

*/



p.linklove { /*This would otherwise display a link to the creator of the contact form */
	display: none;
}
span.comments { /* This styles the comments link and talk-bubble icon at the top of posts */
	margin: -20px 40px 0 0;
	float: right;
}
span.comments a {
	display: block;
	background: transparent url(images/comment-bubble.gif) no-repeat 0 0;
	padding-left: 20px;
	color: #E9550B;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
}
span.comments a:hover {
	color: #253846;
}
a.post-edit-link:active, a.post-edit-link:visited { /* This changes the Edit links to red instead of the default link color */
	color: #C05D34;
}
a.post-edit-link:hover {
	color: #E9550B;
}
#sharethis_0 { /* This moves the ShareThis link down */
	display: block;
	margin-top: 20px;
}
#sharethis_0 a, a.stbutton {
	color: #0000CC;
}
/* 	=Blog Comments

-------------------------- */



h3.respond { /* This adds a little padding beneath the 'Leave a comment' header */
	margin-bottom: 15px;
}
.postmetadata {
	color: #999999;
}
.postmetadata a {
	color: #C05D34;
	text-decoration: underline;
}
.postmetadata a:hover {
	color: #E9550B;
}
.commentlist { /* These are the styles for the comments section */
	color: #274961;
	width: 530px;
	font-size: 14px;
}
.commentlist img {
	float: left;
	padding: 20px 0 30px 0;
}
.commentlist a {
	color: #4A9430;
	font-weight: bolder;
	text-decoration: underline;
}
.commentlist a:hover {
	color: #31B91E;
}
.commentlist li {
	list-style-type: none;
	background: #E9F0F5;
	padding: 13px 10px 10px 10px;
	margin-bottom: 10px;
}
.editcomment a {
	color: #4A9430;
	text-decoration: none;
	font-weight: normal;
}
.commentdate {
	display: block;
	float: right;
	margin-top: -15px;
}
.commentdate a {
	color: #4A9430;
	text-decoration: none;
	font-weight: normal;
}
.commentdate a:hover, .editcomment a:hover {
	color: #31B91E;
}
/* 	=Sidebar

-------------------------- */



#sidebar {
	background: #D7DFE2;
	width: 225px;
	float: left;
}
.sidebar-content {
	padding: 20px 20px 0;
}
#sidebar h3 {
	text-decoration: underline;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #143546;
	font-style: italic;
	border: none;
}
#sidebar li {
	font-size: 14px;
	padding-top: 6px;
	color: #8D9CA7;
}
#sidebar li p {
	color: #0C415F;
}
#sidebar ul {
	padding: 0 0 15px 0;
}
#sidebar a, #footer a {
	color: #0C415F;
	text-decoration: underline;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3em;
}
#sidebar a:hover, #footer a:hover {
	color: #E9550B;
}
.sidebar-corner {
	width: 9px;
	height: 9px;
	margin-left: 216px;
	background: #D7DFE2 url(images/sidebar_corner.gif) no-repeat 0 0;
}
/* 	=Table Styles

-------------------------- */



table { /* The table was removed, so these styles are not currently in use */
	border-collapse: collapse;
	background: #FCD590;
	width: 615px;
}
table td {
	width: 300px;
	color: #143546;
	padding: 9px 9px 9px 10px;
	border-right: #FCD590 2px solid;
}
.table-header td {
	padding: 19px 4px;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}
.td-border-left {
	border-left: #FCD590 solid 8px;
}
.td-border-right {
	border-right: #FCD590 solid 8px;
}
.light-yellow td {
	background: #FFE0A9;
}
/* 	=Footer

-------------------------- */



#footer {
	clear: both;
	padding: 15px 0 25px 20px;
	color: #666;
}
#footer p {
	padding: 2px 0;
	line-height: 1.1em;
	font-size: 14px;
}
/* 	=WordPress Styles for theme compatability

-------------------------- */



.post h1 a {
	font-size: 18px;
	font-weight: bold;
	color: #143546;
	font-style: italic;
	text-decoration: none;
}
.sidebar-content li {
	list-style: none;
}
.sidebar-content .linkcat h2 {
	display: none;
}
#content .page h1, #content .page .subheader {
	display: none;
}
#content .page .entry h1 {
	display: block;
}
.entry ol, .entry ul {
	padding-left: 25px !important;
}
#content .nocomments {
	display: none;
}
/* 	=WordPress comments

-------------------------- */



.comments-template {
	color: #274961;
	width: 530px;
	font-size: 14px;
}
.comments-template ol {
	clear: both;
	background: #E9F0F5;
	padding: 13px 10px 10px 10px;
	margin: 20px 0;
}
.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata a {
	color: #4A9430;
	font-weight: bolder;
	text-decoration: underline;
}
.commentmetadata a:hover {
	color: #31B91E;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
#audience-pictures img {
	display: block;
	position: relative;
	float: left;
	border: 0;
}
#sharethis_0 a, a.stbutton {
	color: #C05D34 !important;
}
ul.tableMatrix {
	padding: 0 !important;
	margin: 0 !important;
}
ul.tableMatrix li {
	list-style-type: none;
	position: relative;
	display: block;
	font-size: 1em;
	width: 280px;
	height: 160px;
	float: left;
	background: #f0f0f0 url(images/bg-boxgradient.jpg) repeat-x top;
	border: 1px solid #ccc;
	border-top: 1px solid transparent;
	padding: 8px;
	line-height: 1.3em;
	margin: 0 1px 0 0 !important;
}
.break { clear: both }

#homeBlog ul {
	padding: 0;
	margin: 4px 10px 25px 20px;
}#homeBlogSubjects, #homeBlogPosts {
	background: #f0f0f0 url(images/bg-boxgradient.jpg) repeat-x scroll top;
	border: 1px solid #ccc;
	border-top: 1px solid transparent;
	width: 250px;
	float: left;
	margin: 40px 2px; 10px 0;
	padding: 20px;
}
#homeBlogTags ul {
	margin: 0 !important;
}
#calloutBoxRight {
	position: relative;
	float: right; 
	background: #f0f0f0 url(images/bg-boxgradient.jpg) repeat-x scroll top;
	border: 1px solid #ccc;
	border-top: 1px solid transparent;
	width: 250px;
	padding: 5px !important;
	margin: 10px 0 10px 10px;
}
.narrowcolumn .postdate {
	display: block;
	width: 90px;
	text-align: center;
	background: url(images/contact.gif) no-repeat -5px 0;
	color: white;
	font-weight: bold;
	padding: 3px 5px;
	margin-bottom: 5px;
	border: 1px solid #771805;
}
.narrowcolumn .postdate a {
	text-decoration: none !important;
	color: white !important;
}
.alignright {
	text-align: right;
	float: right;
	clear: none !important;
}
.entry blockquote {
	border-bottom: 1px solid #D7DFE2;
	margin: 10px 35px 15px 35px;
	background: #EFF5F7;
	color: #292D2F;
}
.entry blockquote p {
	line-height: 1em !important;
	padding: 15px;
}
#post-245 blockquote { 
	border-bottom: 1px solid #D7DFE2;
	color: #728D98;
	margin: 0 0 15px 0;
	background: none;
}
#post-245 blockquote p { 
	line-height: 1.5em;
	padding: 0 0 16px 0;
}

