/* =================================================================== */
/* Beige #333333
====================================================================== */

/* blue #333333 */
/* gggg #2c3d47 */

#navigation ul li a:hover, 
#navigation ul li:hover > a, 
#bolded-line, 
.button.gray:hover, 
.button.light:hover, 
.button.color, 
input[type="button"] {
	background: #333333;
}

.flex-direction-nav .flex-prev:hover, 
.flex-direction-nav .flex-next:hover, 
.ls-fullwidth .ls-nav-prev:hover,
.ls-fullwidth .ls-nav-next:hover,
#scroll-top-top a, 
.post-icon {
	background-color:#333333;
}

.mr-rotato-prev:hover, 
.mr-rotato-next:hover,
li.current, 
.tags a:hover {
	background-color: #333333;
	border-color: #333333;
}

#filters a:hover, 
.selected, 
#portfolio-navi a:hover {
	background-color: #333333 !important;
	border: 1px solid #333333 !important;
}

#current {
	background: #333333 !important;
}

#footer {
	background-color: #333333;
}

/* #Links
================================================== */
	a, a:visited {color: #333333; text-decoration: none; outline: 0; -webkit-transition: color 0.1s ease-in-out; -moz-transition: color 0.1s ease-in-out; -o-transition: color 0.1s ease-in-out; -transition: color 0.1s ease-in-out;}
	a:hover, a:focus { color: #888; }
	p a, p a:visited { line-height: inherit; }
	
	
	#tagline h1 {
		color: #333;
	}	
	
	#logo {
		margin-top: 0px;
		/*margin-bottom: 10px;*/
	}	
	
	
	#logo a img {
		width: 400px;
		/*margin-left: 15px;*/
		margin-bottom: 5px;
	}	
	
	#tagline {
	color: #888;
	border-left: 1px solid #e9e9e9;
	margin: 10px 0 0 20px;
	padding-left: 10px;
	float: left;
}

#navigation {
	background: #403f45;
	margin:0px;
}


#contact-details {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
}
