/* Base Weblog (base-weblog.css) */

/* basic elements */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family: Georgia, Times, serif;
    font-size: 14px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* standard helper classes */

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    padding: 0;
    width: 800px;
    text-align: left;
}
#container-inner { position: static; width: auto; padding: 0;}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner {
    position: static;
}




/* content */

.content-nav {
    margin: 10px;
    text-align: center;
}

.date-header,
.entry-content {
    position: static;
    clear: both;
}

.entry {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.entry-content {
    clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {
    clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
    clear: both;
    margin: 5px 10px 20px 10px;
}

img.image-full { width: 100%; }

.image-thumbnail {
    float: left;
    width: 115px;
    margin: 0 10px 10px 0;
}

.image-thumbnail img {
    width: 115px;
    height: 115px;
    margin: 0 0 2px 0;
}


/* modules */

.module {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.module-content {
    position: relative;
    margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.module-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }


/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content {
    margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list {
    display: block;
    height: 1%;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item {
    display: block;
    float: left;
    /* ie win fix \*/ height: 1%; /**/
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item a {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

.module-recent-photos .module-list-item img {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
}


/* basic page elements */

a { color: #36414d; text-decoration: underline; }
a:hover { color: #a3b8cc; }

#banner a { color: #000; text-decoration: none; }
#banner a:hover { color: #000; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #a3b8cc; }


.module-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
    margin: 0;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
    color: #fff;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
    font-size: 11px;
}

/* page layout */

body {
    min-width: 800px;
    color: #333;
	background: #003399 url('../images/blue-on-blue-bg-2.png') repeat;
}

#container {
    width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;  
}

#container-inner {
}

#banner {
    width: 800px; /* necessary for ie win */
    height: 250px;
	background: url('../images/deck-header3.jpg') no-repeat;  
/*	background: url('../images/deck-header4.jpg') no-repeat;  */
}

#banner-inner {
    padding: 15px 13px;
/*    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: #fff;  */
}


#banner-header {
    margin: 0;
    padding-top: 2em;
    padding-right: 150px;  /* to account for the logo */
    color: #000;
    font-size: 30px;
    line-height: 1;
    text-align: center;
}
#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    padding-right: 150px;  /* to account for the logo */
    color: #000;
    background: none;
    font-size: 16px;
    line-height: 1.125;
    text-align: center;
}
#alpha { width: 200px; /* background: #e6ecf2; */ }
#beta { margin: 15px 15px 0 15px; width: 550px; }
#gamma, #delta { width: 180px; background: #e6ecf2; }
#alpha-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;
}

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-header {
    margin-top: 0;
    border-left: 5px solid #dae0e6;
    padding: 0 0 0 10px;
    color: #666;
    font-size: 18px;
}

.entry-content {
    margin: 0;
    line-height: 1.5;
}

.entry-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}


.content-nav { margin-top: 0; }


/* modules */

.module {
    margin: 0 0 10px 0;
    border-top: 1px solid #cfd4d9;
    border-bottom: 1px solid #f3f6f9;
    background: #fff url('../images/gray-white-gradient-bg.png') bottom left repeat-x;
}

.module-content {
    margin: 0 0 10px 0;
/*    border-top: 1px solid #cfd4d9;  */
    padding: 10px 10px 0 10px;
    font-size: 12px;
    line-height: 1.2;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list {
    margin: 0 15px 10px 15px;
    list-style: none; 
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
/*    list-style: circle; */
}

.module-list-item {
    margin-top: 0;
    color: #666;
    line-height: 1.2;
}

.module-photo img { border: 1px solid #fff; }

.module-featured-photo { width: 398px; }
.module-featured-photo .module-content {
    margin: 0;
    border-width: 0;
    padding: 0;
}
.module-featured-photo img { width: 398px; }

.module-recent-photos .module-content { padding: 10px 0 0 19px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item {
    width: 64px; /* mac ie fix */
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

.module-recent-photos .module-list-item a {
    border: #cfd4d9 1px solid;
    padding: 1px;
    background: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #36414d;
    background: #fff;
}

.coupon {
  border: 2px solid #a3b8cc;
}


/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 200px;
/*    background: #e6ecf2; */
}

.layout-two-column-left #alpha-inner {
    padding: 10px 10px 0 10px;
/*    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: #fff; */
}

.layout-two-column-left #beta {
    margin: 15px 15px 0 15px;
    width: 550px;
    background: none;
}

.layout-two-column-left #beta-inner {
    padding: 0;
    border-width: 0;
    margin-bottom: 20px;
}


.layout-one-column #beta {
    margin: 15px 15px 0 15px;
    width: 750px;
    background: none;  
}
.layout-one-column #beta-inner {
    padding: 0;
    border-width: 0;
    margin-bottom: 20px;
}



/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }





#jeff_tracy_200 img {
  border: 0;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
} 
.right {
  float: right;
}
.center-text {
  text-align: center;
}
.home-service-box {
  position: relative;
  margin-bottom: 20px;
  text-decoration: none;
  color: #333;
  display: block;
}
.home-service-box-inner {
  position: static;
  padding: 12px;
/*  width: 550px;
  height: 118px;  */
  height: 118px;
}
#landscaping .home-service-box-inner {
  height: 117px;
}
.home-service-box-inner .heading {
  font-weight: bold;
  margin-top: 0;
}
.home-service-box-inner img {
	float: right;
	width: 100px;
	height: 100px;
	border: 4px solid #eec;
	display: block;
}

#site-footer { 
	position: relative; 
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	margin-bottom: 20px;
	color: #eee;
	} 
#site-footer-inner { 
	position: static; 
	width: 100%;
	padding: 5px;
	text-align: center;
/*	background: none; */
}
#credentials {
    text-align: center;
}
.clearing {
	height: 0;
	clear: both;
}


	
#topnav {
  padding: 2px;
  margin: 0, auto, 0, auto;
  position: relative;
  top: 46px;
}
	
#topnav ul
{
/*	display: block;  */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	text-align: center;
	border: 0px;
}

#topnav ul li { 
	display: inline; 
	margin: 0px;
}

#topnav ul li a {
/*	display: inline;  */
	border: 4px solid #008;
	text-decoration: none;
	margin: 0px;
	padding: 0.2em 0.4em;
	color: #fff;
	background: #369 url('../images/topnav-blue-bg.png') repeat-x;
	background-position: top;
}

#topnav ul li a:hover, #topnav ul li a.selected {
	color: #fff;
	background: #ccc url('../images/topnav-gray-bg.png') repeat-x;
	background-position: top;
}	
	
p.services {
  font-size: 13px;
 /* text-align: justify; */
}
p.services a {
  text-decoration: none;
}
img.services {
  border: 4px solid #008;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#testimonials {
	float: right; 
	width: 250px; 
	min-height: 205px; 
	border: 1px solid #eee; 
	text-align: justify; 
	padding: 0px; 
	margin-right: 0px;
    background: #fff url('../images/gray-white-gradient-bg.png') repeat-x;	
}
div.cf_element div.content
	{
		padding: 10px;
		width: 230px;
	}
#before-after {
  width: 320px;
  min-height: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#before-after img {
  border: 4px solid #008;
}
#gallery {
  width: 600px;
  min-height: 500px;  
  display: block;  
  margin-left: auto;
  margin-right: auto; 
  text-align: center;
}
#gallery img {
  border: 4px solid #008; 
  margin-bottom: 10px;
}
img.icon {
	float:left; 
	margin-right: 5px;
	border: 0px;
}
.ul {
  text-decoration: underline;
}
#services-header a {
	text-decoration: none;
}
#services-header a:link, #services-header a:visited, #services-header a:hover, #services-header a:active {
	color: #000;
}
#caldiv {
	position:absolute;
	visibility:hidden;
	background-color:white;
	layer-background-color:white;
}
#side-logo, #bbb {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.float-right {
	float: right;
	margin-bottom: 20px;
}
a.toplink {
  text-decoration: none;
  float: right;
  font-size: 10px;
}
ul#linknav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	border: 0px;
	font-size: 12px;
}
ul#linknav li {
	display: inline; 
	margin: 0px;
}
ul#linknav li a {
	text-decoration: none;
}