/*
Theme Name: Furniture Theme
Theme URI: http://esdev.net/
Description: Built on Thematic Theme</a>
Author: Shawn Scammahorn
Author URI: http://esdev.net/
Template: thematic
Version: 1.0 
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*@font-face {  
	font-family: "CA BND Bold WEB";
	font-weight: normal; 
	src: url( assets/CABNDWebBold.otf ) format("opentype");  
}*/

/*@font-face {  
	font-family: "CA BND Bold WEB";
	font-weight: bold;  
	src: url( assets/CABNDWebBold.otf ) format("opentype");  
} */

body{
	line-height:22px;
	color: #4C4933;
	background: #F7F4D3;
	font-family: 'Droid Serif','Liberation Serif', Georgia, serif;
	background:#F7F4D3 url(images/header-repeat.png) repeat-x;
}
#header{
	/*background:#F7F4D3;*/
	/*border-bottom:1px solid #98c0dd;*/
}
#branding{
	padding:40px 0 0 0;
	margin-bottom: 0; /* added to fix high tagline? */
	width: 960px;
	height: 95px;
}
#blog-description{
	display:none;
}
#blog-title{
	margin-bottom:0px;
	padding:0;
	text-align:left;
}
#blog-title a{
	font-size:80px;
	text-transform:uppercase;
	color:#224108;
}
#blog-title a:hover{
	color:#4C4933;
}

/* Header Band */
#head-band{
	width: 960px;
	margin: 0 auto;
	padding: 5px 0;
}
/* Target only Firefox */
@-moz-document url-prefix() { #head-band { height: 25px; padding-top: 0; } }

#band-tagline{
	display: block;
	width: 600px;
	margin: 0;
	padding: 0;
	float: left;
}

#band-phone{
	display: block;
	width: 290px;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	text-align: right;
	float: right;
}
/* Target only Firefox */
@-moz-document url-prefix() { #band-tagline,#band-phone { padding-top: 0; margin-top: -15px; } }

#main {
	clear: both;
}

#access{
	border:none;
	height:33px;
	font-size: 15px;
	text-transform: uppercase;
	color: #666;
	width: 960px;
	top: -50px; /* Pulls menu up level with logo */
	margin-bottom: -25px; /* Pulls bottom of header up */
	/***clear: both;***/
}
#container {
    width:600px;
    float:left;
}
#content {
    margin:0; /* was left: 20px */
	padding-right: 30px;
    width:600px;
	/*background: url(images/content-border01.png) 100% 0 repeat-y;*/
    overflow:hidden;
}
#main{
	padding: 30px 0;
	margin-top: 30px;
	margin-bottom: 40px;
}
.hentry{
	margin-bottom:30px;
}
.entry-utility{
	margin-bottom:0;
}
.single .hentry{
	padding-bottom:30px;
}
/*** THEMATIC SKIN ***/
.menu{
	background:none;
	height:32px;
	color: #666;
	width: 1100px !important; /* Added to line up right side to rest of page */
}
.sf-menu {
    border:none;
	float:right;
	/*text-align:center;*/
}
.sf-menu a {
	border:none;
	padding:6px 13px 7px 13px;
	text-decoration:none;
	border-top: 0;
	border-bottom: 0;
}
.ie7 .sf-menu a {
	border:none;
	padding:6px 13px 0 /*was 3px*/ 13px;
	text-decoration:none;
}
.sf-menu .current_page a,
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a,
.sf-menu .current_category a,
.sf-menu .current_item,
.sf-menu .current_item a {
    /*border-bottom-color:#fff; */
	background: #fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #333;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background: #fff;
}
.sf-menu li li li {
	background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #fff;
	outline: 0;
	border:none;
	color:#224108;
}
.sf-menu li li a:hover{
	background: #CCC;
}
.sf-menu ul {
	border:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#FFF;
	border-bottom:none;
	color:#333;
}
.sf-menu ul a:hover {
    color: #224108;
}

/* Corrects incorrect menu item highlighting in menu caused by Page Links To plugin */
body.category-specials .sf-menu li.page-item-5 a, body.s-category-specials .sf-menu li.page-item-5 a {
	background: #FFF;
}
body.category-specials .sf-menu li.page-item-3 a, body.s-category-specials .sf-menu li.page-item-3 a {
	background: none;
}


a:hover, .entry-title a:active, .entry-title a:hover {
	color:#224108;
}

.special-link {
	font-family: 'Liberation Serif', Georgia, 'Palantino Linotype', 'Times New Roman', serif;
}

/*  Page Blurb Styles */
#blurb {
	width: 960px;
	margin: 40px auto 0;
}
#blurb h1 {
	width: 580px;
	text-transform: none;
	color: #003;
	padding: 0 0 20px 40px;
}
.page-blurb-main-text {
	width: 580px;
	padding: 0 0 0 40px;
	color: #000;
	font-size: 17px;
	margin-right: 10px;
	float: left;
}
.emphasize {
	font-size: 1.25em;
}
.page-blurb-icon {
	width: 322px;
	margin: 0;
	padding: 0;
	float: right;
	top: -20px;
}

/* For the Home page */
body.slug-home .page-blurb-icon {
	top: -140px;
	margin-bottom: -45px;
}
/*body.slug-home #content h1 {
	display: none;
}
body.slug-home #content .entry-content {
	margin-top: 0;
	padding-top: 0;
}*/

/* Claims 101 cat welcome blurb */
#cat-3-blurb {
	margin: 20px 20px 40px;
}
#cat-3-blurb h2 {
	text-transform: none;
	color: #003;
	padding: 0 0 10px;
}

.clear {
	display: block;
	clear:both;
	height: 1px;
}

.aside{
	font-size:15px;
	line-height:23px;
}
.aside ul ul {
    list-style:none;
    margin:0 0 22px 0px;
}
.aside a{
	text-decoration:none;
}
.aside a:hover{
	text-decoration:underline;
	color:#224108;
}
#primary, #secondary{
	right:10px; /* Changed to make margin between sidebars and main content wider */
    padding:6px 0 0 0;
    margin-bottom:30px;
}

#primary.main-aside {
	border: 0;
}

#primary h3, #secondary h3{
	font-size:18px;
	font-family: "CA BND Bold WEB", Arial, Helvetica, sans-serif;
	color:#111;
	letter-spacing: 1px;
}
#primary .sidebar-rss a, #secondary .sidebar-rss a{
	display: block;
	width: 300px;
	height: 80px;
	text-indent: -9999px;
	background: url(images/rss-link.png) 0 0 no-repeat;
}
#footer{
	margin-top:30px;
	padding: 20px 0;
	border: none;
	background: #e6e1b1;
	color: #111;
	font-size: 14px;
}
#subsidiary {
	background:none;
	width:960px;
}
#subsidiary .aside{
	margin-left:20px;
	width:310px; /* was 290px */
	color: #111;
}

#subsidiary a {
	color: #224108;
}

.note {
	font-size: .9em;
	font-style: italic;
}

#subsidiary .note {
	font-size: .8em;
	font-style: italic;
}

#siteinfo{
	width:960px;
	color: #4C4933;
	padding-bottom: 10px;
	font-size: 14px;
}
#siteinfo ul{
	margin: 0 0 10px;
}
#siteinfo ul li{
	display: inline;
	padding: 10px 20px 10px 0;
}
#siteinfo ul li ul,#siteinfo ul li ul li ul{
	display: none;
}

.entry-title{
	font-size:24px;
	line-height:40px;
	color:#003;
}
.entry-title a{
	color:#003;
}

h1, h1.entry-title {
	font-family: 'Droid Sans', Georgia, 'Times New Roman', 'Liberation Sans', serif;
	font-weight: normal;
	font-size: 32px;
	color: #224108;
}

h2, h2.entry-title {
	font-family: 'Droid Sans', Georgia, 'Times New Roman', 'Liberation Sans', serif;
	font-size: 26px;
	font-weight: normal;
	color: #4C4933;
	text-transform: none;
}

#subsidiary h3 {
	font-weight: bold;
	color: #4C4933;
}

.float-left{
	width: 340px;
	float: left;
	margin-right: 40px;
}

iframe{
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}

/* =MailChimp Widget Form
-------------------------------------------------------------- */
#mc_signup_container {
	margin-top: -20px;
}
#mc_signup_form legend {
	display: none;
}
.mc_signup_submit input#mc_signup_submit {
	float: left;	
}
.mc_signup_submit {
	clear: both;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
    font-size:15px;
    line-height:18px;    
}
#comments input,
#comments textarea {
    font-size:15px;
    line-height:18px;
    border:1px solid #ccc;
    background:#f6f6f6;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family: 'Droid Sans', Georgia, 'Times New Roman', 'Liberation Sans', serif;
    font-size:15px;
    font-weight:bold;
	font-style: italic;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #e3e3e3;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #e3e3e3;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#f6f6f6;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #224108;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #224108;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #224108;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#224108;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
input#submit{
	border:none;
	padding:3px;
	background:#111;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
}
input:hover#submit{
	background:#cc0000;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
/************************** One Column CSS */
.page-template-tpl_onecolum-php #container{
	width:960px;
}
.page-template-tpl_onecolum-php #content{
	width:960px;
}
/************************** archive page title */
.archive h1.page-title{
	font-size:20px;
	padding:0 0 15px 0;
	margin-bottom:15px;
}
/************************** Search Widget */
#s {
    font-size:15px;
    line-height:18px;
    border:1px solid #ccc;
    background:#fff;
	padding:2px;
	width:170px;	
}
#searchsubmit, #mc_signup_submit, .submit-button input, .form-submit input{
	border:none;
	padding:2px;
	background:#003;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	line-height:16px;
	font-family: Georgia, 'Times New Roman', 'Liberation Serif', serif;
}

/************************** Extra Links */
.entry-content a {
	color: #224108;
}

#siteinfo a {
	color: #224108;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #4C4933 !important;
	text-decoration: none;
}

.widgetcontainer select{
	margin-bottom: 20px;
}
