/*
  Theme Name: Mr. Freeze
  Theme URI: http://www.synergymkt.com/
  Version: 1.0
  Author: Synergy Marketing
  Author URI: http://www.synergymkt.com
  Tags: simple, clean, valid XHTML, valid CSS
  Licence: GPL
  
  Description: Custom Wordpress theme for Mercurio's HVAC.
*/

/*----------Redeclarations----------*/

strong {
	font-weight: bold;
}

em {
	font-style: oblique;
}

hr {
	display: none;
}

p {
	margin: 1em 0;
}

/*-------Block Level Elements-------*/

body {
	background: #f4f4f4 url('images/bg.png') repeat-x;
	color: #6e6e6f;
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 20px;
}

#page {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}

#header {
	color: #fff;
	height: 600px;
	position: relative;
}

#call-now {
	position: relative;
	float: right;
	font: 18px BebasNeueRegular;
	color: #fff;
	margin-right: 2px;
	margin-top: 8px;
}

#header p {
	font-size: 13px;
	line-height: 20px;
	width: 465px;
}

.illustration {
	width: 489px;
	height: 395px;
	background: url('images/illust-home.png') no-repeat;
	position: absolute;
	right: 0;
	top: 160px;
}

#home-illust {
	right: -25px;
}

#services-illust {
	width: 358px;
	height: 386px;
	background: url('images/illust-services.png') no-repeat;
}

#contact-illust {
	width: 241px;
	height: 398px;
	background: url('images/illust-contact.png') no-repeat;
	right: 40px;
}

#subheader {
	position: absolute;
	top: 482px;
	width: 510px !important;
}

.button {
	display: block;
	height: 47px;
	width: 132px;
	position: relative;
	float: left;
	margin-right: 15px;
}

.fadeThis {
	position:relative;
	display:block;
}

.fadeThis span {
  display: none;
}

.fadeThis span.hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 132px;
	height: 47px;
}

#menu .fadeThis {
	height: 37px;
}

#menu .fadeThis span.hover {
	height: 37px;
}

#home {
	background: url('images/menu-home.png') no-repeat;
	width: 56px;
}

#home span.hover {
	background: url('images/menu-home.png') 0 -37px no-repeat;
	width: 56px;
}

#company {
	background: url('images/menu-company.png') no-repeat;
	width: 82px;
}

#company span.hover {
	background: url('images/menu-company.png') 0 -37px no-repeat;
	width: 82px;
}

#services {
	background: url('images/menu-services.png') no-repeat;
	width: 81px;
}

#services span.hover {
	background: url('images/menu-services.png') 0 -37px no-repeat;
	width: 81px;
}

#equipment {
	background: url('images/menu-equipment.png') no-repeat;
	width: 91px;
}

#equipment span.hover {
	background: url('images/menu-equipment.png') 0 -37px no-repeat;
	width: 91px;
}

#tips {
	background: url('images/menu-tips.png') no-repeat;
	width: 47px;
}

#tips span.hover {
	background: url('images/menu-tips.png') 0 -37px no-repeat;
	width: 47px;
}

#contact {
	background: url('images/menu-contact.png') no-repeat;
	width: 79px;
}

#contact span.hover {
	background: url('images/menu-contact.png') 0 -37px no-repeat;
	width: 79px;
}

#specials {
	background: url('images/menu-specials.png') no-repeat;
	width: 80px;
}

#specials span.hover {
	background: url('images/menu-specials.png') 0 -37px no-repeat;
	width: 80px;
}

#menuquote {
	background: url('images/menu-quote.png') no-repeat;
	width: 59px;
}

#menuquote span.hover {
	background: url('images/menu-quote.png') 0 -37px no-repeat;
	width: 59px;
}

#quote, .quotebutton {
	background: url('images/button-get-a-quote.png') no-repeat;
}

#quote span.hover, .quotebutton span.hover {
	background: url('images/button-get-a-quote.png') 0 -47px no-repeat;
}

#do {
	background: url('images/button-what-we-do.png') no-repeat;
}

#do span.hover {
	background: url('images/button-what-we-do.png') 0 -47px no-repeat;
}

#educational {
	width: 200px;
	background: url('images/button-educational-videos-8.png') no-repeat;
}

#educational span.hover {
	width: 200px;
	background: url('images/button-educational-videos-8.png') 0 -47px no-repeat;
}

#menu li a.fadeThis.current {
	background-position: 0 -37px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

#navigation {
	position: relative;
	clear: right;
	height: 126px;
	width: 100%;
	height: 166px;
	top: 15px;
	background: url('images/menu-bg.png') no-repeat;
}

#logo-home {
	display: block;
	width: 220px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 15px;
}

#nav-left {
	position: absolute;
	left: -120px;
	top: 27px;
	width: 120px;
	height: 80px;
	background: url('images/menu-bg-left.png') no-repeat;
}

#nav-right {
	position: absolute;
	right: -120px;
	top: 27px;
	width: 120px;
	height: 80px;
	background: url('images/menu-bg-right.png') no-repeat;
}

#menu {
	position: relative;
	float: right;
	top: 42px;
}

#menu li {
	position: relative;
	float: left;
	margin: 0 0 0 20px;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#menu a:hover, .current_page_item {
	background-color: #000;
}

#menu li>ul {
	position: absolute;
	*top: 51px; // Position fix for IE7
	*left: 0;
	display: none;
	padding: 10px 0;
	z-index: 900;
	background-color: #888;
}

#menu li:hover ul {
	display: block;
}

#menu li>ul>li {
	clear: left;
	width: 200px;
}

#menu li>ul>li a {
	line-height: 24px;
	height: 24px;
	background-image: none;
	padding: 0 10px;
}

#menu li>ul>li a:hover {
	background-image: none;
}

#slideshow {
	overflow: hidden;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 900px;
}

div#content.home {
	position: relative;
	float: right;
	width: 350px;
}

#content a, .textwidget a:link {
	color: #fe453f;
}

#sidebar {
	position: relative;
	float: right;
	width: 220px;
	padding: 20px;
	border: 1px solid #949494;
	background-color: #c0c0c0;
}

#sidebar h3 {
	color: #2739a3;
}

#map {
	position: relative;
	float: left;
	background-color: #e2e2e2;
	border: 1px solid #c7c7c7;
	padding: 14px;
	margin: 0 70px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#controller {
	display: none;
}

#jFlowSlide {
	position: relative;
	margin: 0 auto;
}

#jFlowSlide img {
	position: relative;
	float: left;
	margin-right: 60px;
}

#prevNext {
	position: relative;
}

#prevNext img {
	position: absolute;
	top: 85px;
	cursor: pointer;
}

body .gallery {
	margin-left: 40px;
}

#coleman .gallery {
	margin-left: 80px;
}

body .gallery .gallery-item img, body .gallery .gallery-item img.attachment-thumbnail {
	max-width: 90px;
	width: 90px;
	border: 1px solid #dedede;
	margin: 10px;
	float: left;
}

.jFlowPrev {
	left: 30px;
}

.jFlowNext {
	right: 30px;
}

body .formBuilderForm .small_text_area textarea, body .formBuilderForm .large_text_area textarea {
	width: 300px;
}

form.formBuilderForm, div.formBuilderSuccess {
	width: 490px;
}

#equipment-chart ul {
	padding-left: 60px;
	list-style-type: disc;
}

body #equipment-chart li {
	list-style-type: disc;
}

#taxcredit {
	text-align: center;
}

#taxcredit a {
	font-size: 11px;
	font-style: oblique;
}

#content li {
	margin-left: 20px;
	padding-left: 20px;
	list-style-type: disc;
}

#testimonials li, #equipment-chart li {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 97% !important;
}

#coleman {
	border-left: 1px #dedede solid;
}

#coleman ul {
	padding-left: 100px;
}

#google {
	display: block;
	width: 89px;
	height: 76px;
	position: fixed;
	bottom: 112px;
	right: 0;
	background: url("images/google.png") no-repeat;
	text-indent: -999px;
	overflow: hidden;
}

#formBuilderCSSIDQuote_Request {
	position: relative;
	float: left;
}

#coupon {
	position: relative;
	float: right;
	width: 260px;
	border: 1px #17009c dashed;
	padding: 10px;
	margin-left: 70px;
	margin-top: 10px;
}

#coupon h2 strong {
	font-size: 24px;
}

#coupon h2 {
	font-size: 18px;
}

#coupon h4 {
	font-weight: bold;
	font-size: 14px;
	color: #17009c;
}

#coupon p {
	font-style: oblique;
	font-size: 11px;
}

#coupon a {
	font-style: normal;
}

#coupon img {
	margin-right: 5px;
}

.gform_wrapper .right_label .gfield_label {
	width: 9% !important;
}

#footer {
	clear: both;
	font-size: 11px;
	color: #606060;
	height: 78px;
	padding-top: 19px;
	background: url('images/footer-bg.png') repeat-x;
}

#footer .float-right {
	width: 340px;
	text-align: right;
}

#bbblink {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 100px;
	height: 38px;
	margin-top: 10px !important;
}

#footer:hover {
	color: #060606;
}

#footer p {
	line-height: 18px;
	margin-top: 10px;
}

#footer a {
	color: #606060;
	text-decoration: none;
}

#footer:hover a {
	color: #060606;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/*---------Inline Elements----------*/



h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font: 36px/40px 'BebasNeueRegular', Helvetica Arial, sans-serif;;
	color: #2739a3;
	text-transform: uppercase;
	margin: 10px 0;
	-webkit-text-shadow: 1px 1px 1px #bfbfbf;
	-moz-text-shadow: 1px 1px 1px #bfbfbf;
	text-shadow: 1px 1px 1px #bfbfbf;
}

h3 {
	font-size: 24px;
	line-height: 28px;
	padding: 10px 0;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	line-height: 18px;
}

h5 {
	font-weight: bold;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-------------The Post-------------*/

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.post-edit-link {
	font-size: 10px;
}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*-------------Comments-------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*-----------Search Form------------*/

#searchform {

}

#searchform input {

}

#searchform #s {
	padding: 2px;
}

/*---------Form Validation----------*/

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	padding-bottom: 13px;
	display: block;
	z-index: 5000;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%; 
	background: #043faa;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
	background: #043faa;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #fff;
}

.formError .formErrorArrow{
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 15px;
	height: 15px;
	z-index: 5001;
}
.formError .formErrorArrowBottom{
	top: 0;
	margin: -6px;
}

.formError .formErrorArrow div{
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0px 2px 3px #444;
	-moz-box-shadow: 0px 2px 3px #444;
	-webkit-box-shadow: 0px 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #043faa;
	margin: 0 auto;
	line-height: 0px;
	font-size: 0px;
	display: block;
}

.formError .formErrorArrowBottom div{
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
	
.greenPopup .formErrorArrow div {background:#043faa;}
.blackPopup .formErrorArrow div {background:#393939;color:#FFF;}

.formError .formErrorArrow .line10 {width:15px;border:none;} 
.formError .formErrorArrow .line9 {width:13px;border:none;} 
.formError .formErrorArrow .line8 {width:11px;} 
.formError .formErrorArrow .line7 {width:9px;} 
.formError .formErrorArrow .line6 {width:7px;} 
.formError .formErrorArrow .line5 {width:5px;} 
.formError .formErrorArrow .line4 {width:3px;} 
.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0px solid #ddd;
} 
.formError .formErrorArrow .line2 {width:3px;border:none;background:#ddd;}
.formError .formErrorArrow .line1 {width:1px;border:none;background:#ddd;}

/*------------Slideshow-------------*/

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}

.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-controlNav {
	position: absolute;
	bottom: 12px;
	right: 10px;
}

.nivo-controlNav a {
	font: bold 10px Verdana, Arial;
	text-align: center;
	height: 18px;
	width: 18px;
	line-height: 18px;
	background: #000;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	z-index:99;
	position: relative;
	float: left;
	margin: 1px;
	cursor: pointer;
}

.nivo-controlNav a:hover, .nivo-controlNav a.active {
	background: #fff;
	color: #000;
	font-weight:bold;
}

/*---------CSS3 and Custom----------*/

#sidebar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

::-moz-selection {
	background: #000;
	color: #fff;
}

::selection {
	background: #000;
	color: #fff;
}

input:focus {
	outline: auto 5px #fff;
}

blockquote {
	border: 3px #1327a4 solid;
	border-width: 0 0 0 3px;
	padding-left: 14px;
}

blockquote .bqstart {
	float: left;
	height: 45px;
	margin-top: -20px;
	padding-top: 45px;
	margin-bottom: -50px;
	font-size: 700%;
	color: #FF0000;
}


blockquote .bqend {
	float: right;
	height: 25px;
	margin-top: 0px;
	padding-top: 45px;
	font-size: 700%;
	color: #FF0000;
}

a, #footer {
	-webkit-transition-duration: .2s;
	-webkit-transition-property: color, background;
	-o-transition-duration: .2s;
	-o-transition-property: color, background-color;
	-moz-transition-duration: .2s;
	-moz-transition-property: color, background;
	transition-duration: .2s;
	transition-property: color, background;
}

.nivo-control {
	-webkit-transition-duration: .5s;
	-webkit-transition-property: color, background;
	-o-transition-duration: .5s;
	-o-transition-property: color, background-color;
	-moz-transition-duration: .5s;
	-moz-transition-property: color, background;
	transition-duration: .5s;
	transition-property: color, background;
}

.float-left {
	position: relative;
	float: left;
}

#content .float-left, #content .float-right, #jFlowSlide img {
	margin-right: 70px;
	background-color: #e2e2e2;
	border: 1px solid #c7c7c7;
	padding: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#content .float-right {
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 20px;
}

.float-right {
	position: relative;
	float: right;
}

.clear {
	clear: both;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('css/BebasNeue-webfont.eot');
    src: url('css/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/BebasNeue-webfont.woff') format('woff'),
         url('css/BebasNeue-webfont.ttf') format('truetype'),
         url('css/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
