/* ############################################################################ page/base */

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* -- HerTha 2014-01-23 -- */
a:link {
    color: #000084;
}
a:visited {
    color: #000084;
}
a:hover {
    color: #0000e0;
    text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/site/scripts/boxsizing.htc");
}

body {
  line-height: 1.4;
    background: #ffffff url("/site/images/bg_960b.gif") repeat scroll;
}
/*
* Fill entire Site with Backgroundimage
*/
html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: lightslategray;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Older-than-IE7 prompt
   ========================================================================== */
.oldie{
  text-align: center;
  margin: 0.2em 0;
  background: #fcc;
  color: #000;
  padding: 0.5em;
}

/* ############################################################################ page/header */

/* ==========================================================================
   Header Styles
   ========================================================================== */
header {
  width: 100%;
  background-color: #ffdd00;
  padding: 20px 0 20px 0;
/*  min-height: 150px; */
}

.headerWrapper {
  width: 950px;
  margin: 0 auto;
  background-color: #ffdd00;
}

.logo {
  display: inline-block;
}
.logo p {
    display: inline-block;
  margin-left: 0.66em;
  margin-bottom: 0;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
    line-height: 1.2;
}

.logo img {
    display: inline-block;
/*  width: 250px; */
/*  height: auto; */
    vertical-align: bottom;
}

.topNavBox {
  float: right;
  max-height: 150px;
  min-width: 100px;
  text-align: right;
}

.topNav ul {
  margin-top: 0;
  list-style: none;
  text-align: right;
  line-height: 1.4em;
}
.topNav li a {
    padding: 3px;
    color: black;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    text-decoration: none;
}
.topNav li a:hover {
    background-color: #fff273;
}


#cart {
  background-color: #fff273;
  border-radius: 5px;
  width: auto;
  margin-top: 11px;
  padding: 5px;
  display: inline-block;
}
#cart h2 {
  text-align: left;
  margin: 0 5px;
  display: block;
  margin-bottom: 3px;
}
#cart h2:before {
  content: "\2f";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
}
#cart ul {
  text-align: left;
  padding: 0;
  margin: 0 5px;
}
#cart li {
  text-align: left;
  display: inline-block;
  margin-right: 20px;
}
#cart li:last-child {
  margin-right: 0;
  text-align: right;
  float: right;
}

nav.main {
  clear: both;
  width: 100%;
  height: 29px;
  margin: 0;
  background-image: url("/site/images/navbg.jpg");
    background-image: linear-gradient(bottom, #000000 37%, #555555 80%);
    background-image: -o-linear-gradient(bottom, #000000 37%, #555555 80%);
    background-image: -moz-linear-gradient(bottom, #000000 37%, #555555 80%);
    background-image: -webkit-linear-gradient(bottom, #000000 37%, #555555 80%);
    background-image: -ms-linear-gradient(bottom, #000000 37%, #555555 80%);
  color: white;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
/*  letter-spacing: 1px; */
}
nav.main ul {
  width: 950px;
  height: 29px;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid darkgray;
  border-right: 1px solid darkgray;
}
nav.main ul li {
  display: inline;
  float: left;
  height: 29px;
  border-left: 1px solid darkgray;
}
nav.main ul li:first-child {
  width: 20%;
  padding: 2px 25px 3px 25px;
  border: 0;
  color: #fff273;
}
nav.main ul li:nth-last-child(2) { /* last menu item */
  border-right: 1px solid darkgray;
}
nav.main ul li:last-child { /* search box */
  float: right;
  padding: 3px 25px 0px 0px;
  border: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
nav.main ul li a {
  display: block;
  padding: 2px 25px 3px 25px;
  text-decoration: none;
  color: #e0e0d0;
}
nav.main ul li a:hover {
  color: white;
}

input[type=image] {
  vertical-align: bottom;
  margin-left: 3px;
}
input[type=search] {
  width: 160px;
  margin: 0px 0 0 0px !important;
  padding-left: 4px;
  border: 0;
  border: none;
  border-radius: 2px;
/*  font-size: 13px;
  font-size: 1.3rem; */
  font-weight: bold;
  background-color: #eeeeee;
}
input[type=search].placeholder {
  font-style: italic;
  color: grey;
}
input[type=search]:active,
input[type=search]:focus,
input[type=search]::selection {
  outline: none;
}
input[type=search]::-webkit-input-placeholder {
  font-style: italic;
  }
input[type=search]:active::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder {
/*  transition: text-indent 1s 0.5s ease;
  text-indent: -100%;
  opacity: 1; */
  color: transparent !important;
}
input[type=search]:-moz-placeholder {
  font-style: italic;
}
input[type=search]:active:-moz-placeholder,
input[type=search]:focus:-moz-placeholder {
  color: transparent !important;
}
input[type=search]::-moz-placeholder {
  font-style: italic;
}
input[type=search]:active::-moz-placeholder,
input[type=search]:focus::-moz-placeholder {
  color: transparent !important;
}
input[type=search]:-ms-input-placeholder {
  font-style: italic;
}
input[type=search]:active:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder {
  color: transparent !important;
}
/* ############################################################################ page/content */

.contentWrapper {
  width: 950px;
  margin: 0 auto;
  padding: 0 0 25px 0;
  height: 100%;
  position: relative;
}

.estate {
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color: #ffdd00;
	float: left;
	width: 950px;
	position: relative;
	overflow: hidden;
	left: 12px;
	top: 0px;

}

.sidebar {
  width: 20%;
  float: left;
  margin-bottom: -1px;
}

.content {
  float: right;
  width: 80%;
  background-color: white;
  border-left: 1px solid black;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  padding-bottom: 16000px;
  margin-bottom: -16000px;
}

.newitems {
/*  margin: 0 20px; */
    clear: both;
}
/*
.newitems h2 {
  text-align: left;
  color: #5e5e5e;
  margin: 20px 0 3px 10px;
  font-size: 20px;
  font-size: 2rem;
}
.newitems hr {
  border-color: #5e5e5e;
  margin: 0 0 15px 0;
}
*/
.newitems ul {
    margin: 20px 10px;
    margin-top: 5px;
    margin-bottom: -20px;
    padding: 0;
    text-align: justify;
}
.newitems ul .stretch {
  display: inline-block;
  width: 100%;
  /* if you need IE6/7 support */
  *display: inline;
  zoom: 1;
}
.newitems ul li {
  display: inline-block;
  width: 220px;
  margin: 0;
}
/* .newitems ul li:first-child {
  margin-left: 0;
} */
/* .newitems ul li:nth-child(3) {
  margin-right: 0;
} */
.newitems ul li:last-child {
  border: none;
/*  display: hidden; */
    visibility: hidden;
/*  margin-left: 0; */
}
.newitems ul li a {
    display: block;
    position: relative;
    border: solid #ffdd00 5px;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
}
.newitems ul li a h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 5px 2px 7px 2px;
    color: black;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.0;
    text-align: center;
    white-space: nowrap;
    background-color: #f4f4f4;
    opacity: 0.75;
}
.newitems ul li a img {
    background-color: white;
    height: 190px;
    margin: 0px 0 0 3px;
}
.newitems ul li a p {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 3px 5px;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    text-indent: 0;
    background-color: #f4f4f4;
    opacity: 0.75;
}
.newitems ul li a:hover {
    border-color: #fff273;
}
.newitems ul li a:hover h3 {
    opacity: 0.2;
}
.newitems ul li a:hover img {
}
.newitems ul li a:hover p {
    opacity: 0.2;
}


a.dotted:before {
  content: '...';
}

.newsflash {
/*  margin: 0 20px; */
  clear: both;
}
/*
.newsflash h2 {
  text-align: left;
  color: #5e5e5e;
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0 3px 10px;
}
.newsflash hr {
  border-color: #5e5e5e;
  margin: 0 0 15px 0;
}
*/
.newsflash article {
    position: relative;
  margin: 20px 10px;
}
.newsflash article a {
  display: inline-block;
    width: 100%;
  padding: 0 5px 0 12px;
  border: 1px dotted #ffdd00;
  border-left: 5px solid #ffdd00;
    border-radius: 5px;
  color: #222;
/*  background-color: #fffff0; */
  text-decoration: none;
}
.newsflash article a:hover {
    color: black;
    background-color: #ffffcc;
}
.newsflash article a h3 {
  margin: 0.33em 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.newsflash article a p {
  margin: 0.4em 0;
  font-size: 14px;
  font-size: 1.4rem;
    text-indent: 0;
}
.newsflash article a div {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 8px;
    border: 1px dotted #ffdd00;
    border-top-right-radius: 5px;
    background-color: white;
    color: black;
    font-size: 14px;
    font-size: 1.4rem;
}
.newsflash article a:hover div {
    background-color: #ffdd00;
}
.newsentry-td-img  {
    padding-right: 10px;
}
.highlights {
/*  margin: 0 20px; */
  clear: both;
}
/*
.highlights h2 {
  text-align: left;
  color: #5e5e5e;
  font-size: 20px;
  font-size: 2rem;
  margin: 20px 0 3px 10px;
}
.highlights hr {
  border-color: #5e5e5e;
  margin: 0 0 15px 0;
}
*/
.highlights ul {
    margin: 0 10px;
    padding: 0;
    text-align: justify;
}
.highlights ul .stretch {
  display: inline-block;
  width: 100%;
  /* if you need IE6/7 support */
  *display: inline;
  zoom: 1;
}
.highlights ul li {
  display: inline-block;
  margin: 0;
    width: 133px;
}
/* .highlights ul li:first-child {
  margin-left: 0;
} */
/* .highlights ul li:nth-child(5) {
  margin-right: 0;
} */
.highlights ul li:last-child {
  border: none;
/*  display: hidden; */
  visibility: hidden;
/*  margin-left: 0; */
}
.highlights ul li a {
    display: block;
    position: relative;
    border: solid #ffdd00 4px;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
}
.highlights ul li a h3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 3px 2px 5px 2px;
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.0;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    opacity: 0.75;
}
.highlights ul li a img {
    height: 125px;
    margin: 0;
}
.highlights ul li a:hover {
    border-color: #fff273;
}
.highlights ul li a:hover h3 {
    opacity: 0.2;
}

/* .sidebar input[type='search'] {
  width: 90%;
  margin: 10px 5%;
  color: black;
  background-color: #fffcdc;
  border-radius: 5px;
  border: 3px solid gold;
}
.sidebar input[type='search']:focus {
  outline: 0;
}
.sidebar input[type='search']::-webkit-input-placeholder {
  WebKit browsers
  font-style: italic;
}
.sidebar input[type='search']:-moz-placeholder {
  Mozilla Firefox 4 to 18
  font-style: italic;
}
.sidebar input[type='search']::-moz-placeholder {
  Mozilla Firefox 19+
  font-style: italic;
}
.sidebar input[type='search']:-ms-input-placeholder {
  Internet Explorer 10+
  font-style: italic;
}
*/
.sidebar nav ul {
  padding: 0;
  margin: 0;
}
.sidebar nav ul li {
  border: 1px solid black;
  border-left: none;
  border-right: none;
    border-top: none;
    padding: 0;
    line-height: 1.3;
  cursor: pointer;
}
.sidebar nav ul li:hover, .sidebar nav ul li:active {
  background-color: #fff273;
}
.sidebar nav ul li a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
    padding-left: 0px;
    padding-bottom: 4px;
}
.sidebar nav ul li a:before {
  content: '\23';
  font-family: icomoon;
  margin-right: 5px;
  margin-left: 15px;
  padding-top: 3px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
    visibility: hidden;
}
.sidebar nav ul li span {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
    padding-left: 0px;
    padding-bottom: 4px;
}
.sidebar nav ul li .menunotactive:before {
  content: '\23';
  font-family: icomoon;
  margin-right: 5px;
  margin-left: 15px;
  padding-top: 3px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}
.sidebar nav ul li .menuactive:before {
  content: '\24';
  font-family: icomoon;
  margin-right: 3px;
  margin-left: 15px;
  padding-top: 3px;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
}

.sidebar nav ul ul {
  display: none;
  width: 100%;
}
.sidebar nav ul ul li {
  border: none !important;
  color: black;
  background-color: #ffdd00;
  z-index: 10;
    height: 24px;
  padding: 0 0 0 45px;
  margin: 0;
  width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.sidebar nav ul ul li a {
  margin: 0;
  padding: 0;
}
.sidebar nav ul ul li a:before {
  display: none !important;
}

/* ############################################################################ page/footer */

footer {
  clear: both;
  width: 950px;
  margin: 0 auto;
  padding: 0;
  background-image: url("/site/images/navbg.jpg");
  background-color: #303030;
  /*box-shadow: 0 5px 10px 0 black;*/
  border:  1px solid black;
}
footer .slogan {
  float: left;
  width: 75%;
}
footer .slogan p {
  padding: 0 35px 0 45px;
  border-right: 3px solid #ffdd00;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}
footer .slogan p a {
  color: white;
  text-decoration: underline;
}
footer .slogan p a:hover {
  text-decoration: none;
  background-color: #505050;
}
footer .socials {
  float: right;
  width: 25%;
}
footer .socials ul {
    padding-left: 30px;
  list-style: none;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
footer .socials ul li {
  letter-spacing: 1px;
}
footer .socials ul span[class^=icon-] {
  color: #ffdd00;
  margin-right: 5px;
}
footer .socials ul a {
  text-decoration: none;
  color: white;
}
footer .socials ul a:hover {
    background-color: #505050;
}
footer .footnote {
  clear: both;
  background-color: #e0e0e0;
  width: 100%;
  color: #606060;
  padding: 5px 0;
}
footer .footnote p {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
footer .footnote a {
  color: #606060;
  text-decoration: underline;
}
footer .footnote a:hover {
  background-color: #f0f0f0;
  text-decoration: none;
}

/* ############################################################################ media/print */

    /* to be considered */

/* ############################################################################ media/screen */

@media screen only and (max-width: 480px) {
}

@media screen only and (max-width: 480px) and (-o-min-device-pixel-ratio: 5 / 4), screen only and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.25), screen only and (max-width: 480px) and (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media screen and (max-width: 1000px) {
  .headerWrapper {
    padding: 0 25px;
  }
}
