/*   
Theme Name: Constable
Theme URI: 
Description: For Francis Trapasso & Associates
Author: Chris Mavricos, Solar Campfire, LLC
Author URI: http://solarcampfire.com/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* 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 */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

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

body,h1,h2,h3,
#blog-title,
h1.entry-title,
.entry-content h1,.entry-content h2{
	font-family:"Palatino Linotype",Palatino,Georgia,"Times New Roman",Times,serif;	
}
h1.entry-title{
	font-size:30px;
}

html,body{
	background:#241f1c;
}
a:active, a:hover, a:visited{
	color:#241F1C;
}
.loader{
	width:24px;
	height:24px;
	display:inline-block;
	background-image:url(images/ajax-loader.gif);
	float:left;
}
.loader-text{
	line-height:24px;
	display:inline-block;
	padding-top:3px;
	margin-left:.5em;
	margin-bottom:2em;
}
#wrapper{
	background:#e2e3db url(images/ft_body_bkg.png) repeat-x;
}
#header{
	background:transparent url(images/ft_header.png) repeat-x;
	height:169px;
}
#branding{
	padding-top:20px;
	padding-bottom:8px;
}
#access{
	border-bottom:none !important;
	height:47px;
}
#access .sf-menu{
	border-right:none !important;
	float:right;
}
#access .sf-menu li{
	font-weight:bold;
	color:#fff;
	background:transparent;
	margin-right:35px;
}
#access .sf-menu li.current_page_item{
	background:transparent url(images/ft_tab.png) no-repeat;
	color:#000000;
}
#access .sf-menu li.current_page_item a{
	color:#000000 !important;
}
#access .sf-menu li a{
	color:#fff;
	border:none !important;
	padding:15px 0px 16px 0px;
	font-size:16px;
	width:100px;
	text-align:center;
	background:transparent;
}
#access .sf-menu li a:hover{
	background:transparent;
	color:#e1e2da;
}
#access .sf-menu li a:active{
	background:transparent !important;
}
#main{
	padding-top:40px;
	min-height:350px;
}

.entry-content{
	text-align:justify;
	font-size:14px;
}
.entry-content h2{
	padding-top:10px;
}
.entry-content h2.service-category{
	padding:0px;
}
table, table tr{
	border:0px none;
}

table.services-list{
	width:85%;
	margin-bottom:1em;
}
table.services-list td{
	width:50%;
}
table.services-list td ul{
	margin-bottom:0px;
}
span.services-note{
	font-size:12px;
	padding-left:25px;
}

.auction-table{
	width:100%;
}
.auction-table a{
	color:#000;
	text-decoration:none;
}
.auction-table a:hover{
	text-decoration:underline;
}
.auction-table tr.at-odd{
	background:#c8c4b7 !important;
}
.auction-table tr.featured-auction{
	/*border:1px solid #241F1C;
	border-width:0px 0px 7px 0px;*/
	/*border-bottom:7px solid #C8C4B7;*/
	font-weight:bold;
	/*background:#917c6f !important; /*#918a6f !important;*/
	margin:10px 0;
	background:#483e37 !important; /*#241F1C !important; /*#462915 !important;*/
	color:#E2E3DB;
}
.auction-table tr.featured-auction.at-even{
	border-top:7px solid #E2E3DB;/*#C8C4B7;*/
	border-bottom:7px solid #E2E3DB;
}
.auction-table tr.featured-auction a{
	color:#E2E3DB;
}
.auction-table td,
.auction-table th{
	padding:9px 10px;	
}
.auction-table .at-status{
	width:55px;
}
.auction-table .at-location{
	width:130px;
	text-transform:capitalize;
}
.auction-table .at-time{
	width:110px;
}
.auction-table .at-deposit{
	width:60px;
}
.auction-table .at-description pre{
	font-family:inherit;
	font-size:inherit;
	line-height:inherit;
	margin-bottom:0px;
}
.contact-form-table td{
	padding:2px 20px 2px 0px;
}
.contact-form-table td.contact-form-label{
	vertical-align:top;
	padding-top:5px;
}
.contact-form-table input[type="text"],
.contact-form-table textarea{
	border:1px solid #ccc;
	width:392px;
	font-size:14px;
}
div.wpcf7-response-output{
	margin-top:1em !important;
}
div.wpcf7-mail-sent-ok{
	background:#241f1c !important;
	border-color:#241f1c !important;
	color:#e1e2da !important;
}
div.wpcf7-validation-errors{
	padding-top:5px !important;
	background:#ACA793 !important;
	border-color:#241f1c !important;
	color:#990000 !important;
	font-weight:bold;
}
.wpcf7-not-valid-tip{
	left:0 !important;
	top:-5px !important;
	width:387px !important;
	border-color:#990000 !important;
}

div.contact-map{
	margin-left:110px;
}

#footer-nav{
	height:30px;
	display:block;
	background:#aca793;
	font-size:.9em;
}
#footer-nav ul,
#footer-nav ul li,
#footer-nav ul li a{
	border:none;
	background:transparent;	
}
#footer-nav ul{
	margin:0 auto;
	width:850px;
	display:block;
	margin-left:45px;
}
#footer-nav ul li{
	margin:0 2.5em;
}
#footer-nav ul li a{
	padding-top:10px;
	padding-bottom:6px;
	color:#24221c;/*#241f1c;*/
}
#footer{
	/*background:transparent url(images/ft_footer_bkg.png) repeat-x;*/
	border:none;
	background:#241f1c;
	margin-top:0px;
}

#siteinfo{
	color:#e1e2da;
	font-size:12px;
}
#siteinfo a{
	text-decoration:none;
	color:#ACA793;
}
#siteinfo a:hover{
	color:#E1E2DA;
}
#siteinfo .ytlogo{
	width:14px;
	height:14px;
	display:inline-block;
	background:transparent url(images/sc_logo.png) no-repeat;
	margin-bottom:-3px;
}

#container{
	width:680px;
}
#content{
	width:620px;
}
.main-aside{
	width:250px;
}
.aside{
	color:#333;
}
.aside h3{
	font-weight:bold;
	font-style:normal;
	font-size:1.3em;
}
#primary{
	border:none !important;
}
.sidebar-contact{
	margin-top:1em;
}
.sidebar-contact tbody,
.sidebar-contact tr,
.sidebar-contact td{
	border:none !important;
}
.sidebar-contact td{
	padding-left:0px;
	padding-right:30px;
	padding-top:0px;
	padding-bottom:.2em;
}

