/* BACKGROUND COLORS AND IMAGES */
body.custom { background: #000; }
.custom #footer { background: #000; }
.custom #header { background: #ccc url(images/headerbg.jpg) no-repeat; }
.custom #sidebars { border: 0; }

/* HEADER LAYOUT */
.custom #header { padding: 0; }
.custom #header p { font-size: 2.3em; color: #fff; }
.custom #header a { color: #fff; }
.custom #header .fibromyalgia { font-size: 5.5em; margin-bottom: 1.4em; }
.custom #header #site-title { padding: 1.5em; font-family: arial; font-weight: bold; font-style: italic; }

/* NAV MENU LAYOUT AND DESIGN */
.custom .menu { border: 0; background: #ccc url(images/navbg.gif) repeat-x; height: 5em; }
.custom .menu a { padding: 1.2em 1em 1.1em; margin: 0; font-size: 1.4em; font-weight: bold; letter-spacing: 0; text-decoration: none; }
.custom .menu li ul { font-size: 1em; font-weight: bold; letter-spacing: 0; text-decoration: none; background: #000; }
.custom .menu a, .custom .menu .current ul a, .custom .menu .current-cat ul a { color: #fff; background: #000 url(images/navbg.gif) repeat-x; border: 0; }
.custom .menu .current a, .custom .menu .current-cat a { color: #fff; background: #000 url(images/navbg.gif) repeat-x; text-decoration: none; }
.custom .submenu li a { color: #fff; background: #066fb0; padding: .8em 1em .9em; border: 0; }
.custom .submenu li a:hover { color: #fff; background: #252525; padding: .8em 1em .9em; border: 0; }

/* HEADLINE LAYOUT */
.custom .headline_area h1 { text-align: center; font-weight: bold; }
.custom .headline_area h2 { text-align: center; font-weight: bold; }

/* FOOTER FONT STYLE AND LAYOUT */
.custom #footer { text-align: center; }
.custom #footer p { color: #fff; }
.custom #footer a { color: #fff; border: 0; text-decoration: underline; }

