/* @override 
	http://wp.local/content/themes/car-insurance/css/car-ins.css?ver=1347
	http://wp.local/content/themes/car-insurance/css/car-ins.css?ver=1359
	http://mycarinsurancerates.com/wp-content/themes/car-insurance/css/car-ins.css?ver=2.9.2
*/

/* @group Backgrounds */

body {
	background: #eee url(../img/background.jpg) repeat-x center top;
	font: 14px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#container-wrap {
	background: url(../img/body_bg.png) repeat-y center top;
}
#footer {
	background: #eee url(../img/footer_bg.png) no-repeat center top;
	width: 960px;
	margin: 15px 0 0;
}
#boxes, .page #content, .single #content {
	background: url(../img/content_bg.png) no-repeat 3px top;
}
#img-logo {
	margin: 10px 0 10px 10px;
}
#crown {
	background-color: #f1f1f1;
	margin-left: 13px;
	width: 936px;
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}
.home #crown {
	border: none;
}
/* @end */

/* @group Layout */
.home #content {
	margin-top: 25px;
}
#sidebar {
	padding: 15px;
	margin-left: 20px;
	background-color: #eee;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; /* future proofing */
}
#single {
	margin-left: 20px;
	margin-right: 15px;
	width: 595px;
}
.page #content, .single #content, .archive #content {
	min-height: 600px;
	padding-top: 13px;
}
/* @end */

/* @group Style */

a {
	color: #3296c8;
	text-decoration: none;
}
#navigation a {
	color: #5b5b5b;
	line-height: 52px;
	font-size: 18px;
	text-shadow: #fafafa 1px 1px 0;
}
#sidebar {
	
}
h1 {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 15px;
}
h1.title, h1.title a {
	color: #000;
	font-weight: bold;
}
h3.widget-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #fffeff;
	display: block;
	color: #2c6b8a;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: #fff 1px 1px 3px;
}
h2 a, h3 a {
	color: #2c6b8a;
	text-shadow: #fff 1px 1px 3px;
}
h3.title {
	margin-bottom: 5px;
}
h2.block-title {
	margin-bottom: 10px;
	font-weight: bold;
}
.post-content {
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
#post-content-32 .post-content {
	padding-bottom: 0;
	border-bottom: none;
}
.the-content h2, .the-content h3, .the-content h4, .the-content h5 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* @end */

/* @group Navigation */
#navigation {
	background: url(../img/navigation_bg.png) no-repeat right top;
	height: 55px;
	padding-bottom: 15px;
	width: 534px;
	padding-left: 40px;
	position: absolute;
	right: -35px;
	top: 27px;
}
#navigation ul {
	margin: 0;
	padding: 0 0 0 10px;
	height: 68px;
	overflow: hidden;
	list-style-type: none;
}
#navigation ul li {
	float: left;
	display: inline;
	margin-right: 20px;
}
#lead {
	margin-left: -1px;
}
#quote {
	margin-left: -29px;
	height: 90px;
	background: url(../img/quote_bg.png) no-repeat;
	width: 1022px;
}
#quote form {
	position: relative;
}
#quote form input#quote-zip {
	height: 30px;
	background-image: none;
	background-color: transparent;
	border-style: none;
	position: absolute;
	width: 175px;
	font-size: 28px;
	top: 22px;
	left: 75px;
	text-align: center;
}
#quote form input#quote-submit {
	position: absolute;
	right: 0;
	top: 15px;
}
/* @end */

/* @group Homepage */

.box {
	background: url(../img/box_bg.png) no-repeat center top;
	padding: 15px 25px 10px;
}
.box-footer {
	background: url(../img/box_bg.png) no-repeat center bottom;
	height: 5px;
}
.box span.moretext {
	display: none;
}
.box span {
	text-transform: uppercase;
	font-size: 12px;
}
.box a.read-more {
	float: right;
	color: #555;
	text-shadow: #fff 1px 1px 3px;
}
.box a.read-more:hover {
	text-decoration: underline;
}
.box p {
	height: 150px;
}
.ie7 .box p {
	height: auto;
}
.box img.attachment-thumbnail {
	float: left;
	margin-right: 10px;
	background-color: #525252;
	border: 2px solid #444;
	margin-bottom: 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px; /* future proofing */
}
.the-content img {
	background-color: #525252;
	border: 2px solid #444;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px; /* future proofing */
}
/* @end */

/* @group Sidebar */

#sidebar ol, #sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar li {
	list-style-type: none;
	margin-bottom: 5px;
}
#sidebar .widget_pages ul li, #sidebar .widget_news ol li {
	float: left;
	width: 115px;
	margin-right: 8px;
}
.widget {
	margin-bottom: 30px;
}
.widget.recent_with_excerpt a {
	color: #272727;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.widget.recent_with_excerpt blockquote {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}
.widget.recent_with_excerpt a.read-more {
	color: #3790bc;
	text-transform: lowercase;
	display: inline;
	font-weight: normal;
	font-style: normal;
}
/* @end */

/* @group Listings */
#single #listingResults {
}
#single #listingResults table#listingTable {
	width: 600px;
}
#single #listingResults table#listingTable tbody tr td {
	border-bottom: 1px solid #eee;
}
#single #listingResults table#listingTable td {
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	padding: 10px;
}
#single #listingResults table#listingTable td p {
	padding-left: 11px;
}
#single #listingResults table#listingTable td p a {
	font-size: 14px;
	font-weight: bold;
}
#single #listingResults table#listingTable td p, #single #listingResults table#listingTable td  ul {
	padding: 7px;
	margin-top: 0;
	margin-left: 0;
	margin: 0;
}
#single #listingResults table#listingTable td  ul {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 30px;
}
#single #listingResults > span, #single #listingResults hr {
	display: none;
}
#single #listingResults img {
	border-style: none;
}
.pagination_single span {
	white-space: nowrap;
}
.pagination_single span.next {
	float: right;
}
/* @end */

/* @group footer */

#footer-quote {
	background: url(../img/footer-quote_bg.png) no-repeat center top;
	height: 85px;
	position: relative;
	margin-top: 25px;
	margin-bottom: 0;
}
#footer-quote form input#footer-quote-zip {
	height: 28px;
	background-image: none;
	background-color: transparent;
	border-style: none;
	position: absolute;
	width: 160px;
	font-size: 28px;
	top: 28px;
	left: -12px;
	text-align: center;
}
#footer-quote form input#footer-quote-submit {
	position: absolute;
	right: 85px;
	top: 19px;
}
#footer {
	padding-top: 20px;
	padding-bottom: 55px;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	float: left;
	list-style-type: none;
	margin-right: 35px;
	border-right: 1px solid #9e9e9e;
	padding-right: 35px;
	font-size: 14px;
	line-height: 14px;
}
#footer ul li.last {
	padding: 0;
	border-right: none;
}
#footer, #footer a {
	color: #979797;
}
/* @end */
/* @group tip tip */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #333;
	background: rgba(25,25,25,0.92);
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */

@media screen and (-webkit-min-device-pixel-ratio:0) {

#tiptip_content {
	padding: 4px 8px 5px 8px;
	background-color: rgba(45,45,45,0.88);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	border-bottom-color: rgba(45,45,45,0.88);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	border-top-color: rgba(20,20,20,0.92);
}
}

/* @end */


