/*
File:			custom.css
Description:	Custom styles for Thesis */

/* Remove border below content area: NOTE: this removes border above sidebars, so if you use the sidebar widgets, remove this. */

.custom #sidebars {border-style: none; } 

/* Insert clickable background image for header */

.custom #header #logo a { display: block; height: 170px; width: 875px; background: url('http://paintlessdentremovalchicago.com/images/header01.jpg') no-repeat; outline: none; }

.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

.custom #header #tagline { height: 0; }

.custom #header { padding: 0; }

/*When images are left-aligned add no extra space to the left, top, or bottom but .5em space to the right*/

.custom img.alignleft { margin-top: .4em; margin-right: 1.5em; margin-bottom: -.2em; }

/*Separate list items by 10px space in the content area &#8211; does not affect list items in sidebars*/

.custom #content li { padding-bottom: 10px; }

.custom #content ul {padding-left: 20px; }

/*Reduce the space between widgets in the sidebars*/

.custom li.widget { margin-bottom: 10px; }

/*Add space above centered images*/

.custom img.aligncenter {padding-top: 20px;}

/* Hide "Comments on This Entry Are Closed" only on pages on which comments are closed */

.custom .comments_closed p {
  display: none;
}

/* Hide page titles */
.custom .headline_area {display: none;}

/* Custom Nav Menu Background & Bold Text*/
.custom .menu {background:#F6321C; font-weight:bold; } 

/* Increase margins left and right */
#content div { padding-left:20px; padding-right:20px; }

/* Center text in footer*/
.custom #footer { text-align: center; }
