/*

Red 100% - FE000A
Green 100% - 00C428
Blue 100% - 0F61BB
Orange 100% - E5621A
Purple 100% - 6D00BB

*/

/*

Version: 10/02/2008

Description: Normalises the default rendering of most HTML elements.

*/

html, body, div, span, iframe, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, q, strong, sub, sup,
dl, dt, dd, ol, ul, li,
form, fieldset, legend, label,
table, caption, thead, tbody, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

/* =general
*/

body {
  font-size: 100%; /* 16px */
  font-family: Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
}

.clear {
  clear: both;
}

strong {
  font-weight: bold;
}

.wrapper {
  font-size: 0.625em; /* 16px x 0.625 = 10px */
  width: 750px;
  margin: 0 auto;
}

/* =section-1
*/

#section-1 {
  background: #FFFFFF url(/images/section_1_bg.png) repeat-x bottom;
}

#section-1 div.wrapper {
  position: relative;
}

/* =h1
*/

h1 {
  text-indent: -5000px;
  width: 160px;
  height: 76px;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 20px;
  position: absolute;
}

h1 a {
  display: block;
  width: 160px;
  height: 76px;
  background-repeat: no-repeat;
}

#home h1,
#home h1 a,
#error h1,
#error h1 a {
  background-image: url(/images/home_h1_bg.png);
}

#about h1,
#about h1 a {
  background-image: url(/images/about_h1_bg.png);
}

#assemblies h1,
#assemblies h1 a {
  background-image: url(/images/assemblies_h1_bg.png);
}

#news h1,
#news h1 a {
  background-image: url(/images/news_h1_bg.png);
}

#contact h1,
#contact h1 a {
  background-image: url(/images/contact_h1_bg.png);
}

/* =nav
*/

#nav {
  margin-top: 90px;
  width: 600px;
  float: right;
  font-size: 1em;
}

#nav li {
  margin-left: 2px;
  padding-right: 6px;
  float: right;
  background-image: url(/images/nav_li_bg.png);
  background-repeat: no-repeat;
}

#nav li.home {
  background-position: right 0px;
}

#nav li.about {
  background-position: right -100px;
}

#nav li.assemblies {
  background-position: right -200px;
}

#nav li.news {
  background-position: right -300px;
}

#nav li.contact {
  background-position: right -400px;
}

#nav li a {
  padding: 8px 10px 8px 16px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(/images/nav_li_a_bg.png);
  background-repeat: no-repeat;
}

#nav li.home a {
  background-position: left 0px;
}

#nav li.about a {
  background-position: left -100px;
}

#nav li.assemblies a {
  background-position: left -200px;
}

#nav li.news a {
  background-position: left -300px;
}

#nav li.contact a {
  background-position: left -400px;
}

/* =section-2
*/

#home #section-2 {
  background: #BF0008 url(/images/home_section_2_bg.png) repeat-x top;
}

#error #section-2 {
  background-color: #FE000A;
}

#about #section-2 {
  background-color: #00C428;
}

#assemblies #section-2 {
  background-color: #0F61BB;
}

#news #section-2 {
  background-color: #E5621A;
}

#contact #section-2 {
  background-color: #6D00BB;
}

/* =breadcrumb
*/

#breadcrumb {
  font-size: 1.1em;
  padding-top: 17px;
  margin-bottom: 10px;
  color: #FFFFFF;
}

#breadcrumb a {
  color: #FFFFFF;
  text-decoration: none;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

/* =h2
*/

h2 {
  font-size: 2.2em;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 1.3;
  padding-bottom: 15px;
}

#home h2 {
  padding: 32px 30px 30px 300px;
  line-height: 1.5;
  color: #FFBFC2;
}

/* =content
*/

#content {
  margin-top: 30px;
  width: 480px;
  float: left;
}

#home #content {
  width: 750px;
  position: relative;
}

#content a:hover {
  text-decoration: none;
}

#home #content a,
#error #content a {
  color: #FE000A;
}

#about #content a {
  color: #00C428;
}

#assemblies #content a {
  color: #0F61BB;
}

#news #content a {
  color: #E5621A;
}

#contact #content a {
  color: #6D00BB;
}

#contact #content a.email {
  font-size: 2em;
}

#content h3 {
  margin: 2em 0 1em;
  padding-bottom: 5px;
  font-size: 1.5em;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

#home #content h3,
#error #content h3 {
  color: #FE000A;
  border-bottom-color: #FE000A;
}

#about #content h3 {
  color: #00C428;
  border-bottom-color: #00C428;
}

#assemblies #content h3 {
  color: #0F61BB;
  border-bottom-color: #0F61BB;
}

#news #content h3 {
  color: #E5621A;
  border-bottom-color: #E5621A;
}

#content p,
#content ul {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.6;
  color: #000000;
}

#content ul li {
  padding-left: 15px;
  background-position: 0 7px;
  background-repeat: no-repeat;
}

#home #content ul li,
#error #content ul li {
  background-image: url(/images/home_content_li_bg.png);
}

#about #content ul li {
  background-image: url(/images/about_content_li_bg.png);
}

#assemblies #content ul li {
  background-image: url(/images/assemblies_content_li_bg.png);
}

#news #content ul li {
  background-image: url(/images/news_content_li_bg.png);
}

#contact #content ul li {
  background-image: url(/images/contact_content_li_bg.png);
}

/* =girl
*/

#girl {
  position: absolute;
  top: -200px;
  left: 30px;
  width: 300px;
  height: 416px;
  background: transparent url(/images/girl.png) no-repeat top left;
}

/* =recent
*/

#recent {
  float: right;
  width: 375px;
  margin-bottom: 30px;
}

#content #recent h3 {
  margin-top: 0;
}

#content #recent ul {
  margin-bottom: 2em;
  color: #808080;
}

/* =panels
*/

#panels {
  float: left;
  width: 750px;
  background: transparent url(/images/panels_bg.png) repeat-y top left;
}

#content #panels h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  border: 0;
}

#content #panels p {
  margin: 0;
}

#panel-1 {
  width: 210px;
  float: left;
}

#home #content #panel-1 a {
  color: #00C428;
}

#panel-2 {
  margin-left: 60px;
  width: 210px;
  float: left;
}

#home #content #panel-2 a {
  color: #0F61BB;
}

#panel-3 {
  width: 210px;
  float: right;
}

#home #content #panel-3 a {
  color: #6D00BB;
}

/* =tag-cloud
*/

.tag-cloud {
  font-size: 1.6em;
  line-height: 1.6;
}

.tag-cloud li {
  display: inline;
  margin-right: 3px;
}

.tag-cloud span {
  position: absolute;
  left: -1000px;
  width: 100px;
}

.much-less-popular {
  font-size: 100%;
}

.less-popular {
  font-size: 115%;
}

.popular {
  font-size: 130%;
}

.more-popular {
  font-size: 145%;
}

.much-more-popular {
  font-size: 150%;
}

/* =form
*/

form {
  margin: 2em 0 1.5em;
}

form #query {
  margin-right: 10px;
  width: 350px;
}

/* =results
*/

#results div {
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: url(/images/results_div_bg.png) no-repeat bottom left;
  width: 480px;
}

#results div h4 {
  margin-bottom: 0.5em;
  padding: 15px 15px 0 15px;
  font-size: 1.3em;
  background: url(/images/results_div_h4_bg.png) no-repeat top left;
  width: 450px;
}

#results div p {
  margin-bottom: 0;
  padding: 0 15px;
}

#results div p.date {
  margin: 0.5em 0 0 0;
  padding: 0 15px 0 37px;
  color: #808080;
  background: transparent url(/images/date_bg.png) no-repeat 15px 2px;
}

/* =meta
*/

#meta {
  margin-bottom: 1.5em;
}

#meta p.date {
  margin-bottom: 0.5em;
  color: #808080;
  padding-left: 22px;
  background: transparent url(/images/date_bg.png) no-repeat 0 2px;
}

#meta p.tags {
  margin-bottom: 0.5em;
  color: #808080;
  padding-left: 22px;
  background: transparent url(/images/tags_bg.png) no-repeat 0 2px;
}

/* =aside
*/

#aside {
  margin-top: 30px;
  width: 210px;
  float: right;
}

#aside img {
  margin-bottom: 30px;
}

/* =nav-local
*/

#nav-local {
  margin-bottom: 30px;
  background: transparent url(/images/nav_local_bg.png) no-repeat bottom left;
  width: 210px; 
}

#nav-local ul {
  font-size: 1.1em;
  padding: 15px 20px;
  background: url(/images/nav_local_ul_bg.png) no-repeat top left;
  width: 170px;
}

#nav-local ul li {
  padding: 5px 0;
  line-height: 1.3;
  text-transform: uppercase;
}

#nav-local ul li a {
  text-decoration: none;
  color: #808080;
  display: block;
}

#nav-local ul li.current a {
  font-weight: bold;
}

#about #nav-local ul li.current a,
#about #nav-local ul li a:hover {
  color: #00C428;
}

#assemblies #nav-local ul li.current a,
#assemblies #nav-local ul li a:hover {
  color: #0F61BB;
}

/* =quote
*/

div.quote {
  margin-bottom: 30px;
  background: url(/images/aside_quote_bg.png) no-repeat bottom left;
  width: 210px;
}

div.quote blockquote {
  padding: 20px 20px 10px 20px;
  background: url(/images/aside_quote_blockquote_bg.png) no-repeat top left;
  width: 170px;
}

div.quote blockquote p {
  padding: 0;
  text-indent: 20px;
  font-style: italic;
}

#error div.quote blockquote p {
  color: #FE000A;
}

#about div.quote blockquote p {
  color: #00C428;
}

#assemblies div.quote blockquote p {
  color: #0F61BB;
}

#news div.quote blockquote p {
  color: #E5621A;
}

#contact div.quote blockquote p {
  color: #6D00BB;
}

div.quote p {
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 1.3em;
  line-height: 1.6;
}

div.quote cite {
  font-style: normal;
  color: #808080;
}

/* =siteinfo
*/

#siteinfo {
  margin: 3em 0;
  clear: both;
  width: 750px;
  background: transparent url(/images/siteinfo_bg.png) no-repeat top left;
}

#home #siteinfo,
#error #siteinfo {
  background-color: #FE000A;
}

#about #siteinfo {
  background-color: #00C428;
}

#assemblies #siteinfo {
  background-color: #0F61BB;
}

#news #siteinfo {
  background-color: #E5621A;
}

#contact #siteinfo {
  background-color: #6D00BB;
}

#siteinfo p {
  padding: 12px;
  font-size: 1.2em;
  color: #FFFFFF;
  background: transparent url(/images/siteinfo_p_bg.png) no-repeat bottom left;
}