/*
Theme Name: Family Business Blog
Theme URI: http://www.familybusinessblog.com/
Description: The official theme for the Family Business Blog.
Version: 1.0
Author: Colleen C
Author URI: http://www.kalinawebdesigns.com/
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #F4F2E2;
	color: #574560;
	font: 10pt arial, helvetica, sans-serif;
}
a {text-decoration: none}
a:link {
	color: #705F98;
}
a:visited {
	color: #574560;
}
a:active, a:hover {
	color: #941E48;
	text-decoration: underline;
}
#wrapper {
	margin: 0 auto;
	width: 1008px;
	border: 3px solid #FAF9F2;
	background: #F4F2E2 url('images/pagebg.gif') repeat;
	color: #574560;
}
#page {
	background: #F4F2E2 url('images/contentbg.gif') repeat-y;
	color: #574560;
}
#header {
	width: 1008px;
	height: 116px;
}
#content {
	float: left;
	width: 1008px;
}
.narrowcolumn {
	width: 580px;
	margin: 0 0 0 16px;
	padding-top: 10px;
}
.narrowcolumn a:link {
	color: #705F98;
}
.narrowcolumn a:visited {
	color: #574560;
}
.narrowcolumn a:active, .narrowcolumn a:hover {
	color: #941E48;
}
.post {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid #F4F2E2;
}
.post h2 {
	color: #5A3E46;
	font-size: 13pt;
	margin-bottom: 4px;
}
.post h3 {
	font-size: 12pt;
	margin-bottom: 4px;
}
.post h2 a:link, .post h3 a:link {
	color: #941E48;
}
.post h2 a:hover, .post h3 a:hover {
	color: #705F98;
}
.post h2 a, .post h3 a, .entry a {
	text-decoration: underline;
}
.date {
	text-align: right;
}
.entry .alt {
	font-size: 9pt;
	font-weight: normal;
	padding: 4px;
	background: #F4F2E2;
	text-align: left;
}
.postmetadata {
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}
.postmetadata a {
	text-decoration: underline;
}
.postmetadata a:link {
	color: #40114B;
}
.postmetadata a:hover {
	color: #941E48;
}
.entry {
	margin-top: 5px;
}
.entry p, .entry ul, .entry ol {
	margin-bottom: 12px;
}
.entry ul, .entry ol {
	padding-left: 32px;
}
.more-link {
	font-weight: bold;
}
#sidebar {
	float: left;
	margin-left: -380px;
	width: 164px;
	color: #58122b;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul ul {
	border: 1px solid #COBEB1;
	background: #fff;
	padding: 1px 1px 0 1px;
}
#sidebar ul ul ul {
	border: 0;
	margin: 4px 0;
	padding: 0 0 0 10px;
	background: none;
}
#sidebar ul ul ul li {
	font-size: 9pt;
	padding: 2px 0;
	border: 0;
	margin-bottom: 1px; 
}
#sidebar ul ul li {
	padding: 2px 6px;
	background: #F4F2E2;
	border-bottom: 1px solid #d5d0aa;
	margin-bottom: 1px; 
}
#sidebar h2 {
	color: #58122B;
	margin-top: 12px;
	font-size: 10pt;
}
#sidebar a:link, #affiliates-side a:link {
	color: #40114B;
}
#sidebar a:visited, #affiliates-side a:visited {
	color: #574560;
}
#sidebar a:active, #sidebar a:hover, #affiliates-side a:active, #affiliates-side a:hover {
	color: #00679E;
}
#affiliates-side {
	float: left;
	margin-left: -184px;
	width: 144px;
	color: #87736F;
}
#affiliates-side h2 {
	color: #565251;
	margin-top: 12px;
	font-size: 12pt;
}
#s {
	width: 100px;
	height: 17px;
	vertical-align: top;
}
#searchsubmit {
	height: 19px;
	width: 50px;
	background: #00679E;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: top;
}
#footer {
	clear: both;
	width: 1008px;
	padding-top: 20px;
	height: 33px;
	background: url('images/footer.jpg') no-repeat;
	text-align: center;
	font-size: 8pt;
}
.commentlist {
	position: relative;
	margin: 20px auto;
	padding: 0 0 0 22px;
	background: #COBEB1;
	list-style: none;
}
.commentlist li {
	padding: 12px 6px;
	background: #F4F2E2;
	border-bottom: 1px solid #d5d0aa;
}
#commentform p {
	margin-bottom: 6px;
}
#comment {
	width: 99%;
}
#submit {
	height: 19px;
	background: #00679E;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0.5pt;
}
a img {
	border: 0;
}
hr {
	display: none;
}
input, textarea {
	border: 1px solid #999;
	background: #fff;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #F4F2E2;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
#wp-calendar {
	border: 1px solid #COBEB1;
	background: #fff;
	padding: 1px 1px 0 1px;
	empty-cells: show;
	width: 100%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color: #40114B;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color: #40114B;
}
#wp-calendar a {
	color: #40114B;
	text-decoration: underline;
	display: block;
}
#wp-calendar caption {
	background: #00679E;
	color: #fff;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 0;
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	background: #F4F2E2;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

.addtoany_share_save_container {text-align:center;}