/* ---------------------------- */
/*        Light Style CSS
/* ---------------------------- */

body {color: #444;}
.container .header {
    margin-bottom: 15px;
}
.header .logo{
	max-width:none;
}
.preloader {background: #fff url(../images/light/preload.gif) center center no-repeat; }
.content img {background: #444;}
.divider {background: url(../images/light/divider-bg.png) repeat-x center left;}
.info-social li {border-left: 1px dotted #ddd;}
.info-social li.last-child {border-right: 1px dotted #ddd;}
.info-social a {background: url(../images/light/social-icons.png) no-repeat;}
.info-top, .section-header, .dotted-header span, .content-inner, #footer-wrapper, .lp-description, .project-description, .blog-masonry-description,
.feature-box .content-inner, .feature-box h5 span, .feature-box img {background: #fff;}
h1,h2,h3,h4,h5,h6 {color: #222;}
hr {border:solid #ddd;}
a, a:visited { color: #999; }
a:hover, a:focus { color: #000; }
.subheader {color: #777;}
.section-header {color: #444;}
.header-triangle-down {background:url(../images/light/triangle-down.png) no-repeat;}
.dotted-header {background: #fff url(../images/light/headers-bg.png) repeat-x center left;}
.dotted-header span {color: #444;}
blockquote,blockquote p {color: #777;}
blockquote {background: url(../images/light/quote.png) no-repeat 10px 15px;}
.blog-masonry-description blockquote {background: url(../images/light/quote.png) no-repeat scroll 0 5px;}
.post-top-wrap blockquote {background: none; padding-left: 0;}
blockquote cite {color:#999;}
blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {color:#555;}
.dropcap2, .dropcap3 {color: #eee; background: #444;}
ul.arrow li, .arrow ul li, .sidebar li, #footer li, .homepage-widget li {background: url(../images/light/li-arrow.png) no-repeat 0 center;}
cite.fn, cite.fn a {color: #666;}
cite.fn a:hover {color: #222;}
.page-title {background: #fff; opacity:0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #f2f2f2;}
.page-title h1 {color: #444;}
.content a:hover {color: #000;}
.accordion h3, .toggle h3 {background: #eee;}
.accordion h3 a, .toggle h3 a {color: #777;}
.accordion h3 a:hover, .toggle h3 a:hover {color: #000;}
.accordion h3.ui-state-active a:hover, .toggle h3.active a:hover {color: #000;}
.accordion h3.ui-state-active, .toggle h3.active {background: #e2e2e2;}
.accordion div, .toggle div {border-color: #e2e2e2;}
.content-slider .cs-slidecontrols li a:hover {color: #444;}
#footer-bottom p, #footer-bottom a {color: #444;}
.container a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
#commentlist a.comment-reply-link, #commentform input[type="submit"] {
	background: #E9E9E9; /* Old browsers */
	background: #E9E9E9 -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #E9E9E9 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #E9E9E9 -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #E9E9E9 -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #E9E9E9 -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #E9E9E9 linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	border: 1px solid #bbb;
	color: #444;	
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}
.container a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
#commentlist a.comment-reply-link:hover, #commentform input[type="submit"]:hover {
	background: #E9E9E9; /* Old browsers */
	background: #E9E9E9 -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(255,255,255,.1) 100%);
	background: #E9E9E9 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.1)), color-stop(100%,rgba(255,255,255,.1)));
	background: #E9E9E9 -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #E9E9E9 -o-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #E9E9E9 -ms-linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	background: #E9E9E9 linear-gradient(top, rgba(0,0,0,.1) 0%,rgba(255,255,255,.1) 100%);
	border: 1px solid #bbb;
	color: #444;	
	text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

/**** Section Headers on Home Page ***********/
.home .section-header {
	background: #fff;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae9e5));
	background: -webkit-linear-gradient(top, #fff, #eae9e5);
	background: -moz-linear-gradient(top, #fff, #eae9e5);
	background: -o-linear-gradient(top, #fff, #eae9e5);
	background: -ms-linear-gradient(top, #fff, #eae9e5);
	background: linear-gradient(top, #fff, #eae9e5);
   	font-size:24px;
	font-family:"Palatino Linotype", Palatino, serif;
	color:#727272;
	font-weight:normal;
	text-transform:none;
	padding:12px 15px;
}

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

#nav {border:1px solid #f3f3f3; border-radius:4px;}
#nav li a {color:#727272; font-family:"Times New Roman", Times, serif; font-size:23px; padding:10px 25px;}
#nav li a:hover {color:#000;}
#nav li {
	border-left:1px solid #f3f3f3;
	background: #fff;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae9e5));
	background: -webkit-linear-gradient(top, #fff, #eae9e5);
	background: -moz-linear-gradient(top, #fff, #eae9e5);
	background: -o-linear-gradient(top, #fff, #eae9e5);
	background: -ms-linear-gradient(top, #fff, #eae9e5);
	background: linear-gradient(top, #fff, #eae9e5);
}
#nav > li:hover, #nav > li.parent:hover {
	background: #eae9e5;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eae9e5), to(#fff));
	background: -webkit-linear-gradient(top, #eae9e5, #fff);
	background: -moz-linear-gradient(top, #eae9e5, #fff);
	background: -o-linear-gradient(top, #eae9e5, #fff);
	background: -ms-linear-gradient(top, #eae9e5, #fff);
	background: linear-gradient(top, #eae9e5, #fff);
}
#nav ul a {background:#fff;	color:#aaa;	border-bottom:1px solid #fff;}
#nav ul a:hover {color:#000;}
#nav > li.home-page {padding-left: 6px;}
#nav > li.home-page > a {text-indent: -9999px; background: url(../images/light/home-page.png) no-repeat 0 0;}
#nav > li.home-page:hover > a {background: url(../images/light/home-page.png) no-repeat 0 -40px;}

/* Description -  Area Above Nav */
.site-description{
	font-size:21px;
	color:#fff;
	line-height:25px;
	font-family:"Palatino Linotype", Palatino, serif;
	width:430px;
	text-align:center;	
	margin-bottom:10px;
}

/* ---------------------------- */
/*         Blog colors
/* ---------------------------- */

.hentry h2 a {color: #444;}
.hentry .meta a {color: #777;}
.meta-author {background: url(../images/light/meta.png) no-repeat 0 0;}
.meta-date {background: url(../images/light/meta.png) no-repeat 0 -20px;}
.meta-comments {background: url(../images/light/meta.png) no-repeat 0 -40px;}
.meta-category {background: url(../images/light/meta.png) no-repeat 0 -60px;}
.comment-meta a {color: #888;}
.comment-meta a:hover {color: #222;}
.meta {background: #fbfbfb;border-top: 1px solid #eee;border-bottom: 2px solid #e2e2e2;}
div.comment-body {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fefefe 0%, #fafafa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#fafafa));
	background: -webkit-linear-gradient(top, #fefefe 0%,#fafafa 100%);
	background: -o-linear-gradient(top, #fefefe 0%,#fafafa 100%);
	background: -ms-linear-gradient(top, #fefefe 0%,#fafafa 100%);
	background: linear-gradient(top, #fefefe 0%,#fafafa 100%);
	border: 1px solid #ddd;
}
#commentform input, #commentform textarea {border: 1px solid #ddd; color: #444;}
.content .wp-pagenavi a, .content .wp-pagenavi span {
	color:#222;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #fdfdfd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fdfdfd));
	background: -webkit-linear-gradient(top, #fff 0%,#fdfdfd 100%);
	background: -o-linear-gradient(top, #fff 0%,#fdfdfd 100%);
	background: -ms-linear-gradient(top, #fff 0%,#fdfdfd 100%);
	background: linear-gradient(top, #fff 0%,#fdfdfd 100%);
}
	
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color:#fff;
	background: #444;
	background: -moz-linear-gradient(top, #444 0%, #222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444), color-stop(100%,#222));
	background: -webkit-linear-gradient(top, #444 0%,#222 100%);
	background: -o-linear-gradient(top, #444 0%,#222 100%);
	background: -ms-linear-gradient(top, #444 0%,#222 100%);
	background: linear-gradient(top, #444 0%,#222 100%);
}

.post-chat-inner p:nth-child(2n+1) {
    background: #F0F0F0;
}

/* ---------------------------- */
/*     Sidebar/widgets colors
/* ---------------------------- */

.sidebar li a {color: #444;}
.widget .lp-sidebar li {border-bottom: 1px solid #f1f1f1;}
.widget .lp-sidebar li img {background: #444;}
.widget .lp-description span {color: #aaa;}
.widget .lp-description p {color: #777;}
.sidebar .sidebar-search-form input {border: 1px solid #ddd;}
.tagcloud a {background: #222; color: #fafafa;}

/* ---------------------------- */
/*       Features Icons
/* ---------------------------- */

.feature-box .feature-box-image.camera {background: url(../images/features/light/camera.png) no-repeat center center;}
.feature-box .feature-box-image.chart1 {background: url(../images/features/light/chart1.png) no-repeat center center;}
.feature-box .feature-box-image.chart2 {background: url(../images/features/light/chart2.png) no-repeat center center;}
.feature-box .feature-box-image.clock {background: url(../images/features/light/clock.png) no-repeat center center;}
.feature-box .feature-box-image.earth {background: url(../images/features/light/earth.png) no-repeat center center;}
.feature-box .feature-box-image.eyedropper-tool {background: url(../images/features/light/eyedropper-tool.png) no-repeat center center;}
.feature-box .feature-box-image.headphones {background: url(../images/features/light/headphones.png) no-repeat center center;}
.feature-box .feature-box-image.help {background: url(../images/features/light/help.png) no-repeat center center;}
.feature-box .feature-box-image.images {background: url(../images/features/light/images.png) no-repeat center center;}
.feature-box .feature-box-image.magnifying-glass {background: url(../images/features/light/magnifying-glass.png) no-repeat center center;}
.feature-box .feature-box-image.mail {background: url(../images/features/light/mail.png) no-repeat center center;}
.feature-box .feature-box-image.map {background: url(../images/features/light/map.png) no-repeat center center;}
.feature-box .feature-box-image.marker {background: url(../images/features/light/marker.png) no-repeat center center;}
.feature-box .feature-box-image.ok {background: url(../images/features/light/ok.png) no-repeat center center;}
.feature-box .feature-box-image.pencil {background: url(../images/features/light/pencil.png) no-repeat center center;}
.feature-box .feature-box-image.phone {background: url(../images/features/light/phone.png) no-repeat center center;}
.feature-box .feature-box-image.responsive {background: url(../images/features/light/responsive.png) no-repeat center center;}
.feature-box .feature-box-image.settings {background: url(../images/features/light/settings.png) no-repeat center center;}
.feature-box .feature-box-image.settings2 {background: url(../images/features/light/settings2.png) no-repeat center center;}
.feature-box .feature-box-image.shopping-cart {background: url(../images/features/light/shopping-cart.png) no-repeat center center;}
.feature-box .feature-box-image.sign {background: url(../images/features/light/sign.png) no-repeat center center;}
.feature-box .feature-box-image.speech-bubble {background: url(../images/features/light/speech-bubble.png) no-repeat center center;}
.feature-box .feature-box-image.tools {background: url(../images/features/light/tools.png) no-repeat center center;}
.feature-box .feature-box-image.user {background: url(../images/features/light/user.png) no-repeat center center;}
.feature-box .feature-box-image.video {background: url(../images/features/light/video.png) no-repeat center center;}

.feature-box:hover .feature-box-image.camera {background: url(../images/features/dark/camera.png) no-repeat center center;}
.feature-box:hover .feature-box-image.chart1 {background: url(../images/features/dark/chart1.png) no-repeat center center;}
.feature-box:hover .feature-box-image.chart2 {background: url(../images/features/dark/chart2.png) no-repeat center center;}
.feature-box:hover .feature-box-image.clock {background: url(../images/features/dark/clock.png) no-repeat center center;}
.feature-box:hover .feature-box-image.earth {background: url(../images/features/dark/earth.png) no-repeat center center;}
.feature-box:hover .feature-box-image.eyedropper-tool {background: url(../images/features/dark/eyedropper-tool.png) no-repeat center center;}
.feature-box:hover .feature-box-image.headphones {background: url(../images/features/dark/headphones.png) no-repeat center center;}
.feature-box:hover .feature-box-image.help {background: url(../images/features/dark/help.png) no-repeat center center;}
.feature-box:hover .feature-box-image.images {background: url(../images/features/dark/images.png) no-repeat center center;}
.feature-box:hover .feature-box-image.magnifying-glass {background: url(../images/features/dark/magnifying-glass.png) no-repeat center center;}
.feature-box:hover .feature-box-image.mail {background: url(../images/features/dark/mail.png) no-repeat center center;}
.feature-box:hover .feature-box-image.map {background: url(../images/features/dark/map.png) no-repeat center center;}
.feature-box:hover .feature-box-image.marker {background: url(../images/features/dark/marker.png) no-repeat center center;}
.feature-box:hover .feature-box-image.ok {background: url(../images/features/dark/ok.png) no-repeat center center;}
.feature-box:hover .feature-box-image.pencil {background: url(../images/features/dark/pencil.png) no-repeat center center;}
.feature-box:hover .feature-box-image.phone {background: url(../images/features/dark/phone.png) no-repeat center center;}
.feature-box:hover .feature-box-image.responsive {background: url(../images/features/dark/responsive.png) no-repeat center center;}
.feature-box:hover .feature-box-image.settings {background: url(../images/features/dark/settings.png) no-repeat center center;}
.feature-box:hover .feature-box-image.settings2 {background: url(../images/features/dark/settings2.png) no-repeat center center;}
.feature-box:hover .feature-box-image.shopping-cart {background: url(../images/features/dark/shopping-cart.png) no-repeat center center;}
.feature-box:hover .feature-box-image.sign {background: url(../images/features/dark/sign.png) no-repeat center center;}
.feature-box:hover .feature-box-image.speech-bubble {background: url(../images/features/dark/speech-bubble.png) no-repeat center center;}
.feature-box:hover .feature-box-image.tools {background: url(../images/features/dark/tools.png) no-repeat center center;}
.feature-box:hover .feature-box-image.user {background: url(../images/features/dark/user.png) no-repeat center center;}
.feature-box:hover .feature-box-image.video {background: url(../images/features/dark/video.png) no-repeat center center;}

/* ---------------------------- */
/*       Portfolio colors
/* ---------------------------- */
.lp-image .triangle-up, .project-image .triangle-up, .blog-masonry-image .triangle-up {background:url(../images/light/triangle-up.png) no-repeat;}
.project-description h3 a, .blog-masonry-description h3 a, .item-title h3 a {color:#444;font-family:"Palatino Linotype", Palatino, serif; font-size:14px}
.portfolio-categories{display:none;}
.portfolio-item .project-description{ 
	padding:20px 10px 10px;
	background: #fff;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eae9e5));
	background: -webkit-linear-gradient(top, #fff, #eae9e5);
	background: -moz-linear-gradient(top, #fff, #eae9e5);
	background: -o-linear-gradient(top, #fff, #eae9e5);
	background: -ms-linear-gradient(top, #fff, #eae9e5);
	background: linear-gradient(top, #fff, #eae9e5);
	
}

.project-description h3 a:hover, .blog-masonry-description h3 a:hover, .item-title h3 a:hover {color:#000;}
.lp-readmore, .portfolio-boxed .project-description .project-readmore, .blog-masonry-readmore {background:url(../images/light/link.png) no-repeat 0 0;}
.portfolio-standard .item {border-bottom: 1px solid #eaeaea;}
.lp-readmore:hover, .portfolio-boxed .project-description .project-readmore:hover, .blog-masonry .blog-masonry-readmore:hover {background:url(../images/light/link.png) no-repeat 0 -16px;}
#portfolio-filters a {
	color: #888;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #ddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd));
	background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -o-linear-gradient(top, #fff 0%,#ddd 100%);
	background: -ms-linear-gradient(top, #fff 0%,#ddd 100%);
	background: linear-gradient(top, #fff 0%,#ddd 100%);
	border: 1px solid #ccc;
}
#portfolio-filters a:hover {color: #111;}
#portfolio-filters li.current a {
	color: #ddd;
	background: #444;
	background: -moz-linear-gradient(top, #666 0%, #444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666), color-stop(100%,#444));
	background: -webkit-linear-gradient(top, #666 0%,#444 100%);
	background: -o-linear-gradient(top, #666 0%,#444 100%);
	background: -ms-linear-gradient(top, #666 0%,#444 100%);
	background: linear-gradient(top, #666 0%,#444 100%);
	border: 1px solid #333;
}
#post-navigation .previous-link a, #post-navigation .next-link a, .comments-navigation .next-comments a,
.comments-navigation .prev-comments a, a.portfolio-slide-next, a.portfolio-slide-prev {color: #444;}

/* ---------------------------- */
/*        Plugins colors
/* ---------------------------- */

#footer .tweets-wrap li, .tweets-wrap li {background: #444;color: #fafafa;}
.twitter-triangle-down {border-top: 10px solid #444;}
.flickr_badge_image a {background: #aaa;}
.es-nav span {background: #fff url(../images/light/carousel-arrows.png) no-repeat -20px 0;}

/* ---------------------------- */
/*         Contact form
/* ---------------------------- */

.wpcf7 h1 { color: #333333; }
.wpcf7 hr { border: 1px solid #d9d9d9; }
.wpcf7 input, .wpcf7 textarea, .wpcf7 select, .wpcf7 input.wpcf7-submit {
	color: #666;
	background: #f3f3f3;
	border: 1px solid #ddd;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .wpcf7 select:focus, .wpcf7 input.wpcf7-submit:hover {
	color: #444;
	background: #fff;
	border: 1px solid #ccc;
}
.wpcf7 input.wpcf7-submit {
	background: #eee;
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #eee linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
}
.wpcf7 input.wpcf7-submit:hover {
	background: #fff;
	background: #fff -moz-linear-gradient(top, rgba(255,255,255,.1) 0%, rgba(0,0,0,.1) 100%);
	background: #fff -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.1)), color-stop(100%,rgba(0,0,0,.1)));
	background: #fff -webkit-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #fff -o-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #fff -ms-linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
	background: #fff linear-gradient(top, rgba(255,255,255,.1) 0%,rgba(0,0,0,.1) 100%);
}
.wpcf7 select:focus {color: #444;}
.ie .wpcf7 select option {padding: 10px; background: #bbb;}
.ie .wpcf7 select:focus {background: #bbb; color: #fff;}
.contact-address {background: url(../images/light/contact-icons.png) no-repeat 0 0;}
.contact-mail {background: url(../images/light/contact-icons.png) no-repeat 0 -20px;}
.contact-phone {background: url(../images/light/contact-icons.png) no-repeat 0 -40px;}

/* ---------------------------------- */
/*    Flexslider and other sliders
/* ---------------------------------- */

.flexslider .slides {border:10px solid #fff;}
.container .flex-caption {-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);}
.container .flex-caption {background: rgba(255,255,255,.7); color: #333;}
.container .flex-direction-nav li .flex-next {background: url(../images/slider/light/arrows.png) no-repeat -32px 0;}
.container .flex-direction-nav li .flex-prev {background: url(../images/slider/light/arrows.png) no-repeat 0 0;}
.container .flex-direction-nav li .flex-next:hover {background: url(../images/slider/light/arrows.png) no-repeat -32px -34px;}
.container .flex-direction-nav li .flex-prev:hover {background: url(../images/slider/light/arrows.png) no-repeat 0 -34px;}
.container .flex-control-nav li a {background: url(../images/slider/light/slider-pagination.png) no-repeat 0 0;}
.container .flex-control-nav li a:hover {background: url(../images/slider/light/slider-pagination.png) no-repeat 0 -17px;}
.container .flex-control-nav li a.flex-active {background: url(../images/slider/light/slider-pagination.png) no-repeat 0 -34px;}

.content-slider .cs-slidecontrols li a.next {background: #444 url(../images/dark/carousel-arrows.png) no-repeat 0 0;}
.content-slider .cs-slidecontrols li a.prev {background: #444 url(../images/dark/carousel-arrows.png) no-repeat -20px 0;}

/* ---------------------------- */
/*        Standard color
/* ---------------------------- */

.highlight, #flickr-feed a:hover, .sidebar .lp-image a img:hover, .content a:hover, .portfolio-categories a:hover, #footer a:hover, #footer-bottom a:hover,
.feature-box:hover .content-inner, .feature-box:hover img, .feature-box:hover .feature-box-title h5 span, .slogan a:hover,
.content-slider .cs-slidecontrols li a, .widget .lp-sidebar li img:hover, .homepage-widget li a:hover, .flickr_badge_image a:hover {background: #95B4BC;}

.feature-box:hover h5.dotted-header {background: #95B4BC url(../images/dark/headers-bg.png) repeat-x center left;}
.feature-box:hover .feature-box-desc a {color: #fff;}

.container ul.tabs li a.active {border-top: 2px solid #95B4BC;}

.es-nav span:hover {background: #95B4BC url(../images/dark/carousel-arrows.png) no-repeat -20px 0;}
.es-nav span.es-nav-next:hover {background: #95B4BC url(../images/dark/carousel-arrows.png) no-repeat 0 0;}
.content-slider .cs-slidecontrols li a.next:hover {background: #95B4BC url(../images/dark/carousel-arrows.png) no-repeat 0 0;}
.content-slider .cs-slidecontrols li a.prev:hover {background: #95B4BC url(../images/dark/carousel-arrows.png) no-repeat -20px 0;}

::-moz-selection {background-color: #95B4BC;}
::-webkit-selection {background-color: #95B4BC;}
::selection {background-color: #95B4BC;}
::-moz-selection {color: #fff;}
::-webkit-selection {color: #fff;}
::selection {color: #fff;}

#nav ul a:hover {border-bottom: 1px solid #95B4BC;}
.content a, .portfolio-categories a {color: #95B4BC;}
.portfolio-standard .item:hover {border-bottom: 1px solid #95B4BC;}
.portfolio-triangle-up {border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: #95B4BC;}
.format-standard .post-icon {background: #95B4BC url(../images/light/blog-post-icons.png) no-repeat 0 0;}
.format-gallery .post-icon {background: #95B4BC url(../images/light/blog-post-icons.png) no-repeat 0 -50px;}
.format-video .post-icon {background: #95B4BC url(../images/light/blog-post-icons.png) no-repeat 0 -100px;}
.format-audio .post-icon {background: #95B4BC url(../images/light/blog-post-icons.png) no-repeat 0 -150px;}
.format-link .post-icon {background: #95B4BC url(../images/light/blog-post-icons.png) no-repeat 0 -200px;}
.format-quote .post-icon {background: #95B4BC url(../images/light/blog-post-icons.png) no-repeat 0 -250px;}
.format-chat .post-icon {background: #95B4BC url(../images/light/blog-post-icons.png) no-repeat 0 -300px;}
.content div.jp-volume-bar-value, .content div.jp-play-bar {background: #95B4BC url(../images/jplayer.png) 0 -133px repeat-x;}

.highlight, .content a:hover, .portfolio-categories a:hover, #footer a:hover, #footer-bottom a:hover, #post-navigation .previous-link a:hover,
#post-navigation .next-link a:hover, .comments-navigation .next-comments a:hover, .comments-navigation .prev-comments a:hover,
a.portfolio-slide-next:hover, a.portfolio-slide-prev:hover, .feature-box:hover .feature-box-title h5 span, .feature-box:hover .feature-box-desc,
.slogan a:hover, .content-slider .cs-slidecontrols li a, .homepage-widget li a:hover {color: #fff;}