#branding #sitename a {
		background-image: url(http://gs-hausmeister-service.de/wp-content/uploads/2013/09/gs_hausmeister_service_logo2-240x86.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		width: 240px;
		height: 86px;
		text-indent: -9999px;
		margin-left: 40px;
		padding: 0px;
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
		filter: ~"alpha(opacity=100)";
		-webkit-transition: opacity .15s linear;
		-khtml-transition: opacity .15s linear;
	    -moz-transition: opacity .15s linear;
		-ms-transition: opacity .15s linear;
	    -o-transition: opacity .15s linear;
	    transition: opacity .15s linear;
	}
#branding #sitename a:hover {
		-webkit-opacity: 0.8;
		-khtml-opacity: 0.8;
		-moz-opacity: 0.8;
		-ms-opacity: 0.8;
		-o-opacity: 0.8;
		opacity: 0.8;
		filter: ~"alpha(opacity=100)";
		-webkit-transition: opacity .15s linear;
		-khtml-transition: opacity .15s linear;
	    -moz-transition: opacity .15s linear;
		-ms-transition: opacity .15s linear;
	    -o-transition: opacity .15s linear;
	    transition: opacity .15s linear;
	}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#branding #sitename a {
			background-image: url(http://gs-hausmeister-service.de/wp-content/uploads/2013/09/gs_hausmeister_service_logo2.jpg);
			-webkit-background-size: 240px 86px;
			-khtml-background-size: 240px 86px;
			-moz-background-size: 240px 86px;
			-ms-background-size: 240px 86px;
			-o-background-size: 240px 86px;
			background-size: 240px 86px;
		}	
	}
body { color: #666666; }
a { color: #e2710d; }
a:hover { color: #b55a0a; }
a:active { color: #884408; }
#tertiary #footer-access ul li.current a { color: #e2710d; }
#tertiary #footer-access ul li.current a:hover { color: #b55a0a; }
#tertiary #footer-access ul li.current a:active { color: #884408; }
#branding #sitename a { color: #787c87; }
#access ul li a { color: #FFFFFF; }
#tertiary a { color: #FFFFFF; }
#carousel #slider-container #header-text-wrapper #header-text a { color: #333333; }
#main .widget .blog-posts .blog-post a { color: #333333; }
#branding #slogan h2 { background-color: #606060; }
#stripe { background-color: #606060; }
#access ul { background-color: #606060; }
#access .collapse { background-color: #606060; }
#main .entry h1 { color: #606060; }
#main .entry h2 { color: #606060; }
#main .entry h3 { color: #606060; }
#main .entry h4 { color: #606060; }
#main .entry h5 { color: #606060; }
#main .widget .widget-title { background-color: #606060; }
#main .post .post-date { border: 1px solid #565656; }
#main .post .post-date .month { background-color: #565656; }
#main .post .post-date .day { color: #565656; }
input#submit { background-color: #606060; }
input#submit:hover { background-color: #565656; }
input#submit:active { background-color: #606060; }
#tertiary { background-color: #606060; }
#main .widget .blog-posts .blog-post { background-color: #606060; }
#main .commentlist .comment .comment-meta .fn span { color: #606060; }
#main .widget.widget_categories ul,
	#main .widget.widget_archive ul,
	#main .post {
	  background-color: #ededed;
	  *background-color: #ededed;
	  background-image: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
	  background-image: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
	  background-image: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
	  background-image: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
	  background-image: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ededed, endColorstr=#ffffff,GradientType=0);
	  border: 1px solid #e1e1e1;
	}
