/*

Theme Name: WordPress Hope's Garden
Theme URI: http://www.hopesgarden.org/
Description: The original Hope's Garden WordPress theme - November 2008
Version: 1.0
Author: Zoo Media Group
Zoo Media Group || http://www.zoomedia.ca/

*/

/*** General Styles ***/

/* Remove margin and padding from all elements  */

*{
   margin: 0;
   padding: 0;
}

/* Set font style and colours */

body{
  font-family: Arial, Verdana, sans-serif;
  font-size: small;
  color: #000;
  background: #fbffde;
  text-align: center;  /* centre page for bad browsers */
}
* html body{
  font-size: x-small; /* for IE 5/Win */
  f\ont-size: small;  /* for other IE versions */
}
#wrapper{
  width: 770px;
  margin: 20px auto 0 auto;
  border: 1px solid #025C4A;
  color: #333;
  overflow: hidden;
  background: #fff;
  text-align: left; /* Recover from text-align center in body */
}
a img{
  border: none;
}

/*** Header ***/

div#header{
   background: url(images/bg-header.jpg) no-repeat top left;
   height: 116px;
   width: 770px;
}
div#header h1{
   text-indent: -5000px;
}
div#header h1 a{
   display: block;
   height: 116px;
}

/*** Main Nav ***/

div#main-nav-wrapper{
  width: 770px;
  background: url(images/bg-main-nav-right.jpg) no-repeat top right;
  height: 35px;
}
div#main-nav{
  width: 770px;
  float: left;
  height: 35px;
  background: url(images/bg-main-nav-left.jpg) no-repeat top left;
}
div#main-nav ul{
  list-style-type: none;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 90%;
  margin: 0 87px 0 170px;
  float: left;
  display: inline;
}
div#main-nav ul li{
  float: left;
}
div#main-nav ul li a{
  text-indent: -5000px;
  float: left;
  height: 35px;
}

div#main-nav ul#nav li.page-item-3 a{
  width: 58px;
  background: url(images/button-home-off.jpg) no-repeat top left;
}
div#main-nav ul#nav li.page-item-3 a:hover{
  background: url(images/button-home-on.jpg) no-repeat top left;
}

div#main-nav ul#nav li.page-item-2 a{
  width: 75px;
  background: url(images/button-about-us-off.jpg) no-repeat top left;
}
div#main-nav ul#nav li.page-item-2 a:hover{
  background: url(images/button-about-us-on.jpg) no-repeat top left;
}

div#main-nav ul#nav li.page-item-5 a{
  width: 78px;
  background: url(images/button-programs-off.jpg) no-repeat top left;
}
div#main-nav ul#nav li.page-item-5 a:hover{
  background: url(images/button-programs-on.jpg) no-repeat top left;
}

div#main-nav ul#nav li.page-item-7 a{
  width: 81px;
  background: url(images/button-resources-off.jpg) no-repeat top left;
}
div#main-nav ul#nav li.page-item-7 a:hover{
  background: url(images/button-resources-on.jpg) no-repeat top left;
}

div#main-nav ul#nav li.page-item-9 a{
  width: 94px;
  background: url(images/button-how-to-help-off.jpg) no-repeat top left;
}
div#main-nav ul#nav li.page-item-9 a:hover{
  background: url(images/button-how-to-help-on.jpg) no-repeat top left;
}

div#main-nav ul#nav li.page-item-11 a{
  width: 54px;
  background: url(images/button-links-off.jpg) no-repeat top left;
}
div#main-nav ul#nav li.page-item-11 a:hover{
  background: url(images/button-links-on.jpg) no-repeat top left;
}

div#main-nav ul#nav li.page-item-13 a{
  width: 73px;
  background: url(images/button-contact-off.jpg) no-repeat top left;
}
div#main-nav ul#nav li.page-item-13 a:hover{
  background: url(images/button-contact-on.jpg) no-repeat top left;
}

/*** Sub Nav ***/

div#main-nav ul#nav li ul{
  position: absolute;
  clear: both;
  left: -999px;
  margin: 0;
  border: 1px solid #D4F18B;
  border-bottom: none;
  width: 180px;
}
div#main-nav ul#nav li:hover ul, div#main-nav ul#nav li.sfhover ul{
  left: auto;
  top: 170px;
  display: block;
  width: 180px;
}
div#main-nav ul#nav li ul li{
  float: none;
  display: inline;
}
div#main-nav ul#nav li ul li.page_item a{
  float: none;
  width: 180px;
  height: auto;
  border-bottom: 1px solid #D4F18B;
  background: #025C4A;
  color: #fff;
  text-indent: 0px;
  padding: 4px 6px;
  display: block;
  text-decoration: none;
}
div#main-nav ul#nav li ul li.page_item a:hover{
  background: #014E38;
}

/*** Content  ***/

div#content{
   clear: both;
   float: left;
   font-size: 94%;
   width: 770px;
   background: url(images/bg-sec-content.jpg) repeat-y top left;
}

/*** Main Content  ***/

div#main-content{
  float: left;
  width: 614px;
}
div#main-content h1{
  font-size: 120%;
  color: #000;
  margin-top: 0px;	
}

div#main-content h2{
  height: 67px;
  text-indent: -5000px;
}

/* Begin Page Headings */

body#home div#main-content h2{
  background: url(images/title-home.jpg) no-repeat top left;
}
body#about div#main-content h2{
  background: url(images/title-about-us.jpg) no-repeat top left;
}
body#history div#main-content h2{
  background: url(images/title-about-us-history.jpg) no-repeat top left;
}
body#board-of-directors div#main-content h2{
  background: url(images/title-about-us-bod.jpg) no-repeat top left;
}
body#staff div#main-content h2{
  background: url(images/title-about-us-staff.jpg) no-repeat top left;
}
body#volunteers div#main-content h2{
  background: url(images/title-about-us-volunteers.jpg) no-repeat top left;
}
body#contact-us div#main-content h2{
  background: url(images/title-contact.jpg) no-repeat top left;
}
body#programs div#main-content h2, body#treatment-groups-vs-support-groups div#main-content h2{
  background: url(images/title-programs.jpg) no-repeat top left;
}
body#events-calendar div#main-content h2{
  background: url(images/title-programs-calendar.jpg) no-repeat top left;
}
body#support-groups div#main-content h2{
  background: url(images/title-programs-support-groups.jpg) no-repeat top left;
}
body#workshops div#main-content h2{
  background: url(images/title-programs-workshops.jpg) no-repeat top left;
}
body#lectures div#main-content h2{
  background: url(images/title-programs-lectures.jpg) no-repeat top left;
}
body#eating-disorder-awareness-week	div#main-content h2{
  background: url(images/title-programs-awareness-week.jpg) no-repeat top left;
}
body#speaker-request div#main-content h2{
  background: url(images/title-programs-speakers.jpg) no-repeat top left;
}
body#resources div#main-content h2, 
body#referral-directory div#main-content h2, 
h2#ref-dir, 
body#front-page div#main-content h2,{
  background: url(images/title-resources.jpg) no-repeat top left;
}
body#teen-corner div#main-content h2{
  background: url(images/title-resources-teen-corner.jpg) no-repeat top left;
}
body#discussion-board div#main-content h2,
div.disc-board h2{
  background: url(images/title-resources-board.jpg) no-repeat top left;
}
body#facts-on-eating-disorders div#main-content h2{
  background: url(images/title-resources-facts.jpg) no-repeat top left;
}
body#library div#main-content h2{
  background: url(images/title-resources-library.jpg) no-repeat top left;
}
body#frequently-asked-questions div#main-content h2{
  background: url(images/title-resources-faq.jpg) no-repeat top left;
}
body#how-to-help div#main-content h2{
  background: url(images/title-how-to-help.jpg) no-repeat top left;
}
body#donations div#main-content h2{
  background: url(images/title-how-to-help-donate.jpg) no-repeat top left;
}
body#donor-recognition div#main-content h2{
  background: url(images/title-how-to-help-donors.jpg) no-repeat top left;
}
body#become-a-volunteer div#main-content h2{
  background: url(images/title-how-to-help-volunteer.jpg) no-repeat top left;
}
body#links div#main-content h2, body#media-releases div#main-content h2, h2.media-release{
  background: url(images/title-links.jpg) no-repeat top left;
}
body#contact div#main-content h2{
  background: url(images/title-contact.jpg) no-repeat top left;
}

/* End Page Headings */

/* Begin Page Copy */

div#main-content div#copy{
  padding: 16px 20px 20px 20px;
}
div#main-content img.alignright{
  padding: 0 0 10px 10px;
}

div#main-content h3{
   clear: both;
   color: #DE5808;
   font-weight: bold;
   font-size: 106%;
   margin: 0 0 6px 0;
}
div#main-content h3 a{
   color: #DE5808;
   text-decoration: none;
}
div#main-content h4{
   color: #333;
   font-weight: bold;
   font-size: 104%;
   margin: 16px 0 6px 0;
}
div#main-content p{
   margin: 0px 0 10px 0;
}
div#main-content ul{
   list-style-image: url("images/bullet.gif");
   margin: 0 0 10px 40px;
}
div#main-content ol{
   margin: 0 0 10px 40px;
}
div#main-content ul li{
   margin: 0 0 6px 0;
}
div#main-content ol li{
   margin: 0 0 6px 0;
}
div#main-content a{
   color: #01604c;
}
div#main-content a:hover{
  text-decoration: underline;
  color: #DE5808;
}

img.alignleft{
  float: left;
  padding-bottom: 20px;
}
img.alignright{
  float: right;
  padding-bottom: 20px;
}

/* End Page Copy */

/* Splash Page */




/* Board of Directors Page */

body#board-of-directors table td{
  vertical-align: top;
  width: 250px;
}

/* Support Groups Page */

body#support-groups div#main-content h4{
 border-bottom: 1px solid #9BC95D;
}

/* Facts on Eating Disorders Page */

body#facts-on-eating-disorders div#main-content ul.toc, body#library div#main-content ul.toc{
  list-style: none;
  margin: 0;
}
body#facts-on-eating-disorders div#main-content ul.toc li, body#library div#main-content ul.toc li{
  margin: 0;
}

/* FAQ Page */

body#frequently-asked-questions h3{
  margin-bottom: 0;
}
body#frequently-asked-questions p{
  margin: 0;
}

/* Donations Page */

body#donations div#main-content table{
  margin: 10px 0;
}

/* Links Page */

body#links div#main-content h3{
  margin: 0;
}
body#links div#main-content p{
  margin-bottom: 0;
}
body#links div#main-content p a{
  display: block;
  margin-bottom: 20px;
}

/* Referral Directory Pages */

h3.referral-directory-8{
  border-top: 1px solid #025C4A;
  padding: 6px 0 6px 30px;
  background: url(images/ic_com_health.gif) no-repeat left 7px;
}
h3.referral-directory-6{
  border-top: 1px solid #025C4A;
  padding: 6px 0 6px 30px;
  background: url(images/ic_diet.gif) no-repeat left 7px;
}
h3.referral-directory-11{
  border-top: 1px solid #025C4A;
  padding: 6px 0 6px 30px;
  background: url(images/ic_naturo.gif) no-repeat left 7px;
}
h3.referral-directory-10{
  border-top: 1px solid #025C4A;
  padding: 6px 0 6px 30px;
  background: url(images/ic_hospital.gif) no-repeat left 7px;
}
h3.referral-directory-9{
  border-top: 1px solid #025C4A;
  padding: 6px 0 6px 30px;
  background: url(images/ic_private.gif) no-repeat left 7px;
}
h3.referral-directory-5{
  border-top: 1px solid #025C4A;
  padding: 6px 0 6px 30px;
  background: url(images/ic_res_sup.gif) no-repeat left 7px;
}
h3.referral-directory-7{
  border-top: 1px solid #025C4A;
  padding: 6px 0 6px 30px;
  background: url(images/ic_supp_lines.gif) no-repeat left 7px;
}

table.referral-directory{
  font-size: 90%;
  margin-bottom: 10px;

}
table.referral-directory td{
 vertical-align: top; 
}
table.referral-directory th{
  color: #025C4A;
  width: auto;
  vertical-align: top; 
  width: 100px;
}

div#main-content ul.cats{
  list-style-image: none;
  list-style-type: none;
  margin: 20px 10px 20px 0;
  float: left;
  width: 260px;
}

div#main-content ul.cats li{
  padding-left: 30px;
}
div#main-content ul.cats li.cat-item-8{
  background: url(images/ic_com_health.gif) no-repeat top left;
}
ul.cats li.cat-item-6{
  background: url(images/ic_diet.gif) no-repeat top left;
}
ul.cats li.cat-item-11{
  background: url(images/ic_naturo.gif) no-repeat top left;
}
ul.cats li.cat-item-10{
  background: url(images/ic_hospital.gif) no-repeat top left;
}
ul.cats li.cat-item-9{
  background: url(images/ic_private.gif) no-repeat top left;
}
ul.cats li.cat-item-5{
  background: url(images/ic_res_sup.gif) no-repeat top left;
}
ul.cats li.cat-item-7{
  background: url(images/ic_supp_lines.gif) no-repeat top left;
}

/* Media Releases Page */

div#main-content h1.media-release{
  margin-bottom: 10px;
}
div#main-content h3.links-12{
  margin-top: 10px;
}


/* Secondary Content  */

div#sec-content-wrapper{
  width: 156px;
  float: left;
  background: url(images/bg-sec-content.jpg) repeat-y top center;
}

div#sec-content{
  background: url(images/bg-sec-cotent-hd.jpg) no-repeat top center;
}
div#sec-content ul{
   padding-top: 35px;
   list-style-type: none;
   text-align: center;
   text-decoration: none;
}
div#sec-content ul li{
  margin:0;
}
div#sec-content a img{
  border: none;
}

/*** Footer ***/

div#footer{
  clear: both;
  color: #D4F18B;
  width: 772px;
  margin: 0 auto 20px auto;
  font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-size: 90%;
}
div#footer div#footer-top{
  background: #025C4A;
  border: 1px solid #025C4A;
}
div#footer p{
  color: #025C4A;
  text-align: right;
  padding: 6px 0;
  background: #fbffde;
  font-size: 80%;
}
div#footer a{
  color: #025C4A;
}
div#footer ul{
  list-style: none;
  width: 750px;
  padding: 10px 10px;
  text-align: center;
}
div#footer ul li{
  list-style: none;
  display: inline;
}
div#footer ul li.center{
  width: 380px;
  margin: 0 20px;
}
div#footer ul li a{
  color: #D4F18B;
}

/* Discussion Board */

body#front-page div#main-content h2,
body#register-page div#main-content h2,
body#login-page div#main-content h2,
body#topic-page div#main-content h2,
body#forum-page div#main-content h2,
body#profile-page div#main-content h2{
  background: url(./images/title-board.jpg) no-repeat top left;
}

p.bbcrumb{
 padding-bottom: 16px;
 display: block;
}
fieldset{
  padding: 16px;
  margin: 10px 0;
  border: none;
}
fieldset legend{
  font-weight: bold;
}
div#login-form{
  border-bottom: 1px dotted #025C4A;
  border-top: 1px dotted #025C4A;
  padding: 16px 0 16px 0;
}
div#login-form input{
  margin-right: 10px;
}
div#login-form p{
  font-weight: bold;
}
tr.login-submit td{
  text-align: right;
  padding: 10px 0 0 0;
}

dl#userinfo{
  margin-bottom: 16px;
}
dl#userinfo dt{
  display: inline;
  font-weight: bold;
}
dl#userinfo dd{
  display: inline;
}

/* Front Page Forums */

body#front-page div#main-content div#discussions{
  margin-top: 16px;
}
body#front-page div#main-content h3#useractivity{
  margin-top: 16px;
}

/* Front Page Forum List */

body#front-page div#main-content table#forumlist{
  border: 1px solid silver;
  border-collapse: collapse;
  margin-bottom: 16px;
}
body#front-page div#main-content table#forumlist th, 
body#front-page div#main-content table#forumlist td{
  padding: 6px 0 6px 6px;
  border: 1px solid silver;
  width: 130px;
}
body#front-page div#main-content table#forumlist th.first{
  width: 260px;
}

/* Front Page Latest Topic List */

body#front-page div#main-content table#latest, 
body#forum-page div#main-content table#latest{
  border: 1px solid silver;
  border-collapse: collapse;
  margin-bottom: 16px;
}
body#front-page div#main-content table#latest th, 
body#front-page div#main-content table#latest td,
body#forum-page div#main-content table#latest th, 
body#forum-page div#main-content table#latest td{
  padding: 6px 0 6px 6px;
  border: 1px solid silver;
  width: 130px;
}




form#postform fieldset{
  border: none;
}
form#postform label{
  vertical-align: top;
  width: 160px;
  display: block;
}
form#postform input, form#postform textarea{
  width: 400px;
}
form#postform input#postformsub{
  width: 120px;
  margin-left: 280px;
}
form#reg-form p.submit input{
  margin: 0 0 0 286px;
}
p.required-wrapper{
  padding-top: 16px;
}


body#topic-page table#topic-tbl{
  border: 1px solid silver;
  border-collapse: collapse;
  margin-bottom: 16px;
}
body#topic-page table#topic-tbl th, 
body#topic-page table#topic-tbl td{
  padding: 6px 0 6px 6px;
  border: 1px solid silver;
  vertical-align: top;
}
body#topic-page table#topic-tbl th.author{
    width: 130px;
}
body#topic-page table#topic-tbl th.post-info{
    width: 390px;
}