/*
Theme Name: HomeServiceTree
Description: The HomeService Tree theme.
Version: 1.0
Author: Tree.com
Author URI: http://www.tree.com/
*/

body {
	background-color:#f8f6f6;
	color:#000;
	margin:0;
	padding:0 0 12px 0;
	font:12px/16px Arial, Verdana, sans-serif;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
p {
	margin:0;
	padding:0;
}
input {
	font:12px/16px Arial, Verdana, sans-serif;
}

/**
	Links
******************************************/
a {
	color:#0e7cd5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#siteHeader h1 a {
	display:block;
	width:217px;
	height:68px;
	background:url(images/site_logo.png) no-repeat 0 0;
	text-indent:-4000px;
}
.followUs a {
	background:no-repeat 0 0;
	margin-top:6px;
	width:28px;
	height:28px;
	margin-left:7px;
	text-indent:-4000px;
}
a#facebookNav {
	background-image:url('images/icons/facebook_nav.gif');
}
a#twitterNav {
	background-image:url('images/icons/twitter_nav.gif');
}
a#rssNav {
	background-image:url('images/icons/rss_nav.gif');
}
#navBar ul li a {
	float:left;
	font-size:16px;
	text-transform:none;
	color:#fff;
	
	margin-top:1px;
	padding:11px 0 0 25px;	
	height:20px;
}
#navBar ul li.current a {
	background-position:10px -23px;
}

#navBar ul li a.arrow {
	background:url('images/backgrounds/nav_arrow.png') no-repeat bottom right;
	margin: 0 25px 0 0;
}

li#homeNavBtn a {
	width:65px;
}
li#searchNavBtn a {
	width:140px;
}
li#articlesNavBtn a {
	width:80px;
}
li#siteMapNavBtn a {
	width:85px;
}
li#blogNavBtn a {
	width:55px;
}
#breadcrumb a {
	background:url('images/breadcrumb_arrow.gif') no-repeat 0 2px;
	padding-left:12px;
	color:#000;
	margin-left:10px;
}
#pageFooter {
	clear:both;
	margin-top:15px;
}

.footerNav {
	margin-top:15px;
}

#pageFooter a {
	color:#333;
}
#pageFooter li a {
	padding-right:3px;
}

#pageFooterTop {
	padding-bottom:15px;
	border-bottom: 1px dotted #ccc;
}

#pageFooterLeft {
	width: 580px;
	float: left;
}

#pageFooterEmail {
	width: 275px;
	float: left;
	margin: 15px 0 0 0;
}

#pageFooterSubmit {
	width: 300px;
	float: left;
	margin: 12px 0 0 0;
}

#pageFooterRight {
	width: 269px;
	padding: 0 0 0 75px;
	float: right;
}

#pageFooterRight ul {
	padding: 10px 0 0 0;
}

#pageFooterRight ul li {
	padding: 10px 0 10px 0;
}

#pageFooterRight ul li a {
	font-size: 12px;
	color: #0A5DC7;
	
}

#pageFooterRight ul li a.facebook {
	background:transparent url(images/buttons/facebook.gif) no-repeat scroll left center;
	padding-left: 35px;
	padding: 15px 0 15px 35px;
}

#pageFooterRight ul li a.twitter {
	background:transparent url(images/buttons/twitter.gif) no-repeat scroll left center;
	padding: 15px 0 15px 35px;
}		

#pageFooterRight ul li a.rss {
	background:transparent url(images/buttons/rss.gif) no-repeat scroll left center;
	padding-left: 35px;
	padding: 15px 0 15px 35px;
}			

/**
	Page Layout
******************************************/
#wrapper {
	margin:0 auto 10px auto;
	width:960px;
	position: relative;
}

#siteHeader h1 {
	margin:15px 0 10px 16px;
}
#navBar {	
	background:url('images/backgrounds/nav_bar.gif') no-repeat 0 0;
	width:960px;
	height:43px;
	color:#fff;
	font:14px/18px "Trebuchet MS", Arial, sans-serif;
}
#navBar .followUs {
	float:right;
	margin-right:16px;
}
.followUs span, .followUs a {
	display:block;
	float:left;
}
.followUs span {
	margin-top:14px;
}
#navBar ul {
	float:left;
	margin-left:9px;
	height: 43px;
}
#navBar ul li {
	float:left;
	margin-right:2px;
	height: 43px;
}
#breadcrumb {
	font-size:11px;
	background:transparent;
	border:0;
	margin-left:12px;
	padding:6px 0;
}
.aside {
	float:right;
}
.section, .article {
	background-color:#fff;
	position:relative;
	border:1px solid #ccc;
	padding:15px;
}
.aside .section {
	margin-bottom:12px;
	width:270px;
}

.aside .section2 {
	margin-bottom:12px;
	width:300px;
	position: relative;
}

.section h1, .article h1, #pageFooter h1, .header h1 {
	font:18px/23px "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0 0 10px 0;
}
.article, .middleSection {
	width:618px;
	margin-bottom:15px;
}
.article h1, .header.large h1, .header h1 {
	font-size:20px;
	line-height:26px;
}

.header.search h1 {
	margin: 0 0 0 18px;
}

.article .section {
	border:0;
	padding:0;
}
.section .header.large h1 {
	background:url('images/backgrounds/dotted_border_h.gif') repeat-x 0 100%;
}
.eduCategories li {
	position:relative;
	font:14px/18px "Trebuchet MS", Arial, sans-serif;
	color:#000;
	margin-left:-7px;
	padding:7px 10px 7px 9px;
	background:url('images/backgrounds/dotted_border_h.gif') repeat-x 0 0;
}
.eduCategories li a {
	color:#000;
}
.eduCategories li ul li {
	background:none;
	font-size:12px;
	padding:7px 0 0 7px;
}
.eduCategories li ul li ul {
	margin-left:15px;
}
.eduCategories li ul li a {
	color:#0e7cd5;
}
#pageFooter {
	background-color:#fff;
	color:#333;
	margin-top:12px;
	padding:17px;
	position:relative;
	border:1px solid #ccc;
}
#pageFooter ul {
	float:left;
/*	overflow:hidden;*/
	position:relative;
	margin-bottom:4px;
	clear:both;
	width: 100%;
}
#pageFooter ul li {
	float:left;
	margin-right:4px;
}
#pageFooter p {
	clear:both;
}
.leftCorner, .rightCorner {
	position:absolute;
	background:url('images/backgrounds/section_corner_left.gif') no-repeat 0 0;
	width:10px;
	height:10px;
}
.leftCorner {
	top:-1px;
	left:-1px;
}
.rightCorner {
	background-image:url(images/backgrounds/section_corner_right.gif);
	right:-1px;
	bottom:-1px;
}
#pageFooter .leftCorner {
	background-image:url('images/backgrounds/footer_corner_left.gif');
/*	top:0;
	left:0;*/
}
#pageFooter .rightCorner {
	background-image:url(images/backgrounds/footer_corner_right.gif);
	bottom:-1px;
	right:-1px;
}

.clear {
	clear: both;
}
.clearAfter:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearAfter {
	zoom: 1;
	display: block;
}


/**
	Forms
******************************************/
#degreeFinderForm select {
	display:block;
	margin-bottom:11px;
	width:100%;
}
#degreeFinder #degreeFinderForm {
	padding:140px 0 0 27px;
}
#degreeFinder #degreeFinderForm select {
	min-width:266px;
	width:auto !important;
	width:266px;
}
#newsletterForm p {
	padding-bottom:8px;
}
#newsletterForm label {
	font-size:13px;
}
#newsletterForm input {
	display:block;
	border:1px solid #c2c2c2;
	margin:8px 0 11px 0;
	padding:3px 4px;
	width:250px;
	font-size:13px;
}
.formBtn {
	border:none;
	text-indent:-4000px;
	font-size: 0;
	display:block;
	line-height: 0;
/*	background:url('images/buttons/form_btn_right.gif') no-repeat 100% 0;*/
/*	padding:0 20px 0 0;
	height:26px;
	color:#fff;
	font-weight:bold;
	font-size:13px;*/
}
button.searchBtn, button.submitBtn {
	background:url('images/buttons/search.gif') no-repeat 0 0;
	width:79px;
	height:26px;
}
button.submitBtn {
	background-image:url('images/buttons/submit.gif');
}

/*.formBtn span {
	background:url('images/buttons/form_btn_left.gif') no-repeat 0 0;
	float:left;
	padding:5px 3px 0 7px;
	height:21px;
}*/

/* HOMEPAGE */

#homeSplash {
	border:0 none;
	height:310px;
	margin-bottom:12px;
	padding:0;
	width:648px;
}

#searchBar {
	background:transparent url(images/backgrounds/searchbg.png) no-repeat scroll 0 0;
	float: right;
	width: 312px;
	height: 36px;
}

#searchBar .left {
	width: 200px;
	background: transparent;
	margin: 10px 0 0 10px;
	float: left;
}

#searchBar .right {
	width: 95px;
	margin: 4px 7px 0 0;
	float: right;
	text-align: right;
}

#searchBar input[type=text] {
	border: 1px solid #fff;
	width: 190px;
	background: transparent;
}

#searchBar2 input[type=text] {
	border: 1px solid #fff;
	width: 190px;
	background: transparent;
}

#searchBar input[type=image] {

}

#searchBar2 {
	height: 24px;
	margin: 12px 0 12px 18px;
	width: 276px;
}

#searchBar2 .left {
	background: url(images/backgrounds/search2bg.png) no-repeat scroll 0 0;
	width: 193px;
	float: left;
}

#searchBar2 .right {
	width: 73px;
	margin: 0 0 0 10px;
	float: right;
	text-align: right;
}

#searchBar2 input[type=text] {
	border: 1px solid #fff;
	width: 155px;
	background: transparent;
	margin: 3px;
	font-size: 11px;
	padding-right: 30px;
}

#homeFeature .featuredArticleColumn {
	width: 305px;
	margin-top: 10px;
}

#homeFeature .left {
	float: left;
}

#homeFeature .right {
	float: right;
}

.featuredArticle {
	float: left;
}

.featuredLeft {
    width: 293px;
    padding: 10px 15px 10px 0;
} 

.featuredRight {
	width: 294px;
	padding: 10px 0 10px 0;
}

.featuredArticle a {
	text-decoration: underline;
}

.featuredArticle h1 a {
	color: #000;
	text-decoration: none;
}

.featuredArticle .featuredImage {
	float:left;
}

.featuredArticle .featuredText {
	margin-left:85px;
}

.featuredArticle .featuredText h1 {
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 5px;
}

#trades {
	width:618px;
	max-height: 210px;
}

#trades ul {
	float:left;
}

#trades ul li.title {
	margin-left: 0px;
}

#trades ul li.repair {
	background:url(images/icons/wrench.gif) no-repeat scroll left center transparent;
	padding:7px 0 0 35px;
}

#trades ul li.maintenance {
	background:url(images/icons/broom.gif) no-repeat scroll left center transparent;
	padding:7px 0 0 35px;
}

#trades ul li.contractor {
	background:url(images/icons/hammer.gif) no-repeat scroll left center transparent;
	padding:7px 0 0 35px;
}

#trades ul li {
	margin-left: 35px;
}

/* ARTICLE */

#article {
	color:#333;
}
#articleHdr {
	background:url('images/icons/book.gif') no-repeat 0 0;
	margin-bottom:3px;
	padding:3px 0 3px 46px;
	min-height:32px;
}
.shareBar {
	margin:0 0 20px 0;
	padding:7px 4px;
	height:16px;
	font-size:10px;
	color:#999;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-weight:bold;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.shareBar span {
	float:left;
}
.shareBar a {
	background:no-repeat 0 0;
	float:left;
	color:#1f1f1f;
	margin:0 5px 0 10px;
	height:15px;
	font-weight:bold;
	font-size:11px;
	text-indent:-4000px;
}
.shareBar a:hover {
	text-decoration:none;
}
.shareBar div.retweetBtn {
	text-indent:0;
	float: left;
	margin:0 5px 0 10px;
	padding: 0;
	width: 65px;
	overflow: hidden;
}
.shareBar a.diggBtn {
	background-image:url('images/icons/digg.gif');
	width:45px;
}
.shareBar a.facebookBtn {
	background-image:url('images/icons/facebook.gif');
	width:69px;
}
.shareBar a.stumpleBtn {
	background-image:url('images/icons/stumbleupon.gif');
	width:86px;
}
.shareBar a.buzzBtn {
	background-image:url('images/icons/google_buzz.gif');
	width:85px;
}
#article .imgPullLeft {
	float:left;
	border:1px solid #ccc;
	margin:0 20px 50px 0;
}
#article h2 {
	font-size:14px;
	margin:0;
	padding-bottom:7px;
}
#article p, #article ul {
	padding-bottom:20px;
}
#article ul {
	list-style: disc inside;
	margin-left:20px;
}
#article ul li {
	padding-bottom:3px;
}
#shareArticle {
	position:absolute;
	bottom:-1px;
	right:-1px;
	z-index:5;
	background:url('images/backgrounds/share_article.gif') no-repeat 0 0;
	width:120px;
	height:22px;
}
#shareArticle a {
	font:11px "Trebuchet MS", Arial, sans-serif;
	color:#333;
	text-decoration:underline;
	float:right;
	margin:3px 25px 0 0;
}
.middleSection dl {
	float:left;
	margin:0 45px 0 0;
	padding-bottom:5px;
}
.middleSection dt {
	font-weight:bold;
	margin-top:15px;
	padding-bottom:2px;
}
.middleSection dt.last {
	margin-top:0;
}
.middleSection dd {
	background:url('images/bullet_black.gif') no-repeat 0 0;
	margin:0;
	padding:0 0 2px 11px;
}

.searchresult {
	border-bottom: 1px dotted #ccc;
	margin-bottom:15px;
}

#article .ddsg-wrapper ul {
	padding-bottom: 0;
}

#explore li {
	width: 50%;
	float: left;
	font-weight: bold;
	margin-top: 12px;
	list-style-type: none;
}

#explore li ul {
	margin-left: 14px;
	padding-left: 3px;
	list-style-type: disc;
}

#explore li ul li {
	width: 100%;
	float: none;
	font-weight: normal;
	margin-top: 0;
	list-style-type: disc;
}

.clearLeft {
	clear: left;
}

	
#subnavArticles {
	display: none;
	width: 475px;
	left: 270px;
	position: absolute;
	top: 128px;
	background: #333 url(images/backgrounds/subnav.png) repeat-x;
	z-index: 1;
}

#subnavBlog {
	display: none;
	width: 475px;
	left: 400px;
	position: absolute;
	top: 128px;
	background: #333 url(images/backgrounds/subnav.png) repeat-x;
	z-index: 1;
}

#subnavArticles ul, #subnavBlog ul {
	list-style:none outside none;
	margin: 0;
	padding: 5px 20px 5px 20px;
	}
	
#subnavArticles ul li, #subnavBlog ul li {
	margin: 0;
	padding: 0 0 5px 0;
	color: #fff;
	position: relative;
	}
	
#subnavArticles ul li ul, #subnavBlog ul li ul {
	position: relative;
	margin: 0;
	padding: 0;
	}

#subnavArticles ul li ul li, #subnavBlog ul li ul li {
	margin: 0;
	padding: 0 0 5px 0;
	color: #fff;
	width: 215px;
	float: left;
	}

#subnavArticles ul li ul li a, #subnavBlog ul li ul li a {
	color: #fff;
	float: left;
	width: 200px;
	}

#subnavArticles ul li ul li a:hover, #subnavBlog ul li ul li a:hover {
	color: #7EB906;
	}

#masthead {
	position: relative;
	z-index: 1;
	}
	
.alignright {
	float: right;
	padding: 0 0 15px 15px;
	}
	
.alignleft {
	float: left;
	padding: 0 15px 15px 0;
	}
	
ul#sideTabs{
	height:31px;
	font-size:1em;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
ul#sideTabs li{
	display: inline;
	float: left;
	line-height: 27px;
	height: 31px;
	font-weight: bold;
	margin-right: 5px;
}
ul#sideTabs li a {
	display: block;
	float: left;
	padding-right:6px;
	padding-left:6px;
	text-align: center;
	height: 30px;
	background: #fff;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	color: #000;
}

ul#sideTabs li a.active{
	color: #000;
	display: block;
	float: left;
	padding: 0 15px;
	text-align: center;
	height: 30px;
	border: 1px solid #ccc;
	border-bottom:1px solid #f9f9f9;
	background: url(../images/bgtabsfeatured.gif) repeat-x bottom;
}

#sideTabs {
	margin-top:12px;
}
.sidebartabs {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:5px;
	background:#fff;
}
.sidebartabs ul li {
	line-height:18px;
	color:#666;
	padding-left:5px;
	padding-top:6px;
	padding-bottom:6px;
}
.sidebartabs ul.recentposts li, #sidetwo li {

}
.sidebartabs a  {
	display:inline;
	color:#666;
}

.sidebartabs a:hover {
	color:#29568f;
	text-decoration:underline;
}

#respond p {
	margin: 0 0 12px 0;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
ol.commentlist {
	margin-left: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#homeSplash img {
	position: absolute;
	z-index: 0;
	border: 0;
	}
