/*

Theme Name: Cleaning
Theme URI: 
Description: 
Version: 1.0
Author: Aaron Proctor
Author URI: http://web.aaronproctor.com/

*/

.aligncenter { margin: 0 auto; }
.textwidget .wpcf7 { position: relative; top: -35px; }

* {
	margin:0;
	padding:0;
	}

html {
	background: #fff;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #fff;
	margin:0 auto;
	text-align: center;
	}

#page, #header, #logowrap, #footer, div.one {
	width: 1024px;
	}

#pagewrap {
	background: #f0ede5 url('images/bg_page.gif') repeat-y top center;
	}

#page {
	margin:0 auto;
	padding-top:10px;
	text-align:left;
	}
	body.page #page { background:#fff; }

#headerwrap {
	background: #fff url('images/bg_header.gif') repeat-x top center;
	text-align:center;
	width:100%;
	}

#header {
	clear:both;
	color:#fff;
	display:block;
	height:120px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	}
	#header #number {
		border-bottom:0;
		font-size:1.8em;
		text-align:right;
		margin:0;
		padding:0;
		}

#content {
	background:#f6f5f0;
	color:#000;
	float:left;
	min-height:400px;
	width:722px;
	}
	#content div.gutter {
		padding:0 12px;
		}
	body.page #content { background:#fff; }

	body.page div.post { width:700px; }
	body.home div.post { width:450px; }
		body.home #welcome div.two { float:left; width:50%; }


#right, #sidebar {
	background:transparent;
	color:#000;
	float:left;
	line-height:1.7em;
	width:302px;
	}
	#sidebar div.gutter {
		margin:0 12px 0 0;
		padding:0;
		}
	#sidebar div.box div.gutter {
		margin:0;
		padding:0 7px;
		}
		
#navigation {
	font-size:1.4em;
	height:33px;
	overflow:hidden;
	padding: 0;
	}
	#navigation ul {
		text-align:left;
		margin:0 auto;
		}
	#navigation ul li {
		float:left;
		height:42px;
		list-style:none;
		margin:0;
		overflow:hidden;
		padding:0;
		}
	#navigation a { 
		color:#fff;
		}

#spotlight {
	background: #333333 url('images/bg_spotlight.jpg') no-repeat top left;
	color:#fff;
	height:300px;
	margin-bottom:10px;
	overflow:hidden;
	width:698px;
	}
	#spotlight h3 {
		color:#fff;
		}
	#spotlight p {
		line-height:1.3em;
		font-size: 1.1em;
		}
	#spotlight div.gutter {
		margin-top:227px;
		}

#leftbar {
	float:left;
	overflow:hidden;
	width:230px;
	}


#welcome {
	background:#fefefd;
	float:left;
	width:468px;
	}
	#welcome div.three {
		margin-right:4px;
		width:140px;
		}

#footerwrap {
	background: #5b574c url('images/bg_footer.gif') repeat-x top center;
	width:100%;
	}

#footer {
	clear: both;
	color:#fff;
	margin: 0 auto;
	padding:0;
	text-align:left;
	}
	#footer p { line-height:1.2; }
	#footer ul {
		clear:both;
		display:block;
		text-align:left;
		margin:10px auto;
		}
		#footer ul li {
			float:left;
			list-style:none;
			margin:0 20px 10px 0;
			}
		#footer a {
			color:#fff;
			}
	#footer p#headquarters {
		height:40px;
		letter-spacing:1px;
		line-height:40px;
		margin:0;
		overflow:hidden;
		text-align:center;
		}
	#footer h3 {
		margin-top:12px;
		}

/* Grid */

div.two, div.three, div.threethree, div.four, div.fourfourfour {
	float:left;
	}
div.one {
	// background:#231f20;
	}
div.two {
	width:512px;
	}
div.three {
	display:block;
	overflow:hidden;
	width:33%;
	}
	div.threethree {
		width:67%;
		}
div.four {
	width:25%;
	}
	div.fourfourfour {
		width:75%;
		}

div.gutter {
	padding:12px;
	}
	div.box {
		display:block;
		margin-bottom:10px;
		}

/* Lists */

ul li {
	font-size:1.2em;
	}

ul.posts li {
	font-size:1.1em;
	list-style:none;
	margin-bottom:5px;
	}
	ul.posts li a {
		color:#cccccc;
		text-decoration:underline;
		}

#services ul li {
	color:#e44044;
	list-style-image:url('images/ui_raquo.gif');
	margin:0 0 0.5em 1em;
	}

/* Typography */

p {
	font-size: 1.2em;
	line-height:1.7em;
	margin-bottom:1em;
	}

ul {
	margin: 0 0 1em 2em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

h1, h2, h3 {
	font-family: "Tahoma", Verdana, Arial, Sans-Serif;
	font-weight:normal;
	}

h1 {
	font-size: 2.5em;
	margin:0;
	padding:0;
	}

h2 {
	color:#e44044;
	display:block;
	font-family:Arial, Sans-Serif;
	font-size: 2.5em;
	font-weight:normal;
	margin: 0.5em 0 0;
	padding-bottom:0.25em;
	}
	body.home h2 { margin-top:0; }

h3 {
	color:#e44044;
	font-size: 1.2em;
	font-weight:bold;
	margin: 0 0 0.5em;
	}
	#footer h3 {
		color:#00b3be;
		}

/* Links */

a, a:link, a:visited, a:active { color:#000; text-decoration:none; }
a:hover { color:#000; text-decoration:underline; }

#content a, #content a:link { color:#1b75bb;  text-decoration:underline; }

/* Color */

span.cyan { color:#00b3be; }

/* Form */

.textwidget form {
	margin:0;
	padding:0;
	width:275px;
	}
form fieldset {
	border:0;
	}
form input, form textarea, form select {
	background:#fff;
	border:1px solid #ccc;
	clear:both;
	font-size:115%;
	margin:1em 0 0;
	padding:0.5em 0.25em;
	width:265px;
	}
form textarea {
	font-family: arial, san-serif;
	font-size: 1.2em;
	margin-bottom: -8px;
	}
form input.checkbox {
	width:20px;
	}
form input.submit {
	background:transparent;
	border:0;
	color:#000;
	float:right;
	margin:1em 0 0;
	width:275px;
}


/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}





/* Other Typography */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/* Other Elements */

.promotinggroup { float:right; }

#now {
	background:#a8acb0 url('images/bg_24-hour.gif') repeat-x top center;
	height:300px;
	overflow:hidden;
	}

#response, #faq {
	background:#ccc;
	margin-bottom:10px;
	}
#certified, #services, #testimonials, #process, #equipment {
	background:#e6e6e6;
	padding-bottom:1px;
	margin-bottom:10px;
	}

body.page #process, body.page #equipment { width:145px; float:left; }
body.home #process, body.home #equipment { width:290px; float:none; }