/*   
Theme Name: Neuhaus
Theme URI: http://neuhaus.org
Description: Custom Tendenci 5 theme for Neuhaus
Designer: Neuhaus
Designer URI: N/A
Developer: Schipul
Developer URI: http://schipul.com
Version: 2.0
*/

@font-face {
    font-family: 'RokkittBold';
    src: url("../fonts/rokkitt-bold-webfont.eot");
    src: url("../fonts/rokkitt-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/rokkitt-bold-webfont.woff") format("woff"),
         url("../fonts/rokkitt-bold-webfont.ttf") format("truetype"),
         url("../fonts/rokkitt-bold-webfont.svg#RokkittBold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RokkittRegular';
    src: url("../fonts/rokkitt-regular-webfont.eot");
    src: url("../fonts/rokkitt-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/rokkitt-regular-webfont.woff") format("woff"),
         url("../fonts/rokkitt-regular-webfont.ttf") format("truetype"),
         url("../fonts/rokkitt-regular-webfont.svg#RokkittRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font: 13px/1.231 sans-serif; }
body { *font-size: small; } 
select, input, textarea, button { font: 99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

div.indent { padding-bottom:10px; padding-left:10px; padding-right:0px; padding-top:0px; text-indent:-10px; }
div.hidden { display: none; }
div.unhidden { display: block; }
dd {padding-left:10px }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; vertical-align: super; font-size: smaller; }
sub { bottom: -0.25em; vertical-align: sub; font-size: smaller; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #0093b8; color: #fff; text-shadow: none; }
::selection { background: #0093b8; color: #fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #0093b8; }
button { width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }
ul, ol { margin: 0 0 10px 1.8em; }
ol { list-style-type: decimal; }
p { margin-bottom: 10px; }
small { font-size: 85%; display: block; }
strong, th { font-weight: bold; }
select, input, textarea, .meta { color: #444; }
table { border-collapse: collapse; border-spacing: 0; }

body { font-family: Georgia, 'Times New Roman', serif; color: #3c3c3e; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: 'RokkittRegular', serif; margin: 0 0 10px 0; color: #002430; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #0093b8; }

h1, h1 a { font-size: 30px; line-height: 34px; }
h2, h2 a { font-size: 24px; line-height: 28px; }
h3 { font-size: 20px; line-height: 24px; }
h4 { font-size: 16px; line-height: 20px; }

a:hover, a:active { outline: none; }
a, a:active { color: #0093b8; }
a:hover { color: #000; }

/* END RESET */



/* STRUCTURE */

.container { width: 960px; margin: 0 auto; } 
header { height: 160px; background: #4EA1C1; color: #fff; font-family: 'RokkittRegular', Georgia, serif; margin-bottom: 20px; }
header a { font-family: 'RokkittBold', Georgia, serif; color: #fff; }
header .container { height: 160px; position: relative; z-index: 9999; }
header h1 { background: none; margin: 0 0 -5px; padding: 0; }
header #logo-area { position: absolute; left: 0; top: 20px; }
header h1 #logo, #logo-holder { display: block; background: url(../images/logo.png); width: 253px; height: 58px; text-indent: -9999px; margin: 0; padding: 0; }
header #logo-area small-tag { font-size: 11px; line-height: 14px; letter-spacing: .13em; margin-left: 60px; }
header #tagline { position: absolute; top: 26px; left: 336px; }
#utility { position: absolute; top: 20px; right: 0; color: #fff; }
#utility p { margin: 0; font-size: 18px; line-height: 30px; }
#utility p a { font-family: 'RokkittRegular', Georgia, serif; color: #fff; text-decoration: none; font-size: 14px; line-height: 14px; }
#utility p a.support { font-size: 18px; line-height: 18px; background: #002430; display: inline-block; padding: 6px 10px; }
#search { position: absolute; right: 0; bottom: 74px; }
#search input[type="text"] { border: 1px solid #fff; background: #4EA1C1; color: #fff; font-family: 'RokkittRegular', Georgia, serif; padding: 6px 8px; width: 225px; }
#main-nav nav { position: absolute; bottom: 0; left: 0; }

#main { margin-bottom: 30px; }

#primary { float: left; width: 500px; }
#primary #stories-wrap { border: 10px solid #c9d3d6; padding: 10px; width: 460px; height: 500px; position: relative; margin-bottom: 20px; }
#primary #stories-wrap #stories { position: absolute; top: 10px; left: 10px; width: 460px; height: 500px; overflow: hidden; }
#primary #stories-wrap #stories h2 a { color: #514e4e; font-size: 28px; line-height: 28px; }
#primary #stories-wrap #stories .story { height: 500px; }
#primary #stories-wrap #stories .story-img { display: block; width: 460px; height: 310px; margin-bottom: 10px; }
#primary #stories-wrap #stories .story-meta { font: 16px/18px 'RokkittRegular', Georgia, serif; height: 150px; border-bottom: 1px solid #c9d3d6; }
#primary #stories-wrap #stories a.learn-more { font-family: 'RokkittRegular', Georgia, serif; position: absolute; bottom: 0; right: 0; z-index: 22; font-size: 20px; text-decoration: none; }
#primary #stories-wrap #pager { position: absolute; bottom: 10px; left: 10px; z-index: 20; width: 300px; }
#primary #stories-wrap #pager a { display: block; text-decoration: none; width: 10px; height: 10px; text-indent: -9999px; background: transparent url(../images/pager-slide.jpg) no-repeat 0 0; float: left; margin-right: 10px; outline: none; }
#primary #stories-wrap #pager a.activeSlide { background: transparent url(../images/pager-active-slide.jpg) no-repeat 0 0; }

#primary #calendar { background: #cacece; padding: 20px; color: #027b99; position: relative; }
#primary #calendar h2 { color: #323133; font-size: 18px; line-height: 18px; }
#primary #calendar .event-time { font: 16px/18px 'RokkittRegular', Georgia, serif; }
#primary #calendar a { color: #027b99; }
#primary #calendar h3, #primary #calendar h3 a { font: 14px/18px Georgia, serif; }
#primary #calendar .more { background: #049578; font: 16px/18px 'RokkittRegular', Georgia, serif; position: absolute; bottom: 0; right: 0; color: #fff; display: block; width: 100px; padding: 6px 10px; text-decoration: none; }

#secondary { float: right; width: 440px; }
#secondary .box { position: relative; padding: 20px; margin-bottom: 20px; }
#secondary .box h2, #secondary .box h2 a { font-size: 18px; line-height: 18px; }
#secondary .box h3, #secondary .box h3 a { font-size: 18px; line-height: 18px; }
#secondary .box p { margin: 0; }
#secondary .box a { text-decoration: none; }
#secondary .box .more { font: 16px/18px 'RokkittRegular', Georgia, serif; position: absolute; bottom: 0; right: 0; color: #fff; display: block; width: 100px; padding: 6px 10px; text-decoration: none; }

#secondary #info { background: #e9f1f2; position: relative; }
#secondary #info img { float: left; display: block; width: 130px; }
#secondary #info ul { float: right; width: 240px; list-style: none; color: #047f9e; }
#secondary #info ul li a { color: #047f9e; }
#secondary #info .more { background: #b41e3b; }

#secondary #rtn { background: #B5C445; padding: 20px; position: relative; height: 144px; }
#secondary #rtn p { color: #323133; }
#secondary #rtn .caption { float: left; display: block; width: 130px; }
#secondary #rtn .info { float: right; width: 240px; list-style: none; color: #047f9e; }
#secondary #rtn .info img { margin-bottom: 10px; }
#secondary #rtn .info a { color: #047f9e; }
#secondary #rtn .more { background: #78540b; }

#secondary #news-events { background: #ecebd6; }
#secondary #news-events .news-items { width: 240px; float: right; }
#secondary #news-events .news-item, #secondary #news-events .news-item h3, #secondary #news-events .news-item h3 a { color: #027b99; }
#secondary #news-events p { margin-bottom: 12px; }
#secondary #news-events .news-item .article-summary { margin-bottom: 30px; }
#secondary #news-events .news-imgs { width: 130px; float: left; }
#secondary #news-events .news-imgs .news-img { margin-bottom: 20px; }

footer { background: #3c3c3e; color: #fff; padding-top: 20px; font-size: 11px; line-height: 16px; }
footer a { color: #fff; text-decoration: none; }
footer #box-3 { float: left; }
footer #box-4 { float: right; }
footer #login { float: left; margin-left: 16px; text-align: center; width: 254px; font: 14px/14px 'RokkittRegular', Georgia, serif; }


/* TEMPLATE PAGES */
#main-content { width: 660px; float: right; padding-bottom:10px; }
#sub h1 { color: #f77827; font-size: 38px; line-height: 38px; }
#sub #main-nav a.active { color: #f77827; background: #001523 }

#sidebar { width: 180px; float: left; border: 10px solid #c9d3d6; padding: 20px; }
#sidebar ul { list-style: none; margin: 0; padding: 0; }
#sidebar ul li { float: none; }
#sidebar ul li a { color: #3c3c3e; display: block; padding: 8px 0; font: 16px/18px 'RokkittRegular', Georgia, serif; text-decoration: none; }
#sidebar ul li a:hover { text-decoration: underline; }
#sidebar ul ul { margin-left: 16px; }
#sidebar ul ul li a { color: #888; }
#sidebar ul li a.active { color: #0093b8; }

#left {float:left;}
#left li a:hover { background: #FFFFFF;}
#left li a.active {background: #FFFFFF; color:#3C3C3E;}
#left a {background: #FFFFFF; color:#3C3C3E;} 
#left ul.nice-menu li a { border-right: 10px #C9D3D6 solid; border-bottom: none; background:  #fff; color: #333; line-height:250%; width:182px; font-size:14px; padding-left:18px;}
#left ul.nice-menu li a:hover {background: #000000;}
#left ul.nice-menu li li a {color:#FFFFFF; background: #000000; line-height:250%; float:left; }
#left ul.nice-menu li li a:hover {color:#3C3C3E; background: #000000;}

.body-wide #main-content { width: 100%; }
#main-content .page-wrap ul li { margin-bottom: 3px; }
#main-content .t, #main-content .page-wrap { width: 100% !important; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* Media */
@media screen and (max-device-width: 480px) {
    
}

@media all and (orientation: portrait) {
  
}

@media all and (orientation: landscape) {
  
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

div.indent {
 padding-top:0px;
 padding-bottom:10px;
 padding-left:10px;
 padding-right:0px;
 text-indent:-10px;}

.time-stamp .event-type-label { width: 84px; font-size: 10.5px; margin-left: -8px; }
