		html, body, non-modal {height:100%; width:100%;background:#F8F8F8;margin:0px;padding:0px;font-family: 'Ropa Sans', sans-serif;font-size:12px;font-weight:normal;color:#888;}
		div.nav {min-height:100%;background:#F8F8F8;width:20%;float:left;border:0px;}
		div.nav > div {padding:12%;text-align:right;}
		div.content {min-height:100%;background:#FDFDFD;width:80%;float:right;border:0px;}
		div.content > div {padding:3%;}
		
		h1, span.title {font-size:24px;display:block;color:#888;margin:0px 0px 20px 0px;font-weight:normal;}
		
		
		.menu > a {font-size:14px;text-decoration:none;display:block;color:#888;margin-bottom:10px;}
		.menu > a.selected {text-decoration:none;color:#444;display:block;font-weight:bold;}
		.menu > a:hover {text-decoration:underline;color:#666;}
		
		
		h3 {font-size:15px;margin:30px 0px 10px 0px;padding:0px;font-weight:normal;}
		h3:first-of-type {margin-top:10px;}
		
		div.thumb {width:150px;height:160px; border:1px solid #DDD;padding:10px; cursor:pointer;display:inline-block;margin:0px 10px 15px 0px;}
		div.thumb:hover {width:150px;height:160px; border:1px solid #AAA;padding:10px; cursor:pointer;}
		.thumb div.img {width:100%;height:150px;background-position:center center;background-repeat:no-repeat;background-size:contain;}
		
		
		
#fixedTitle
{
	font-size:24px;
	color:#aaa;
	font-weight:normal;
	pointer-events : none;
    position: fixed;
    z-index: 2; 
    left: 0px;
    bottom: 0px;
	padding:2%;
    overflow: hidden; 
}
		
		/* The Modal (background) */
.modal {
    display: none; 
    position: fixed;
    z-index: 1; 
    padding-top: 0px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: hidden; 
    background-color: rgb(246,246,246); 
    background-color: rgba(236,236,236,0.5); 
}

.modalclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #888;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.modalclose:hover,
.modalclose:focus {
    color: #444;
    text-decoration: none;
    cursor: pointer;
}

.modalinner {
	width:90%;
	height:85%;
	position:absolute;
	top:5%;
	left:5%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}

/* Modal Content (image) */
.modal-content {
    margin: 0px;
	padding: 0px;
    display: block;
    width: 100%;
	height: 100%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}