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

/* -----------------------------------------------------------
	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 {
}

/* -----------------------------------------------------------
	5 colour blocks on homepage, 1 = left, 5 = right
----------------------------------------------------------- */
.header-block-style-1 {
	/*background: #3bb02b;*/
	background: #3bb02b; /* Old browsers */
background: -moz-linear-gradient(-45deg, #3bb02b 0%, #40bd2f 22%, #40bd2f 77%, #34a425 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#3bb02b), color-stop(22%,#40bd2f), color-stop(77%,#40bd2f), color-stop(100%,#34a425)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #3bb02b 0%,#40bd2f 22%,#40bd2f 77%,#34a425 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #3bb02b 0%,#40bd2f 22%,#40bd2f 77%,#34a425 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #3bb02b 0%,#40bd2f 22%,#40bd2f 77%,#34a425 100%); /* IE10+ */
background: linear-gradient(135deg, #3bb02b 0%,#40bd2f 22%,#40bd2f 77%,#34a425 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb02b', endColorstr='#34a425',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.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: #209b60;
}

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

.slider .flex-direction-nav .flex-next {
	border-color: #209b60;
	background-color: #209b60;
}

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

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

/* -----------------------------------------------------------
	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;
}
.block-title_new{
	background:url(../images/li-bg.jpg) repeat-x;
	list-style:none;
	padding:1px 10px 3px 10px;
	vertical-align:middle;
	margin-bottom:2px;
	line-height:25px;
	border:1px solid #255b24;
	border-radius:5px;
}
.block-title_new a{
	color:#fff;
	font-size:13px;
}
.block-title_new a:hover{
	color:#fff;
	font-size:12px;
}
/* -----------------------------------------------------------
	Tab border colour
----------------------------------------------------------- */
.ui-tabs .ui-tabs-nav li.ui-state-active {
	border-color: #209b60;
}

/* -----------------------------------------------------------
	Content block title background colour
----------------------------------------------------------- */
.block-title {
	background: #3bb02b;
}

/* -----------------------------------------------------------
	Event month background colour
----------------------------------------------------------- */
.event-m {
	background: #139a00;
}

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

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

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

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

/* -----------------------------------------------------------
	Footer background colour
----------------------------------------------------------- */
#footer-wrapper {
	background: #313131;
}

/* -----------------------------------------------------------
	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: #139e00;
}
.widget-title-block1 {
	background: #139e00;
}

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

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

/* -----------------------------------------------------------
	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: #fff;
}