/*
*******************************************************************
  PTSC CMS Master Style Sheet
  Carefully crafted by Alistair Holt @ koopd.com
*******************************************************************
*/

/*-------------------------------------------	
	Global
-------------------------------------------*/

/* Reset
-------------------------------------------*/

@import url("reset-fonts.css");

/* sIFR
-------------------------------------------*/

@import url("sifr.css");

.sIFR-flash {
  display    : none !important;
  height     : 0;
  width      : 0;
  position   : absolute;
  overflow   : hidden;
}

.sIFR-alternate {
  visibility : visible !important;
  display    : block   !important;
  position   : static  !important;
  left       : auto    !important;
  top        : auto    !important;
  width      : auto    !important;
  height     : auto    !important;
  overflow   : visible !important;
}

/* Base Styling
-------------------------------------------*/


body {
  font-size:10pt;
  background: white;
  color: #000;
}

div#content a:link, div#content a:visited {
  font-weight: bold;
  text-decoration: underline;
}


/* Hide everything we don't want
-------------------------------------------*/

a#skip-to-content, div#header div#secondary-navigation, div#navigation, dl#breadcrumb, div#footer-wrapper,
div#content form, div#content div#secondary, div#content div#messages, div#content a.backlink,
div#content div.paginationControl, div#content a.readmore, body#members.login div#actions,
body#forums div#content ul.actions, ul.post-actions, div#reply-form {
  display: none;
}

/* Global
-------------------------------------------*/

div#header {
  padding: 0 0 10px 0;
  margin: 0 0 40px 0;
  border-bottom: 2px solid #999;
  text-align: right;
}

div#header div#ident a {
  display: block;
  width: auto; height: auto;
  background: transparent;
  text-indent: 0;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

div#header div#ident a:after {
  content: " - plymouthtsc.org.uk";
}

div#content h1, div#content h2, div#content h3,
div#content h4, div#content h5, div#content h6 {
  page-break-after:avoid;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6,
div#content p, div#content ul, div#content ol, div#content form, div#content blockquote, div#content pre {
  margin-bottom: 1em;
}

div#content div#primary h2, div#content div#primary h3,
div#content div#primary h4, div#content div#primary h5, div#content div#primary h6 {
  margin-top: 2em;
}

div#content h1 {
  font-size: 153.9%;
}

div#content h2 {
  font-size: 131%;
}

div#content h3 {
  font-size: 116%;
}

div#content h4, div#content h5, div#content h6 {
  font-weight: bold;
}

div#content a {
  color: #000;
}

div#content a[href]:after{
  content:" (" attr(href) ")";
  font-size:90%;
}

div#content a[href^="/"]:after{
  content:" (http://plymouthtsc.org.uk" attr(href) ")";
}

div#content ul li {
  list-style: disc inside;
}

div#content blockquote {
  color: #666;
  margin: 0 30px;
  padding-left: 10px;
  border-left: 5px solid #ddd;
}

div#content dl dt {
  height: auto !important;
  font-weight: bold;
  margin-bottom: .2em;
}

div#content dl dd {
  height: auto !important;
  margin-bottom: 1em;
}

div#content table {
  width: 100%;
  border: 1px solid #ccc;
}

div#content th,
div#content td {
  padding: 5px;
  border: 1px solid #ccc;
}

/*-------------------------------------------	
	Layout - Home
-------------------------------------------*/

body#home div#content h1 br {
  display: none;
}

/*-------------------------------------------	
	Layout - News & Events - Index
-------------------------------------------*/

div#content div.article {
  border-bottom: 1px solid #ccc;
}

div#content div.article div.header h2 {
  margin-bottom: .5em;
}

div#content div.article div.header span.date {
  display: block;
  color: #555;
  margin-bottom: 1em;
}

div#content div.article p.meta span.date {
  color: #555;
}

/*-------------------------------------------	
	Layout - News & Events - View
-------------------------------------------*/

body#news-events.post div#content h1 {
  margin-bottom: .5em;
}

body#news-events.post div#content p.meta {
  color: #555;
  margin-bottom: 1em;
}

/*-------------------------------------------	
	Layout - Projects - Index
-------------------------------------------*/

div#content div.project {
  border-bottom: 1px solid #ccc;
}

div#content div.project div.header h2 {
  margin-bottom: .5em;
}

div#content div.project div.header span.date {
  display: block;
  color: #555;
  margin-bottom: 1em;
}

/*-------------------------------------------	
	Layout - Projects - View
-------------------------------------------*/

body#current-projects.post div#content h1,
body#completed-projects.post div#content h1 {
  margin-bottom: .5em;
}

body#current-projects.post div#content p.meta,
body#completed-projects.post div#content p.meta {
  color: #555;
  margin-bottom: 1em;
}

/*-------------------------------------------	
	Layout - Support Services - Index
-------------------------------------------*/

div#content div.service-category {
  border-bottom: 1px solid #ccc;
}

/*-------------------------------------------	
	Layout - Support Services - Listing
-------------------------------------------*/

body#support-services div.service {
  border-bottom: 1px solid #ccc;
}

/*-------------------------------------------	
	Layout - Directory
-------------------------------------------*/

body#directory div.organisation {
  border-bottom: 1px solid #ccc;
}

body#directory div#content div.organisation h2 {
  margin-top: 1em;
}

/*-------------------------------------------	
	Layout - Directory - Organisation
-------------------------------------------*/

body#directory div#content div.about div.contact-info h2,
body#directory div#content div.info-row div.block h3 {
  border-bottom: 1px solid #ccc;
}


/*-------------------------------------------	
	Layout - Members Area - Apply
-------------------------------------------*/

div#content form#members-application {
  display: block;
}

div#content form#members-application div.row {
  margin-bottom: 20px;
}

div#content form#members-application div.row label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

div#content form#members-application div.row div.control label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

div#content form#members-application div.actions {
  display: none;
}

/*-------------------------------------------	
	Layout - Members Area - Forums
-------------------------------------------*/

body#forums div#content div.forum h2 a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: .5em;
}

body#forums div#content tr.featured td {
  background-color: #eee;
}

body#forums div#content div.post {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
}

body#forums div#content div.post div.meta {
  margin-bottom: 1em;
}

body#forums div#content div.post div.meta p {
  margin-bottom: 0;
}

body#forums div#content div.post div.meta p.author {
  font-weight: bold;
}

body#forums div#content div.post div.meta p.datetime,
body#forums div#content div.post div.body p.edited {
  color: #555;
}