html {
	height: 100.2%;
}

body {
	margin:0;
	padding:0;
	font-family: 'Margarine', cursive;
	font-size:1em;
	font-weight:400;
	color:#222;
	background-image:url(assets/tile.png);
	height: auto;
	margin: 0 auto;
	min-height: 100%;
	width: 100%;
}

.container {
	background-image:url(assets/tile.png);
	height: auto;
	margin: 0 auto;
	min-height: 100%;
	width: 100%;
}

h1 {
	color: #1D141F;
	font-family: 'Arizonia', cursive;
	font-size: 5em;
	font-weight: 400;
	height: auto;
	line-height: 1em;
	margin-top:20px;
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	text-shadow: 0px 1px 6px #000;
	width: 800px;
	word-wrap: break-word;
}

.gallery {
	background: rgba(235, 228, 239, 0.69);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 6px 0px;
	clear: both;
	margin-top:-20px;
	margin-right:auto;
	margin-left:auto;
	padding: 20px;
	width: 800px;
}

.gallery a:link,
.gallery a:active,
.gallery a:visited {
color: #555;
outline:0;
text-decoration:none;
}

.gallery a:hover {
	color: #491A4A;
} 

.gallery img {border:0;}
.gallery .float-left {float:left;}
.gallery .float-right {float:right;}
.gallery .clear {clear:both;}
.gallery .clearb10 {padding-bottom:10px;clear:both;}

.gallery .titlebar {
height:24px;
line-height:24px;
margin-top: 0;
margin-bottom: 10px;
}

.gallery .title {
font-size:18px;
font-weight:400;
}

.gallery .thumb-album {
overflow:hidden;
width:120px;
height:100px;
float:left;
margin:5px;
padding:5px;
background:#fff;
font-family: Arial, Helvetica, sans-serif;
font-size:.8em;
text-align:center;
}

.gallery .thumb-album:hover {background:#f6f6f6;}

.gallery .thumb {
overflow:hidden;
float:left;
width:110px;
height:75px;
margin:5px;
border:5px solid #fff;
}

.gallery .thumb:hover {
/*border:0;
width:120px;
height:85px;*/
border:5px solid #C596DE;
}

/***** pagination style *****/
.gallery .paginate-wrapper {
padding:10px 0;
font-size:11px;
}

.gallery a.paginate {
color:#555;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.current-paginate, 
.gallery a.paginate:hover {
color:#333;
font-weight:700;
padding:0;
margin:0 2px;
text-decoration:none;
}

.gallery a.paginate-arrow {
text-decoration:none;
border:0;
}

.fancybox-iframe {
	overflow:hidden !important;
}