/* Hemera Version 1.0.1 */
/* DEFAULT CSS ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
* { margin: 0; padding: 0; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */
img a, a img, img {border-style: none; border: 0;} /* IE BORDERS */
b, strong { font-weight: bold;}
p {margin: 15px 0 15px 0; clear: left; font-size: 12px; line-height: 20px; }
b, strong { font-weight: bold;}
a:link { text-decoration: none; }
a:visited { text-decoration: none;}
a:hover, a:active { text-decoration: none; }
a:hover {transition: color .15s;-moz-transition: color .15s; -webkit-transition: color .15s; -o-transition: color .15s; }
a:focus {outline: none;}
img {border-style: none;max-width: 100%;height: auto;}
.image-right img, .image-left img {width: auto;}
ul {margin: 15px 0 15px 0;}
ul li {list-style: none; margin: 5px;}
a img {border: none;}
h1 {font-size: 20px; margin: 15px 0;}
h2 {font-size: 18px; margin: 15px 0;}
h3 {font-size: 16px; margin: 15px 0;}
h4 {font-size: 14px; margin: 15px 0;}
h5 {font-size: 12px; margin: 15px 0;}
* { margin: 0; padding: 0;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
label {display: block;}
.mobile {display: none;}
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}
hr {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
	height: 1px;
	background: rgba(255,255,255,.15);
	-moz-box-shadow:    0px -1px 0px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px -1px 0px rgba(0,0,0,.25);
	box-shadow:         0px -1px 0px rgba(0,0,0,.25);
	border: none;
}
.shadow {
	-moz-box-shadow:    0px 1px 2px rgba(0,0,0,.25), inset 0px 1px 2px rgba(255,255,255,.25);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.25), inset 0px 1px 2px rgba(255,255,255,.25);
	box-shadow:         0px 1px 2px rgba(0,0,0,.25), inset 0px 1px 2px rgba(255,255,255,.25);
}
body, html {
	font-family: Helvetica, Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
	font-weight: 200;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* GLOBAL ------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#pageWrap {
	width: 100%;
}
.blockWrap, .mainBlockWrap, .photo-navigation {
	box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3));
	-moz-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.3));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	height: auto;
}
.blockWrap .one-half > .block {
	border-left: 1px solid rgba(0,0,0, .12);
}
.blockWrap .one-half:first-child .block {
	border-left: 0px solid rgba(0,0,0, 0);
}
.blockWrap .one-third > .block {
	border-left: 1px solid rgba(0,0,0, .12);
}
.blockWrap .one-third:first-child .block {
	border-left: 0px solid rgba(0,0,0, 0);
}
.blockWrap .one-fourth > .block {
	border-left: 1px solid rgba(0,0,0, .12);
}
.blockWrap .one-fourth:first-child .block {
	border-left: 0px solid rgba(0,0,0, 0);
}
.blockWrap .two-thirds > .block {
	border-left: 1px solid rgba(0,0,0, .12);
}
.blockWrap .two-thirds:first-child .block {
	border-left: 0px solid rgba(0,0,0, 0);
}
.blockWrap .three-fourths > .block {
	border-left: 1px solid rgba(0,0,0, .12);
}
.blockWrap .three-fourths:first-child .block {
	border-left: 0px solid rgba(0,0,0, 0);
}
.frameBlock {
	padding: 15px;
	box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3));
	-moz-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.3));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
}
.block {
	padding: 15px;
}
.one-half {
	width: 50%;
	float: left;
}
.one-third {
	width: 320px;
	float: left;
}
.one-fourth {
	width: 25%;
	float: left;
}
.two-thirds {
	width: 640px;
	float: left;
}
.three-fourths {
	width: 75%;
	float: left;
}

span.icon {
	font-family: 'HeydingsCommonIconsRegular';
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
	font-weight: normal !important;
}
span.social-icon {
	font-family: 'JustVector';
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
	font-weight: normal !important;
}

.promo {
	display: inline-block;
}
.promo span {
	float:left;
	font-size: 32px;
	margin-top: 5px;
}
.promo h3 {
	float: left;
	margin-left: 5px;
}
.promo p {
	float: left;
	margin: 0;
	margin-left: 35px;
}
.image-left {
	float: left;
	margin: 0 15px 0 0;
}
.image-right {
	float: right;
	margin: 0 0 0 15px;
}

/* HEADER -----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.header {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.header .frameBlock {
	
}
.header .frameBlock.accent {
	height: 5px;
	padding: 0;
}
.header .menu-link.accent {
	height: auto;
}
.header .frameBlock.logo {
	padding: 0;
	height: 165px;	
}
.header .frameBlock.logo img {
	width: auto;
	max-height: 165px;	
}
.header .frameBlock.title {
	height: 95px;
}
.header #menu a span {
	display: inline-block;
	line-height: 16px;
	padding: 0px 4px 0 0;
}
.header h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 10px 0;
  	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}
.header h4 {
	margin: 0;
  	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}
.header .social-links {
	font-size: 18px;
	float: right;
	display: inline;
}

/* NAVIGATION -------------------------------------------------------------------------------------------------------------------------------------------------------*/
nav {
  display: block;
}
.menu li a.current {
	height: auto;
}
.right {
  float: right;
  margin-left: 1em;
}
.ico-heart:before,
.ico-letter:before,
.ico-file:before,
.ico-real:before,
.ico-pen:before,
.ico-user:before,
.ico-rocket:before,
.ico-arrow-right:before,
.ico-arrow-left:before,
.ico-arrow-left-2:before,
.ico-arrow-right-2:before,
.ico-caret-down:before,
.ico-caret-up:before,
.ico-caret-left:before,
.ico-caret-right:before,
.ico-facebook:before,
.ico-twitter:before,
.ico-google-plus:before {
  font-family: 'WebSymbolsRegular';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ico-caret-down:before {
  content: "{";
  font-size: 32px;
}
.active .ico-caret-down:before {
  content: "}" !important;
}
.menu-wrap {
	padding: 0;
	height: 40px;
}
.menu-wrap .menu > .menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-align: center;
  font-size: 15px;
}
.menu-wrap .menu > .menu > li {
  position: relative;
  display: inline-block;
  margin: 0;
}
.menu-wrap .menu > .menu > li > a {
  padding: 0.7em  8px;
  display: inline-block;
  margin: 0;
  border-left: 1px solid rgba(255,255,255,0.05);
  border-right: 1px solid rgba(0,0,0,0.15);
}
.menu-wrap ul.menu,
.menu-wrap a.menu-link {
  
}
.menu-wrap a.menu-link {
  display: none;
  padding: 0.7em  0;
}
.menu-wrap a {
  display: block;
  position: relative;
  padding: 0 0.5em;
  margin: 0 0.2em;
  line-height: 1.3em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}
.menu-wrap a:hover {
  border-bottom: 1px solid;
  transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
}
.menu-wrap .menu > .menu > .current-menu-item > a,
.menu-wrap .menu > .menu > .current-menu-ancestor > a {
  position: relative;
  z-index: 12;
  border-bottom: 1px solid transparent;
}
.menu-wrap .menu > .menu > .current-menu-item > a:hover,
.menu-wrap .menu > .menu > .current-menu-ancestor > a:hover {
  
}
.menu-wrap .menu > .menu > .current-menu-item > a:hover:after,
.menu-wrap .menu > .menu > .current-menu-ancestor > a:hover:after {
  border-top-color: #fffdfd;
}
.menu-wrap .menu > .menu > .current-menu-item > a:after,
.menu-wrap .menu > .menu > .current-menu-ancestor > a:after {
  
}
.menu-wrap .menu .menu .menu {
	left: 0;
	margin-top: 1px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 40px 0 0 0;
  padding: 0 0 0 0;
  position: absolute;
  max-height: 0em;
  overflow: hidden;
  list-style: none outside none;
  text-align: left;
  text-transform: none;
  z-index: 1000;
  -webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	-ms-transition:all .5s;
	transition:all .5s;
	-webkit-backface-visibility: hidden;
	display: inline-block;
}
.menu-wrap .menu .menu .menu li {
  display: block;
  margin: 0;
}
.menu-wrap .menu .menu .menu a {
  margin: 0;
  white-space: nowrap;
  line-height: 1.8em;
  border: none;
  padding: 5px 10px;
  border-left: 1px solid rgba(255,255,255, .1);
  border-right: 1px solid rgba(0,0,0, .12);
  box-shadow: inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.3));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
}
/*.menu-wrap .menu .menu .menu a:hover {
	border-left: 3px solid;
	padding-right: 8px;
  	transition: all 0s;
	-moz-transition: all 0s; 
	-webkit-transition: all 0s; 
	-o-transition: all 0s; 
}*/
.menu-wrap .menu .menu .menu li:last-child {
  
}
.menu-wrap .menu .menu .menu li:last-child a {
  
}
@media (min-width: 970px) {
	#menu > .menu > .menu > .has-subnav:hover > .menu {
	  max-height: 30em;
	  transition: max-height 0.5s;
	}
	.menu-wrap .has-subnav .has-subnav .menu { 
		margin-top: -37px;
		left: 100%;
	}
	/*.menu-wrap .has-subnav .has-subnav:hover > .menu {
	  max-height: 30em;
	  transition: max-height 0.5s;
	  height: auto;
	  display: block;
	}*/
}

/* CONTENT ----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.accent, .accent:hover {
	height: 5px;
}
.block .accent {
	height: auto;
}
.mainBlockWrap .mainContent {
	width: 640px;
	float: left;
}
/*.mainBlockWrap .mainContent .block:empty {
	display: none;
}*/
.mainBlockWrap .sidebar {
	width: 320px;
	float: right;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.content .block {
	/*display: inline-block;*/
	display: block;
}
.content .block.width-fix {
	display: block;
}
.content ul {
	margin-left: 10px;
}
.quote {
  border-top: 4px double #dddddd;
  border-bottom: 4px double #dddddd;
  margin: 20px 0;
  padding: 20px 0;
}
.quote > * {
  margin-left: 25px;
}
.quote p {
  font-size: 14px;
  text-transform: uppercase;
}
.quote blockquote {
  border: 0;
  font-family: Georgia, serif;
  font-size: 26px;
  font-style: italic;
  line-height: 28px;
  padding: 0;
}
.quote h2 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.quote h6 {
  font-size: 10px;
  line-height: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.quote img {
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}
.button {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	margin: 20px 0;
	display: inline-block;
	padding: 7px 15px;
	font-weight: normal;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
}
.button:hover {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
}
.button:active {
	color: #eee !important;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .4), 0px 1px 2px rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .4), 0px 1px 2px rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .4), 0px 1px 2px rgba(255, 255, 255, .2);
	transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
}
.image-with-caption {
	margin: 0 15px 15px 15px;
}
.image-with-caption .caption {
	padding: 0px 0 15px 0;
	text-align: center;
}
.image-with-caption .caption span { 
	color: #999;
	font-size: 12px;
}
.gallery .image-with-caption {
	margin: 15px 15px 15px 15px;
	float: left;
	opacity: .75;
	transition: all 0.25s;
	-moz-transition: all 0.25s; 
	-webkit-transition: all 0.25s; 
	-o-transition: all 0.25s; 
}
.gallery .image-with-caption:hover {
	opacity: 1;
	transition: all 0.25s;
	-moz-transition: all 0.25s; 
	-webkit-transition: all 0.25s; 
	-o-transition: all 0.25s; 
}
.gallery .image-with-caption .caption {
	
}
.gallery .image-with-caption .caption span { 
	
}

/* SIDEBAR ----------------------------------------------------------------------------------------------------------------------------------------------------------*/

/* FOOTER -----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
}
.footer .frameBlock {
	
}
.footer .frameBlock.accent {
	height: 5px;
	padding: 0;
}
.footer .frameBlock.copyright {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.footer .frameBlock.copyright {
	font-weight: normal;
	margin: 0;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
}
.footer .frameBlock.copyright .padding {
	padding: 15px 15px;
}
.footer .frameBlock.copyright ul { 
	display: inline;
}
.footer .frameBlock.copyright ul li { 
	display: inline;
}
.footer .contact-details strong {
	font-size: 14px;
}
.social-links {
	font-size: 18px;
	display: inline;
}
.menu-wrap a {
  text-shadow: none;
}


/* FLOATS */
.floatRight {
	float: right !important;
}
.floatLeft {
	float: left !important;
}




/* =======================================HTML STYLES */
.standout, blockquote {
	font-size: 1.1em;
	padding: 5px;
	margin-top: 5px 0px 5px 0px;
	display: block;
	font-style: italic;
}
blockquote p {
	font-size: 2em;
}
blockquote p:before {
content: '"';
font-size: 2.25em !important;
}
blockquote p:after {
content: '"';
font-size: 2.25em !important;
line-height: 1em;
}
a.social {font-family: 'JustVector';}
a.social:hover {
	transition: color .5s;
	-moz-transition: color .5s; 
	-webkit-transition: color .5s; 
	-o-transition: color .5s; 
}
.footer a.social {font-size: 24px; padding-left: 3px; float: right;}
#siteTitle a.social { margin-right: 5px;}
/* =======================================BLOG */
.imageStyle {
	max-width: 100%;
	height: auto;
}
.blog-entry {
	padding-bottom: 40px;
	padding: 0px 0px 15px 0px;
}
.blog-entry-title {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0 5px 0 !important;
	padding: 0px 0 0 0 !important;
}
.blog-entry-tags {
	padding: 0 0 0 10px;
}
.blog-entry-tags ul {

}
.blog-tag-cloud {
	display: inline-block;
	margin: 0 !important;
}
.blog-tag-cloud li {
	float: left;
	margin: 0 0 0 5px;
	list-style: none;
}
.blog-tag-cloud li:after {
    content: " /";
}
.blog-tag-cloud li:last-child:after {
    content: "";
}
.blog-entry-date {
	
}

.blog-entry-body {
	text-align: left;
	margin-top: 20px;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-disabled {
}

.blog-category-link-enabled {
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {

}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
/* =======================================FILE SHARING */
.filesharing-description {
	margin: 0px 0 0 0;
}
.filesharing-description h1 {
	font-size: 20px;
	margin: 15px 0;
}
.filesharing-item {
	
}
.filesharing-item-title a {
	margin-left: 75px;
	font-size: 16px;
	display: block;
	width: 300px;
	line-height: 60px;
	text-align: left;
}
.filesharing-item-title {
  position: relative;
  z-index: 1;
  margin: 20px 30px 15px 0;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.3), inset 0 -6px 20px -1px rgba(0, 0, 0, 0.3), 0 1px 3px 0 rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
  transition: box-shadow 0.3s ease, color 0.3s ease;
  user-select: none;
}
.filesharing-item-title:active,
.filesharing-item-title.active {
  outline: 0;
  box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.0), inset 0 -6px 20px 7px rgba(0, 0, 0, 0.3), 0 2px 6px 0 rgba(0, 0, 0, 0), inset 0 1px 2px 0 rgba(0, 0, 0, 0.6);
  color: #C09331;
}
.filesharing-item-title:after {
  position: absolute;
  top: -7px;
  left: -7px;
  z-index: -1;
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  /*background: rgba(255, 255, 255, 0.03);*/
  background: url(images/download-icon.png);
  box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, 0.3);
  content: "";
}

.filesharing-item-description {
	
}
/* =======================================PHOTO ALBUM */
@media (max-width: 600px){
 	.thumbnail-frame {
		width: 295px !important;
	}
	#fullResImage {
		width: 290px !important;
		height: auto !important;
	}
	.thumbnail-wrap {
		margin-left: -20px !important;
	}
}
.album-title {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}
.album-description {
	
}
.album-wrapper {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	height: auto;
	margin-bottom: 40px;
	margin-right: 10px;
	margin-left: 10px;
}
.thumbnail-frame {
    position: absolute;
    top: 0;
    left: 0;
}
.thumbnail-frame img {
    margin: auto;
    border: none;
    overflow: hidden;
    position: relative;
    display: block;
}
.thumbnail-frame img {
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.thumbnail-caption {
	
}

.thumbnail-frame {
	/*overflow: hidden;*/
}

.thumbnail-frame p {
	margin: 10px 0 15px 0;
}
.thumbnail-frame:hover p {
}
/* =======================================PHOTO PAGE */
.photo-background {
	text-align: center;
}

.photo-navigation {
	margin: 6px auto; 
	text-align: center;
	padding: 15px 0;
	max-width: 640px;
	width: 100%;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
}

.photo-navigation a:hover {
	
}

.photo-frame {
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-size: 28px;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.25em;
}
/* =======================================MOVIE PAGE */
.movie-description {
	text-align: center;
}
.movie-page-title {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}

.movie-page-description {
	
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 5px;
	text-align: center;
	margin-bottom: 60px;
}
.movie-thumbnail-frame img{
	width: 190px;
	height: 140px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}
.movie-thumbnail-frame {}

.movie-thumbnail-frame a {
	
	  
}
.movie-thumbnail-frame:hover {}
.movie-thumbnail-caption {
	text-align: center;
	margin-bottom: 3px;
}
.movie-thumbnail-frame {
	overflow: hidden;
}

.movie-thumbnail-frame .movie-thumbnail-caption {
	
	
}
.movie-thumbnail-frame:hover .movie-thumbnail-caption {

	

}
/* =======================================SITE MAP */
.sitemap-header h1 {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}
.rw-sitemap {
	font-size: 1.25em;
}
.rw-sitemap .tree {
	list-style: none;
}
.rw-sitemap .tree ul {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 1em;
}
/* =======================================MOVIE */
.movie-background {
	background: #ffffff;
	margin-top: 5px;
}
.movie-title {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
}
.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
/* =======================================CONTACT */
#content_text div {
	margin-bottom: 30px;
}
label {
	
}
.message-text h1{
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0;
} 
.required-text {
} 
.form-input-field {
	width: 578px;
	max-width: 100%;
	padding: 9px;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3));
	-moz-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.3));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	height: auto;
}
 @media (max-width: 960px){
	.form-input-field {
		width: 94%;
	}
}
textarea.form-input-field {
	box-shadow: 0px -1px 3px rgba(0,0,0, .12), inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 0 0px rgba(255,255,255,0.2), inset 0 -1px 0px rgba(0,0,0,0.3));
	-moz-box-shadow: 0px -1px 3px rgba(0,0,0, .2, inset 0 1px 0px rgba(255,255,255,0.15), inset 0 -1px 0px rgba(0,0,0,0.3));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.05) 100%);
} 
.form-input-button {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	cursor: pointer;
	margin: 20px 0;
	display: inline-block;
	padding: 7px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .7);
	border: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
	-webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
	-moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .2), inset 0px 1px 1px rgba(255, 255, 255, .4);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
}
.form-input-button:hover {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(0,0,0,0.05) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.05)), color-stop(100%,rgba(0,0,0,0.05)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(0,0,0,0.05) 100%);
	transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
}
.form-input-button:active {
	color: #eee !important;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .4), 0px 1px 2px rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .4), 0px 1px 2px rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, .4), 0px 1px 2px rgba(255, 255, 255, .2);
	transition: all 0.4s;
	-moz-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	-o-transition: all 0.4s; 
}
/* Light Box */
#Choco_left_arrow {
	background-image: url(images/left.gif) !important;
}
#Choco_right_arrow {
	background-image: url(images/right.gif) !important;
}
#Choco_close {
	background-image: url(images/close.gif) !important;
}
#Choco_loading {
	background-image: url(images/loading.gif) !important;
}




