/* =Colors
-------------------------------------------------------------- 

/* =Body
----------------------------------------------- */
body { background: #7FB4BA url('/images/background.png') top left repeat-x; color: #555; }


/* =Structure
----------------------------------------------- */
#container {
  margin: 50px auto;
  width: 900px;
}

#content {
  padding: 30px 20px 20px;
  background-color: #E4E6D0;
}


/* =Headings
-------------------------------------------------------------- */
h1 { color: #FFF; font-size: 33px; font-weight: normal; margin-bottom: 20px; }
h2 { color: #93764F; font-size: 26px; }
h3 { font-size: 22px; color: #777; border-bottom: 4px solid #ccc; line-height: 40px; }
h4 { font-size: 18px; color: #777; border-bottom: 1px solid #ccc;  line-height: 40px; }

/* =Links
-------------------------------------------------------------- */
a { color: #1F3D56; }

/* =Navigation
-------------------------------------------------------------- */
ul#nav { margin: 0; }
ul#nav li { display: block; float: left; list-style: none; background-color: #8FBCD9; margin-right: 5px; }
ul#nav li a { display: block; padding: 10px; color: #FFF; font-weight: bold; font-size: 12px; line-height: 1; text-decoration: none;} 
ul#nav li a:hover { text-decoration: underline; }

body.directory li#nav_directory,
body.signup li#nav_signup,
body.about li#nav_about { background-color: #E4E6D0; }

body.directory li#nav_directory a,
body.signup li#nav_signup a,
body.about li#nav_about a { color: #555; }

/* =Footer
-------------------------------------------------------------- */
#footer {
  text-align: center;
}

/* =Forms
-------------------------------------------------------------- */

form table th {
  text-align: right;
  vertical-align: top;
}


/* =Messages
-------------------------------------------------------------- */

#success_box { font-size: 14pt; font-weight: bold; text-align: center; color: #006F7A; margin: 20px; }
#error_box { font-size: 12pt; font-weight: bold; text-align: center; color: #C10435; margin: 20px; }

/* =Misc
-------------------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }


.coach { font-size: 12px; }