body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
  color: #333;
  background: none;
  font-size: 10pt;
}


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

#container {
  background: none;
}

#nav,
#accessibility-links,
#cse-search-box,
#sidebar,
#footer {
	display: none;
}


/* Text
-------------------------------------------------------------- */

h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

a img {
	border:none;
}

p {
	margin: 0 0 1.5em 0;
}

p.banner img {
	width: 665px;
}

#slideshow {
	width: 665px;
	height: 190px;
	margin-bottom: 1.5em; 	
}
	
	#slideshow p {
		display: none;
	}
	
	#slideshow p.coventry {
		display: block;
	}
	
		#slideshow p strong {
			display: none;			
		}
		
		#slideshow p img {
			width: 665px;
			
		}

#content {
	padding-left: 10px;
}


/* Links
-------------------------------------------------------------- */

a {
	color: #006a4d;
	text-decoration: none;
}

/* a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator)

a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */


/* News and Events
   ------------------------------ */

#news-page #sidebar {
	clear: both;
}


/* Newsletters */

#newsletters {
	margin: 0 0 2em 0;
	padding: 0 50px 2.5em 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#newsletters p {
	color: #8aa5ba;
}

#newsletters h2 {
	margin-top: .75em;
}

#newsletters h2,
#newsletters strong {
	color: #38607a;
	font-weight: normal;
}

#newsletters p a {
	color: #38607a;
	background: #caebfc;
	padding: 3px 6px;
	margin: 0;
}

#newsletters ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#newsletters li {
	float: left;
	width: 85px;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
}

#newsletters li a {
	display: block;
}

#newsletters li a img {
	display: block;
	border: 2px solid #cfcfcf;
	width: 50px;
	height: 75px;
	margin: 0 auto .2em auto;
}

#newsletters li a:hover img,
#newsletters li a:focus img {
	border: 2px solid #dfdfdf;
}

#newsletters p.thumb {
	float: left;
	margin: 0 50px 2em 0;
}

#newsletters p.thumb a {
	background: none;
}


/* News tabs */

div.news-tabs div {
	margin: 0;
	padding: 0;
}
	
	div.news-tabs div ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: 9pt;
	}
	
		div.news-tabs div li {
			width: 30%;
			float: left;
			padding: 0 20px 20px 0;
			overflow: hidden;
			height: 85px;
		}
	
	div.news-tabs div a {
		color: #666;
		display: block;
	}
	
		div.news-tabs div a img {
			float: left;
			border: 2px solid #bfbfbf;
			margin-right: 10px;
			width: 50px;
			height: 75px;
		}
	
		div.news-tabs div a strong {
			color: #006a4d;
			display: block;
			font-size: 1.09em;
		}

ul.news-tabs-nav {
	display: none;
}
	
		
/* Registration form */

a.register,
form#news-register {
	display: none;
}


/* Global news */

#news-page #sidebar {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

#news-page #sidebar .rss {
	display: none;
}

#sidebar ul.global-news {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul.global-news li {
	margin-bottom: 0.75em;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.75em;
}

	#sidebar ul.global-news h2 {
		clear: both;
	}
	
	#sidebar ul.global-news h3 {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #999;
		font-weight: normal;
		margin-bottom: .25em;
		font-size: 100%;
	}
	
	#sidebar ul.global-news p {
		margin-bottom: .25em;
	}


/* Contact
   ------------------------------ */

#contact-page #content h2 {
	margin-bottom: 1em;
	display: block;
	clear: both;
}

* html ul.profile {
	height: auto;
	overflow: hidden;
}

ul.profile {
	width: 100%;
	height: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style: none;
	font-size: 9pt;
	clear: both;
}

	ul.profile li {
		width: 30%;
		height: 100px;
		float: left;
		margin: 0 20px 20px 0;
		padding: 0;
	}
	
	ul.profile li h3 {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 10pt;
		margin: 0;
		padding: 0;
		font-weight: bold;
	}

	ul.profile p {
		margin: 0 0 0.5em;
	}
	
	ul.profile p.small {
		font-size: 9pt;
	}
	
	ul.profile p.tel {
		font-weight: bold;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: .25em 0;
		margin: 0 0 .25em 0;
	}
	
	ul.profile div {
		margin: 0;
		padding: 0;
		width: 115px;
		float: right;
	}
	
	ul.profile img {
		margin: 0;
		width: 65px;
		float: left;
	}
	
	ul.profile a img {
		display: none;	
	}
	
	#contact-page div a[href^="mailto"]:link:after,
	#contact-page div a[href^="mailto"]:visited:after,
	#contact-page div a[href^="mailto"]:hover:after,
	#contact-page div a[href^="mailto"]:active:after {
		content: attr(title);
		font-size: 8pt;
	}
	
#contact-page #sidebar {
	display: block;
	clear: both;
	width: 100%;
	padding: 1.5em 0 0 0;
}

	#contact-page #sidebar .vcard {
		width: 40%;
		height: 100%;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#contact-page #sidebar .vcard .adr {
		margin-bottom: 1.5em;
	}
	
	#contact-page #sidebar .vcard .tel .work {
		display: none;
	}

	#contact-page #sidebar p.download {
		display: none;
	}
	

/* Big sheds
   ------------------------------ */

#bigsheds-register select {
	width: 150px;
}

#bigsheds-page em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

label {
	font-weight: bold;
	font-size: 10pt;
}

fieldset, form {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 9pt;
}

input.text,
textarea,
select {
  margin: .25em 0;
  padding: 2px;
  border: 1px solid #ddd;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #666;
}

input.text:hover, input.text:focus,
textarea:hover, textarea:focus,
select:hover, select:focus {
  border: 1px solid #eee;
}

input.text	{
	width: 300px;
}

input.submit {
	display: none;
}

textarea {
	width: 390px;
	height: 75px;
	line-height: 1;
}

form p {
	margin-bottom: .25em;
}


/* Portfolio
   ------------------------------ */
   
#sidebar-site-show,
#portfolio-page #content p a {
	display: none;
}

#list-page #content {
	width: 100%;
}

#list-page .site-container {
	width: 100%;
}

#list-page .site-container .dev {
	clear: both;
	padding-bottom: 1em;
	overflow: hidden;
}

#list-page .site-container img {
	float: left;
	margin-right: 20px;
	width: 120px;
}

#list-page .site-container h3 {
	font-size: 12pt;
	font-weight: normal;
	clear: both;
}

#list-page p.dev-title {
	font-weight: bold;
	margin: 0;
}

#list-page p.dev-size,
#list-page p.dev-status {
	margin: 0;
}

#list-page p.dev-links,
#show-page p.back-link {
	display: none;
}

#show-page #content h4 {
	display: none;
}

#show-page #content h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0;
}

#show-page #site-title p {
	margin: 0;
}

#show-page #sidebar-site-show {
	display: block;
	margin-left: 10px;
}

#show-page #sidebar-site-show #images ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#show-page #sidebar-site-show #images li {
	float: left;
	margin-right: 20px;
}

#show-page #sidebar-site-show #images h3 {
	clear: both;
}

#show-page #sidebar-site-show #location {
	page-break-before: always;
}

	#show-page #sidebar-site-show #location a {
		display: none;
	}
	
	#show-page #sidebar-site-show #location #map {
		width: 595px;
		height: 446px;
	}

#show-page #sidebar-site-show #resources {
	display: none;
}

#show-page #sidebar-site-show #contacts p {
	margin: 0;
}

#show-page #sidebar-site-show #contacts p.bottom {
	margin: 0 0 1em;
}

	#show-page #sidebar-site-show #contacts p.bottom img {
		display: none;
	}

	#show-page #sidebar-site-show #contacts p.bottom a[href^="mailto"]:link:after,
	#show-page #sidebar-site-show #contacts p.bottom a[href^="mailto"]:visited:after,
	#show-page #sidebar-site-show #contacts p.bottom a[href^="mailto"]:hover:after,
	#show-page #sidebar-site-show #contacts p.bottom a[href^="mailto"]:active:after {
		content: attr(title);
		font-size: 9pt;
	}