/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

body{
background:url("images/twopawprints-bw.jpg");
}

/* Change color of footer */
.custom #footer {
Background-color:#C21313;
}

/* Background color for menu to extend across page */
.custom .menu { background-color: #C21313; }

/* Remove space between header image and nav menu */
.custom #header { border-bottom: none; }

/* Add image to the left of post titles and static page titles */
.headline_area {
    background: url("images/pawlgray2.gif") no-repeat;
    padding-left: 60px;
}


/* Add custom image background to content area to shade sidebars */
.custom #content_box {background: #FFFFFF url("images/contentback4.png") repeat-y top center;}


/* Adjust size of border around page */
.custom #container {
    border-color: #BFBFBF;
    border-style: solid;
    border-width: 0 0.1em;
    padding: 0 0.0em;
}


/* For Ads in Sidebar1 */
.custom .ads {
	text-align: center;
}
.custom .ads img {
	margin: 1px;
}

/* Make Comments have boxes around individual discussions */
.custom #comment_list { background: #D6D6D6; padding: 1em; }
      .custom #comment_list dd { margin-bottom: 1em; }
      .custom #comment_list .comment { background: #FFF; }

/* Highligh Comments made by site author */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div { background: #CCFBFC; }


/* Make Comment Reply Button More Noticable */
.custom .comment-reply-link { background: #EEE; padding: 0.4em; -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/*Fix PayPal Button Issue*/
.custom .format_text input, #commentform input, #commentform textarea {
    width:auto;
}
/*End Fix PayPal Button Issue*/
