/*-----------------------------------------------------------------------------
version:   1.0

author:    MKUEHL

website:   http://www.portlandguttercleaningbyelements.com/
-----------------------------------------------------------------------------*/

/* =General Styles for Elements Gutter Cleaning

-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
/* Put it back on certain elements */
	p, pre, blockquote, form, fieldset, table, ul, li {
  margin: 1em 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography

-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #ffffff url(imgs/bg_tile.png) ;
}

ul {
	padding: 0px 0px 0px 10px;
  list-style-type: none;
}

ol {
	padding: 0px 0px 0px 15px;
}

.quotes {
	font-style: italic;
}

.bold {
	font-weight: bold;
	color: #bc3907;
}
input[type=text], textarea

{
              border: solid 1px #000;
              width: 400px;
              height: 125px;
              background-color: #f2f4ce;
}

input[type=text]
{
 width: 175px;
height: 18px;
}

/* =Headings

-----------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

h4 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
  display: inline;
}  


/* =Branding

-----------------------------------------------------------------------------*/

#mastheadHome {
	width: 800px;
	z-index: 10;
}

/* =Main Content Containers

-----------------------------------------------------------------------------*/

#pageContainer {

  width: 800px;
  margin: 0 auto;

}

#contentWrapper {
	width: 797px;
	border-right: #000 2px solid;
	border-left: #000 2px solid;
	background: #fff url(imgs/page_bg.png) no-repeat top left;
}

#leftContent {
	margin-top: 15px;
	width: 190px;
	float: left;
}

#centerContent {
	float: left;
}

#rightContent {
	margin-right: 15px;
	width: 200px;
  float: right;
}

.innertube {
  margin: 0px 10px 0px 10px;
}

/* =Content Containers

-----------------------------------------------------------------------------*/

.container {
	width: 40em;
	margin: 0px 0px 50px 0px;
}
.containerAbout
{
  width: 570px;
  margin: 0px 0px 50px 0px;
}

.containerBody {
  padding: 0px 10px 10px 10px;
}

.containerHeadWindow h2 {
	padding: 20px 0px 18px 0px;
	display: block;
	background: url(imgs/ad_window.png) no-repeat top right;
}

.containerHeadGutter h2 {
	padding: 20px 0px 18px 0px;
	display: block;
	background: url(imgs/ad_gutter.png) no-repeat top right;
}

/* =Content Area Top

-----------------------------------------------------------------------------*/

#pageAnchor {
	margin-bottom: 30px;
	width: 798px;
	height: 23px;
	background: url(imgs/anchor_tile.png) repeat-x top left;
}
/* =Footer

-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 50px 15px 0px 15px;
	width: 771px;
	height: 40px;
	font-size: 10px;
 	background: url(imgs/footer.png) no-repeat bottom left;
}

#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: none;
}
#flinks
{
  float: left;
  padding-top: 25px;
}
#copy
{
  float: right;
  padding-top: 25px;
}

/* =Links

-----------------------------------------------------------------------------*/

a:link, a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover{
	color: #cc0000;
	text-decoration: none;
}


/* =Rollover Nav Buttons - Main Nav
-----------------------------------------------------------------------------*/

.mainNav {
  margin: 0px 0px 10px 0px;
  text-align: left;
	float: left;
}

.mainNav a {
	padding: 5px 0px 2px 20px;
	display: block;
	width: 130px;/*Actual width of button is 150px, combine width with padding-left 20px for text indent*/
	height: 23px;

  color: #000;
	font-weight: bold;
	text-decoration: none;
	background: url(imgs/btn_nav.png) no-repeat top left;
}

.mainNav a:hover {
	background: url(imgs/btn_nav.png) no-repeat top right;
}
.mainNav a.f {
               	background: transparent;
                padding: 0px;
}

.mainNav a.f:hover {
               background: transparent
              
}


/* =Rollover Buttons - Floating
-----------------------------------------------------------------------------*/

.button {
  margin: 10px 0px 5px 0px;
  text-align: left;
	float: right;
}

.button a {
	padding: 5px 0px 2px 20px;
	display: block;
	width: 90px;
	height: 22px;

  color: #000;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background: url(imgs/btn.png) no-repeat top left;
}

.button a:hover {
	background: url(imgs/btn.png) no-repeat top right;
}

/* =Highlight Current Page in Nav
-----------------------------------------------------------------------------*/

#home .mainNav .home a,
#about .mainNav .about a,
#windows .mainNav .windows a,
#gutters .mainNav .gutters a,
#faqs .mainNav .faqs a,
#testimonials .mainNav .testimonials a,
#blog .mainNav .blog a,
#contact .mainNav .contact a {
	background: url(imgs/btn_nav.png) no-repeat top right;
	cursor: default;
	text-decoration: none;
}

/* =Tables
-----------------------------------------------------------------------------*/

table {
  border: 0px;
	border-collapse: collapse;
}

td {
	padding: 0px 15px 10px 0px;
  text-align: left;
	font-weight: normal;
}

/* =Forms
-----------------------------------------------------------------------------*/

form {
	width: 570px;
}

form p {
  position: relative;
	width: 100%;
}

/* style for  labels */

label {
	float: left;
	color: #333;
	width: 80px;
}

textField {
	float: right;
}

/* =Drop Shadow for Images
-----------------------------------------------------------------------------*/

.img_wrapper {
	margin: 0px 0px 10px 0px;
	background: url(imgs/ds.gif) no-repeat right bottom;
	float: left;
}
.img_outer {
  background: url(imgs/ds_bottomleft.gif) no-repeat left bottom;
	float: left;
}

.img_inner {
  background: url(imgs/ds_topright.gif) no-repeat top right;
	padding: 0px 5px 5px 0px;
	float: left;
}

.img_wrapper img {
  border: 1px solid #354c6e;
	display: block;
}

/* =Misc
-----------------------------------------------------------------------------*/


/* Headshots, Images with Text Wrapping */
.imgTxt {
	padding: 10px 10px 10px 0px;
	float: left;
}

.pageTitle {
	/*height: 20px;*/
	width: 790px;
	padding: 10px 0px 10px 10px;
	border-top: #fff 1px solid;
	background-color: #5d5d5d;

}


#bottomline
{
  width: 100%;
  text-align: center;
}
h1, h2, h3, h4, h5, h6
{
  display: inline;
}
.red {
  color: #900;
}


#cloud
{
 border: solid 1px #000;
 padding: 1px;
 width: 300px;
 height: 100px;
 overflow: scroll;
}

#cloud
{
 border: solid 1px #000;
 padding: 1px;
}
#cloud a
{
 text-decoration: none;
}
#cloud a:hover
{
 color: #00f; 
}
.w1
{
  color: #190707;
}
.w2
{
  color: #8a4b08;
}
.w3
{
  color: #0b3b0b;
}
.w4
{
  color: #b40404;
}
a.w1:hover
{
  color: #8a0808;
}
a.w2:hover
{
  color: #cd3333;
}
a.w3:hover
{
  color: #000000;
}
a.w4:hover
{
  color: #5f5;
}


a:active, a:focus {
outline: 0;
}
