@import url('reset.css');

@import url('widgets.css');

@import url('elements.css');

@import url('comments.css');

@import url('../js/poshytip-1.1/src/tip-yellow/tip-yellow.css');

@import url('isotope.css');
/*
----------------------------------------------------*//* IMPORT ------------------------------------------------------------*/

/* GENERAL ------------------------------------------------------------*/
.cf:after,
.cf:before {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.wrapper {
  margin: 0 auto;
  width: 940px;
  position: relative;
}
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-image: url(../img/marble-tile.jpg);
}
body a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body p {
  margin-bottom: 21px;
}
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  line-height: 1.3em;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-family: 'eras_bk_btdemi', Arial, Helvetica, Sans Serif;
  font-size: 26px;
}
h4.main {
  font-family: 'eras_bk_btdemi', Arial, Helvetica, Sans Serif;
  font-size: 26px;
  border-bottom: 5px solid #585246;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 0px 0px 10px 0px;
}

h4.media {
  font-family: 'eras_bt_btbold', Arial, Helvetica, Sans Serif;
  font-size: 28px;
  color: #FF9900;
  letter-spacing: 2px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
  margin-right: 0px;
  padding-bottom: 0px;
  padding: 0px 0px 0px 0px;
}
h5 {
  font-family: 'eras_bk_btdemi', Arial, Helvetica, Sans Serif;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 0px 0px 0px 0px;
  color: #585246;
}
h5.bottom {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 3px solid #585246;
}

h6 {
  font-size: 14px;
}
/* HEADER ----------------------------------------------------*/header {
  background: url(../img/header.jpg) repeat-x;
  minimum-height: 120px;
}
header #logo:hover {
}
header #logo img {
  display: block;
  margin: 15px auto;
}
/* NAVIGATION ------------------------------------------------------------*/
.navbox-left {
  float: left;
  width: 50%;
  padding-top: 5px;
}
.navbox-right {
  float: left;
  width: 50%;
  padding-top: 5px;
}


nav {
  height: 95px;
  float: left;
  width: 100%;
  margin-top: -16px;
  position: relative;
  background: url(../img/ribbon-2.jpg);
  }
#nav {
  clear: left;
  display: block;
  float: right;
  position: relative;
  right: 50%;
}
#nav > li {
  font-family: 'eras_bk_btdemi', Arial, Helvetica, Sans Serif;
  display: block;
  float: left;
  position: relative;
  left: 50%;
  letter-spacing: 2px;
  word-spacing: 0em;
  font-size: 20px;
    line-height: 20px;
  padding-bottom: 8px;
  /* sub navigation -----------------------------------------------------*/

}
#nav > li.current-menu-item i,
#nav > li.current_page_item i {
  display: block;
}
#nav > li a {
  display: block;
  padding: 10px 15px 0px 15px;
  color: #f3e4c8;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
#nav > li a:hover {
  color:#FF9900;
}
#nav > li a i {
  display: none;

  position: absolute;
  left: 50%;
  top: -4px;
}
#nav > li a i b {
  position: absolute;
  display: block;
  background: url(../img/current.png) no-repeat 0px 0px;
  width: 16px;
  height: 16px;
  left: -8px;
}
#nav > li ul {
  font-size: 14px;
  font-family: Tahoma;
  text-align: left;
  margin-top: 19px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#nav > li ul li {
  border-top: 1px solid #a03a26;
  border-bottom: 1px solid #812f1e;
}
#nav > li ul li a {
  padding: 15px;
  background: #963724;
}
#nav > li ul li a:hover {
  background: #a03a26;
}
#nav > li ul li:last-child {
  border-bottom: none;
}
/* COMBO NAVIGATION ------------------------------------------------------------*/
#comboNav {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  float: left;
}
/* MAIN ----------------------------------------------------*/#main .wrapper {
  margin-top: 60px;
  margin-bottom: 50px;
  min-height: 500px;
  color: #444;
  font-size: 16px;
  line-height: 1.5em;
}
/* HEADLINE ----------------------------------------------------*/.headline {
  color: #cb5432;
  text-align: center;
  font-family: mensch;
  font-size: 48px;
  line-height: 1.3em;
  word-spacing: -0.1em;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}
/* FEATURE ----------------------------------------------------*/.feature {
  width: 960px;
  margin-left: -20px;
}
.feature li {
  position: relative;
  background: #f3e4c8;
  width: 300px;
  margin-bottom: 50px;
  margin-left: 20px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
.feature li .thumb {
  display: block;
  margin: 10px;
  width: 280px;
}
.feature li .thumb img {
  max-width: 100%;
}
.feature li .caption {
  padding: 10px 10px 20px 10px;
  text-align: center;
}
.feature li a {
  color: #cb5432;
}
.feature li .thumb {
  position: relative;
}
.feature li .thumb .date {
  position: absolute;
  bottom: -25px;
  left: 110px;
  display: block;
  -moz-border-radius: 40px 40px 40px 40px;
  -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  height: 50px;
  width: 60px;
  background: #f3e4c8;
  float: left;
  font-family: mensch;
  padding-top: 10px;
}
.feature li .thumb .date span {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
/* PAGE CONTENT ----------------------------------------------------*/.page-content {
  position: relative;
  background: url(../img/pad-top.jpg), url(../img/yellow-pad.jpg);
  background-repeat: no-repeat, repeat-y;
  padding: 60px 30px 15px 120px;
  box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.page-content .heading {

}
.page-content .c-1,
.page-content .c-2,
.page-content .c-3,
.page-content .c-4 {
  position: absolute;
  width: 48px;
  height: 50px;
}
.page-content .c-1 {
  top: 0px;
  left: 0px;
  background: url(../img/corner-1.png) no-repeat top left;
}
.page-content .c-2 {
  top: 0px;
  right: 0px;
  background: url(../img/corner-2.png) no-repeat top left;
}
.page-content .c-3 {
  bottom: 0px;
  left: 0px;
  background: url(../img/corner-3.png) no-repeat top left;
}
.page-content .c-4 {
  bottom: 0px;
  right: 0px;

}
.page-content-2 {
  position: relative;
  background: #f2f1ea;
  border: solid 3px #585245;
  margin-top: 30px;
  padding: 30px 30px 15px 20px;
  box-shadow: 5px 5px 5px 3px rgba(0, 0, 0, 0.2);
}

.page-content-2 video {
	height: auto;
	width: 100%;
	min-width: 240px;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.page-content-2 img {
	height: auto;
	max-width: 100%;
}
.page-content-2 a {
  text-decoration: underline;
  color: #FF9900;
}
.page-content-2 a:hover {
  text-decoration: none;
  color: #b5b1ae;
}
.newsletter-content {
  float: left;
  width: 100%;
  min-width: 240px;
}

.newsletter-content ul {
	  align: center;
	  margin-left: 0px;
	  margin-right: 0px;
	  list-style: none;
}
.newsletter-content ul li {
	  align: left;
	  display: inline;
	  padding: 25px 10px 35px 10px;
}
.newsletter-content ul a:hover {
	opacity: .6;
}
.page-space {
 height: 40px;
}
/* CONTACT ------------------------------------------------------------*/
#map_canvas {
  display: block;
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
/* ENTRY CONTENT ------------------------------------------------------------*/
.entry-content a {
  color: #cb5432;
}
.entry-content img {
  height: auto;
  max-width: 100%;
}
.entry-content strong {
  font-weight: bold;
}
.entry-content ul,
.entry-content ol {
  margin-left: 20px;
}
.entry-content ul {
  list-style: disc;
}
.entry-content ol {
  list-style: decimal;
}
/* PAGE NAVIGATION ------------------------------------------------------------*/
#main .page-navigation {
  position: relative;
  left: 50%;
  display: block;
  margin-bottom: 100px;
  float: left;
}
#main .page-navigation div {
  position: relative;
  right: 50%;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
}
#main .page-navigation div span {
  margin-bottom: 15px;
  display: inline-block;
}
#main .page-navigation a {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #cb5432;
  display: block;
  padding: 10px 15px;
}
#main .page-navigation .nav-next {
  float: left;
  margin-right: 20px;
  background: #f3e4c8 url(../img/arrow-left.png) no-repeat left 12px;
  padding-left: 20px;
}
#main .page-navigation .nav-previous {
  float: right;
  background: #f3e4c8 url(../img/arrow-right.png) no-repeat right 12px;
  padding-right: 20px;
}
/* SIDEBAR ------------------------------------------------------------*/
#sidebar {
  position: relative;
  width: 260px;
  float: right;
  font-size: 14px;
}
#sidebar .block {
  margin-bottom: 40px;
  padding-bottom: 5px;
}
#sidebar .heading {
  border-top: 5px solid #444444;
  border-bottom: 5px solid #444444;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  line-height: 1.1em;
  text-align: center;
}
#sidebar li {
  margin-bottom: 7px;
}
#sidebar a {
  color: #cb5432;
}
/* FILTERED ITEMS ----------------------------------------------------*/.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
#filter-buttons {
  text-align: center;
  background: url(../img/filter.png) no-repeat top center;
  height: 47px;
  margin-bottom: 20px;
}
#filter-buttons li {
  display: inline-block;
  margin-bottom: 0px;
}
#filter-buttons li a {
  display: block;
  text-decoration: none;
  margin-bottom: 0px;
  margin-right: 5px;
  line-height: 47px;
  color: #cb5432;
}
#filter-buttons li .selected {
  background: url(../img/filter-arrow.png) no-repeat center top;
}
/* COLUMNS LAYOUT----------------------------------------------------------*/
.one-half,
.one-third,
.one-fourth {
  float: left;
  margin-bottom: 0px;
  margin-right: 2.1276%;
  position: relative;
}
.one-half {
  width: 49%;
}
p.column {
  padding: 0 10px 0 5px;
}
.one-third {
  width: 31.9148%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  width: 47%;
  float: left;
  margin-right: 0 !important;
  padding-left: 10px;
}
.last img {
  height: auto;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 20px;
}
.last img:hover {
  opacity: 0.75;
}
