/* -----------------------------------------------------------
	Top bar in header background colour
----------------------------------------------------------- */
#header-top {
	background: #fffcf3;
}

/* -----------------------------------------------------------
	Logo text colour
----------------------------------------------------------- */
#logo h1 span {
	color: #209b60;
}

/* -----------------------------------------------------------
	Top right social icon background hover colour
----------------------------------------------------------- */
.twitter-icon:hover,
.facebook-icon:hover,
.gplus-icon:hover,
.pinterest-icon:hover,
.flickr-icon:hover,
.youtube-icon:hover,
.vimeo-icon:hover,
.skype-icon:hover,
.rss-icon:hover {
	background-color: #209b60;
}

/* -----------------------------------------------------------
	5 colour blocks on homepage, 1 = left, 5 = right
----------------------------------------------------------- */
.header-block-style-1 {
	background: #209b60;
}

.header-block-style-2 {
	background: #198752;
}

.header-block-style-3 {
	background: #107243;
}

.header-block-style-4 {
	background: #065f34;
}

.header-block-style-5 {
	background: #034b29;
}

/* -----------------------------------------------------------
	Border colour for current/hover main menu items
----------------------------------------------------------- */
#main-menu li.current_page_item,
#main-menu li:hover {
	border-color: #6691a6;
}

/* -----------------------------------------------------------
	Homepage slideshow arrow colour
----------------------------------------------------------- */
.slider .flex-direction-nav .flex-prev {
	border-color: #6691a6;
	background-color: #6691a6;
}

.slider .flex-direction-nav .flex-next {
	border-color: #6691a6;
	background-color: #6691a6;
}

/* -----------------------------------------------------------
	Page slideshow arrow colour
----------------------------------------------------------- */
.page-slider .flex-direction-nav .flex-prev {
	border-color: #6691a6;
	background-color: #6691a6;
}

.page-slider .flex-direction-nav .flex-next {
	border-color: #6691a6;
	background-color: #6691a6;
}

/* -----------------------------------------------------------
	Blockquote border colour
----------------------------------------------------------- */
.page-content blockquote {
	border-color: #209b60;
}

/* -----------------------------------------------------------
	Table head colour
----------------------------------------------------------- */
.page-content table th {
	background: #209b60;
}

/* -----------------------------------------------------------
	Table text link colour
----------------------------------------------------------- */
table tr a {
	color: #209b60;
}

/* -----------------------------------------------------------
	Tab border colour
----------------------------------------------------------- */
.ui-tabs .ui-tabs-nav li.ui-state-active {
	border-color: #209b60;
}

/* -----------------------------------------------------------
	Content block title background colour
----------------------------------------------------------- */

/* .block-title1 {
	background-image:url(../images/blocktitle2-bk.png);
} */
/* .block-title2 {
	display: inline-block;
	margin: 2.86em 0;
	font-size: 1.57em !important;
	text-align: center;
	background-color: #428bac;
	width: 100%;
	padding: 0 0;
} */
/* .block-title3 {
	background: #209b60;
	background-image:url(../images/blocktitle3-bk.png);
} */
/* .block-title4{
	background: #209b60;
	background-image:url(../images/blocktitle4-bk.png);
} */
/* .block-title5 {
	background: #209b60;
	background-image:url(../images/blocktitle5-bk.png);
}
.block-title6 {
	background: #209b60;
	display: inline-block;
	position: relative;
	left: 2.00em;
	top: 2.14em;
	font-size: 1.71em !important;	
	background-color: #428bac;
} */
/* .block-title7 {
	background: #209b60;
	background-image:url(../images/blocktitle2-bk.png);
} */


.vyna-widget .red, .vyna-red, .vyna-bkred {
	background: #9e231a;
}

.vyna-widget .blue, .vyna-bkblue {
	background: #428DAD;
}

.vyna-widget .darkblue {
	background: #014E77;
}

.vyna-widget .background {
	background-image: url(../images/gradient-lines.png);
	background-repeat: repeat-x;
}


/* -----------------------------------------------------------
	Event month background colour
----------------------------------------------------------- */
.event-m {
	background: #209b60;
}

/* -----------------------------------------------------------
	Event title link colour
----------------------------------------------------------- */
.event-info h4 a {
	color: #209b60;
}

/* -----------------------------------------------------------
	Blog title link colour
----------------------------------------------------------- */
.news-content h4 a {
	color: #209b60;
}

/* -----------------------------------------------------------
	Blog date background colour
----------------------------------------------------------- */
.blog-entry .blog-info .blog-date {
	background: #209b60;
}

/* -----------------------------------------------------------
	Blog title link colour
----------------------------------------------------------- */
.blog-entry .blog-content h3 a {
	color: #209b60;
}

/* -----------------------------------------------------------
	Pagination hover/current colour
----------------------------------------------------------- */
.pagination-wrapper .selected,
.pagination-wrapper a:hover {
	background: #209b60;
	border-color: #209b60;
}

/* -----------------------------------------------------------
	Course finder background colour
----------------------------------------------------------- */
.course-finder-full .course-finder-icon {
	background-color: #209b60;
}

/* -----------------------------------------------------------
	Teacher title background colour
----------------------------------------------------------- */
.teacher-4 li h3.teacher-title {
	background: #209b60;
}

/* -----------------------------------------------------------
	Twitter widget link colour
----------------------------------------------------------- */
.sidebar-right #twitter_update_list li a,
.sidebar-right #twitter_update_list li a {
	color: #209b60;
}

.content-blockCS p{
	font:#004c76;}
/* -----------------------------------------------------------
	Latest post title colour
----------------------------------------------------------- */
.widget .latest-posts-list li .lpl-content h6 a {
	color: #209b60;
}

/* -----------------------------------------------------------
	Footer background colour
----------------------------------------------------------- */
#footer-wrapper {
	background: none repeat scroll center 0 #033951;
}

/* -----------------------------------------------------------
	Slide caption background colour, must be in RGBA format 
	if you want to keep it transparent. You can use this
	website to convert a regular hex colour to RGBA:
	http://hex2rgba.devoth.com/
----------------------------------------------------------- */
.page-slider .slides .flex-caption p {
	background: rgba(32, 155, 96, 0.6);
}

.slider .slides .flex-caption p {
	background: rgba(32, 155, 96, 0.6);
}

/* -----------------------------------------------------------
	Slide caption background colour for IE8, change the two
	"70209B60" values, it's just a regular six digit hex
	colour but with transparency percentage added before e.g.
	
	70209B60 = The hex colour #209B60 @ 70% transparency
	
----------------------------------------------------------- */
.ie8 .flex-caption p {
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70209B60,endColorstr=#70209B60);
}

/* -----------------------------------------------------------
	Colour of links separators in the top left navigation
----------------------------------------------------------- */
.top-left-nav li span {
	color: #62c997;
}

/* -----------------------------------------------------------
	Hover colour of links in the top left navigation
----------------------------------------------------------- */
#header-top a:hover {
	color: #62C997;
}

/* -----------------------------------------------------------
	Widget title border/block colour
----------------------------------------------------------- */
.widget-title-block {
	background: #198752;
}

/* -----------------------------------------------------------
	Tag widget background colour
----------------------------------------------------------- */
.wp-tag-cloud li {
	background: #198752;
}

/* -----------------------------------------------------------
	Background colour of footer bottom bar
----------------------------------------------------------- */
#footer-bottom {
	background: #033951;
}

/* -----------------------------------------------------------
	Page title border/block colour
----------------------------------------------------------- */
.page-title .page-title-block {
	background: #198752;
}

/* -----------------------------------------------------------
	Course finder background colour
----------------------------------------------------------- */
.course-finder-full .course-finder-full-form {
	background: #198752;
}

/* -----------------------------------------------------------
	Page title border/block colour
----------------------------------------------------------- */
.title1 h4 a {
	color: #198752;
}

.title-block {
	background: #198752;
}

/* -----------------------------------------------------------
	Twitter widget link colour
----------------------------------------------------------- */
#twitter_update_list li a {
	color: #9de4c2;
}

/* -----------------------------------------------------------
	Footer bottom bar text colour
----------------------------------------------------------- */
#footer-bottom p {
	color: #F2EFDD;
}