/* CSS Document */
.blue, .blueBlod, #sidebar a:hover, #sidebar a:active, #logo a, nav li a:hover, nav li a:active, nav#menu li a:hover, nav#menu li.current a, nav#menu li.current a:hover, nav#menu li.current a:active, .subBanner a:hover, .subBanner a:active, .productsList h2, #testimonial p.author 
{ 
	color: #68A1B1; 
}
#sequence-preloader{
	background: #68A1B1 !important;
}
#menu li.back {
	background: #68A1B1;
}
.ei-slider-thumbs li.ei-slider-element{
	background: #84b4c1;
	border: 1px solid #66a2b3;
}
#logo a {
	background: url("../img/logo.png") no-repeat left top;
}
.searchBtn {
	background: #68a1b1 url("../img/search.png") no-repeat center center;
	background: url("../img/search.png") no-repeat center center, -moz-linear-gradient(57% 0% -90deg, #b6d2d9 0%, #68a1b1 100%);
	background: url("../img/search.png") no-repeat center center, -o-linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
	background: url("../img/search.png") no-repeat center center, -webkit-gradient(linear, 57% 0%, 57% 115%, color-stop(0, #b6d2d9), color-stop(1, #68a1b1));
	background: url("../img/search.png") no-repeat center center, -webkit-linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
	background: url("../img/search.png") no-repeat center center, linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
	border: 1px solid #83b2bf;
	behavior: url("/PIE.htc");
}

.searchBtn:hover {
	background: #b6d2d9 url("../img/search.png") no-repeat center center;
	background: url("../img/search.png") no-repeat center center, -moz-linear-gradient(57% 0% -90deg, #68a1b1 0%, #b6d2d9 100%);
	background: url("../img/search.png") no-repeat center center, -o-linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
	background: url("../img/search.png") no-repeat center center, -webkit-gradient(linear, 57% 0%, 57% 115%, color-stop(0, #68a1b1), color-stop(1, #b6d2d9));
	background: url("../img/search.png") no-repeat center center, -webkit-linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
	background: url("../img/search.png") no-repeat center center, linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
}
.contact .submitBtn, .button_round:link, .button_round:visited {
	color: #fff;
	background: #68a1b1;
	background-image: -moz-linear-gradient(57% 0% -90deg, #b6d2d9 0%, #68a1b1 100%);
	background-image: -o-linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
	background-image: -webkit-gradient(linear, 57% 0%, 57% 115%, color-stop(0, #b6d2d9), color-stop(1, #68a1b1));
	background-image: -webkit-linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
	background-image: linear-gradient(-90deg, #b6d2d9 0%, #68a1b1 100%);
	border: 1px solid #83b2bf;
	-pie-background: linear-gradient(#b6d2d9, #68a1b1);
	behavior: url("/PIE.htc");
}

.contact .submitBtn:hover, .button_round:hover {
	color: #fff;
	background: #b6d2d9;
	background-image: -moz-linear-gradient(57% 0% -90deg, #68a1b1 0%, #b6d2d9 100%);
	background-image: -o-linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
	background-image: -webkit-gradient(linear, 57% 0%, 57% 115%, color-stop(0, #68a1b1), color-stop(1, #b6d2d9));
	background-image: -webkit-linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
	background-image: linear-gradient(-90deg, #68a1b1 0%, #b6d2d9 100%);
}

.lt-ie9 #bannerNormal .emboss_button:hover{
	background: #68a1b1;
}

.lt-ie9 #mainContainer .emboss_button {
	-pie-background: linear-gradient(#b6d2d9, #68a1b1);
	behavior: url("/PIE.htc");
}

.lt-ie9 #mainContainer .emboss_button:hover {
	-pie-background: linear-gradient(#68a1b1, #b6d2d9);
	behavior: url("/PIE.htc");
}
.columns .desc, .orange, .post .wp-caption-text {
	color: #C78441;
}
a:link,a:visited, .popularPosts p, #pageFooter li a:hover, .authorBox .authorName {
	color: #67A0B1;
}
a:hover, .metaData p span.blogDate a:active, .metaData p span.category a:hover, .metaData p span.comments a:hover, .metaData p span.category a:active, .metaData p span.comments a:active  {
	color: #C68440;
}
a:active {
	background: #67A0B1;
	color: #fff;
}
::selection {
	background: #67A0B1;
	color: #fff;
}
::-moz-selection {
	background: #67A0B1;
	color: #fff;
}

.button:link, .button:visited {
	color: #fff;
	background: #85b5c1;
	background: -moz-linear-gradient(50% 0% -90deg, #c3dbe1 0%, #85b5c1 100%);
	background: -o-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: -webkit-gradient(linear, 50% 0%, 50% 120%, color-stop(0, #c3dbe1), color-stop(1, #85b5c1));
	background: -webkit-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	text-shadow: 0px -1px rgba(81,143,159,0.86);
	-pie-background: linear-gradient(#c3dbe1, #85b5c1);
	behavior: url("/PIE.htc");
}

.button:hover, .button:active{
	color: #fff;
	background: #85b5c1;
	background: -moz-linear-gradient(50% 0% -90deg, #85b5c1 0%, #c3dbe1 100%);
	background: -o-linear-gradient(-90deg, #85b5c1 0%, #c3dbe1 100%);
	background: -webkit-gradient(linear, 50% 0%, 50% 120%, color-stop(0, #85b5c1), color-stop(1, #c3dbe1));
	background: -webkit-linear-gradient(-90deg, #85b5c1 0%, #c3dbe1 100%);
	background: linear-gradient(-90deg, #85b5c1 0%, #c3dbe1 100%);
	-pie-background: linear-gradient(#85B5C1, #C3DBE1);
	behavior: url("/PIE.htc");
}
.coda-nav ul li a.current {
	background: #68a1b1;
}
#nav li a.active {
	background: #375E66;
	border: 2px solid rgba(220, 238, 241, 0.64);
}
.recentTweet li {
	background: url("../img/recent-tweet.png") no-repeat left top;
}
.socialIcons a.twitter { background: url("../img/socail-icons.png") no-repeat left top; }

.socialIcons a.facebook { background: url("../img/socail-icons.png") no-repeat -37px top; }

.socialIcons a.rss { background: url("../img/socail-icons.png") no-repeat -74px top; }

.socialIcons a.google { background: url("../img/socail-icons.png") right top; }

.socialIcons a.twitter:hover, .socialIcons a.twitter:active { background: url("../img/socail-icons.png") no-repeat left bottom; }

.socialIcons a.facebook:hover, .socialIcons a.facebook:active { background: url("../img/socail-icons.png") no-repeat -37px bottom; }

.socialIcons a.rss:hover, .socialIcons a.rss:active { background: url("../img/socail-icons.png") no-repeat -74px bottom; }

.socialIcons a.google:hover, .socialIcons a.google:active { background: url("../img/socail-icons.png") no-repeat right bottom; }

#pageFooter .address-details .email { background: url("../img/email.png") no-repeat left 3px; }

#pageFooter .address-details .phone { background: url("../img/phone.png") no-repeat left top; }

#pageFooter .address-details .address { background: url("../img/address.png") no-repeat left 3px; }

#pageFooter .address-details .name { background: url("../img/name.png") no-repeat left top; }

.wrapper.topBorder { border-top: 3px solid #84B4C1; }

a.emboss_button, a.emboss_button:visited {
	color: #fff;	
	text-shadow: 0px -1px rgba(81,143,159,0.86);
	background-image: -moz-linear-gradient(50% 0% -90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0, rgb(195,219,225)), color-stop(1, rgb(133,181,193)));
	background-image: -webkit-linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background-image: linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	box-shadow: inset 0px 0px 4px 1px rgba(39, 70, 78, 0.23), 0px 0px 4px rgba(0, 0, 0, 0.2);
}

a.emboss_button:hover {
	color: #fff;
	background: #85b5c1;
	background: -moz-linear-gradient(50% 0% -90deg, #85b5c1 0%, #c3dbe1 100%);
	background: -o-linear-gradient(-90deg, #85b5c1 0%, #c3dbe1 100%);
	background: -webkit-gradient(linear, 50% 0%, 50% 120%, color-stop(0, #85b5c1), color-stop(1, #c3dbe1));
	background: -webkit-linear-gradient(-90deg, #85b5c1 0%, #c3dbe1 100%);
	background: linear-gradient(-90deg, #85b5c1 0%, #c3dbe1 100%);
}
.filterNav li.current {
	background-image: -moz-linear-gradient(128% 0% -90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background-image: -webkit-gradient(linear, 128% 0%, 128% 135%, color-stop(0, rgb(195,219,225)), color-stop(1, rgb(133,181,193)));
	background-image: -webkit-linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background-image: -o-linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	background-image: linear-gradient(-90deg, rgb(195,219,225) 0%, rgb(133,181,193) 100%);
	-pie-background: linear-gradient(rgb(195,219,225), rgb(133,181,193));
	behavior: url("/PIE.htc");
}
.filterNav li a:hover, .filterNav li a:active {
	color: #669FB1;
}
#sidebar .subNavigation li a:hover {
	color: #fff;
	background: #85b5c1;
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -moz-linear-gradient(126% 0% -90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -ms-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -o-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -webkit-gradient(linear, 126% 0%, 126% 121%, color-stop(0, #c3dbe1), color-stop(1, #85b5c1));
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -webkit-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
}

#sidebar .subNavigation li a.current, #sidebar .subNavigation li a.current:hover, #sidebar .subNavigation li a.current:visited, #sidebar .subNavigation li a.current:active {
	color: #fff;
	background: #85b5c1;
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -moz-linear-gradient(126% 0% -90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -ms-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -o-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -webkit-gradient(linear, 126% 0%, 126% 121%, color-stop(0, #c3dbe1), color-stop(1, #85b5c1));
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, -webkit-linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
	background: url("../img/sub-nav-icon.png") no-repeat -27px 11px, linear-gradient(-90deg, #c3dbe1 0%, #85b5c1 100%);
}
.fromTheBlog .date {
	background: url("../img/date-icon.png") no-repeat left top;
}
.call_out.blue {
	background: url("../img/call-out-bg.png") repeat left top;
	box-shadow: inset 0px 0px 5px #B1D9E4;
}
.staff .staffImg a.twitter { background: url("../img/staff-social-icons.png") no-repeat left top; }

.staff .staffImg a.facebook { background: url("../img/staff-social-icons.png") no-repeat center center; }

.staff .staffImg a.linkedIn { background: url("../img/staff-social-icons.png") no-repeat right top; }
.ei-slider-thumbs li.ei-slider-element{
	background: #84b4c1;
	border: 1px solid #66a2b3;
}
ul.star li { background: url("../img/star.png") no-repeat left 3px; }
.post ul.tick li { background: url("../img/tick.png") no-repeat 2px 5px; }
#sidebar .subNavigation li a {
	background: url("../img/sub-nav-icon.png") no-repeat 8px -23px;
}
.metaIcon { background: url("../img/meta.png") top left no-repeat; }
.blogDate {
	background-position: -10px -10px;
}

.category {
	background-position: -10px -40px;
}

.comments {
	background-position: -10px -72px;
}
.contact .textField, .contact .textArea {
	border: 1px solid #DDEAEE;
	border: 1px solid rgba(165,199,209,.5);
	background: #F3F8F9;
	background: rgba(232,241,244,.5);
}
.comment-list .frame_round, .authorBox .frame_round {
	background: #E8F1F4 url("none/");
}
.mnav {
	background: #85b5c1;
	background: url("../img/drop-down.png") no-repeat center right, -moz-linear-gradient(top, #85b5c1 0%, #c3dbe1 100%);
	background: url("../img/drop-down.png") no-repeat center right, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85b5c1), color-stop(100%, #c3dbe1));
	background: url("../img/drop-down.png") no-repeat center right, -webkit-linear-gradient(top, #85b5c1 0%, #c3dbe1 100%);
	background: url("../img/drop-down.png") no-repeat center right, -o-linear-gradient(top, #85b5c1 0%, #c3dbe1 100%);
	background: url("../img/drop-down.png") no-repeat center right, -ms-linear-gradient(top, #85b5c1 0%, #c3dbe1 100%);
	background: url("../img/drop-down.png") no-repeat center right, linear-gradient(top, #85b5c1 0%, #c3dbe1 100%);
	border: 1px solid #8AC4C4;
}
#sequence {
	background: url("../img/banner-wide-bg.png") no-repeat 50% 100%;
}
.lt-ie9 #sidebar .subNavigation li a.current, .lt-ie9 #sidebar .subNavigation li a.current:hover, .lt-ie9 #sidebar .subNavigation li a.current:focus, .lt-ie9 #sidebar .subNavigation li a.current:active {
	border-radius: 4px;
	background: #85b5c1 url("../img/sub-nav-icon.png") no-repeat -27px 11px;
}
.lt-ie9 #sidebar .subNavigation li a:hover{
	border-radius: 4px;
	background: #85b5c1 url("../img/sub-nav-icon.png") no-repeat -27px 11px;
}
