/*
Theme Name: Water
Theme URI: http://aizen.the-aria.org/blog/?page_id=8
Description: The Water theme is made for easy and quick customization.
Version: 1.4.4.1
Author: Fallen Tsubasa, The Undersigned
Tags: nature, 2 columns, gray, white, blue, green, widget ready, ajax comments
*/

/* General styling */

body {
	margin: 0;
	background-color: #FFF;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #333;
}


#wrapper {
	vertical-align: middle;
	width: 898px;
	margin: 0 auto;
}

a:link, a:visited {
	text-decoration: none;
	color: #73A533;
}

a:hover {
	text-decoration: underline;
}

* {
	padding: 0;
	margin: 0;
}

/* HEADER */

#title {
	float: right;
	margin: 7px 5px 0 0;
	font-size: 30px;
	font-weight: normal;
}
#title h1 {
	color: #083F5A;
}

#title a:link, #title a:visited  {
	color: #73A533;
	margin-right: 5px;
	font-weight: normal;
}

h2 {
     font-size:1.5em;
     font-weight:bold;
}


#mylinks {
     font-size:1em;
     font-weight:bold;
}
#mylinks h3{
     color: #0092C8;
     font-size:1em;
     font-weight:bold;
}  
#mylinks a{
     text-decoration:underline;
}  


#title a:hover {
	text-decoration: none;
	color: #083F5A;
}

#tagline {
	float: right;
	margin-right: 5px;
	color: #083F5A;
	font-size: 17px;
}

#topmenu {
	float: left;
	margin-top: 25px;
	z-index: 5;
	width: 400px;
}

#topmenu a:link, #topmenu a:visited {
	color: #333;
}

#topmenu a:hover {
	text-decoration: none;
}

#topmenu ul { 
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

#topmenu ul li a:link, #topmenu ul li a:visited {
	display: block;
	line-height: 11px;
	padding: 5px 10px 2px 9px;
	margin: 0 7px 0 0;
	font-size: 11px;
	border-bottom: 2px solid #73A533;
	text-transform: uppercase;
}

#topmenu ul li a:hover {
	border-bottom: 2px solid #0092C8;
}

#topmenu ul li {
	display: block;
	float: left;
	position: relative; 
}

#topmenu ul li ul {
	display: block;
	position: absolute;
	top: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: hidden;
	border-top: 1px solid #CCC;
	width: 220px;
}
.blueText {
         color: #0000FF;
}
.redText {
         color: #FF0000;
}
.greyText {
         color: #706C6C;
}

#topmenu ul li:hover ul, #topmenu ul li.msiefix ul {
	visibility: visible;
}

#topmenu ul li ul li {
	position: relative;
	float: none;
	line-height: 18px;
	color: #333;
	font-size: 10px;
}
	
#topmenu ul li ul li a:link, #topmenu ul li ul li a:visited, #topmenu ul li ul li a {
	display: block;
	border: 0;
	margin: 0;
	padding: 2px 0 2px 10px;
	line-height: 15px;
	text-transform: none;
	color: #FFF;
	background-color: #73A533;
}
		
#topmenu ul li ul li a:hover {
	background-color: #0092C8;
}

#headerimage {
	clear: both;
	height: 206px;
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #000000;
	background: url('images/header.gif') no-repeat center;
}

/* CONTENT */

#content {
	margin: 0 15px 0 8px;
	padding: 0;
	width: 650px;
	float: left;
}

.post {
	margin: 5px 0 30px 3px;
	clear: both;
}

.post .posttitle, #sidebar span {
	font-size: 20px;
	line-height: 20px;
	color: #083F5A;
	margin: 0 0 5px 0;
	font-weight: normal;
	display: block;
}

.posttitle img {
	float: left;
	margin-right: 3px;
}

.post a:link, .post a:visited {
	color: #0092C8;
}

.post a:hover {
	color: #73A533;
	text-decoration: none;
}

.post a:link span, .post a:visited span {
	color: #CCC;
}

.post a:hover span {
	color: #AAA;
}

.post .postmeta {
	font-size: 10px;
	line-height: 10px;
	color: #AAA;
	text-transform: uppercase;
	margin: 2px 0 5px 0;
}

.post .postmeta a:link, .post .postmeta a:visited {
	color: #7E7E7E;
	font-weight: bold;
}

.post .postmeta a:hover {
	color: #73A533;
	text-decoration: none;
}

.post p {
	margin: 0 0 10px 0;
	line-height: 15px;
}

.post p a:link, .post p a:visited{
	color: #0000FF;
         font-size: 13px;
}


.post ol a:link, .post ul a:visited, .post ol a:visited, .post ul a:link {
	color: #0000FF;
}

.post p a:hover, .post ul a:hover, .post ol a:hover {
	text-decoration: underline;
}

.post .the_content ul, .post .the_content ol {
	margin-bottom: 15px;
}

.post blockquote {
	margin: 0 0 15px 20px;
	padding: 5px;
	border-top: 1px solid #73A533;
	border-bottom: 1px solid #73A533;
}

.post blockquote p {
	margin: 0;
	padding-bottom: 5px;
}

.post blockquote blockquote {
	margin-top: 15px;
	background-color: #7E7E7E;
}

.post blockquote blockquote p {
	padding-bottom: 5px;
}

.the_content table, .the_content {
	margin: 0 0 15px 10px;
	padding: 5px;
}

.the_content img {
	border: 1px solid #000000;
	margin: 0 0 3px 3px;
}

.post .wp-smiley {
	float: none;
	border: 0;
	margin: 0;
}

.edit, .edit:focus {
	background: url('images/edit_button.png');
	border: 2px double;
	border-color: #CCC #AAA #AAA #CCC;
	color: #73A533;
	height: 18px;
	width: 30px;
	float: right;
	font-size: 10px;
	margin-top: -6px;
	font-family: "Trebuchet MS", sans-serif;
}

.edit:active {
	border: 3px double;
	border-color: #CCC #888 #888 #CCC;
}

.postslink {
	padding-left: 14px;
	background: url('images/posts.gif') no-repeat center left;
	margin-right: 50px;
}

.commentslink {
	padding-left: 16px;
	background: url('images/comments.gif') no-repeat center left;
}

/* COMMENTS */

#comment {
	width: 100%;
}

#submit {
	float: left;
	width: 90px;
	height: auto;
}

#commentlist, #trackbacks {
	list-style: none;
}

#commentlist li {
	margin: 0;
	padding: 15px 10px 0 10px;
	border-bottom: 1px solid #73A533;
	background-color: #FFF;
	width: 98%;
}

#commentlist li a span {
	color: #AAA;
}

#commentlist li a:hover span {
	color: #7E7E7E;
}

#commentlist li.odd {
	background-color: #F3F3F3;
}

#commentlist li.author {
	background-color: #EAF3FA;
}

#trackbacks li {
	padding: 5px 10px 5px 10px;
}

.post .commenttitle {
	font-size: 16px;
	color: #0092C8;
	margin: 0 0 2px 0;
	font-weight: normal;
}

.post #commentlist .commenttitle a:link, .post #commentlist .commenttitle a:visited {
	color: #0092C8;
}

.post #commentlist .commenttitle a:hover {
	color: #73A533;
	text-decoration: none;
}

#content .left, #content .right {
	padding: 5px 0 5px 0;
}

/* SIDEBAR */

#sidebar {
	width: 300px;
	float: right;
}

#sidebar a:link, #sidebar a:visited {
	color: #333;
}

#sidebar a:hover {
	color: #73A533;
	text-decoration: none;
}

/* LISTS */

html>body .the_content ul {
	margin-left: 0;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
} 

html>body .the_content li {
	margin: 7px 0 8px 10px;
}

.the_content ol {
	padding: 0 0 0 15px;
	margin: 0;
	text-indent: -5px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

.the_content ul li, #sidebar ul ul li {
	background: url('images/li.gif') no-repeat 0 6px;
	
}

#wp-calendar {
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

#wp-calendar #prev {
	text-align: justify;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar a:link, #wp_calendar a:visited, #next a:link, #next a:visited, #prev a:link, #prev a:visited {
	color: #0092C8;
	text-decoration: underline;
}

#wp-calendar a:hover, #next a:hover, #prev a:hover {
	color: #73A533;
	text-decoration: underline;
}

#today {
	font-weight: bold;
	color: #73A533;
}

/* FOOTER */

#footer {
	clear: both;
	border-top: 1px solid #CCC;
	margin: 5px 0 -2px 5px;
	text-transform: uppercase;
	font-size: 10px;
	color: #CCC;
}

#footer a:link, #footer a:visited {
	color: #AAA;
}

#footer a:hover {
	color: #73A533;
	text-decoration: none;
}

/* Alignments */

.commenttitle img, .right{
	float: right;
}

.left {
	float: left;
}

.alignright, .alignleft, .aligncenter {
	float: none;
	display: block;
}

.alignright, img.alignright {
	margin: 0 0 0 auto;
	text-align: right;
}

.alignleft, img.alignleft {
	margin: 0 auto 0 0;
	text-align: left;
}

.aligncenter, img.aligncenter {
	margin: 0 auto 0 auto;
	text-align: center;
}
img {
        border-color:black;
}
#mysidebar {
     margin-top:0px;
	 margin-right:10px;
	 margin-left:10px;
	 float:right;

}

#mysidebar li {
	color:#0000FF;
	line-height:2;
	list-style-type: none;
	font-weight:bold;
	font-size:14px;
}
#mysidebar a {
	color:#0000FF;
	line-height:2;
}
#mysidebar h1 {
    font-size: 15px;
	font-weight: bolder;
	color: #083F5A;
	margin-bottom: 10px;
	padding-top:10px;
}
#main-container {
	width: 898px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#main-container img {
	margin:5px;
}
#main-container-privacy {
	height: 5500px;
	width: 898px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#main-nav-container {
	background-color: #000000;
	height: 30px;
	width: 898px;
}
#logo-container {
	background-image: url(http://www.homeremodelingprofessionals.com/home-remodeling-img/home-remodeling-3.jpg);
	clear: both;
	float: right;
	height: 51px;
	width: 651px;
}
#main-logo-container {
	clear: both;
	height: 51px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
}


#top-image-container {
	height: 167px;
	width: 898px;
	background-image: url(home-remodeling-img/home-remodeling-1.jpg);
}
.white-nav-line {
	height: 30px;
	width: 1px;
	background-color: #FFFFFF;
	float: left;
}

.nav-link-container {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	float: left;
}
#main-content-container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#main-content-container img {
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000000;
}
#main-content-container li {
	margin-bottom: 5px;
}
#button-container {
	clear: both;
	height: 58px;
	width: 300px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	z-index: 0;
	background-image: url(home-remodeling-img/home-remodeling-2.jpg);
}
#button-text-container {
	height: 50px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	z-index: 100;
}
#button-text-container a {
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none
}
#button-text-container a:hover {
	text-decoration:underline
}

#main-content-container h1 {
	color: #590909;
	font-size: 24px;
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
}

.nav-link-container a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav-link-container a:hover{
	text-decoration: underline;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:
    #000000;
}
#bottom-nav-container {
	font-size: 10px;
	color: #666666;
	text-align: center;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#bottom-nav-container a {
	color: #666666;
	text-decoration:none;
}
#bottom-nav-container a:hover {
	color: #666666;
	text-decoration:underline;
}

#painter-container {
	float: right;
	height: 200px;
	width: 278px;
	margin: 5px;
	text-align: center;
	font-size: 12px;
}
#painter-container p {
	margin-top:0px;
}



#roofer-container {
	float: right;
	height: 200px;
	width: 278px;
	margin: 5px;
	text-align: center;
	font-size: 12px;
}
#roofer-container p {
	margin-top:0px;
}
.form-divs {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #590909;
	padding-left: 150px;
}
.form-divs2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #590909;
	padding-left: 99px;
}
.form-divs3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #590909;
	padding-left: 61px;
	vertical-align: middle;
}
#submit-button {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.bigRed {
         color: #FF0000;
         font-size: 16px;
         font-weight: bold;
}
.bigBlack {
         color: #000000;
         font-size: 16px;
         font-weight: bold;
         padding-top: 10px;
         padding-bottom: 20px;
}
#idiotProof {
}
#idiotProof p {
         padding-top:10px;
}
.guarantee {
         font-size:24px;
         padding-top:10px;
         padding-bottom:10px;
}
.questionContainer {

}
.questionContainer h1 {
     font-size: 14px;
     margin-bottom: 10px;
}