a:hover,
						h2#description,
						.top-mobile-menu .show-menu:hover,
						a.headline-url:hover,
						.post-title a:hover,
						.post-list .post-title:hover,						
						.post-author-info .author-name a:hover,
						.comment-post .comment-author a:hover,
						#commentform a,
						.review-detail .score,
						.archive-2 .post-archive .post-title:hover,
						.all-archives .post-archive .post-title:hover,
						.breadcrumb a:hover,
						.widget-title .first-word,
						.widget-title .search-query,
						.widget-title .second-word,
						.social-count a:hover .count-info,
						.news-box.style-2 .post-title:hover,
						.related-post .post-title:hover,
						.archive-5 .post-title:hover,
						.archive-post .post-title:hover,
						.news-box.style-3 .post-mini .post-title:hover,
						.archive-7 .post-mini .post-title:hover,
						.recent-comments-list a.comment-author:hover,
						.category-list a:hover,
						.widget_categories li a:hover,
						.widget_nav_menu li a:hover,
						.footer-copyright a:hover,
						.footer-widget .widget a:hover,
						.footer-widget .post-list .post-title:hover,
						.widget_calendar td a,
						.widget_recent_entries li a:hover,
						.widget_pages li a:hover,
						.widget_recent_comments li a:hover,
						.widget_meta li a:hover,
						.widget_archive li a:hover,
						.bt-tab.style-2 .nav-tabs .active a,
						.bt-accordion .accordion-heading .accordion-toggle.active-accordion{
						color: #27aae1;
						}

						.post-single-body a:not(.btn){
							color: #27aae1;
						}

						#header{
							background: url(/assets/themes/arsene/assets/patterns/header_bg.png);
						}

						.post-single-body a{
							color: #27aae1 \9;
						}

						.post-single-body a:hover{
							text-decoration: underline \9;
						}
						.post-single-body .btn{
							color: #333 \9;
						}
						.post-single-body .btn-primary, .post-single-body .btn-danger, .post-single-body .btn-inverse, .post-single-body .btn-info, .post-single-body .btn-success, .post-single-body .btn-warning{
							color: #fff \9;
						}
						.post-single-body .btn:hover{
							text-decoration: none \9;
						}

						.bt-tab.style-1 .nav-tabs li.active a,
						.main-menu .current > a,
						.main-menu .current-menu-item > a,
						.main-menu .current_page_item > a,
						.main-menu .current a:first-child:hover,
						.main-menu .current-menu-item a:first-child:hover,
						.main-menu .current_page_item a:first-child:hover,
						.main-mobile-menu .show-menu,						
						.post-404 .not-found-button:hover,
						.sitemap-block h2 [class^="icon-"],
						.post-single .post-tags a:hover,
						.post-single .post-edit-link:hover,
						.comment-post .comment-reply-link:hover,
						.comment-post .comment-edit-link:hover,
						#cancel-comment-reply-link:hover,
						#comment-nav a:hover,
						#commentform #submit:hover,
						.review-item .progress .bar,
						.review-container .summary h3,
						.pagination ul li a:hover,
						.pagination ul li.current a,
						.pagination ul li .current,
						.social-count a:hover .social-icon,
						.tagcloud a:hover,
						.widget_flickr .flickr_badge_image img:hover,
						.widget_calendar thead th,
						.widget_calendar tfoot td,
						.widget_calendar td#today,
						.bt-tab.style-3 .nav-tabs .active a:hover,
						.bt-tab.style-3 .nav-tabs .active a,
						.gallery img:hover{
						background: #27aae1;
						filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27aae1', endColorstr='#27aae1', GradientType=0);
						}

						.post-category,
						.post-category-container a,
						.main-menu .sf-menu a:hover{
							background: #27aae1;
						}

						.bt-tab.style-1 .nav-tabs li.active a,
						.bt-tab.style-3 .nav-tabs .active a{
						border-color: #27aae1;
						}

						.tooltip.bottom .tooltip-inner,
						.tooltip.top .tooltip-arrow,
						.bt-tab.style-2 .nav-tabs .active a{
						border-top-color: #27aae1;
						}

						.tooltip.bottom .tooltip-arrow,
						.tooltip.top .tooltip-inner,
						.main-menu,
						.footer-copyright,
						.bt-tab.style-3 .nav-tabs,
						#map-container{
						border-bottom-color: #27aae1;
						}

						.qa .question,
						.bt-accordion .accordion-heading .accordion-toggle.active-accordion{
						border-left-color: #27aae1;
						}

						.flexslider .flex-direction-nav a:hover,
						.image-overlay span:hover{
							background-color: #27aae1;
						}

						.ticker-content a:hover{
							color: #27aae1 !important;
						}

						.flex-control-paging li a.flex-active,
						.main-menu .sf-menu .current a:first-child:hover,
						.main-menu .current-menu-item a:first-child:hover,
						.main-menu .current_page_item a:first-child:hover{ background: #27aae1 !important; }
				.widget{
					padding: 20px;	
					background: #fff;
					border: 1px solid #fff;
					margin-bottom: 40px;
					position: relative;
					box-shadow: 0 0 10px rgba(0,0,0,.1);

					border-radius: 0;
				}
				.widget:before, .widget:after 
				{
				  z-index: -1; 
				  position: absolute; 
				  content: "";
				  bottom: 15px;
				  left: 10px;
				  width: 50%; 
				  max-width:300px;
				  height: 10px;
				  background: rgba(0, 0, 0, 0.7); 
				  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);   
				  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
				  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
				  -webkit-transform: rotate(-3deg);    
				  -moz-transform: rotate(-3deg);   
				  -o-transform: rotate(-3deg);
				  -ms-transform: rotate(-3deg);
				  transform: rotate(-3deg);
				}
				.widget:after 
				{
				  -webkit-transform: rotate(3deg);
				  -moz-transform: rotate(3deg);
				  -o-transform: rotate(3deg);
				  -ms-transform: rotate(3deg);
				  transform: rotate(3deg);
				  right: 10px;
				  left: auto;
				}
				
			.paper-tape{
				display: none;
			}
			
			body{
				background: url(/assets/themes/arsene/assets/patterns/gray_jean_edited.png);
				color: #333333;
				font-family: Hind,Helvetica Neue, Helvetica, Arial, sans-serif;
			}
			h1,h2,h3,h4,h5,h6,
			#s,
			.pagination ul li a,
			.post-title,
			.recent-comments-list .comment-author,
			.headline-url,
			.headline-date,
			.social-count .count-info,
			.widget_calendar caption,
			.breadcrumb,
			.post-404 .not-found-button,
			.bt-tab.style-3 .nav-tabs a,
			.main-menu,
			.main-mobile-menu{
				font-family: Roboto Condensed,Helvetica Neue, Helvetica, Arial, sans-serif;
			}
			#footer{
				background: #141414 url();
			}
			