html{
	background: url(../img/texture.png);
        background-color: #e9e9e9;
}

body{
	background-color: transparent;
}

a{
    color: #154391;
}

.page-content {
    margin-bottom: 20px;
}

#site-header {
	background-image: url(../img/Website_Punch.png);
        background-repeat: no-repeat;
        background-color: #254f8b;
	background-size: cover;
        background-position: right center;
	margin-bottom: 10px;
	padding: 10px;
        border: 0.1em solid #cecece;
}

#site-header img{
        max-height: 107px;
	max-width: 500px;
	width: 100%;
}

.block{
	background-color: #fff;
	border: 0.10em solid #cecece;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
        overflow: hidden;
}

.block > h4{
	margin-top: 0px;
	background-color: #154391;
	color: #ffffff;
	padding: 5px 20px 5px 10px;
	display: inline-block;
        margin-bottom: 10px;
}

#sidebar .block{
    padding: 0 2em;
    
}

#sidebar .block ul {
    padding-left: 0;
    border-left: 1px solid #cecece
}

#sidebar .block ul li{
    list-style: none;
}

#sidebar .block ul li.active{
    background-color: #f1f1f1;
}

#sidebar .block ul li a{
    padding: 10px;
    display: block;
    text-decoration: none;
}

#sidebar .block ul li a:hover{
    background-color: #f6f6f6;
}

#page .block {
    padding: 0 2em 1em 2em;
    overflow: hidden;
}

#sponsors .block {
    padding-top: 20px;
}

#spoenk-link a:hover {
    background-color: #ffffff !important;
    color: #4eae32 !important;
}



/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Elfinder layout fix */ 

.elfinder .elfinder-button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.elfinder-buttonset {
    margin: 0px 4px !important;
}

.ui-dialog-content {
    padding: 0.5em 1em 0.5em 5em !important;
}