/*
Theme Name: Carrick College
Theme URI: http://www.carrickferguscollege.co.uk/
Description: Theme for Carrickfergus College Website.
Author: JPS
Version: 2.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	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; }

img.noborder{border:0!important;}

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

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 260px 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

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

.one-column #content {
	margin: 0 auto;
	width: 940px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, "Bitstream Charter", serif;
	color:#006;
}

#content p, #content ul, #content ol{font-size:13px; line-height:22px;}

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,
#respond 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;
}



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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	padding: 0 20px;
}
#branding { position:relative;}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 300px;
}
#footer-widget-area #third {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 700px;
	font-weight: bold;
	font-size: 14px;
}
#site-generator {
	float: right;
	width: 220px;
}



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

/* Main global 'theme' and typographic styles  */
body {
	background: #f1f1f1;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;	
}

.hentry ul li{
	list-style-type:none; 
	background:#FFFFFF; 
	background:url(images/bullet_content.gif) left top no-repeat; 
	padding:2px 0 0 15px; 
	margin-left:10px
	}

.hentry p a, .hentry p a:visited, .hentry ul a, .hentry ul a:visited, .hentry ol a, .hentry ol a:visited{
	color:#006 !important;
	text-decoration:none;
	border-bottom:1px dotted #006;
	padding: 0 1px;
	}

.hentry p a:hover, .hentry ul a:hover,.hentry ol a:hover{
	color:#FFF!important;
	text-decoration:none;
	background-color:#006;
	padding: 0 1px;
	text-shadow: 1px 1px 1px #333;
	}

div.ngg-galleryoverview a:hover{background:none!important;}

ol {
	list-style: decimal;
	margin: 0 0 18px 30px;
}
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;
}

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;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	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);
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#743399;
}
a:active,
a:hover {
	color: #E8B849;
}

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



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}
#site-title {
	float: left;
	margin: 0 0 5px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
	height:105px;
}
#site-title img{
border-bottom:none !important;
border-top:none!important;
clear:none!important;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #006;
	display: block;
	border-bottom: 1px solid #006;
}



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

#access {
	background: #006;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
	border-bottom:1px solid #006;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
	z-index:33000; /*ie7 z-index fix 'giving the parent element a higher z-index actual fixes the bug'*/
}

#access a {
	display:block;
	text-decoration:none;
	color:#AAA;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 30000;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#007;
	height:auto;
	line-height:16px;
	padding: 7px 10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#FFF;
	background:#007;
}
#access ul li:hover > ul {
	display:block;
}
#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;
	font-weight:bold;
}

* 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;
}

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

#main {
	overflow: hidden;
	padding: 15px 0 0 0;
}

#crumbs{font-size:11px; border-top:1px solid #DDD; border-bottom:1px solid #DDD; margin-bottom:15px;}
#crumbs a, #crumbs a:visited{color:#006; border-bottom:1px dotted #006; text-decoration:none; padding: 0 1px;}
#crumbs a:hover{color:#FFF!important;
	text-decoration:none;
	background-color:#006;
	padding: 0 1px;
	text-shadow: 1px 1px 1px #333;}

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 13px;
	line-height: 22px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:18px;
}
#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: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:#006;
	margin: 0 0 10px 0;
	line-height: 1.5em;
	font-family:Century Gothic;
	font-weight:bold;
	border-bottom: 1px solid #006;
}
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content table.noborder {
	border: none!important;
}
#content tr th,
#content thead th {
	color: #FFF;
	font-family:Century Gothic;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
	background: #006;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
	font-size:13px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 25px 0;
}
.home .sticky {
	background: #FFB3B3;
	border-top: 4px solid #F00;
	padding: 18px 20px;
	margin-right: -20px;
	margin-bottom:15px;
}

.home .sticky img{
	float:left;
	margin:0 15px 0 0!important;
	padding:2px;
	border:1px solid #CCC;
	background:#FFF;
}
.home .sticky h2 {color:#F00!important; border-bottom:0!important;}

.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #006;
	font-weight: bold;
	font-family: Century Gothic!important;
	margin: 0 0 36px 0;
	padding-bottom:5px;
	border-bottom: 2px solid #006;
}
.page-title span {
	color: #E8B849;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #E8B849;
}
#content .entry-title {
	color: #006;
	font-family:Century Gothic, Arial;
	font-size: 25px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 2px solid #006;
	padding-bottom:5px;
}

#content h2.archive{
	font-size:20px!important;
	border:none!important;
	padding-bottom:0!important;
}
.entry-title a:link,
.entry-title a:visited {
	color:#006;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
		color:#FFF!important;
	text-decoration:none;
	background-color:#006;
	padding: 0 1px;
	text-shadow: 1px 1px 1px #333;
}
.entry-utility a, .entry-utility a:visited, .entry-meta a, .entry-meta a:visited {
	padding: 0 1px;
}
.entry-utility a:hover, .entry-meta a:hover {
		color:#FFF!important;
	text-decoration:none;
	background-color:#888;
	padding: 0 1px;
	text-shadow: 1px 1px 1px #333;
}
h2.entry-title a, h2.entry-title a:visited{border:none!important;}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta a,.entry-meta a:visited{text-decoration:none;}
.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: 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:#333;
	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: #E8B849;
}
.page .edit-link {
	/*clear: both;
	display: block;*/
	
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:5px 7px;
	background:#F2F2F2;
}

.entry-utility {*padding-top:2px!important;}

.entry-meta a,
.entry-utility a, .entry-utility a:visited {
	color: #888;
	text-decoration:none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #E8B849;
}
#content .video-player {
	padding: 0;
}


#relatedposts{
margin-top:15px;
}

#relatedposts h3.widget-title{margin-bottom:15px!important;}

#relatedposts img {
float: left!important;
margin-right: 5px!important;
background:#FFF;
padding:2px;
border:1px solid #CCC;
clear:right;
/*height:80px;*/
/*width:94px;*/
}

#relatedposts img:hover{border:1px solid #333;}

#relatedposts .left{float:left; margin-left:10px;}

#relatedposts .right{float:right;}

#relatedposts .related-post{ width:320px; height:70px; padding:2px 0; margin-bottom:5px; overflow:hidden;}

#relatedposts .related-post div.title{line-height:17px!important;}

#relatedposts .related-post div.title a, .footer-archive-post div.title a:visited{
	color:#006!important; 
	border-bottom:none!important; 
	font-weight:bold;
	text-decoration:none;
	}
	
#relatedposts .related-post div.title a:hover{text-decoration:underline;}	

#related{
margin-top:15px;
background:#E4E7FF;
border-top:2px solid #000066;
padding:10px 15px;
}

#related h3{margin:0 0 10px 0!important;}

#related img {
float: left!important;
margin-right: 5px!important;
background:#FFF;
padding:2px;
border:1px solid #CCC;
clear:right;
/*height:80px;*/
/*width:94px;*/
}

#related img:hover{border:1px solid #333;}

#related .left{float:left;}

#related .right{float:right;}

#related .related-post{ width:320px; height:70px; padding:2px 0; margin-bottom:5px; overflow:hidden;}

#related .related-post div.title{line-height:17px!important;}

#related .related-post div.title a, .footer-archive-post div.title a:visited{
	color:#006!important; 
	border-bottom:none!important; 
	font-weight:bold;
	text-decoration:none;
	}
	
#related .related-post div.title a:hover{color:#FFF!important;
	text-decoration:none;
	background-color:#006;
	padding:0 1px;}	

.thumb {
float: right;
margin-top:10px;
margin-left: 16px!important;
margin-bottom: 16px!important;
padding:2px;
border:1px solid #CCC;
clear:right;
}

.sidebar-thumb {
	margin-right:5px;
	float: left;
	border:1px solid #CCC;
	clear:left;
}

.footer-archive-post{height:65px; padding:2px 0; margin-bottom:5px; clear:both;}

.footer-archive-post img {
float: left;
margin-right: 4px!important;
margin-bottom: 4px!important;
border:1px solid #CCC;
background:#FFF;
}

.footer-archive-post img:hover{border:1px solid #e9ba46;}

.footer-archive-post div.title a, .footer-archive-post div.title a:visited{
	color:#e9ba46!important; 
	border-bottom:none!important; 
	font-weight:bold;}

.entry-summary .thumb {float:left!important; margin: 0 10px 10px 0!important;}


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

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	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 {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


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

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.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;
	max-width: 674px;
}
#content .attachment img {
	max-width: 900px;
}
#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;
	padding:2px;
	background:#FFF;
	border:1px solid #CCC;
}
#content .wp-caption {
	background: #FFF;
	line-height: 14px;
	text-align: left;
	margin-bottom: 10px;
	/*padding: 4px;*/
}
#content .wp-caption img {
	/*margin: 2px 2px 0;*/
	padding: 2px;
	border:1px solid #CCC;
	background:#FFF;
}
#content .wp-caption p.wp-caption-text {
	margin: 3px 5px;
	color: #888;
	font-size: 10px;
	line-height: 14px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}



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

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
	padding: 0 1px;
}
.navigation a:active,
.navigation a:hover {
	color:#FFF!important;
	text-decoration:none;
	background-color:#888;
	padding: 0 1px;
	text-shadow: 1px 1px 1px #333;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#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;
}


/* Search Form
-------------------------------------------------------------- */
#branding #searchform {
	position: absolute;
	top: 40px;
	right: 0px;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: right;
	font-size: 12px;
	height: 22px;
	padding: 4px 10px 4px 28px;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	width: 100px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 200px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
}


/*Search form for search page*/
div.search form#searchform{}
div.search form#searchform input#s{
	color:#333;
	width: 190px;
	height: 28px;
	padding: 0;}
div.search form#searchform input#searchsubmit{
cursor:pointer;
position:relative;
background:#006;
color:#FFF;
font-family:Century Gothic;
font-weight:bold;
border:medium none;
margin:0;
float:left;
height:30px;}

/* =Contact Form
-------------------------------------------------------------- */
div.contact p {
	margin:0!important; 
	padding:0!important;
	font-weight:bold;

}

div.contact input{
	margin-bottom:15px!important;
	}

div.contact input[type="submit"]  {
cursor:pointer;
height:30px;
position:relative;
background:#006;
color:#FFF !important;
font-size:14px!important;
font-family:Century Gothic;
font-weight:bold;
border:medium none;
margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.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 {
}
.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: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #E8B849;
}
.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: #E8B849;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	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;
}
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;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#E8B849;
	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: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}

.widget-container li.see-more{border-bottom:none!important;}

.widget-title {
	color: #006;
	padding:5px 3px;
	font-weight: bold;
	font-family:Century Gothic;
	text-transform:uppercase;
	border-bottom:3px solid #006!important;
}
#content .widget-title{margin-bottom:0!important;}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
.textwidget p{
	margin-top:5px;
	color:#333;
}
#wp_tag_cloud div {
	line-height: 1.6em;
	margin-top:10px;
}

#wp_tag_cloud{font-size:12px; text-algin:left;}

#wp_tag_cloud a, #wp_tag_cloud a:visited{color:#006; background-color:#F2F2F2; padding:4px 8px;}

#wp_tag_cloud a:hover{color:#FFF; background-color:#006; padding:4px 8px; text-decoration:none;}

#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#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: #E8B849;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

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



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

#footer_wrap{
clear:both;
background:#006; 
background-image: url(images/footer_wrap_bg.gif); 
background-repeat: repeat; 
padding: 20px 0 20px 0;
border-top:2px solid #E9BA46;
}

#footer{
clear:both;
text-align:left;
-webkit-border-radius:10px;
-moz-border-radius:10px;
width:960px;
height:300px;
padding: 10px 0 10px 0;
margin: 0 auto 0 auto;
color:#FFF;
background-color:#006; 
background-image: url(images/footer_bg.gif); 
background-repeat: no-repeat; 
background-position: right bottom;
}

#footer_wrap a:link, #footer_wrap a:visited{
color:#FFF; 
text-decoration:none;
border-bottom:1px dotted #FFF;
}

#footer_wrap a:hover {
	text-decoration:underline;
	border:none;
}

#footer p{
line-height:16px;
}

#footer h2 {
	margin:0; 
	color:#E9BA46; 
	font-family:Century Gothic, Arial; 
	font-weight:bold; 
	font-size:16px;
	padding-bottom:5px; 
	border-bottom:1px solid #E9BA46; 
	margin-bottom:15px;
}
#footer p {font-size:12px; text-align:left;}

#footer ul {font-size:12px;list-style-type:none; margin:0 0 0 20px; padding:0px; border-left:30px solid #E9BA46;}
#footer ul li{list-style-type:none; background:#FFFFFF; background:url(images/bullet2.gif) left center no-repeat; padding:2px 0 0 20px; margin-left:-30px;}
#footer{margin: 0 auto 0 auto; padding:10px 10px 1px 10px; width: 960px;}
#footer .column{width:300px; float:left; margin-right:20px;}

#logos{width:960px; margin:10px auto; padding: 10px 0 10px 10px;}
#logos p{color:#FFFFFF; font-size:12px; text-align:left;}
#logos img{float:right;}


.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 20px;
	line-height: 16px;
}
#site-generator 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;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.one-column #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* Navigation for Different Sections */	
ul.children li{border:none!important; list-style-type:none; background:#FFFFFF; background:url(images/bullet_content.gif) left -1px no-repeat!important; padding:2px 0 0 15px!important; margin-left:10px!important;}


/*Widget UL*/
.widget-container ul {margin-left:0!important;}
.widget-container ul li a, .widget-container ul li a:visited{color:#006; padding: 0;}
.widget-container ul li a:hover{text-decoration:underline;}
.widget-container ul li{border-bottom:1px dotted #CCC; list-style:none; padding:5px 3px; color:#333;}
.widget-container .current_page_item{font-weight:bold; text-transform:uppercase;}

/********************************************** Event Calendar ***************************************************************/
div#jd-calendar ul li{background:none!important; margin:0; padding:0;}

#jd-calendar * {
margin:0;
padding: 0;
line-height: 1.5;
color: #333;
}

#jd-calendar {
margin: -25px 0 0 0;
}

#jd-calendar caption{
background: #006;
color:#FFF;
margin: 2px 0;
font-weight:700;
font-family:Century Gothic;
padding:2px 0;
}

#jd-calendar .my-calendar-date-switcher{
padding:5px;
margin-bottom:10px;
width:350px;
float:left;
}

#jd-calendar .my-calendar-date-switcher label{
color:#333;
font-weight:bold;
font-size:14px;
}

#jd-calendar table {
width:100%;
line-height:1.2;
border-collapse:collapse;
clear:both;
}

#jd-calendar td {
vertical-align:top;
border:1px solid #eee;
text-align:left;
width:13%;
height:70px;
padding:2px!important;
}
.mini td {
height: auto!important;
}
#jd-calendar th {
text-align: center;
padding: 5px 0!important;
letter-spacing: 1px;
background:#FFF!important;
}
#jd-calendar th abbr {
border-bottom: none;
}
#jd-calendar h3 {
font-size:.8em;
font-family: Arial, Verdana, sans-serif;
font-weight:700;
margin:3px 0;
padding:0;
width: 100%;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#jd-calendar h3 img {
vertical-align: middle;
margin: 0 3px 0 0!important;
}
#jd-calendar #calendar-list h3 img {
vertical-align: middle;
}

#jd-calendar .list-event h3 {
font-size:1.2em;
margin:0;
}
#jd-calendar .calendar-event .details, #jd-calendar .calendar-events {
font-family:Arial, Helvetica, sans-serif !important;
position:absolute;
width:50%;
background: #F2D99D;
color:#333;
border:1px solid #E8B849;
-moz-border-radius:10px;
-moz-box-shadow:3px 3px 6px #777;
-webkit-box-shadow:3px 3px 6px #777;
box-shadow:3px 3px 6px #777;
padding:5px;
z-index: 3;
}
#jd-calendar .details .close {
float: right;
width: 12px!important;
margin-top: -2px!important;
}
#jd-calendar .calendar-events {
width: 200px!important;
left: 0px;
}
#jd-calendar .list-event .details {
background:#fafafa;
border:1px solid #eee;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:5px 0;
padding:5px 5px 0;
color: #333;
}
#jd-calendar #calendar-list {
margin: 0;
padding: 0;
}
#jd-calendar #calendar-list li {
padding:5px;
list-style-type: none;
margin: 0;
}

#jd-calendar #calendar-list .odd {
background:#d3e3e3;
}

#jd-calendar .odd .list-event .details {
background:#e3f3f3;
border:1px solid #c3d3d3;
}

#jd-calendar .current-day {
background:#ffb;
}
#jd-calendar .current-day .mc-date {
color: #333;
background: #eee;
}

#jd-calendar .mc-date {
display:block;
background:#f6f6f6;
margin:-2px -2px 2px;
padding:2px 4px;
font-family:Arial, Helvetica, sans-serif !important;
}

#jd-calendar .weekend {
background:#CCC;
color: #333;
}

#jd-calendar th {
font-size:.8em;
text-transform:uppercase;
padding:2px 4px 2px 0;
}
#jd-calendar .category-key {
background: #edf7ff;
border: 1px solid #a9e3ff;
padding: 5px;
margin: 5px 0;
}
#jd-calendar .category-key ul {
list-style-type: none;
margin: 0;
padding: 0;
}
#jd-calendar .category-key li {
margin: 2px 10px;
}
#jd-calendar .category-key span {
margin-right:5px;
vertical-align:middle;
}
#jd-calendar .category-key .no-icon {
width: 10px;
height: 10px;
display: inline-block;
border: 1px solid #555;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}

#calendar-list li {
text-indent:0;
margin:0;
padding:0;
}

#jd-calendar .calendar-event .event-time, #jd-calendar .list-event .event-time {
display:block;
float:left;
height:100%;
margin-right:10px;
margin-bottom:10px;
font-weight:700;
font-size:.9em;
}

#jd-calendar p {
line-height:1.5;
margin:0 0 1em;
padding:0;
}

#jd-calendar .sub-details {
margin-left:6em;
}

#jd-calendar .vcard {
font-size:.9em;
margin:10px 0;
}

#jd-calendar .calendar-event .vcard {
margin:0 0 10px;
}

#jd-calendar,#calendar-list {
clear:left;
background: #fff;
}
#jd-calendar {
position: relative;
}
#jd-calendar img {
border: none;
}
.category-color-sample img {
margin-right: 5px;
vertical-align: top;
}

#jd-calendar .my-calendar-nav ul {
font-family:Arial, Helvetica, sans-serif !important;
list-style-type:none;
margin:0;
padding:5px 0;
width:190px;
float:right;
}

.mini .my-calendar-nav ul {
height: 2em!important;
}

#jd-calendar .my-calendar-nav li {
float:left;
list-style-type: none;
}

#jd-calendar .my-calendar-nav li:before {
content:'';
}
#jd-calendar .my-calendar-nav li a {
display:block;
background:#fff;
text-align:center;
padding:1px 20px;
color: #243f82;
}
.mini .my-calendar-nav li a {
padding: 1px 3px!important;
font-size: .7em;
}
#jd-calendar .my-calendar-nav li a:hover {
color:#FFF!important;
	text-decoration:none;
	background-color:#888;
	padding:1px 20px;
	text-shadow: 1px 1px 1px #333;
}
#jd-calendar .my-calendar-next {
margin-left: 4px;
text-align:right;
}
#jd-calendar .my-calendar-next a {
-webkit-border-top-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}
#jd-calendar .my-calendar-prev a {
-webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
}
#jd-calendar .day-without-date {
background: #fafafa;
}
#upcoming-events .past-event {
color: #777;
}
#upcoming-events .today {
color: #006;
}
#upcoming-events .future-event {
color: #555;
}
#jd-calendar.mini .my-calendar-date-switcher label {
display: block;
float: left;
width: 6em;
}
#jd-calendar.mini .my-calendar-date-switcher {
padding: 4px;
}
#jd-calendar.mini td .category-icon {
display: none;
}
#jd-calendar.mini h3 {
font-size: 1.1em;
}

#jd-calendar.mini .day-with-date span, #jd-calendar.mini .day-with-date a {
font-family: Arial, Verdana, sans-serif;
font-size: .9em;
padding:1px;
}
#jd-calendar .mini-event .sub-details {
margin: 0;
border-bottom: 1px solid #ccc;
padding: 2px 0 0;
margin-bottom: 5px;
}
#jd-calendar.mini .day-with-date a {
display: block;
margin: -2px;
font-weight: 700;
text-decoration: underline;
}

#jd-calendar input[type="submit"]{
width: 50px;
text-transform: uppercase;
margin-top: 10px;
font-size:12px;
}

#jd-calendar select{height:21px;}

/************************widget title backgrounds**************************8*/

li.widget_my_calendar_upcoming_widget h3.widget-title{
	background:url('images/calendar.gif') no-repeat 0 9px;
	padding-left:20px;
	}

li.widget_recent_entries h3.widget-title{
	background:url('images/calendar.gif') no-repeat 0 6px;
	padding-left:20px;
	}

li.widget_recent_entries img:hover{border:1px solid #333;}
	
li.widget_my_calendar_today_widget h3.widget-title{
	background:url('images/calendar.gif') no-repeat 0 9px;
	padding-left:20px;
	}

li#event-archive h3.widget-title, li#news-archive h3.widget-title{
	background:url('images/folder.gif') no-repeat 0 7px;
	padding-left:21px;
	}

li#wp-cumulus h3.widget-title, li#wp_tag_cloud h3.widget-title{
	background:url('images/tag.gif') no-repeat 0 7px;
	padding-left:22px;
	}

li.ngg_images h3.widget-title{
	background:url('images/camera.gif') no-repeat 0 6px;
	padding-left:20px;
	}

li.simple-section-nav h3.widget-title{
	background:url('images/page.gif') no-repeat 0 6px;
	padding-left:20px;
	}
	
li.SGMwidget h3.widget-title{
	background:url('images/map.gif') no-repeat 0 7px;
	padding-left:20px;
	}

li#news-category h3.widget-title{
	background:url('images/category.gif') no-repeat 0 7px;
	padding-left:21px;
	}
	
li#nav_menu-3 h3.widget-title{
	background:url('images/info.gif') no-repeat 0 9px;
	padding-left:21px;
	}
	
span.comments-link{display:none;}

/************************************
***** Index(home) Page **************
*************************************/

div.content-index{margin-right:0!important;}
div#home-top{margin-bottom:15px; clear:both; height:285px;}
#welcome{
	width:300px;
	height:285px; 
	float:left; 
	margin-right:20px; 
	border-bottom:1px dotted #CCC;
	}
#welcome img {float:left; padding:2px; border:1px solid #CCC; margin:0 3px 3px 0;}	
#welcome p {margin-bottom:0;}

#welcome h3.widget-title{margin-bottom:5px!important;}
#headline h3.widget-title{margin-bottom:0!important;}
#headline {
	width:620px;
	float:left;
	background:#fff;
	line-height:1.5em;
	margin:0;
	margin-bottom:10px;
	height:285px;
	}

#headline h2, #welcome h2, .sticky h2{
	font-size:26px;
	font-family:Century Gothic;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px 0px;
	color: #006;
	margin:0!important;
	}
	
#headline div.title a, #headline div.title a:visited{
	color:#006;
	font-weight:bold!important;
	font:18px Century Gothic;
	text-decoration:none;
	}

#headline div.title a:hover{text-decoration:underline;}	

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	font-style:italic;
	}

#headline p {
	padding-bottom:0;
	}

/* Carusel */

#board{
	width:620px;
	height:210px;
	margin:0px 0 10px 0;
	padding:0;
}
#board h2{
	color:#000;
	font-size:25px;
	font-weight:normal;
	margin:0;
}

#board_items{
	width:620px;
	font-family:Arial, Helvetica, sans-serif;
	height:210px;
}

#board_body{
	width:100%;
	padding:5px 0;

}

#board_carusel{
	width:610px;
	height:210px;
	position:relative;
}

#board_carusel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}
.board_item{
	width:610px;
	height:210px;
	overflow:hidden;
}
#board_body strong{
	font-size:25px;
	color:#912200;
	line-height:1.3em;
	display:block;
	font-weight:bold;
	font-family:Century Gothic;
	padding:0;
}
#board_body p{
	font-size:13px;
	color:#313131;
	line-height:1.6em;
	margin-bottom:0px;
}

#board_body p img{
	float:left;
	margin:0 15px 0 0;
	/*width:222px;
	height:146px;*/ 
	padding:2px;
	border:1px solid #BBB;
	background:#FFF;
}
#board_body p a, #board_body p a:visited{
	color:#006;
}

#board_body p.more a{
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background:url(images/read_more.gif) no-repeat; 
	display:block;
	float:left;
	height:27px;
	width:97px;
	text-indent:-9999em;
	margin-top:15px;
}
#board_body p.more a:hover{
	text-decoration:none;
}
#board_carusel_nav{
	border-top:2px solid #006;
	width:100%;
	padding:0;
	margin:0!important;
}
#board_carusel_nav li{
	font-size:12px;
	font-family:Arial, Geneva, sans-serif;
	float:left;
	padding:0 1px 0 0;
	list-style:none;
}
#board_carusel_nav a{
	display:block;
	float:left;
	background:#008;
	width:30px;
	line-height:1.8em;
	color:#fff;
	text-align:center;
	padding:0 0;
	text-decoration:none;
}
#board_carusel_nav a.selected, #board_carusel_nav a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#006;
}

form p{
margin-bottom:0px!important;
}

#homepagelinks img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#homepagelinks img:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
}

/******************* NextGen Gallery ******************/

#sb-title-inner{font-size:14px!important;}


/******************* Staff Page ******************/

div.staff-member{float:left; width:218px; max-height:80px; margin:0 2px 2px 0; border:1px solid #CCC; background:#F2F2F2; padding:0px; overflow:hidden; }
div.staff-member .entry-content{padding:0px!important;}
div.staff-info span{display:block;}
div.staff-info span.name{font-weight:bold;}
div.staff-info span.qualification{font-style:italic; font-size:10px; line-height:12px!important; margin-top:-5px;}
div.staff-info span.email{font-size:10px;}
div.staff-info span.jobtitle{font-size:12px; font-weight:bold; font-style:italic; line-height:12px!important;}
div.staff-thumb {float:left; margin-right:5px;}
div.staff-thumb img{ }

/************************** cforms *********************************************/
form.cform { width:674px!important; color:333!important; }
.cform textarea, .cform input.single { width:300px!important; }
.cform input#sendbutton { width:100px!important; }
ol.cf-ol li.cf-box-group { padding-left:0px!important;  }
ol.cf-ol li.cf-box-title { padding: 8px 0 0 0!important; font-weight: normal!important; }
p.cf-sb{ text-align:left!important; }
label.secq, label.seccap { vertical-align:top!important; margin-top:0px!important; }
p.linklove { display:none!important; }

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 15px 0; 
	border:1px solid #adadad; 
	border-left-color:#ececec; 
	border-top-color:#ececec; 
	background:#f7f7f7; 
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin-left:10px;
	padding: 0 2px; 
	font:normal 20px Times;
	color:#666666;
}

ol.cf-ol { 
	margin:0!important; 
	padding:0!important;
}

ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important;
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.3em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	background:#F0F0F0 !important;
	letter-spacing:1px;
	margin:10px 0pt !important;
	padding:5px 0pt;
	text-align:center;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:right;
	vertical-align:top;
	color:#333!important;
}

.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 15px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	width:115px;
	display:block;
}

label.cf-group-after {
	margin:3px 4px 0 2px;
	width:72px;
	text-align:left;
}
label.cf-group-after span {
	width:72px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#F3F8F8; 
}

.cform textarea,
.cform input {
	width:150px; 
}
.cform select {
	width:158px; /* attempt to have equal length */
	padding:2px 0;
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	padding:8px 0 0 100px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

.cform input.cf-box-a,
.cform input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none!important;
	background:none!important; 
}

.cform input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	margin:10px 0pt 0px !important;
	padding-left: 100px; 
} 

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:top;
}

/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	text-align:right;
	padding: 0!important;
	margin: 0;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:100px;  
	padding:5px; 
	margin: 10px 0 0 5px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
}
.cform input.resetbutton {
	width: auto;
	padding:5px 1em;
}
.cform input.backbutton {
	width: auto;
	padding:5px 1em;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	height:1%;
	min-height:1%;
	margin:0 0 0 100px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 1px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:50px;
	padding: 4px 4px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_grey.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}
div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
	font-weight:bold;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
	width:220px;
	background: #f9f9f9;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	width:410px;
	margin:0 auto 10px!important;
	padding:0!important;	
	text-align:center!important;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}

* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html .cform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html img.captcha {
	margin-bottom:1px!important;
}
*+html img.captcha {
	margin-bottom:1px!important;
}

