@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	background: #ffffff;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #9d9d9d;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	}
/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5, h6
{
	padding-bottom: 3px;
	font-weight: normal;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align:center;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	color: #9d9d9d;
	text-align:center;
}

h3
{
	font-size: 16px;
	color: #000000;
	padding-top: 10px;
	text-align:center;
}

h4
{
	font-size: 16px;
	font-weight: normal;
	color: #424242;
	text-align:justify;
}

h5
{
	font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	color: #525252;
	font-weight: normal;
	text-align: center;
	text-transform: capitalize;
	}

h6
{
	font-size: 16px;
	color: #d97844;
}



p
{
	color: #000000;
	font-family:"Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	font-size: 13px;
	margin-top:3px;
	padding-bottom: 8px;
	font-weight: normal;
	text-align: justify;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 960px;
	margin: 25px auto 0 auto;
	background-color:#ffffff;
	padding: 3px;
}

/* Left Bar */
#left-bar
{	
	width: 230px;
	height:auto;
	display:block;
	position:absolute;
	padding: 5px;
	background-color: #ffffff;
	float:left;
}

#left-bar .img
{
	padding: 2px;
	align-content:center;
}

#left-bar a
{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#left-bar a:hover
{
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

#left-bar .navi
{
	margin-left:40px;
}

/* Starter CSS for Flyout Menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#cssmenu ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#cssmenu ul ul {
  margin-top: 1px;
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 99%;
  z-index: 598;
  width: 100%;
}
#cssmenu ul ul li {
  float: none;
}
#cssmenu ul ul ul {
  top: 1px;
  left: 99%;
}
#cssmenu ul li:hover > ul {
  visibility: visible;
}
#cssmenu ul li {
  float: none;
}
#cssmenu ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#cssmenu {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 18px;
  width: 180px;
}
#cssmenu ul a,
#cssmenu ul a:link,
#cssmenu ul a:visited {
  display: block;
  color: #848889;
  text-decoration: none;
  font-weight: 300;
}
#cssmenu > ul {
  float: none;
}
#cssmenu ul {
  background: #fff;
}
#cssmenu > ul > li {
  border-left: 3px solid #ffffff;
}
#cssmenu > ul > li > a {
  padding: 10px 20px;
}
#cssmenu > ul > li:hover {
  border-left: 3px solid #848889;
}
#cssmenu ul li:hover > a {
  color: #848889;
}
#cssmenu > ul > li:hover {
  background: #f6f6f6;
}
/* Sub Menu */
#cssmenu ul ul a:link,
#cssmenu ul ul a:visited {
  font-weight: 400;
  font-size: 14px;
}
#cssmenu ul ul {
  width: 180px;
  background: none;
  border-left: 20px solid transparent;
}
#cssmenu ul ul a {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}
#cssmenu ul ul li {
  padding: 0 20px;
  background: #fff;
}
#cssmenu ul ul li:last-child {
  border-bottom: 3px solid #d7d8da;
  padding-bottom: 10px;
}
#cssmenu ul ul li:first-child {
  padding-top: 10px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom: none;
}
#cssmenu ul ul li:first-child:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 13px;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}

/* Main Content */
#content-wrapper
{
	width: 698px;
	background-color:#ffffff;
	padding: 10px;
	float:right;
	border-left: thin solid #000000;
}

#content-wrapper p
{
	padding: 0 10px 0px 10px;
	line-height: 1.5em;
}

/* Masthead*/
#mast-head
{	
	width: 678px;
	padding: 5px 10px 10px 10px;
	background-color:#ffffff;
}
/* Light Box */
<!--
* Basic lightbox styles. Notice the
 * default 'display' is 'none'.
-->
#gallery {
	width:660px;
	margin:100px auto;
	}

#gallery a {
	text-decoration:none;
	}

#gallery .item {
	width: 155px; height: 155px; overflow: hidden;
	float: left;
	border: 2px solid #9d9d9d;
	margin: 5px;
	}


#gallery .item a { 
    overflow: hidden;
	}

#gallery .item a img {
	height: 100%; 
	align-self: center;
	}

.lightbox {
	/** Hide the lightbox */
	display: none;
	
	/** Apply basic lightbox styling */
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color:#333333;
	}

.lightbox:target {
    /** Show lightbox when it is target */
    display: block;
    outline: none;
}

.lightbox .box {
  	width: -webkit-min-content;
  	width: -moz-min-content;
  	width: min-content;
	min-width:500px;
 	margin: 2% auto;
	padding:10px 20px 10px 20px;
	background-color:#f2f2f2;
	box-shadow: 0px 1px 26px -3px #777777; 
	}

.lightbox .title {
	margin:0;
	padding:0 0 10px 0px;
	border-bottom:1px #ccc solid;
	font-size:22px;
	}

.lightbox .content {
	display:block;
	position:relative;
	}
	

.lightbox .content .desc {
	z-index:99;
	bottom:0;
	position:absolute;
	padding:10px;
	margin:0 0 4px 0;
	background:rgba(0,0,0,0.8);

	color:#fff;
	font-size:17px;
	opacity:0;
	transition: opacity ease-in-out 0.5s;
	}	
	
.lightbox .content:hover .desc	{
	opacity:1;
}

.lightbox .next,
.lightbox .prev,
.lightbox .close {
	display:block;
	text-decoration:none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#858585;
	}

.prev {
	float:left;
	}

.next, .close {
	float:right;
	}
	
	.clear {
		display:block;
		clear:both;
		}
	
/* Footer */
#footer
{
	width:698px;
	padding: 3px;
	background-color:#ffffff;
}


