/* TABLE OF CONTENTS
Prefix your search term with "* " to jump to that section. Eg: to jump to the footer styles, search for "* footer"
* layout resets and global defaults
** fluid images and objects
* decal custom colors
* fonts
** global font settings
** headings
** paragraphs & lists
*** reset list styles
** decal custom styles
** anchors
*** decal custom anchors
* pages - global
* header
** logo
** navigation
*** dropdown navigation
** section
** aside
** footer
* pages - local
** home
** blog
** image gallery
*** slimbox
* progressive enhacement
/* layout resets and global defaults */
*
{
    padding:0;
    border:0;
}
html
{
    height:100%;
}
body
{
    margin:0;
    font-size:87.5%; /* default font size 14px */
    text-align:center;
}
.wrapper
{
    text-align:left;
    max-width:880px;
    margin:0 auto;
    position:relative;
    padding-left:10px;
    padding-right:10px;
}
.gutter
{
    padding-left:10px;
    padding-right:10px;
}
/* hide script asset areas */
.js #script-assets
{
    display:none;
}
/* fluid width images and objects */
img,
.ie8 .rr-obj-live object,
html>/**/body .rr-obj-live object,
.ie8 .rr-obj-live iframe,
html>/**/body .rr-obj-live iframe
{
    max-width:100%;
}
html>/**/body img
{
    height:auto;
}
.ie8 img
{
    height:auto !important;
    width:auto !important;
}
/* crop objects for lte ie7 */
.ie6and7 .rr-obj-live
{
    overflow:hidden;
}
.ie6 .rr-obj-live
{
    width:100%;
}
/* decal custom colors */
*.color_ffffff /* decal: #ffffff */
{
    color:#ffffff !important;
}
/* fonts */ 
/* global font settings */
*, *:before, *:after,
input,
select,
textarea
{
    font-weight:normal;
    font-family:sans-serif;
}
/* headings */
h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top:15px;
    margin-bottom:10px;
    line-height:1.2em;
    font-weight:bold;
    font-size:1.2em;
}
h1
{
    font-size:3em;
    line-height:1em;
}
h2
{
    font-size:2.6em;
}
h3
{
    font-size:2em;
    color:#999999;
    font-style:italic;
}
h4
{
    font-size:1.8em;
}
h5
{
    font-size:1em;
    line-height:1.4em;
}
h6
{
    font-size:1em;
    line-height:1.4em;
    color:#999;
}
/* paragraphs & lists */
p,
ul,
ol,
.rr-object-live
{
    line-height:1.4em;
    margin-top:0px;
    margin-bottom:10px;
    font-size:1em;
}
ul
{
    list-style-type:disc;
    padding-left:30px;
}
ol
{
    margin-left:30px;
}
ul ul,
ul ol,
ol ol,
ol ul
{
    margin-top:5px;
    margin-bottom:10px;
    font-size:1em;
}
ul li,
ol li
{
    margin-bottom:5px;
}
/* reset list styles */
.reset,
.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd
{
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
/* decal custom styles */
p.quote /* decal: Quote */
{
    background: url("../images/bg-quote.gif") no-repeat scroll 0 0 transparent;
    color:#666666;
    font-size:1.3em;
    font-style:italic;
    line-height:1.3em;
    padding-left:35px;
}
p.quoteCredit /* decal: Quote Credit */
{
    margin-top:-10px;
    padding-left:35px;
    font-weight:bold;
}
#contact-web-area li
{
    display:inline-block;
}
#contact-web-area a
{
    display:block;
    width:32px;
    height:32px;
    text-indent:-999em;
    opacity:0.5;
    margin-right:2px;
    margin-top:3px;
}
#contact-web-area a:hover
{
    opacity:1;
}
/*a.fb |+ decal: Facebook +|*/
#contact-web-area li:nth-child(1) a
{
    background:transparent url(../images/social-fb.png) scroll no-repeat center center;
}
/*a.tw |+ decal: Twitter +|*/
#contact-web-area li:nth-child(2) a
{
    background:transparent url(../images/social-tw.png) scroll no-repeat center center;
}
/*a.yt |+ decal: YouTube +|*/
#contact-web-area li:nth-child(3) a
{
    background:transparent url(../images/social-yt.png) scroll no-repeat center center;
}
/*a.ig |+ decal: Instagram +|*/
#contact-web-area li:nth-child(4) a
{
    background:transparent url(../images/social-ig.png) scroll no-repeat center center;
}
/* anchors */
a,
a:visited
{
    font-weight:bold;
    color:#bcbcbc;
    text-decoration:none;
}
a:hover,
a:focus
{
    outline:none;
    color:#000;
}
/* remove default link style from embedded objects */
.rr-object-live a
{
        text-decoration:none;
}
.rr-image-holder a,
.rr-image-caption-wrapper a
{
    text-decoration:none;
    display:block !important; /* activates fluid width for child images */
}
.ie6and7 a
{
    zoom:1;
}
/* decal custom anchors */
#content a.anchorExternal /* decal: Opens in new window */
{
    display:block;
    padding:8px 10px 5px;
    background:#333;
}
#content a.anchorExternal:hover /* decal: Opens in new window */
{
    cursor:pointer;
    color:#fff;
    background-color:#999;
}
/* pages - global */
/* header */
#header
{
    padding-top:20px;
    padding-bottom:20px;
    background:transparent url(../images/bg-nav.png) scroll no-repeat 0 bottom;
    background-size:contain;
    margin-bottom:30px;
}
#header .wrapper
{
    text-align:center;
}
/* logo */
/* navigation */
#nav-main
{
    margin-left:20%;
    text-align:left;
}
.nav li a
{
    display:block;
	text-decoration:none;
    line-height:1.4em;
    padding:10px 20px;
    color:#bcbcbc;
    font-weight:bold;
    margin-left:-10px;
/*    background-color:#ddd;*/
}
.nav li a:hover,
.nav li.active a,
.nav li.activeChild a,
.nav li.activeChild li.active a,
.nav li.activeChild li.activeChild a,
.nav li.activeChild li.activeChild li.active a
{
    color:#000;
}
/* section */
#section
{
    margin-left:20%;
    padding-bottom:170px;
}
#section .module-main
{
    width:79%;
}
#section .module-side
{
    width:20%;
}
/* footer */
#footer
{
    background:transparent url(../images/bg-footer.png) scroll no-repeat center top;
    background-size:contain;
    padding-top:30px;
    max-height:9em;
}
#footer-inner
{
    background-color:#fff;
    padding-bottom:40px;
}
#footer .module-side
{
    width:20%;
}
#footer .module-main
{
    width:80%;
}
#footer .module-main #contact-email
{
    width:40%;
}
#footer .module-main #contact-join
{
    width:60%;
}
#footer .module-main #contact-join p
{
    text-align:left !important;
}
#footer h5
{
    margin-bottom:0;
    margin-top:0;
}
#footer #contact-email-area,
#footer #contact-join-area
{
    padding-left:10px;
}
/* pages - local */
/* videos & news */
.media-item
{
    margin-bottom:40px;
    clear:left;
}
.media-item .rr-obj-live
{
    margin-bottom:20px;
}
.js .media-item .thumbs
{
    min-height:185px;
}
.ie6and7 .media-item .thumbs
{
    height:auto !important;
    height:385px;
}
.js .media-item .media-content
{
    min-height:328px;
}
.ie6and7 .media-item .media-content
{
    height:auto !important;
    height:328px;
}
.js .media-item .thumbs,
.js .media-item .media-content .rr-obj-live
{
    background:transparent url(../images/ajax-loader.gif) scroll no-repeat center center;
    background-size:33px 33px;
}
.js .media-item .thumbs
{
    background-position:64px 64px;
}
.media-item .media-content p
{
    margin-bottom:0;
}
.media-item .module-main,
.media-item .module-side
{
    vertical-align:bottom;
    margin-bottom:10px;
}
.media-item .module-side h5
{
    margin-bottom:0;
}
/* @image gallery */
.image-gallery #section .module-main
{
    width:80%;
}
.thumbs
{
    margin-top:20px;
}
.thumbs ul
{
    padding-left:0;
}
.js .thumbs .album-id,
.show-less,
.show-all
{
    display:none;
}
.trunc .show-all,
.open .show-less
{
    display:block;
}
.trunc .thumbs
{
    height:185px;
    overflow:hidden;
}
.show-all,
.show-less
{
    padding:10px 20px;
    margin-left:-20px;
    margin-top:-10px;
    cursor:pointer;
    font-weight:bold;
    color:#bcbcbc;
    float:left;
}
.editmode .thumbs-actions
{
    display:none;
}
.thumbs-actions p:hover,
.thumbs-actions p.hover
{
    color:#000;
}
.show-all
{
    margin-top:7px;
}
.image-gallery .media-item
{
    margin-bottom:0;
}
.thumbs li
{
/*    margin-bottom:10px;*/
/*    margin-right:10px;*/
    margin-bottom:0;
    margin-right:-1px;
    width:182px;
    height:182px;
    overflow:hidden;
    position:relative;
    background-color:#eee;
}
.thumbs li a
{
    display:block;
/*    position: absolute;*/
/*    height:400px;*/
    width:400px;
/*    line-height:400px;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    margin-left: -200px;*/
/*    margin-top: -200px;*/
/*    text-align: center;*/
}
.thumbs li a
{
    opacity:0.3;
    -webkit-transition:all 500ms ease-out; /* Saf3.2+, Chrome */
    -moz-transition:all 500ms ease-out; /* FF4+ */
    -ms-transition:all 500ms ease-out; /* IE10? */
    -o-transition:all 500ms ease-out; /* Opera 10.5+ */
    transition:all 500ms ease-out;
}
.thumbs li a:hover
{
    opacity:1 !important;
}
.thumbs li a img
{
    display:inline-block;
    vertical-align:middle;
}
/*
.ie6 .thumbs li a
{
    margin-top:0;
}
.ie6 .thumbs li a img
{
    position:relative;
    display:block;
    top:-50%;
}
*/
/* @slimbox */
#lbCenter
{
    z-index:99999;
}
#lbOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#lbCenter,
#lbBottomContainer
{
	position: absolute;
    background-color: #fff;
}
.lbLoading
{
	background: #666 url(../images/slimbox-ajax-loader.gif) no-repeat center !important;
    background-size:33px 33px;
}
#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}
#lbPrevLink, #lbNextLink {
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none; 
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}
#lbPrevLink {
	left:0;
}
#lbPrevLink:hover {
	background: transparent url(../images/slimbox-arrow-prev.png) no-repeat 0 48%;
}
#lbNextLink {
	right:0;
}
#lbNextLink:hover {
	background: transparent url(../images/slimbox-arrow-next.png) no-repeat right 48%;
}
#lbBottom {
	color: #666;
	border: 10px solid #fff;
	border-top-style: none;
    min-height:16px;
}
.ie6and7 #lbBottom
{
    height:auto !important;
    height:16px;
}
#lbCloseLink {
	display: block;
	width: 15px;
	height: 15px;
/*    background: transparent url(../images/slimbox-icon-close.gif) no-repeat center;*/
	outline: none;
    position:absolute;
    right:10px;
    bottom:10px;
}
#lbCloseLink:hover {
    background-image:url(../images/slimbox-icon-close-hover.gif);
}
#lbNumber
{
    position:absolute;
    left:10px;
    bottom:10px;
    color:#bbb;
}
#lbCaption a,
#lbCaption a:visited
{
    color:#888;
    font-size:1.1em;
    text-decoration:none;
}
#lbCaption a:hover
{
    color:#666;
}
/* camslice repositioning */
#lbcenter,
#lbbottomcontainer
{
    margin-top:-13px;
}
/* blog */
.ie6 .blog .blogNav a
{
    width:40%;
}
/* progressive enhancement */
/* set ie6and7 to fixed width */
/* if no javascript, set ie8 to fixed width layout */
.ie6and7 .wrapper,
.no-js .ie8 .wrapper
{
    width:1100px;
}
.ie6and7 #,
.no-js .ie8 #
{
    width:;
}
