body {
	background-image:url(../images/assets/patterns/furley_bg.png);
}

#container{
	background:url(../images/cross-background-grey.png) no-repeat center top; 
}

/*color*/
#logo h1,#logo h1 a,
.head_text h1,.head_text h2,.head_text h3,.head_text h4,.head_text h5,.head_text h6,
 a, #footer .box.footer.widget a, .tweet_time a, .box .tweet_text a, .box .tweet_text a:hover,   
.widget_nav_menu ul li a:hover, .widget_categories  ul li a:hover, .widget_meta  ul li a:hover, .widget_recent_entries  ul li a:hover, .widget_pages  ul li a:hover, .widget_rss  ul li a:hover,.widget_recent_comments  ul li a:hover, 
.banner .featured_text a,
.content h1 a:hover,.content h2 a:hover,.content h3 a:hover,.content h4 a:hover,.content h5 a:hover,.content h6 a:hover,
.rt-toggle ol li.open .toggle-head,
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs a:hover, ul.tabs li.current a,
a.read_more, a.read_more:hover,a.more-link,a.more-link:hover,
.portfolio_sortables ul li.active a			
{
	color:#a5aeb3;
}

/*link hovers */
#logo h1 a:hover,
.box .tweet_text a:hover,  
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,
.box .tweet_text a:hover, 
ul.tabs a.current:hover, ul.tabs a:hover,
a.read_more:hover,a.more-link:hover
{
	color:#a5aeb3;
	opacity:0.8;
	filter:alpha(opacity=80);
}			

/*background-color*/
.icon-holder,
.head_text .arrow,
.box:hover > .image-border-bottom,
#navigation ul,
#navigation_bar > ul > li.current_page_item > a, #navigation_bar > ul > li.current-menu-ancestor > a , #navigation_bar > ul > li > a:hover, #navigation_bar > ul > li:hover > a,
.flex-caption .desc-background,
.flex-direction-nav li, .flex-direction-nav li a,
.flex-control-nav li a,
body .search-bar form input.searchsubmit,
.paging li a:hover,.paging li a:hover, .paging li.active a,
.post-navigations a,
a.banner_button,
a.banner_button:hover,
.social_tip,
.icon-overlay .icon,
.blog_list .date ,
.rt-toggle ol li .toggle-number,
.mobile-date,
body span.onsale,
.theme-default .nivo-directionNav a ,
.theme-default .nivo-caption  .desc-background,
.theme-default .nivo-controlNav a 
{
	background-color:#a5aeb3;
}

::selection{
	background-color:#a5aeb3;
}

::-moz-selection{
	background-color:#a5aeb3;
} 

/*border-color*/
.logo-holder,
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs a:hover, ul.tabs li.current a ,
blockquote p,
blockquote.alignleft p,
blockquote.alignright p{
	border-color:#a5aeb3;
}