/*
File:		custom.css
Description:	Custom styles for Thesis
More Info:	http://diythemes.com/thesis/rtfm/custom-css/
*/

/* Change the background color of your menu here */
.custom .menu { background-color: #459747 !important; }

/* If you change the font size of your menu items, you may need to change the line height here to suit */
.custom .menu li a { line-height: 1.3em; }


/* If you don't know CSS, you probably won't want to change anything below this line */
/* --------------------------------------------------------------------------------- */

/* Design tweaks by Big Bright Bulb */

/* tightens, spreads out, and tidies up the overall site layout and the header-menu area */
body.custom { padding-top: 0; }
.custom #container { margin-bottom: 2em; border-top: none; border-bottom: .4em solid #F9F9F9; padding-bottom: .3em; }
.custom #page { padding-top: 0px; }
.custom #header { border-bottom: none; }
.custom .menu { margin: 0; padding-right: 5px; }

/* adds breathing room to the sidebar */
.custom li.widget { margin: 0.5em 1.5em 2.5em 0.75em; }

/* positions and formats the images in the social media text widget */
.custom .socialimage { vertical-align: middle; margin-right: 5px; }
.custom .sociallinks a:hover { text-decoration: none; }

/* sidebar heading formatting */
.custom .sidebar h3 { letter-spacing: 1px; font-variant: normal; text-transform: uppercase; }

/* customize quotes with quotation mark icon */
.custom blockquote { background: #FFF url('http://www.risingphoenixblog.com/wp-content/uploads/quote.png') no-repeat 0 6px; padding-left: 45px; border-left: none; }

/* formatting for headshot in widget */
.custom .ss-headshot { border: 1px solid #DDD; border-radius: 10px; margin-left: 5px; }

/* overrides Thesis form field formatting defaults for contact forms */
.custom .wpcf7 input[type=text], .custom .wpcf7 textarea { background-color: #FFF; }
.custom .wpcf7 input[type=submit] { padding: 8px; background-color: #666; color: #FFF; border: 2px outset #DDD; }

/* tidies links in the footer */
.custom #footer a { text-decoration: none; border-bottom: none; }

/* background shading for compliments page */
.custom p.shading { color:#000000; background:#EEEEEE; font-size:1em; padding: .8em 1.0em }