/*

Colours:

* Theatres - FF003E
* Churches - FA591D
* Education - 9AB219
* Apprenticeship - 3F9ED4

*/

/* =RESET (version 10/02/2008)
-------------------------------------------------- */

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-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: #000000;
  background-color: #FFFFFF;
}

ol, ul {
  list-style: none;
}

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

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

/* =GENERAL
-------------------------------------------------- */

body {
  padding: 30px 0;
  font: 100% Helvetica, Arial, sans-serif;  /* 16px */
  color: #4D4D4D;
}

a:link,
a:visited {
  color: #4A4F79;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #4A4F79;
  text-decoration: none;
}

#wrapper {
  width: 740px;
}

/* =BRANDING
-------------------------------------------------- */

#branding {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  left: 0;
  width: 330px;
  background: url(/images/logo.png) no-repeat;
  text-indent: -5000px;
}

#branding a {
  display: block;
  height: 51px;
  background: url(/images/logo.png) no-repeat;
}

/* =LABEL
-------------------------------------------------- */

p.label {
  padding: 0 80px 0 20px;
  background: #A5A8BD url(/images/label_bg.gif) no-repeat left;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  float: right;
  vertical-align: middle;
  line-height: 51px;
}

#theatres p.label {
  background-color: #FF003E;
}

#education p.label {
  background-color: #9AB219;
}

#churches p.label {
  background-color: #FA591D;
}

#apprenticeship p.label {
  background-color: #3F9ED4;
}

/* =NAV-GENERAL
-------------------------------------------------- */

#nav-general {
  margin: 0 0 0 40px;
  padding: 1.3em 0 1em 0;
  border-top: 2px solid #4A4F79;
  border-bottom: 1px solid #E5E5E5;
  width: 700px;
  font-size: 0.6875em; /* 16px x 0.6875 = 11px */
}

#nav-general li {
  margin-right: 20px;
  display: inline;
  text-transform: uppercase;
}

#nav-general li a:link,
#nav-general li a:visited {
  color: #AEACAC;
  text-decoration: none;
}

#nav-general li a:hover,
#nav-general li a:active {
  color: #4A4F79;
  text-decoration: underline;
}

/* =NAV-USERS
-------------------------------------------------- */

#nav-users {
  margin: 0 0 20px 40px;
  padding: 1.8em 0 1.8em 0;
  border-bottom: 1px solid #E5E5E5;
  width: 700px;
  font-size: 0.75em; /* 16px x 0.75 = 12px */
}

#nav-users li {
  margin-right: 25px;
  display: inline;
  font-weight: bold;
}

#nav-users li a:link,
#nav-users li a:visited {
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
}

#nav-users li a:hover,
#nav-users li a:active {
  background-repeat: no-repeat;
  background-position: 0 -100px;
  text-decoration: underline;
}

#nav-users li.theatres a {
  padding: 10px 0 10px 40px;
  background-image: url(/images/user_nav_theatres.gif);
  color: #FF003E;
}

#nav-users li.education a {
  padding: 10px 0 10px 32px;
  background-image: url(/images/user_nav_education.gif);
  color: #9AB219;
}

#nav-users li.churches a {
  padding: 10px 0 10px 31px;
  background-image: url(/images/user_nav_churches.gif);
  color: #FA591D;
}

#nav-users li.apprenticeship a {
  padding: 10px 0 10px 18px;
  background-image: url(/images/user_nav_apprenticeship.gif);
  color: #3F9ED4;
}

/* =CONTENT
-------------------------------------------------- */

#content {
  margin: 0 0 3em 40px;
  width: 465px;
  float: left;
  line-height: 1.5;
}

#content strong {
  font-weight: bold;
}

#content #breadcrumb {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
  color: #AEACAC;
}

#content #breadcrumb a:link,
#content #breadcrumb a:visited {
  color: #787B9B;
  text-decoration: none;
}

#content #breadcrumb a:hover,
#content #breadcrumb a:active {
  color: #787B9B;
  text-decoration: underline;
}

#content h1 {
  font-size: 1.375em; /* 16px x 1.375 = 22px */
  line-height: 0.818182em;
  margin-bottom: 1.227273em;
  color: #4A4F79;
}

#content h2 {
  font-size: 1em; /* 16px x 1 = 16px */
  margin: 1.25em 0 0.75em 0;
  color: #4A4F79;
}

#content h3 {
  font-size: 0.875em; /* 16px x 0.875 = 14px */
  margin: 1.5em 0 1em 0;
  color: #4A4F79;
}

#content p {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 1.5em; /* 16px x 0.75 = 12px */
}

#content p.x {
  margin-top: -1.25em;
  color: #787B9B;
}

#content div.vevent p {
  margin-bottom: 0;
}

#content div.vevent p.status {
  font-weight: bold;
}

#content .posted {
  color: #787B9B;
}

#content .mute {
  color: #787B9B;
}

#content em {
  font-weight: bold;
  font-style: normal;
  color: #787B9B;
}

#content em.elevate {
  font-style: italic;
  color: #4D4D4D;
}

#content ul,
#content ol {
  font-size: 0.75em;
  line-height: 1.5em;
  margin-bottom: 1.5em; /* 16px x 0.75 = 12px */
}

#content ul li,
#content ol li {
  padding-left: 12px;
  background: transparent url(/images/li_bg.gif) no-repeat 0px 7px;
}

#content ul.files {
  margin: 1.5em 0;
  border-top: 1px solid #E5E5E5;
}

#content ul.files li {
  line-height: 1.5;
  border-bottom: 1px solid #E5E5E5;
  padding: 1em 0 1em 45px;
  background: transparent url(/images/ol_files_li_bg.gif) no-repeat left center;
}

#content ol.news {
  margin: 1.5em 0;
  border-top: 1px solid #E5E5E5;
}

#content ol.news li {
  line-height: 1.5;
  border-bottom: 1px solid #E5E5E5;
  padding: 1em 0 1em 45px;
  background: transparent url(/images/ol_news_li_bg.gif) no-repeat left center;
}

#content ul .mute,
#content ol .mute {
  color: #AEACAC;
}

#content blockquote {
  background: transparent url(/images/blockquote_bg.gif) no-repeat 0px 0px;
  padding-left: 30px;
  color: #808080;
}

#content p.cite {
  margin-top: -0.8em;
  padding-left: 30px;
  color: #787B9B;
  font-style: italic;
}

#content p.cite em {
  font-style: italic;
}

#content img {
  margin: 3px 15px 10px 0;
  float: left;
}

#content img.right {
  margin: 3px 0 10px 15px;
  float: right;
}

#content object {
  margin-bottom: 1em;
}

/* =NAV
-------------------------------------------------- */

#content #nav {
  margin: 1em 0;
  padding: 0;
  width: 465px;
  float: left;
}

#content #nav li {
  margin-left: 7px;
  padding: 0;
  background-image: none;
  float: left;
}

#content #nav li.theatres {
  margin-left: 0;
}

#content #nav li a {
  width: 111px;
  height: 250px;
  display: block;
  text-indent: -5000px;
}

#content #nav li a:link,
#content #nav li a:visited {
  background-position: 0 0;
}

#content #nav li a:hover,
#content #nav li a:active {
  background-position: 0 250px;
}

#content #nav li.theatres a {
  background-image: url(/images/li_theatres_bg.png);
  background-color: #FF003E;
}

#content #nav li.education a {
  background-image: url(/images/li_education_bg.png);
  background-color: #9AB219;
}

#content #nav li.churches a {
  background-image: url(/images/li_churches_bg.png);
  background-color: #FA591D;
}

#content #nav li.apprenticeship a {
  background-image: url(/images/li_apprenticeship_bg.png);
  background-color: #3F9ED4;
}

/* =ASIDE
-------------------------------------------------- */

#aside {
  margin: 0 0 3em 0;
  width: 200px;
  float: right;
  color: #EDEEF2;
  background: #4A4F79 url(/images/aside_bg.gif) no-repeat bottom right;
}

#aside a {
  color: #EDEEF2;
}

#aside h2 {
  padding: 22px 20px 20px 20px;
  font-size: 0.875em; /* 16px x 0.875 = 14px */
  font-weight: bold;
  background: transparent url(/images/aside_h2_bg.gif) no-repeat top left;
  color: #EDEEF2;
}

#aside p {
  margin: 0 20px 1em 20px;
  line-height: 1.5;
  font-size: 0.75em; /* 16px x 0.75 = 12px */
}

#aside ul,
#aside ol {
  margin: 0 20px 20px 20px;
  line-height: 1.5;
  font-size: 0.75em; /* 16px x 0.75 = 12px */
}

#aside ul li,
#aside ol li {
  margin-bottom: 1em;
}

#aside blockquote {
  padding: 22px 20px 0 20px;
  background: transparent url(/images/aside_blockquote_bg.gif) no-repeat top left;
}

#aside blockquote p {
  margin: 0 0 1em 0;
  text-indent: 20px;
  font-style: italic;
}

#aside cite {
  color: #A5A8BD;
}

#aside cite a {
  color: #A5A8BD;
}

#aside .mute {
  color: #A5A8BD;
}

#siteinfo {
  margin: 0 0 30px 40px;
  padding-top: 1em;
  width: 700px;
  border-top: 1px solid #4A4F79;
  clear: both;
  text-align: right;
  color: #999999;
  font-size: 0.75em; /* 16px x 0.75 = 12px */
}

#siteinfo a {
  color: #787B9B;
}
