/*   
Theme Name: DOTCOMZ
Theme URI: http://www.cleanerchelsea.com
Description: A custom-developed theme for Wordpress
Author: Peter Brest
Author URI: http://www.cleanerchelsea.com
Version: 0.23a
*/

/* Import a basic layout */
@import url('styles/2c-l.css');

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
	background: url(images/bg.gif) top left repeat-x #ECE8D8;
	margin: 0;
	padding-top: 12px;
}

.wpcf7-form{background:#ECE8D8;width:99%;overflow:hidden;border:3px solid #FFC64C;height:auto !important;}
.wpcf7-form h2{font-size:20px;text-align:center;}
.wpcf7-form input, .wpcf7-form textarea{border-color:#FFC64C;border-style:solid;border-width:2px;padding:4px;line-height:16px;font-size:14px;width:94%;float:none;margin:0;}
.wpcf7-form textarea{line-height:16px;font-size:14px;height:100px;}
.wpcf7-form p{font-size:14px;margin-left:20px;margin-top:0px;margin-bottom:4px;padding:0 0 10px;color:#686868;line-height: 2.2em;}

/* =Header
-------------------------------------------------------------- */

#wrapper {
	margin: 0;
}

#branding {
	margin: 0 0 1.5em 0;
}

#header {
	text-align: center;
}

#masthead-wrapper {
	width: 868px;
	margin: auto;
}

#masthead {
	/* margin-right: 200px;*/ /* left for call2action buttons */
	width: 868px;
	height: 237px;
	background: url(images/header.jpg) top left no-repeat;
	margin-top: 3px; 
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
}
.skip-link {
	display: none;
}
.menu {
	margin-top: 10px;
}

.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}

.menu a {
	display: block;
	width: 230px;
	height: 28px;
	background: url(images/secondarysprite.png) 0 0 no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 28px;
	text-decoration: none;
	padding-left: 6px;
	color: #444;
	margin-bottom: 1px;
	white-space: nowrap;
/*	float: left;*/
}

.menu a:hover {
	background: url(images/secondarysprite.png) 0 0 no-repeat;

	/*border-bottom: 1px dotted #0000EE;*/
}

/* =Main
-------------------------------------------------------------- */

#main {
	/* margin-right: 200px; */ /* left for call2action buttons */
	width: 868px;
}

#main-wrapper {
	/* width: 1036px; */
	width: 868px;
	margin: auto;
}

#main-bottom {
	width: 868px;
	height: 20px;
	background: url(images/main-bottom.png) top left no-repeat transparent;
	clear: both;
	margin-right: 200px;
}


/* =Content
-------------------------------------------------------------- */

#container {
	background: url(images/body-bg.png) top left repeat-y transparent;
}

.post {
	margin: 0 0 3em 0;	
}
.entry-content, .entry-summary {
	margin: 1.5em 0 0 0;
}

#content {
	padding: 10px 20px;
	min-height: 300px;
	height:auto !important;
	height: 300px;
}

#content li {
	font-family: Tahoma, sans-serif;
	font-size: 1.1em;
}

#content a { 
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #0F4E89;
	text-decoration: none;
	border-bottom: 1px dotted #0F4E89;
}

#content a:hover { 
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
}

#content p {
	font-family: Tahoma, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	margin-bottom: 8px;
}


#content h1 {
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #B21818;
}

#content a.hp_item {
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #B21818;
	border-bottom: 1px dotted #B21818;
}

#content a.hp_item:hover {
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;	
}

#content h2 {
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #B21818;
}

#content h3 {
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #B21818;
}

div.caption {
	background: url(images/title-bg.gif) top right repeat-x;
	margin-bottom: 4px;
	margin-top: 8px;
	margin-left: 12px;
}

div.caption div {
 	background: url(images/title-r.gif) top right no-repeat;
}

div.caption h1 {
	font-family: Myriad Pro, Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 8px;
	display: block;
	height: 30px;
	background: url(images/title-l.gif) top left no-repeat;
	color: #FFFFFF;
	line-height: 200%;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0;
	overflow: auto;	
}

#navigation {
	float: left;
	width: 400px;
	height: 80px; 
	padding-top: 20px;
}

.ul-nav-primary {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin:0 0 0 14px;
}

.li-nav-primary {
	float: left;
	margin: 0 0 4px 0;
}

.li-nav-primary a {
 	display: block;
	width: 166px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size:1.15em;
	color: #FFFFFF;
	background: url(images/navsprite.png) top left no-repeat;
	text-align: left;
	padding-left: 5px;
 }

.li-nav-primary.special a{
	background: url(images/navsprite.png) 0 -30px no-repeat !important;
}

.li-nav-primary a:hover {
	color: #FFFFFF;
 	background: url(images/navsprite.png) 0 -60px no-repeat;

	 
}
/*
.li-nav-primary.first a {
	background: transparent;
}
*/


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: disc;
	margin-left: 1.1em;
}
.widget-area ul ul ul {
	margin-left: 2.5em;
}
.widget-container {
	margin: 0 0 1.5em 0;
}

/* =Temporary styles until the
		directory can read @import
		
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
		
-------------------------------------------------------------- */

/* =Footer
-------------------------------------------------------------- */
/*
#footer {
	min-height: 120px;
	height:auto !important;
	height: 120px;
	background: #36A0DC;
	border-top: 4px solid #BEDBED;
}

#colophon {
	width: 1036px;
	margin: auto;
}
*/
#footer {
    background: none repeat scroll 0 0 #857171;
    height: auto !important;
    margin-top: 30px;
    min-height: 90px;
}
#colophon {
    margin: auto;
    padding: 8px;
    width: 868px;
}
#footer p {
    color: #BEBEBE;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-align: justify;
}
#footer a {
    color: #FFFFFF;
    text-decoration: underline;
}
#footer a:hover {
    color: #FF0000;
}
#site-info {
	padding: 12px;
	padding-top:0;
	width: 868px;
	/* margin-right: 200px; */
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 1.1em;
}

/* =Call2Action
-------------------------------------------------------------- */
#callbox {
	width: 180px; 
	height: 400px; 
	position: fixed; 
	top: 16px; 
	left: 920px; 
	display:none;
}

#seals {
	width: 200px;
}

#seals img {
	margin-left: 1px;
}

#callus {
	background: url(images/callus-button.png) top left no-repeat;
	width: 200px;
	height: 220px;
}

#callus-number {
	background: url(images/callus-number.gif) bottom left no-repeat #CECECE;
	width: 200px;
	height: 49px;
	display: none;
}

#bac-window {
	width:		448px;
	height:		337px;
	background:	transparent;
	position:	absolute;
	top:		0;
	left:		0;
	z-index:	999;
}

#bac-top {
	width: 448px;
	height: 24px;
	background: url(/images/bac-top.png) top left no-repeat transparent;
}

#bac-body {
	width: 448px;
	height: 400px;
	background: url(/images/bac-body.png) top left repeat-y;
	text-align: center;
}

#bac-bottom {
	width: 448px;
	height: 13px;
	background: url(/images/bac-bottom.png) top left no-repeat transparent;
}

#bac-close {
	display: block;
	width: 48px;
	height: 18px;
	background: url(/images/close-button.gif) top left no-repeat;
	position: relative;
	top: 6px;
	left: 382px;
	text-decoration: none;
}
/*
#btn-book-a-cleaner {
	display: block;
	width: 200px;
	height: 52px;
	background: url(images/btn-book-a-cleaner.png) top left no-repeat;
}
*/

#callout-wrapper {
	background: url(images/welcome-message.png) top left no-repeat;
	width: 601px;
	height: 260px;
}

#callout {
	width: 364px;
	height: 230px;
	margin: 0 0 0 20px;
}

#callout p {
	padding-top: 40px;
}

#phonenumber {
	background: url(images/phonenumber.gif) bottom left no-repeat;
	height: 46px;
	margin-left: 14px;
	padding-top: 58px;
}

/* =Price Table
-------------------------------------------------------------- */
.pricetable-wrapper {
	padding: 12px;
}

.pricetable {
	width: 100%;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
}

.pricetable tr.even td {
    background: url("images/trbg-light.gif") repeat-x scroll left bottom #FCFAFA;
}
.pricetable tr.odd td {
    background: url("images/trbg-dark.gif") repeat-x scroll left bottom #F7F5F5;
}

.pricetable td {
	font-family: Tahoma,Arial,Tahoma,sans-serif;
	font-size: 13.2px	;
	padding: 3px 5px;
	vertical-align: middle;
}

.pricetable td.price {
	font-weight: bold;
	text-align: right;
}

div.tablecaption {
    background: url("images/tablecaption-bg.gif") repeat-x scroll left top #3063A8;
    border-bottom: 1px solid #1A3A67;
}
div.tablecaption div {
    background: url("images/tablecaption-r.gif") no-repeat scroll right top transparent;
}
div.tablecaption h1 {
    background: url("images/tablecaption-l.gif") no-repeat scroll left top transparent;
    color: #FFFFFF !important;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 14px !important;
    font-weight: bold;
    padding: 3px 6px;
	margin:0;
}