/*----------------------------------------- GENERAL LINKS ------------------------------------------------------------*/

body{
	color: #000000;
}




.home-block-heading span{
	background: #FFF;
	border: 1px solid #444;
	
	-moz-box-shadow: 0 0 15px 3px #000;
	-webkit-box-shadow: 0 0 15px 3px#000;
	box-shadow: 0 0 15px 3px #000;
	
/*-	
    1. The horizontal offset of the shadow, positive means the shadow will be on the right of the box, a negative offset will put the shadow on the left of the box.
    2. The vertical offset of the shadow, a negative one means the box-shadow will be above the box, a positive one means the shadow will be below the box.
    3. The blur radius (optional), if set to 0 the shadow will be sharp, the higher the number, the more blurred it will be.
    4. The spread radius (optional), positive values increase the size of the shadow, negative values decrease the size. Default is 0 (the shadow is same size as blur).
    5. Color
*/
}



body a{ color: #444; }

}

body a:active{ color: #CCCCCC; }
body a:focus{ 
color: #EC0000; 
outline: #EC0000; /* ---------- DELETE FRAME BY USING TABULATOR ---------- */
}
/* body a:visited{ color: #D9F0FF; }*/

/*----------------------------------------- LINKS SITE // TO TOP  --------------------------------------------------*/

.project-info .right-site a{ color: #444; }
.project-info .right-site a:hover{ color: #EC0000; opacity: 0.4;}
.project-info .right-site a:active{ color: #CCCCCC; opacity: 0.2; }
.project-info .right-site a:focus{ color: #EC0000; opacity: 0.4; }

.project-info .left-site a{ color: #444; }
.project-info .left-site a:hover{ color: #EC0000; opacity: 0.4;}
.project-info .left-site a:active{ color: #CCCCCC; opacity: 0.2; }
.project-info .left-site a:focus{ color: #EC0000; opacity: 0.4; }

/*----------------------------------------- LINKS BOTTOM // DISCLAIMER & CONTACT  --------------------------------------------------*/


body .footer-bottom a{ color: #444; }

body .footer-bottom a:hover,
.project-heading .launch:hover{
	color: #EC0000;
}

body .footer-bottom a:active,
.project-heading .launch:active{
	color: #35C6FB;
}


body .footer-bottom a:focus,
.project-heading .launch:focus{
	color: #35C6FB;
}
/*----------------------------------------------------------------- END --------- GENERAL LINKS  --------------------------------------------------------------------------------*/


h1,h2,h3,h4,h5,h6{ color: #EC0000; }

/* Selection colours (easy to forget) SNYSOLUTIONS EDIT */

::selection 	 	{background: #CCCCCC; color: #FFF; }
::-moz-selection 	{background: #CCCCCC; color: #FFF; }
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
/*body {-webkit-tap-highlight-color: #FFF;} */                        /*------------------------------------------------------------------------------------------------- EVTL: FÜR DEN WEISSEN BUTTON ZUSTÄNDIG  -----------------------------------------------------------------------------------------------------------------*/


/* HEADER ------------------------------------------------------------*/

/* header{ background: url(../IMAGES/header.png) bottom left repeat-x; }*/
header{ background: url(../IMAGES/HEADER.png) bottom left repeat-x; }  

/* WIDGETS------------------------------------------------*/

#top-widget-holder{
	/* border-bottom: 1px solid #FFFFFF; */
	/* background: #000 url(../IMAGES/SKY.jpg) no-repeat; }*/
	background: #FFFFFF; 
    color: #aaaaaa;

	
}

#top-widget-holder h4{
	/*color: #EBEBE8;*/
	color: #D7D7D2;
	
}



#top-widget-holder a{
	color: #aaaaaa;
}

/* NAVIGATION ------------------------------------------------------------*/

navigation a{ color: #E2E0D7; }

#navigation>li.current-menu-item>a,
#navigation>li.current_page_item>a{
	color: #E2E0D7;
}



/* CONTACT CONTENT ------------------------------------------------------------*/

#contact-sidebar{ background: #e2e0d7; }


/* SIDEBAR ------------------------------------------------------------*/

#sidebar{ background: #e2e0d7; }

#sidebar .block{ border-bottom: 1px solid #bcbcba; }

/* HOME ------------------------------------------------------------*/

.home-block figcaption{
	/* background: #EC0000;*/

	color: #FFFFFF;
}

/* PORTFOLIO ------------------------------------------------------------*/

.portfolio-thumbs figcaption{
	background: #000000;
	color: #FFFFFF;
}

/* PROJECT ------------------------------------------------------------*/

.project-heading .launch{ color: #888; }

.project-info {
padding-top: 10px;
border-top: 1px solid #EE0000;
/*border-bottom: 1px solid #444444;*/
color: #FFF; 


}

.project-info strong{ color: #EC0000; }

.project-info a{ 
	color: #444; 
	font-size: 16px;
	
}


.project-info a:active{ color: #CCCCCC; }
.project-info a:hover{ color: #EC0000; }
.project-info a:focus{ color: #EC0000; }




.project-description {
color: #FFF; 
}

.project-description strong{ 
color: #EC0000; 
	font-size: 15px;
}






.project-pager a{ 
	color: #444; 
	font-size: 12px;
}

.project-pager a:hover{ 
	color: #EC0000; 
}

/* RELATED PROJECTS ---------------------------------------------------*/

.related-heading{ color: #444; }

.related-projects .thumb{ background: #EC0000 url(../IMAGES/plus.png) center center no-repeat; }


/* BLOG ------------------------------------------------------------*/

#posts-list .feature-image,
#post-content .feature-image{ background: #EC0000 url(../IMAGES/plus.png) center center no-repeat; }

article .meta{
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	overflow: hidden;
}

#posts-list .entry-date{ color: #f1f1f1; }


/* SLIDER ------------------------------------------------------------*/

#slider-holder #headline{ background: #e2e0d7; }



/* FOOTER ------------------------------------------------------------*/


footer .wrapper ul li{
	/* background: url(../IMAGES/footer.png) repeat-x top center;*/

}











.footer-bottom{
	border-top: 1px solid #444444;
}

#bottom {
	height: 150px;
	color: #999;
	text-align: center;
	margin: 0px 10% 0px 10%; 
	
	-moz-box-shadow: 0 0 15px 1px #666;
	-webkit-box-shadow: 0 0 15px 1px#666;
	box-shadow: 0 0 15px 1px #666;		 	

	background: #FFF url(../IMAGES/BOTTOM.jpg) no-repeat; 	
	
}

#bottom .text-bottom {
	color: #999;
	padding: 20px 0px 0px 0px; 	
	text-align: center;
}
