/* $Id: custom.css,v 1.2 2009/04/26 17:27:14 gibbozer Exp $ *//** * You can use this file to override drupal and theme default css. * Just add your customized style below then activate it in  * Colourise them settings (/admin/build/themes/settings/colourise). */

html, body {
  font-family: "Gill Sans MT", verdana, sans-serif;
  background: #070707;  
  }
#page {
  background: #070707 url(../images/bg.png) no-repeat center top;
  font-family: "Gill Sans MT", verdana, sans-serif;
  }

h1 #site-name {
  margin-top: -3em;  
  }

#slogan {
	font: "Gill Sans MT", verdana, sans-serif;
	letter-spacing: 0.2em;
	}

#mission, .title {
  font: yellow italic bold 125%/160% "Garamond", georgia, serif;
  }

#mission p {
    font: italic bold 125%/175% "Garamond", georgia, serif;  
  }

p {
  font: 1.25em/140% "Gill Sans MT", verdana, sans-serif; 
  }
  
a:link {
  color: red;
  text-decoration: none;
}

a:visited {
  color: yellow;
  text-decoration: none;
}

a:hover {
  color: #CC66FF;
} 

a:active {
  color: yellow;
  text-decoration: none;
  }
  
#header .breadcrumb {
   margin:-4em 0 0 0;
}

.breadcrumb a:visited {
  color: #8ac;
  text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a.active {
  color: #CC66FF;
}

/* Style reCAPTCHA input text */
 
#recaptcha_response_field {
   color: #CC66FF !important;
   border-color: #FF0000 !important; //Text input field border color
   background-color:#FF0000 !important; //Text input field background color
}

/* Resize font size on maintainance pages */

#maintainance-content {
  font-size: 1.2em;
}

