

@font-face {
	font-family: adobe;
	src: url("fonts/adobe.woff");
	font-weight: bold;
}


body {
		background-image: url("img/gallery.jpg");
		background-repeat: no-repeat;
		background-color: #FFF;
		background-size: cover;
		background-attachment: fixed;
		font-size: 87.5%;
		font-family: arial;
		line-height: 1.5;
		text-align:left;
	
	}
.body {margin: 0 auto;
		width: 70%;
		clear:both;}
		
a {text-decoration: none;
color: rgb(0,0,180);}
a:link, a:visited {}
a:hover, a:active {
	background-color: rgb(0,0,190);
	color: #FFF;
}



.mainHeader nav {
	background-color: #666;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float:left;
	display: inline;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #FFF;
	display: inline-block;
	padding: 10px;
	height: 20px;
}

.mainHeader nav a:hover, .mainHeader nav a:active, .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: rgb(255,0,0);
	text-shadow: none;
}

.mainHeader nav ul li a {
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainContent {
	line-height: 25px;
	border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.content {
	float: left;
	width: 100%;
		border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bottomcontent {
background-color: rgba(255,255,255, 0.6);
border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		padding: 3% 5%;
margin-top: 2%;
}

.top-sidebar {
	float: left;
background-color: rgba(255,255,255, 0.6);
	width: 21%;
	border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 3%;
	padding: 2% 3%;
	margin-bottom: 2%;
	margin-top: 2%;

}
.middle-sidebar {
	float: left;
background-color: rgba(255,255,255, 0.6);
	width: 21%;
	border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		margin-left: 3%;
			padding: 2% 3%;
	margin-bottom: 2%;


}
.bottom-sidebar {
	float: right;
background-color: rgba(255,255,255, 0.6);
	width: 21%;
	border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		margin-left: 3%;
			padding: 2% 3%;
	margin-bottom: 2%;
	//margin-top: 2%;


}

.mainFooter {
background-color: rgb(100,100,100);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100%;
	margin-top: 2%;
	float: left;
	margin-bottom: 2%;
	height: 40px;
}
.mainFooter p {
	width: 92%;
	margin: 10px; auto;
	color: rgb(255, 255, 255);
}

.post-info {
	font-style: italic;
	color: rgb(128,128,128);
	font-size: 90%;
}




.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  max-width: 900px;
  max-height: 500px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 70%;
  left: 17.5%;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 38.5%;
  }


  .centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

.galleryHeader {
	background-color: rgba(100,150,255,0.5);
	border-bottom: 1px solid #000;
	border-radius: 5px 5px 0 0;
}

header h3 {
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
	word-spacing: 1px;
	text-shadow: 1px 1px 2px #000;
}

#content {
	background: rgba(132,140,156,0.6);
	background: linear-gradient (to top, #848c9c 0%, #687080 50%, #a7b1c5 100%);
	background: -webkit-linear-gradient (bottom, #848c9c 0%, #687080 50%, #a7b1c5 100%);
	background: -moz-linear-gradient (bottom, #848c9c 0%, #687080 50%, #a7b1c5 100%);
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
}

.gallery {
	//width: 528px;
	margin: auto;
}

.gallery ul {
	list-style: none;
}

.gallery li {
	float: left;
	margin: 10px;
}


.gallery img {
	display: block;
	padding: 5px;
	background: #42517f;
	border: 1px solid #99adeb;
	box-shadow: 1px 1px 2px #000;
}

.gallery img:hover {
	border: 1px solid #FFF;
}

.html5gallery {
	margin-top: 30px;
	border-radius: 5px;
}


@media only screen and (min-width: 150px) and (max-width: 650px) {



.body {
	width: 90%;
	font-size: 95%;

}

.mainHeader img {
	width: 100%;
}

.mainHeader nav {
	background-color: rgba(128,128,128, 0.6);
	height: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.mainHeader nav a:hover, .mainHeader nav a:active, .mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: rgba(255,0,0, 0.8);
	text-shadow: none;
}

.mainHeader nav ul {
padding-left: 0;
}

.mainHeader nav ul li {
width: 100%;
text-align: center;
}

.mainHeader nav a:link, .mainHeader nav a:visited {
	padding: 10px;
	height: 20px;
	display: block;
}

.content {
	float: left;
	width: 100%;
	margin-top: 2%;



}

.topcontent {
background-color: rgba(230,230,230, 0.6);
border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 5%;
	margin-top: 2%;
	margin-bottom: 4%;
}

.bottomcontent {
background-color: rgba(230,230,230, 0.6);
margin-top: 3%;
}

.top-sidebar, .middle-sidebar, .bottom-sidebar {
	width: 94%;
	margin: 2% 0 2% 0;
	padding: 2% 3%;
background-color: rgba(230,230,230, 0.6);

}

