/* --------------------------------------------------------------------- */
/* TABLE OF CONTENTS
/* --------------------------------------------------------------------- */
/*
/*  1.  Browser resets
/*  2.  Structure
/*  3.  Content
/*
/* --------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------*/
/* 1: Browser Resets                                                                      */
/* ---------------------------------------------------------------------------------------*/

* {
	margin: 0;
}

img, a {
	outline:none;
	border:none;
}

/* ---------------------------------------------------------------------------------------*/
/* 2: Structure                                                                           */
/* ---------------------------------------------------------------------------------------*/

html, body {
	height: 100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}

.inner-wrapper {
	width:960px;
	background:  #341111; /* corrected Burgundy */
	padding:0;
	margin:0 auto;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -75px; /* must be same as footer height in negative */
	background:url('../images/wrapper-bg.png') center repeat-y #2c0d0d; /*  Burgundy-Black */
}

#footer, .push {
	width:100%;
	height:75px; /* must be same as wrapper margin in negative */
}

.footer-bg {
	background: url(/images/footer.png) center top;
	
}

#wrapper-upper-shadow {
	background:url('../images/wrapper-upper-shadow.png') no-repeat;
	width:990px;
	height:15px;
}

label {
	display:block;
	margin:10px 20px 5px 20px;
}

input {
	margin: 0 20px 10px 20px;
	width:560px;
}

textarea {
	width:560px;
	height:400px;
	margin:0 20px 10px 20px;
}

/* ---------------------------------------------------------------------------------------*/
/* 3: Content                                                          	                  */
/* ---------------------------------------------------------------------------------------*/

pre {
	margin:25px;
	padding:25px;
	overflow:scroll;
	font-size:15px;
	line-height:20px;
}

.center-text {
	text-align:center;
}

a {
	color: #4C1C1C; /* burgundy */
	font-weight:bold;
}

a:hover {
	color: #BC8D46; /* Butterscotch */

}

a:active {
	outline:0 none;
	border:0 none;
}

.color {
	color: #BC8D46; /* Butterscotch */
	color: #f5ead8; /* light variation of brown */
	color: #4C1C1C; /* burgundy */
	color: #F5E396; /* cream */
	color: #B82025; /* red */ 
}

.center {
	text-align:center;
}
#header {
	width:100%;
	height:100px;
	background:white;
	border-bottom:5px solid #BC8D46; /* Butterscotch */
}

#navigation {
	margin:0;
	padding:0 65px 0 0;
}

#home-link {
	width:150px;
	height:50px;
	float:left;
	margin-top:25px;
}

#login-info {
	
	width:650px;
	height:30px;
	text-align:right;
	float:left;
	margin-top:20px;
	font-size:14px;
	font-style:italic;
	color:#BC8D46; /* Butterscotch */;
}

#home-link a {
	display:block;
	width:100%;
	height:100%;

}

#navigation li {
	list-style:none;
	float:right;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:14px;
	color:#333;
}

#navigation li a {
	list-style:none;
	text-decoration:none;
	color:#eee;
	margin:0;
	padding:15px 0 25px 0;
	display:block;
	height:100%;
	background:url('../images/menu-backing-bottom.png') bottom left;
	border:0 none;
	font-weight:normal;
}


#navigation li.right-border p{
	background:url('../images/menu-backing-right.png') bottom right;
	width:5px;
	margin:0;
	padding:15px 15px 25px 15px;
	display:block;
	height:100%;
}

#navigation li.left-border p{
	background:url('../images/menu-backing-left.png') bottom left;
	width:5px;
	margin:0;
	padding:15px 15px 25px 3px;
	display:block;
	height:100%;
}

#navigation li.divider p{
	background:url('../images/menu-backing-divider.png') bottom center no-repeat;
	margin:0;
	padding:15px 10px 25px 10px;
	display:block;
	height:100%;
}

#navigation li a:hover {
	color:#4C1C1C; /* burgundy */
}

.testimonial .services-nav {
	list-style:none;
	margin:5px 15px;
	padding:0;
}

.testimonial img {
	width:230px;
}

.testimonial .services-nav li {
	margin:0;
	padding:3px 0;
}

.services-nav li a {
	text-decoration:none;
	color:#222;
}

.services-nav li a:hover {
	color:#4C1C1C; /* burgundy */
	text-decoration:underline;
}

#logo {
	margin:0 auto;
	width:960px;
	height:100px;
	max-width:960px;
	background:url('../images/c183_logo.png') top left no-repeat;
	text-align:right;
}



.clear {
	clear:both;
}

#bumper {
	float:left;
}

#left-column {
	width:260px; /* make sure to change .testimonial to this */
	margin:25px 20px 0 40px;
	padding-bottom:0;
}

.testimonial {
	width:260px;
	margin:0 0 30px 0;
	background:#fcdeb0 ;/* light variation of butterscotch */
	padding-bottom:12px;
}

.testimonial h3 {
	font-size:15px;
	line-height:18px;
	font-style:italic;
	color: #4C1C1C; /* burgundy */
	padding:20px 0 5px 0;
	margin:0 15px 0 15px;
	background:url(../images/h3-bg.png) repeat-x bottom;
}

.testimonial p {
	padding:7px 15px;
	margin:0;
	font-size:13px;
	line-height:16px;
}

.testimonial ul {
	margin:0 10px;
	padding:5px 5px 15px 25px;
}

.testimonial li {
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	padding:4px 15px 4px 10px;
}

#content {
	width:600px;
	background:white;
	margin-top:25px;
	float:left;
	padding-bottom:10px;
	margin-bottom:20px;
}

#video-content {
	width:880px;
	height:415px;
/*	border: 2px solid #BC8D46; /Butterscotch */
	margin:20px auto;
	background:white;
	
}

#content h1, #video-content h1, #estimate-content h1, #content .contentheading {
	font-size:22px;
	line-height:25px;
	color: #333;
	padding:20px;
	margin:0;
}

#content h2, #video-content h2 {
	margin:20px 20px 0 20px;
	color: #4C1C1C; /* burgundy */
	font-size:18px;
	font-style:italic;
}

#content h2 a {
	text-decoration:none; /* added for "principles" section */
}

#content h3, #video-content h3 { /* used for type in services */
	text-align:right;
	font-size:15px;
	font-style:italic;
	color: #BC8D46; /* Butterscotch */
	margin:20px;
}

#content h4 { /* used for home page feed */
	text-align:right;
	font-size:14px;
	font-style:italic;
	color: #BC8D46; /* Butterscotch */
	margin:40px 20px -10px 20px;
	padding:0;
}

#content p, #video-content p {
	padding:7px 20px;
	font-size:14px;
	line-height:18px;
}

#content ul, #content ol, #video-content ul, #video-content ol {
background:#fdf4e6; /* even lighter butter shade */
margin:20px;
padding:20px;
border:1px dashed #ccc;
}

#content ul li, #content ol li, #video-content ul li, #video-content ol li {
	font-size:14px;
	line-height:20px;
	padding:4px 0;
	margin:0 0 0 10px;
	color: black;
	font-weight:bold;
}

#content #slideshow {
	width:600px;
	height:360px;
}

#content #slideshow img {
	margin:0 20px;
	width:560px;
	border:0;
	outline:0;
	padding:0;
}

#content #slideshow a {
	display:block;
}

.port-wrapper {
	border-bottom: 1px dashed #999; /* Butterscotch */
	margin:20px;
}

.port-wrapper img {
	height:100px;
	width:158px;
	padding:0;
	margin:0 10px 5px 20px;
	float:left;
}

#content .port-wrapper h1 {
	text-align:left;
	padding: 0 10px 0 0;
	margin:20px 0 0 0;
}

.p-for-url {
	margin:0;
	padding:0;
}


.cc-window {
	background:#fce9cd; /* light butter shade */
	width:300px;
	margin:10px 15px 15px 15px;
	text-align:center;
}

.cc-window img {
	width:300px;
}

.cc-window .cc-caption {
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding:10px 10px 5px 10px;
}

.cc-window a {
	color: #4C1C1C; /* burgundy */
	font-size:10px;
	font-style:italic;
	padding:5px 10px;
	margin-bottom:5px;
	display:block;
}

.cc-window a.post-link {
	padding:0;
	margin:0;
}

.right {
	float:right;
}

.left {
	float:left;
}

/* sitemap table */

#sitemap {
	margin:0 25px;
}

#sitemap th {
	text-align:left;
	padding-bottom:10px;
}

#sitemap th a {
	color:#666;	
}
#sitemap td {
	font-size:14px;
	padding:3px 0;
}

#view-admin {
	background:#ddd;
	margin:15px;
	padding:15px;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

#view-admin a {
	text-decoration:none;
}

/* add / edit forms */

input, textarea {
	width:560px;
	margin:0 20px;
}

select {
	margin:10px 20px;
}

.submit {
	margin-top:15px;
}

label {
	font-style:italic;
	font-size:16px;
	font-weight:bold;
	color: #4C1C1C; /* burgundy */
}

/* Disqus Comments */

#disqus_thread {
	margin:20px;
}

#disqus_thread    {
	text-align:left;
}

.dsq-brlink {
	margin-left:20px;
}

/* Video Page */ 

#video-container {
	width:800px;
	height:490px;
	margin:20px auto;
}

/* Estimate */
#estimate-content {
	background:white;
width:880px;
min-height:400px;
margin:25px auto;
}

#estimate-content p {
	padding:20px 20px 0 20px;
	font-size:16px;
	line-height:18px;
}

#estimate-content table {
	margin:20px;
	font-size:15px;
	line-height:18px;
	
}

#estimate-content table td {
	width:420px;
	border-bottom:#999 1px dashed;
	padding:15px 25px 0 0;
}

#estimate-content table td.title {
	font-weight:bold;
	color: #4C1C1C; /* burgundy */	
}

#estimate-content table td.value {
	font-style:italic;
	color:#222;
}

.estimate-floater {
	float:left;
	width:439px;
	min-height:300px;
}

.border-right {
	border-right:#999 thin dashed;
}

.estimate-floater label {
	margin:15px 20px 3px 20px;
	padding:0;
	font-size:14px;
	line-height:16px;
}

.estimate-floater input, .estimate-floater textarea {
	width:390px;
	background:#eee;
}

.estimate-floater textarea {
	height:100px;
}

.estimate-floater select {
	margin:3px 0 15px 0;
	display:block;
		background:#eee;
}

#estimate-header{
	float:left;
	width:880px;
	height:60px;
}

.step-of-step {
	color: #4C1C1C; /* burgundy */
	font-size:15px;
}

#estimate-header h1 {
}


#estimate-footer{
	float:left;
	width:860px;
	min-height:30px;
	margin: 10px 0 0 0;
	padding:0 0 10px 0;
}

#estimate-footer a, #estimate-footer p {
	margin: 5px 0 0 20px;
	font-size:13px;
	text-decoration:none;
	float:left;
	color:#B82025;
}

#estimate-footer a:hover {
	text-decoration:underline;
}

#estimate-footer input {
	width:100px;
	float:right;
	padding:0;
	margin:0 25px 0 0;
}

.error-message {
	color: #B82025; /* red */ 
	padding:0;
	margin:3px 0 15px 20px;
	font-size:14px;
}


#flashMessage, #authMessage {
	background:#F5E396;
	color: black;
	margin:20px;
        padding:10px;
        border:1px dashed #666;
        font-style:italic;
}

#content div.submit input {
width:100px;
margin:10px 0 0 0;
padding:0;
}

#content div.submit {
width:100px;
margin:0 auto;
}

.align-left {
	text-align:left;
}

#ie {
display:none;	
}

#slide {
	height:200px;
	width:880px;
	background:url(../images/slider_back.png) no-repeat;
	overflow:hidden;
	margin:0 auto;
	position:relative;
}

#slider {
	width:3520px;
	height:200px;
	position:relative;
	top:0;
	left:0;
}

.panel {
	float:left;
	height:200px;
	width:880px;
}

.panel .half_pane {
	width:440px;
	height:200px;
	float:left;
}

.one {
	background:url(/images/static_sprite.jpg) 0 0 no-repeat;
}

.two {
	background:url(/images/static_sprite.jpg) 0 -200px no-repeat;
}

.three {
	background:url(/images/static_sprite.jpg) 0 -400px no-repeat;
}

.four {
	background:url(/images/static_sprite.jpg) 0 -600px no-repeat;
}

.half_pane h2 {
	font-size:17px;
	color:#c0924e;
	margin-left:30px;
	margin-top:10px;
	padding-bottom:10px;
}

.half_pane p {
	margin-left:30px;
	margin-right:30px;
	font-size:15px;
	line-height:22px;
}

.panel ul {
	list-style:none;
	margin:0;
	padding:0;
}

.panel ul li {
	background:url(../images/check.png) 0 -3px no-repeat;
	padding:5px 0 5px 35px;
	margin: 0 0 0 20px;
	font-size:12px;
	min-height:30px;
}

#address_and_phone {
	height:30px;
	width:100%;
	background:url(../images/address_and_phone_bg.png) center center no-repeat;
	color:white;
	font-size:13px;
}

#address_and_phone span {
	padding:0 30px;
}

#address_and_phone p {
	
	padding:6px 0 5px 90px
}

.address_and_phone_left {
	float:left;

}

.address_and_phone_right {
	float:right;

}

.address_and_phone_right a {
	font-size:11px;
	text-decoration:none;
	margin-right:60px;

}

.address_and_phone_right a:hover {
color:white;
}

/* Custom Snippet images with Sprite */ 

.snippet_image {
	width:230px;
	height:75px;
	margin:3px auto;
}

.daveturner {
		background:url(/images/static_sprite.jpg) -440px 0 no-repeat;
}

.color {
	color: #BC8D46; /* Butterscotch */
	color: #f5ead8; /* light variation of brown */
	color: #4C1C1C; /* burgundy */
	color: #F5E396; /* cream */
	color: #B82025; /* red */ 
}


