/* File: custom.css for thesis 1.6 Anthony Blaze Jack */

/*----- Custom Header Code -----*/
.custom #header {
	border:0;
        padding-bottom:0px;
        background: url(http://cleaninguppittsburgh.com/wp-content/themes/thesis_16/custom/images/cleaning-service-bg.png) repeat-x; 
        margin-top:0;
        clear: both;        
}
.custom #header #logo a { 
        margin-top:-20px;
        margin-left:40px;
        display: block; height: 158px; width: 904px;
        background: url(http://cleaninguppittsburgh.com/wp-content/themes/thesis_16/custom/images/cleaning-service-logo.png) no-repeat; outline: none; 
}
.custom #header #logo, .custom #header #tagline { 
        text-indent: -9999px; 
}
.custom #header #tagline { 
        height: 0; 
}

/*----- Custom Footer -----*/
.custom #footer {
	border:0;
        padding-bottom:15px;
        background: url(http://cleaninguppittsburgh.com/wp-content/themes/thesis_16/custom/images/cleaning-service-bg.png) repeat-x; 
        margin-top:0;
        clear: both;        
}
.custom #footer td a:hover {
	color:#FF00FF
}
.custom #footer a {
	color:#FFF;
}
.custom #footer a:hover {
	color:#FF00FF;
}

/*----- Gets rid of the nasty "closed comments" -----*/
.custom .comments_closed p {
        display: none;
}

.custom h2 a {
	color:#00006E;
}

/*----- Don't display the default page headings. -----*/
.custom .headline_area h1 {
        display:none;
}

/*----- Styling for footer table -----*/
table {
	margin-left:125px;
        margin-top:10px;
}

td {
        text-align:left;
}  

/*----- Breadcrumbs -----*/
.custom #yoastbreadcrumb {
	padding-top:10px;
        padding-left:10px;
        font-size:12px;
}

.custom .sidebar h3{
	color:#00006E;
        font-weight:bold;
        font-size:14px;
}
