/*
Theme Name: Cheshire Centre for Independent Living
Theme URI: http://wordpress.org/
Description: The 2010 theme for @package Cheshire Centre for Independent Living is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. CCIL supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: Marta Benduska-Wika
Version: 1.1
Tags: CCIL, Cheshire Centre for Independent Living
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	font-weight: normal;
}
ol {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
:focus, :hover, :active {
	outline: 0;
	border:none;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#feedback label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type='submit'] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 1.4em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	/*clear: both;*/
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
	line-height: 1.4em;
}
ul {
	list-style: url(images/li.gif);
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	
	/*color: #000;*/
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #1b418c;
}
a:visited {
	color: #1b418c;
}
a:active,
a:hover {
	color: #275de3;
	text-decoration: underline;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.clear {
	clear:both;
}
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	/*float: left;*/
	/*margin: 0 -240px 0 0;
	width: 100%;
	margin-right: 280px;*/
	height:auto;
	width: auto;
}
#content-main {
	margin: 20px 310px 20px 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column {
	margin: 0 auto 0 auto;
}
.one-column #content-main {
	margin: 20px 20px 0 20px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content-main{
	width: auto;
	margin: 20px auto;
}
.single-attachment #content {
	margin: 20px;
	width: auto;
	text-align: center;
}
.single-attachment div.attachment {
	margin: 20px auto 60px auto;
	width: 90%;
	text-align: left;
}

/* =Structure
-------------------------------------------------------------- */

html, body {width:100%; height:100%; min-height:100%;}
body {
	background:#fff url(images/bg.png) top left repeat-x;
}
/* The main theme structure #1d438d */
#access,
#colophon,
#branding,
#main {
	margin: 0 auto;
	width: 100%;
}
#wrapper {
	margin: 0px auto 10px auto;
	width: 90%;
	min-width: 1020px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#masthead,
#toolbar,
#access,
#s, #main,
#submenu li,
#footer,
#contact-results,
#content .gallery .gallery-icon,
#content .gallery img,
#contact textarea, #contact input[type="text"],
#contact #feedback textarea, #contact #feedback input[type="text"],
#contact #feedback #submit,
#contact #contact-submit,
.slideshow img {
	position: relative;
}
#access,
#searchform #s,
#contact-results,
#footer {
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;
}
#access ul ul, #submenu li {
  	-moz-border-radius: 20px;
  	-webkit-border-radius: 20px;
  	border-radius: 20px;
}

/* =Toolbar
-------------------------------------------------------------- */
#masthead {
	background: url(images/ul.png) bottom left repeat-x;
	width: auto;
	height: 5px;
	margin: 0 auto;
  	-moz-border-radius: 0 0 10px 10px;
  	-webkit-border-radius: 0 0 10px 10px;
  	border-radius: 0 0 10px 10px;
}
#masthead a, #masthead img {
	display: none;
}
#toolbar {
	background: url(images/ul.png) bottom left repeat-x;
	width: auto;
	height: 35px;
	margin-top: -5px;
	float: right;
	color: #fff;
	text-shadow: 0 -1px 1px #333;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;	
  	-moz-border-radius: 0 0 30px 30px;
  	-webkit-border-radius: 0 0 30px 30px;
  	border-radius: 0 0 30px 30px;
	display: none; /* hide from non-Javascript browsers */
}
#toolbar div {
	float: left;
	margin: 8px 20px auto 20px;
}
#toolbar div span {
	color: #fff;
	text-shadow: 0 -1px 1px #333;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	float: left;
}
#toolbar ul {
}
#toolbar ul, #toolbar li {
	float: left;
	/*vertical-align: text-top;*/
}
#toolbar ul {
	height: 20px;
	margin-left: 20px;
	list-style: none;
}
#toolbar li {
	display: inline;
	margin: -4px 3px 0 3px;
}
#toolbar .setColour a img {
	width: 20px;
	height: 20px;
	margin: 0;
}
#toolbar .setColour a img:hover {
	width: 26px;
	height: 26px;
	margin: 0 -3px -5px -3px;
}
#toolbar .setZoom {
	/*margin-top: -4px;*/
	height: 32px;
}
#toolbar .setZoom a img {
	width: 32px;
	height: 32px;
	margin: 0;
}
#toolbar .setZoom a img:hover {
	width: 48px;
	height: 48px;
	margin: -2px -8px -14px -8px;
}
/* =Header
-------------------------------------------------------------- */
#header {
}
#headerlogo, #logo {
	float: left;
}
#headerlogo {
	width: 40%;
	max-width: 457px;
	margin: 5px 70px 10px 50px;
}
#logo {
	width: 40%;
	max-width: 403px;
	margin: 70px 0 10px 50px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: url(images/ul.png) bottom left repeat-x;
	display: block;
	height:40px;	
	z-index: 9999;
	margin-bottom: 5px;
}
#access .menu{
	border-left: #313339 solid 1px;
	border-right: #72859a solid 1px;
	float:left;
	height: 38px;
	margin: 1px 10px 1px 70px;
	position: relative;
}
#access .menu ul {
	list-style: none;
	margin: 0;
}
#access .menu li {
	border-left: #72859a solid 1px;
	border-right: #2b333c solid 1px;
	float: left;
	height: 38px;
	position: relative;
}
#access a {
	color: #d6d6d6;
	text-shadow: 0 -1px 1px #333; 
	display: block;
	line-height: 36px;
	padding: 0 20px 0 20px;
	text-decoration: none;
	font-size: 20px;
	font-weight:bold;
}
#access li:hover{
	background: #6e85b5;
	z-index: 99999;
}
#access li a:hover {
	color: #fff;
}
#access li > a[title="Services"] {
	background: url(images/arrow_menu/arrow_down_d6d6d6.gif) 94% 20px no-repeat;
}
#access li:hover > a[title="Services"],
#access ul li.current_page_item > a[title="Services"] {
	background: url(images/arrow_menu/arrow_down_fff.gif) 94% 20px no-repeat;
	color: #fff;
 	height: 50px;
 	padding-bottom: 14px;
}
#access ul li:hover > ul {
	display: block;
	height: auto;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
#access ul ul {
	background: url(images/ul.png);
	border: #1b418c solid 2px;
	position: absolute;
	display: none;
	top: 42px;
	left: 0;
	float: left;
	width: 210px;
	z-index: 999;
}
#access ul ul ul {
	left: 92%;
	top: 5px;
}
#access .menu li li {
	border-top: #72859a solid 1px;
	border-bottom: #313339 solid 1px;
	border-left: none;
	border-right: none;
	margin: 0 auto 0 auto;
	width: 200px;
	height: auto;
}
#access ul ul li:first-child{
	border-top: none;
}
#access ul ul li:last-child{
	border-bottom: none;
}
#access ul ul a {
	font-size: 18px;
	line-height: 1em;
	width: 190px;
	padding: 10px;
	color: #fff;
	background: url(images/arrow_menu/arrow_right_fff.gif) 185px 15px no-repeat;
}
#access ul ul ul a {
	background: none;
}
#access ul ul li:hover {
	background: none;
}
#access ul ul li:hover > a {
	color: #1b418c;
	text-shadow:0 1px 1px #666;
	background: url(images/arrow_menu/arrow_right_1b418c.gif) 175px 15px no-repeat;
}

#access ul ul ul li:hover > a {
	background: none;
	background-image: none;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
/* =searchform
-------------------------------------------------------------- */
#searchform {
	float: right;
	margin: auto;
	width: 240px;
	height: 40px;
}
#searchform #s {
	border: #72859a groove 1px;
   	height: 20px;
   	background: url(images/bg.png) 0 10% /* #d2deff*/; 
   	width: 180px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 7px auto;
}
#searchform #s:hover {
   	background: url(images/bg.png) 0 20% /* #e3ebff*/;
}
#searchform #searchsubmit {
	cursor: pointer;
	height: 48px;
	width: 48px;
	margin: -4px auto -4px -24px;
	vertical-align:middle;
	text-align:center;
	position: relative;
}
#searchform #searchsubmit:hover, #searchform #searchsubmit:focus, #searchform #searchsubmit:active {	
	height: 64px;
	width: 64px;
	margin: -12px auto -12px -32px;
}

/* =Content
-------------------------------------------------------------- */

#main {
	margin: 5px auto 5px auto;
	background-color: #fff;
	width: auto;
	height: auto;
	border: #a6a6a6 solid 1px;
  	-moz-border-radius: 10px;
  	-webkit-border-radius: 10px;
  	border-radius: 10px;
}/*
#main:after, .entry-content:after, .hentry:after {clear:both;
	content: '';
	content: none;}*/
.buzz {
	background: url(images/Buzz%20Logo.jpg) no-repeat 99% 20%;
}
.buddy {
	background: url(images/west-and-east-cheshire-buddy-scheme.jpg) no-repeat 95% 70%;
}
#content-main {
	background: url(images/key/key1_fff.png) center no-repeat;
	/*min-height:360px;*/
	width: auto;
	height: auto;
}
#content, #submenu {
	margin: 0;
}
/*#content div {
	margin: 20px 0 20px 0;
	padding: 0;
}
#content div div {
	margin-bottom: 0;
}*/
#content.logo-right {
	margin-right: 300px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 1;
}
#content ul,
#content ol,
dd,
#content pre,
#content hr {
	margin-bottom: 18px;
	line-height: 1.4em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 1.5em;
}
#content code {
	font-size: 14px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#1b418c;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1 {
	font-size: 26px;
}
#content h2 {
	font-size: 24px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	/*margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	/*margin: 0 0 36px 0;*/
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color:#1b418c;
	font-size: 24px;
	font-weight: bold;
	/*font-style: italic;*/
	text-decoration: none;
}
.page-title a:link,
.page-title a:visited {
	color:#1b418c;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #275de3;
}
#content .entry-title {
	/*font-size: 24px;*/
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	text-decoration: underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	/*clear: both;*/
	padding: 0;
	margin-top: 20px;
	width:auto; height:auto;
	/*padding: 12px 0 0 0;*/
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #1b418c;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #275de3;
}
body.page .edit-link a {
	/*clear: both;*/
	display: block;
	margin-bottom: 6px;
}
.edit-link {
	clear: both;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	/*font-size: 100%;*/
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 1.5em;
}
/*.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #275de3;
}*/
#content .video-player {
	padding: 0;
}

/* =Submenu
-------------------------------------------------------------- */

#submenu ul {
	list-style: none outside none;
	margin: auto auto 20px auto;
	overflow:hidden;
}
#submenu li {
	background: #6e85b5;
	border: #10254E solid 1px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 190px;
	margin: auto 1% auto auto;
	float: left;
}
#submenu li li {
	display: block;
	width: auto;
	margin: 0;
	margin-top: -2px;
	-moz-border-radius: 0; 
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: none;
}
#submenu li a {
	color: #fff;
	text-shadow:0 -1px 1px #333;
	display: block;
	padding-top: 17px;
	padding-bottom: 15px;
	text-decoration: none;
	line-height: 1.2em;
	font-size: 20px;
	font-weight:bold;
}
#submenu ul ul {
	padding-top: -2px;
	width: auto;
	border-top: #002790 groove 2px;
}
#submenu li li a {
	border-bottom: none;
	border-top: #002790 groove 2px;
	width: 170px;
	margin-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height: 1.2em;
	font-size: 16px;
	color: #fff;	
	font-variant: normal;
}

#submenu li a:hover {
	color: #1b418c;
	text-shadow:0 1px 1px #666;
}
#submenu li li:first-child {
	width: 100%;
}

/* =Site map
-------------------------------------------------------------- */
.site-map {
 margin: 20px auto auto 20px;
} .site-map li {
	margin: 2px 0 0 20px;
}
.site-map li, #pages li {
	/*list-style: square;*/
	margin: 0 0 2px 18px;
}
.site-map li a {
	color: #000;
	text-decoration: none;
}
.site-map li a:hover {
	text-decoration: underline;
}

.page-link {
	margin-bottom: 20px;
}

/* =Contact Us
-------------------------------------------------------------- */
.left {
	float: left;
}
.contact {}
#contact textarea, #contact input[type="text"], #contact #feedback #submit, #contact #contact-submit, #contact select {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#contact, #contact-results {
	float: right;
	width: 340px;
	margin-top: 30px;
}
#contact, .contact .entry-content {float: left;}
.contact .entry-content {max-width: 60%; margin-right: 20px;}
#contact p, #contact p a, #contact select, #contact #feedback p {
	text-align: left;
	font-size: 16px;
	line-height: 1.2em;
	margin: 8px auto 4px auto;
}
#contact input[type="text"], #contact textarea, #contact textarea:focus, #contact select , #contact select:focus {
	background: url(images/bg.png) 0 20%;
	color: #333;
	outline: 0;
	border: 1px solid #999;
}
#contact input[type="text"], #contact textarea, #contact textarea:focus {
	padding: 2px 10px 2px 10px;
}
#contact textarea, #content #contact #comments textarea{
	height: 140px;
	width: 300px;
}
#contact p.captcha {
	/*border: #FF0000 solid 1px;*/
	background: #ffffff;
	width: auto;
	margin-right: 120px;	
}
#contact img#captcha, #contact img#feedback-captcha {
	margin-left: 20px;
}
#contact img#refresh, #contact img#feedback-refresh {
	height: 34px;
	cursor: pointer;
	margin: 3px 3px 3px 23px;
}
#contact img#refresh:hover, #contact img#feedback-refresh:hover {	
	height: 40px;
	overflow: visible;
	margin: 0px 0px 0px 20px;
}
#contact .code {
	margin-left: 20px;
}
#contact #code, #contact #feedback-code {
	margin-left: 40px;
}
#contact p.form-submit, #contact #feedback p.form-submit {
	margin-left: 50px;
}
#contact #feedback #submit, #contact #contact-submit {
	background: url(images/ul.png) bottom;
	border: none;
	color: #fff;
	text-shadow:0 -1px 1px #333;
	width: auto;
	height: auto;
	cursor: pointer;
	font-size: 16px;
	line-height: 1.2em;
	padding: 3px 10px 3px 10px;
}
#contact #feedback #submit:hover, #contact #contact-submit:hover {
	background: url(images/ul.png) 0 70%;
}
#contact input[type="value"] {
	text-decoration: none;
}

#contact input.error, #contact textarea.error, #contact textarea.error:focus {
	background: #fff7f4;
}
#contact span, #contact p.error {
	color: #e45317;
	font-size: 18px;
	font-style: italic;
	text-shadow:0;
}
#contact span.error, #contact p.error {
	font-size: 14px;
	margin: auto auto auto 10px;
}
#contact .notes {
	margin: 30px auto;
	font-size: 13px;
	font-style: italic;
}
#contact .notes span {
	margin: auto 5px auto 5px;
}

#contact-results {
	background: #6e85b5;
	border: #10254E solid 1px; 
	text-align: center;
}
#contact-results h3, #contact-results a {
	color: #fff;
	text-shadow:0 -1px 1px #333;
	margin: 20px auto 20px auto;
}
#contactform, .contactform {
	display: none;
}

/* =Feedback form
-------------------------------------------------------------- */

#contact select {
	margin-bottom: 20px;
}
#contact #comments {
	display: none;
}
#contact #feedback {
	border-top: none;
	margin-top: 10px;
	overflow: visible;
}
#contact #feedback label {
	text-align: left;
	font-size: 16px;
	color: #000;
}
#contact #feedback .radio {
	width: auto;
	margin-top: 4px;
	font-size: 14px;
}

#contact #feedback input[type="radio"] {
	width: 50px;
	text-align: left;
	margin: 0;
}
#contact #feedback input[type="text"] {
	width: 250px;
}
#contact #feedback h3#reply-title {
	margin: 0 auto 0 auto;
	font-weight: normal;
	color: #000000;
}
#contact #feedback p.reply-title {
	margin: 0 auto 12px auto;
	font-size: 14px;
}
/* =Maps
-------------------------------------------------------------- */
 h3 a{
	text-decoration: none;
}
.map {
	float: left;
	text-align: right;
	margin-left: 50px;
	margin-top: 30px;
}
#map_canvas {
	margin:0;
	padding:0;
	text-align: left;
	float: none;
	width: 640px;
	color: #333;
	height: 420px;
}
.location {
	margin:0;
	padding:0;
}
.location h4 {
	font-size: 12px;
	line-height: 1.2em;
	color:#1b418c;
}
.location p {
	font-size: 10px;
	line-height: 1.2em;
	margin-bottom: 0;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	margin: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

.gallery-size-thumbnail .gallery-icon img.attachment-thumbnail {
	width: 150px;
	height: 150px;
}
.gallery-size-thumbnail .gallery-caption, .gallery .gallery-desc {
	display: none;
}
#gallery-new:after {clear:both;}
#gallery-new .gallery-title {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
	color: #1b418c;
	padding:0;
}
#gallery-new .gallery-caption, #gallery-new .gallery-desc {
	font-size: 16px;
	color: #000;
}
#gallery-new .gallery-caption {
	font-weight: bold;
}
.controls a {
	color: #333;
	font-size: 16px;
}

/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .page-title {
	text-align: left;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 860px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery-size-thumbnail {
	text-align: center;
	margin: auto;
}
#content gallery-size-thumbnail .gallery-item {
	float: left;
	margin:0 8px;
	text-align: center;
	width: 180px;
	height: 212px;
}
#content gallery-size-thumbnail .gallery-icon {
	width: 158px;
	height: 158px;
	padding: 0;
	margin: auto;
	background-color: #a6a6a6;
}
#content .gallery-gallery .gallery dl, #content .gallery .gallery-icon, .slideshow img {
  	-moz-border-radius: 3px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
}
#content .gallery-size-thumbnail .gallery-title {
	color: #666;
	font-size: 12px;
	margin: 10px auto auto auto;
}
#content .gallery .gallery-item img {
	margin: 4px;
  	-moz-border-radius: 2px;
  	-webkit-border-radius: 2px;
  	border-radius: 2px;
}
#content gallery-size-thumbnail .gallery-icon:hover {
	background-color: #6e85b5;
	/*margin: -8px;
	width: 166px;
	height: 166px;*/
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 16px;
	line-height: 1.5em;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #1b418c;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #275de3;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	/*clear: both;*/
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	margin-bottom: 0;
	font-size: 18px;
}
h3#comments-title {
	margin: 12px 0 12px 0;
	color: #000;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment{
	/*margin: 0 0 18px 0;
	position: relative;*/
}
.commentlist li.comment, .commentlist li{
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	margin-bottom: 12px;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #1b418c;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	/*entry-content*/
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #275de3;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
#respond input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
#comments-list h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 1.5em;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
*/

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

#content .funders h2 {
	text-decoration: underline;
}
#content .content-funders {
	float: left;
	width: auto;
	text-align: center;
	margin: 0 15px 30px 15px;
}
#content .content-funders img {
	height: 60px;
}
#content .content-funders img.nwpar {
	height: 100px;
}
#content .content-funders p{
	margin: 10px auto;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	/*list-style: none;*/
	margin-left: 0;
}
.widget-area ul ul {
	/*list-style: square;*/
	margin-left: 1.3em;
}
.widget_search #searchform {
	float: none;
}
.widget_search #searchform #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color:#1b418c;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	/*color: #222222;*/
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
.widget_calendar {
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
	/*background: #fff;*/
}
#wp-calendar tbody td {
	background: #f5f5f5;
	/*border: 1px solid #fff;*/
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody td:hover {
	text-decoration: underline;
}
#wp-calendar tbody td.pad:hover {
	text-decoration: none;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #275de3;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	margin-top: 20px;
	border-left: 1px solid #e7e7e7;
}
#secondary {
}
#primary #comments, #primary p, #primary #twitter {
	margin: 0 14px 10px;
}
#primary #comments h3#comments-title, #twitter h3 {
	color:#1b418c;
	font-weight: normal;
	margin:0 auto 6px; 
	display: none;
}
#primary .commentlist {
	/*margin-left: 10px;*/
}
#primary .commentlist li, #primary #twitter li {
	padding: 0;
	display: none;
}
#primary .commentlist li div {
	margin-left: 0;
	/*background: pink;*/
}
#primary .comment-author {
	margin-bottom: 6px;
}
#primary .comment-author cite {
	font-size: 13px;
	font-weight: normal;
}
#primary .comment-author .says {
	font-style: italic;
	color: #666;
	font-size: 13px;
}
#primary #comments .commentlist li .comment-body {
	margin: 0;
}
#primary #comments .comment-body p {
	line-height: 1.2em;
	margin: 0;
}
#primary #comments .comment-body p.feedback-rating{
	margin-top: 6px;
	font-size: 12px;
}
#primary .commentlist li .comment-meta {
	margin: 0;
	font-size: 12px;
	color: #666;
}
#twitter li {list-style:none;}

/* Footer widget areas */
#footer-widget-area {
}



/* Facebook widget areas */
.fb_add {	
	margin: 0 auto 20px 20px;
	/*height: 100px;*/
	float: left;
}
.tw_add {
	float: left;
	margin-top: 5px;
}
.fb {
	vertical-align: bottom;
	float: left;
	margin-right: 10px;
}
.fb img {
	height: 30px;
}
.fb_send {
	margin-top: 3px;
	width: 56px;
}
.fb_like {
	margin-top: 3px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	background: url(images/ul.png) bottom left repeat-x;
	height: auto;
	font-size: 16px;
	text-shadow:0 -1px 1px #333;
	line-height: 1.2em;
}
#site-info, #site-info ul, #site-info div {
	float: left;
}
#site-info {
	margin: 8px 10px auto 10px;
	height: 80px;
}
#site-info div {
	height: 64px;
	margin: 8px 10px 8px 10px;
	vertical-align: middle;
}
#site-info div a {
	margin-left: 64px;
	line-height: 64px;
}
#site-info .email:hover, #site-info .find:hover {
	height: 80px;
	margin: 0 10px 0 2px;
	text-indent: 0;
}
#site-info div:hover a {
	margin-left: 72px;
	line-height: 80px;
	text-decoration: underline;	
}
#site-info .email {
	background: url(images/mail.gif) no-repeat top left;
}
#site-info .email:hover {
	background: url(images/mail_hover.gif) no-repeat top left;
}
#site-info .find {
	background: url(images/map.gif) no-repeat top left;
}
#site-info .find:hover {
	background: url(images/map_hover.gif) no-repeat top left;
}
#site-info ul {
	margin: 8px 10px auto 10px;
	list-style: none;
	line-height: 64px;
}
#site-info li {
	display: inline-block;
	margin: 0 15px 0 15px;
	
}
#site-info a {
	color: #fff;
	text-decoration: none;
}
#site-info li.page-item-147 {
	border: #FF0000 dotted 1px;
	display: none;
}
#site-info li.page_item a:hover {
	text-decoration: underline;
}
#footer .current_page_item	{
	text-decoration: underline;
	color: #fff;
}
.site-info {
	float: right;
	margin-top: 40px;
	font-size: 12px;
	color: #fff;
	font-style: italic;
}
.site-info span {
	font-style: normal;
	margin: 0 10px 0 5px;
}
.site-info p {
	text-align: right;
}
#site-author {
	margin: 0 0 20px 0;
	font-size: 14px;
}
#site-author a {
	padding-left: 18px;
	text-decoration: none;
	color: #fff;
}
#site-author a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



.form input[type="text"], .form input[type="tel"], .form textarea, .form select{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form input[type="text"], .form input[type="tel"], .form textarea, .form textarea:focus {padding:4px}
.form input[type="text"], .form input[type="tel"], .form textarea, .form textarea:focus, .form select , .form select:focus{
	background: url(images/bg.png) 0 20%;
	color: #333;
	outline: 0;
	border: 1px solid #999;
}