#album{
	display: inline-block;
	text-align: center; 
	height: 20px; 
	padding : 5px 15px 28px;
	background-color: #76c636; 
	border-radius: 0px 10px 10px 0px;
	color: white;
	font-weight: 600;
	margin: 15px 0px;
	}
	
#gallery{
	display: inline-block;
	text-align: center; 
	height: 20px; 
	padding : 5px 18px 28px;
	background-color: #6A9647; 
	border-radius: 10px 0px 0px 10px;
	color: white;
	font-weight: 600;
	margin: 15px 0px;
}

#avatar{
	border-color: #6A9647 !important;
}
	
#photo li{
	display: block;
	position: relative;
	margin: 3px;

}

.pictures{
	width: 130px;
	height: 130px;
	background-position: center;
	margin: 3px;
	background-repeat: no-repeat;
	background-size: 100%;
}

#wide{
	background-size: cover;
}

.container-pictures{
	float: left;
	border: solid 1px #e6e6e6;
	margin: 3px;
	}
	
.image-info{
	display: none;
}
	
#photo{
	width : 90%;
	
	position: relative;
	min-width: 275px;
	margin: 0 0 0 35px;
	}
	
#path span{
	margin-left: 0px;
	}
	
#lefttext{
	background-color: #3cb9a0 !important;
	border-right-color: #0fcc88 !important;	
}

#path, #title{
	background-color: #2b564e !important;
	margin-bottom: 12px !important;
	}
	
#imglink img{
	border-top-color: #2b564e !important;
}
	
.container-pictures:hover{
border-color: #999;

}

.navbar{margin: 0px !important}
#container{margin: 80px;}
.cat-title{text-transform:uppercase;color: #555;padding-bottom: 10px;padding-top: 10px;}
#cat1-block{border: solid 1px #DDD;padding: 10px;display: block;}
#cat2-block ul{margin-left: 10px;}
.date{font-size: 13px;font-weight: 600;color: #555;width: 80px;display: inline-block;}
#footer {position: fixed;text-transform:uppercase;bottom: 20px;left: 0px;right: 0px;height: 15px;padding-top:5px;text-align: center;font-size: 12px;font-weight: 600px;color: #aaa;}

	
@media screen and (max-width: 360px) and (orientation: portrait) {
	#photo li:nth-child(even){
	float: right;
	margin: 0;
	}
	
	#photo{
	width : 80%;
	min-width: 250px;
	margin: 0 0 0 30;
	
	}
}

@media screen and (min-width: 361px) and (max-width: 420px) and (orientation: portrait) {
	#photo{
	margin: 0 0 0 10;
	width : 95%;
	}
}