/*
Theme Name: ACE Carpet Carpet
Theme URI: http://wordpress.org
Description: Custom Wordpress Theme For ACE Carpet Cleaning in San Diego, CA
Version: 1.0
Author: AJ Clarke
Author URI: http://aoclarkejr.com
Tags: blue, fixed width, 1 column

*/
/********** Wordpress Default Image Styling **********/
img {
     margin: 5px;
     border: 0;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.aboutimg{
	padding: 0 0 10px 0;
	margin: 0;
}
/* Begin Main Style*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	background: #085DAD;
	color: #333;
	text-align: center;
}

a{
	color: 	#6a9f1f;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: 	#6a9f1f;
	text-decoration: underline;
	font-weight: bold;
}
#header {
	height: 126px;
	width: 972px;
	margin: 0 auto;
	background: url(images/headerbg-blue.png) no-repeat;
}
#logo{
	float: left;
	width: 205px;
	height: 80px;
	margin-top: 17px;
	padding-left: 40px;
}
#contactbx{
	float: right;
	width: 400px;
	margin-top: 60px;
	text-align: right;
	padding-right: 50px;
}
#callus{
	width: 400px;
	font-size: 20px;
	line-height: 100%;
	color: #333;
}
#phonenumber{
	width: 400px;
	font-size: 36px;
	font-family: Helvetica,sans-serif;
	color: #085DAD;
	line-height: 100%;
}

/* Navigation */

#navbar{
	width:900px;
	height: 30px;
	background: #8CC739;
}
#navbar ul{
	background: #8CC739;
	list-style-type: none;
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#navbar li {
	float: left;
	display:inline;
}
#navbar ul a {
	padding-right: 14px;
	padding-left: 14px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	color: #FFF;
	background: #8CC739;
	font-weight: normal;
}
#navbar ul a:hover {
	padding-right: 14px;
	padding-left: 14px;
	line-height: 30px;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	background: #31C3E7;
}
#contentbottom{
	width:972px;
	height:45px;
	background: url(images/contbtmbg-blue.png) no-repeat;
	margin: 0 auto;
}
#contentbottompost{
	width:972px;
	height:45px;
	background: url(images/contbtmbg-blue.png) no-repeat;
	margin: 0 auto;
}

/* Home Page Structure */

#homeimg{
	width: 900px;
	height: 220px;
	background: url(images/homeimg.jpg);
	margin: 0 auto;
}
#hometext{
	padding-top: 7px;
	padding-bottom: 10px;
	width: 870px;
	margin: 0 auto;
	border-bottom: solid 1px #ccc;
	text-align: left;
}
#hometext h2{
	background: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #085DAD;
	font-size: 22px;
	line-height: 100%;
	padding: 0;
	margin-top: 0;
}
#appointment{
	width: 400px;
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-style: italic;
	text-align: left;
}

#testimonials{
	width: 400px;
	float: right;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-style: italic;
	text-align: left;
}
#appointment h2{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #085DAD;
	font-size: 18px;
	line-height: 100%;
}
#testimonials h2{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #085DAD;
	font-size: 18px;
	line-height: 100%;
}

/* Begin Main Structure*/
#contenthome{
	width:972px;
	background: url(images/contbg-blue.png) repeat-y;
	margin: 0 auto;
}
#contentpost{
	width:972px;
	background: url(images/contbg-blue.png) repeat-y;
	margin: 0 auto;
}
#wrapper{
	width: 900px;
	padding-left: 37px;
	float: left;
}
#post{
	width: 610px;
	float: left;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#fullpage{
	width: 865px;
	float: left;
	font-size: 14px;
	line-height: 150%;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar{
	width: 250px;
	float: right;
	padding: 16px 0px 20px 0px;
	margin: 0;
}
#contactinfo{
	color: #666;
	margin: 0 auto;
	padding-top: 10px;
	width: 870px;
	border-top: solid 1px #ccc;
	text-align: center;
	font-size: 11px;
	line-height: 120%;
}

/* Headings */

#post h1{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #085DAD;
	font-size: 28px;
	line-height: 100%;
	border-bottom: solid 1px #ccc;
	margin-top: 0;
}
#post h2{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	line-height: 100%;
}
#fullpage h1{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #085DAD;
	font-size: 28px;
	line-height: 100%;
	border-bottom: solid 1px #ccc;
	margin-top: 0;
}
#fullpage h2{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 20px;
	line-height: 100%;
}
#sidebar h2{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	color: #fff;
	font-size: 16px;
	background: #085DAD;
	line-height: 30px;
	height: 30px;
	margin:0;
	padding-left: 10px;
}

/* Sidebar Links */

#sidebar ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
	width: 250px;
	text-align: left;
	background: #EEFAFD;
}

#sidebar li a {
	display: block;
	text-decoration: none;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background: #EEFAFD;
	padding: 10px;
}
#sidebar li a:hover {
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	background: #31C3E7;
	padding: 10px;

}
div.textwidget{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #EEFAFD;
	text-align: left;
} 
/* Misc Styling */

blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	padding: 10px 10px 10px 20px;
	background: #F5FAED;
	margin: 15px;
	background-image: url(images/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
	border-left: 2px solid #8CC739;
}
blockquote span {
     display: block;
     background-image: url(images/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
  
/* Blog */
.blogheader{
	padding: 0;
	margin: 0;
}
.meta{
	font-size: 0.65em;
	color: #666;
}
.posts{
	border: 1px solid #085DAD;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
.posts p{
	margin: 0;
	padding: 0;
}
#blogtitle h1{
	border: 0;
}

/* Blog header */
#logoblog{
	float: left;
	width: 400px;
	height: 80px;
	margin-top: 17px;
	padding-left: 40px;
}

/*** Feed Icon ***/
a.feed{ display: block; height: 32px; width: 210px; line-height: 32px; color: #333; font-weight: normal; background: url(images/feed.png) left no-repeat; text-align: left; padding-left: 40px; margin-bottom: 20px; }

/* Comments */
#comments{
	border-top: 1px #085DAD solid;
	padding-top: 10px;
}
h3#comments{
	color: #242424;
}
#respond{

	padding-top: 10px;
}
#respond h3{
	color: #242424;
}
textarea#comment{
	width: 300px;
	background: #EEFAFD;
	color: #242424;
	border: 1px solid #999;
	padding: 3px;
}
input#url{
	background: #EEFAFD;
	color: #242424;
	border: 1px solid #999;
	padding: 3px;
}
input#author{
	background: #EEFAFD;
	color: #242424;
	border: 1px solid #999;
	padding: 3px;
}
input#email{
	background: #EEFAFD;
	color: #242424;
	border: 1px solid #999;
	padding: 3px;
}
.comment-meta commentmetadata a{
	color: #666;
	font-size: .65em;
}
.comment-edit-link{
	color: #666;
	font-size: .65em;
}