@charset "utf-8";
/* CSS Document */
#Layout-gallery {
	width: 790px;
	height: 560px;
	overflow: hidden;
	margin: 0;
	float: left;
	background: url(../images/background-gallery.jpg);
}
#Layout-gallery h2 {
	padding: 15px 0 0 15px;
}
#bread {margin: 0 0 0 15px;}
/* News Content */
#news-container {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
#news-list {
	background-color: #fff;
    float: left;   
    width: 21%;
    margin:  15px 2% 10px 2%;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}
#news-image {
	width: 90%;
	float: left;
	padding: 5%;
}
#news-content {
	padding: 2%;
	text-align: center;
}
#news-content h4 {
	padding: 2px;
}
#read-more {
	display: block;
	width: auto;
	float:right;
	font-size: 10px;
	font-size: 1rem;
	text-align: right;
	background: #6d5c3a;
	padding: 2px;
	margin-bottom: 3px;
}
.clear-both {
	clear: both;
}
#tiles {
list-style: none;
position: relative; /** Needed to ensure items are laid out relative to this container **/
margin: 10px 0;
}
#tiles:after {
	clear:both;
	height:0;
	content:".";
	display:block;
	visibility:hidden;
}

#tiles li:nth-child(odd) {
width: 11.6667%;
background-color: #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
float:left;
margin: 0 1.5% 18px 1.5%;
padding: 1%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
	transform: rotate(2deg);

	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
#tiles li:nth-child(even) {
width: 11.6667%;
background-color: #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
float:left;
margin: 5px 1.5% 18px 1.5%;
padding: 1%;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
  	box-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
	transform: rotate(3deg);

	-ms-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
}

#tiles li img {
max-width:100% !important;height:auto;display:block;margin: 0;padding: 0;
}

#pagination{
	width:100%;
}
ol#pagination {
	list-style: none;
	text-align:center;
}
ol#pagination li {
	float:left;
	cursor:pointer;
	margin:0 0 0 .5em;
	color:#811a1c;
	background: #fff;
	padding: 3px;
	border: solid 1px #811a1c;
}
ol#pagination li.current{
	color:#fff;
	font-weight:bold;
	background:#811a1c;
	border: solid 1px #811a1c;
}