/* general definitions */
html {		
    font-size: 12px;
    font-family: 'Noto Sans', sans-serif;
    color: #222;
}
html, body {
    margin: 0px;
    padding: 0px;    
}
input {
    outline: none;
}
h1{
	color:#5A5A5A;
	font-size:24px;
    border: solid 2px #7A7A7A;
    border-width: 0px 0px 3px 0px;
	margin: 15px 0px 8px 0px; 
	text-indent:0px;
	padding:0 0 0 2%;
}
h2 {	
    color: #333;
    margin-top: 1.5em;
    border: solid 2px #CCC;
    border-width: 0px 0px 2px 0px;
    padding:0 0 0 2%;
}
h3 {	
    color: #333;
    margin-top: 1.5em;
    border: solid 2px #AAA;
    border-width: 0px 0px 1px 0px;
    padding:0 0 0 2%;
}
p {
	line-height:135%;
    text-align: justify;
    margin: 0px 0px 10px 0px;
    padding:0 0 0 2%;
}
a {
    color: #00579F;
}
a:hover {
    color: #FF5511;
}
.in {
    color: #FF5511 !important;
}
h2 div {
    display: block;
    float: right;
    font-size: 14px;    
}
h2 div a {
    text-decoration: none;
}
.clear{
	clear:both;
}
/* MORE PAGE */
.morepage #top {
    border: solid 2px #CCC;
    border-width: 0px 0px 2px 0px;
}

.morepage img {
    display: block;
    margin: 0px auto;
}

/* WIKI */
#wiki_link {
    float: right;
    margin: 10px;
    opacity: 0;
}
a#wiki_link:hover {
    color: #999;
    opacity: 0.3;
}
img.people {
    width: 115px;
    float: right;
    margin-left: 10px;
}
table.wiki {	
    margin: 10px 0px 0px 10px;
    border-collapse: collapse;
    border: solid 1px #DDD;
}
table.wiki th {
    border: solid 1px #CCC;
    padding: 2px 4px;
    font-weight: bold;
}
table.wiki td {
    border: solid 1px #CCC;
    padding: 2px 4px;
}
#content ul{
	text-indent:0px;
}

.menu{
	display:none;
}

#pagewrapper {        
    width:100%;
    margin: 0px auto;     
}

/* MAIN */
#mainwrapper {    
    width: 100%;
    overflow: auto;    
    margin: 0 0 10px 0;
    float:right; 
}

#long-panel, #slider-bar, #languages, #button-bar, #button-bar-wide{
	display:none;
}
#fancybox-left, #fancybox-right {
	display:none;
}

a:link:after{ 
	content: " (" attr(href) ") ";
	color:#888888; 
}

.inside{
	margin:7% 3% 3% 3%;	
}

#content{
	width:100%;	
	float:right;
}

#content p{
	padding: 0 0 0 2%;
	line-height:145%;
}

#mainwrapper img{
	max-width:95%;
	max-height:350px;
	height:auto;
	margin: 10px 10px 10px 10px;
	
}
#footer, footer-img{
	display:none;
}

#footer{	
	font-size:9px;	
	width:100%;	
    margin:0 0 0 0; 
    padding:0 0 0 0;     
    display:inline;  
}

#footer-bar, #footer-box, #footer-address, #footer-additions {	
	margin:0 0 0 0;
	padding:5px 0 0 0;		
}
#footer-box{
	height:20px;
	width:100%;
	border: solid 2px #CCC;
    border-width: 2px 0px 0px 0px;    
}
#footer-bar{
	height:20px;
	width:100%;
	border: solid 2px #CCC;
    border-width: 0px 0px 2px 0px;    
}
#footer-address p{	
	line-height:5px;
	float:left;
	text-align:left;			
}

/* PARTNERS PAGE */ 
#partners{
	font-size:16px;
}

ul.partner-list {
	list-style-type: none;
	margin:0;
	padding:0;
	text-align:center;
}

ul.partner-list li{
	position: relative;
	display:inline-block;		
	height:150px;
	width:150px;
	border: solid 2px #7A7A7A;
    border-width: 1px 1px 1px 1px;
    margin: 10px 10px 10px 10px;        
}

span.partner-name {
	width: 150px;
	height: 150px;
	background: rgba(0,0,0,0.75);
	font-weight:bold;
	font-size:18px;
	color: white;
	cursor: pointer;
	display: table;	
	left: 0;
	position: absolute;
	top: 0;	
	opacity: 0;
}

.partner-list img{
	width:140px;
	margin:0 0 0 0 !important;
}

span.partner-name span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul.partner-list li:hover span.partner-name {
  opacity: 1;
}

/* PEOPLE PAGE */
dt{
	margin:5px 0px 10px 0px;
	text-indent:2px;
	font-size:21px;
	font-weight:bold;
	color: #333;
    border: solid 2px #CCC;
    border-width: 0px 0px 2px 0px;
    padding:0 0 0 2%;
}
