/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 

#logo a.logo-icon {
	display: block;
	width: 420px;
	height: 190px;
	background: url(../../../images/logo-entrapaulus.png) 0 0 no-repeat;
       margin-top: 10px;
       margin-left:130px;
       margin-bottom:15px;
}

.style-black #logo a.logo-icon { background-image: url(../../../images/yootheme/logo_black.png); }

.iconbox { 
	padding: 10px;
	border: 1px solid #EDEEEF;
	background: #ffffff;
	overflow:hidden; 
}

.style-black .iconbox { 
	background: #2C2B2A;
	border: 1px solid #43413D;
}

#headerbar {
    min-height: 250px;
    overflow: hidden;
    padding: 15px 0 20px 140px;
    margin-bottom:15px;
/*    margin-left:-25px; */
}

.middle-wrapper {
    background:rgba(237,233,233,0.8);
    filter: alpha(opacity=85);
    margin: 0 10px;
    padding: 10px;
/*    min-height: 330px; */
    
}  

#logo {
    left: 0;
    margin-left: -10px;
    position: absolute;
    top: 35px;
}  

#menubar {
    margin-top: 30px;
}

.module h3.header {
    color: #00FF07;
}
/*/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
#mmStage { min-height:3700px;}
#mmStage -stage2 { min-height:3700px;}
.middle-wrapper {font-size:10px; min-height:450px;}
}*/
