@import url('reset.css');



/******************************************************************************
    CUSTOM STYLE DEFINITION
 *****************************************************************************/

#root {
    font-size: 12px;
}


a.read-more {
    clear: both;
    display: block;
    float: left;
    width: 103px;
    height: 27px;
    background: transparent url('../images/read-more-button.png') no-repeat center;
    color: #6d6d6d;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 3px;
    margin-left: 1px;
}
a.read-more:hover {
    background: transparent url('../images/read-more-button-over.png') no-repeat center;
    color: #000;
}

/*
 * TRANSITION SLIDER */

#slider-wrapper {
    position: relative;
    clear: both;
    width: 940px;
    height: 240px;
    padding-bottom: 50px;
}
#slider-wrapper .slider-top {
    background: transparent url('../images/fade-slider-bkg.png') no-repeat top left;
    height: 11px;
    width: 940px;
}
#slider-wrapper .slider-content {
    background: transparent url('../images/fade-slider-bkg.png') repeat-y top right;
    background-position: -940px 0;
    width: 920px;
    padding: 0 10px;
    position: relative;
}
#slider-wrapper .slider-bottom {
    background: transparent url('../images/fade-slider-bkg.png') no-repeat bottom left;
    background-position: 0 -11px;
    height: 11px;
    width: 940px;
}
ul#transition-slider {
    position: relative;
    margin: 0;
    padding: 0;
}


/*
 * SLIDER NAVIGATION */

ul#slider-nav {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 50;
    height: 13px;
    line-height: 13px;
}
ul#slider-nav li {
    display: inline;
    float: left;
}
ul#slider-nav li a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-left: 4px;
    background: transparent url('../images/slider-nav-button.png') no-repeat center;
    width: 12px;
    height: 13px;
}

ul#slider-nav li a:hover, ul#slider-nav li a.on {
    background: transparent url('../images/slider-nav-button-over.png') no-repeat center;
}


#slider-wrapper ul#slider-nav {
    position: absolute;
    right: 2px;
    bottom: -50px;
}


/*
 * CONTENT DEFINITION */

#content {
    position: relative;
    background: #f1f1f1 url('../images/content-bkg.gif') repeat-x top center;
    z-index: 60;
}
#content-main {
    position: relative;
    top: 1px;
    background: transparent url('../images/content-top-shadow.png') no-repeat top center;
    width: 940px;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 60px 0;
}
#content img {
    border: 1px solid #c4c4c4;
    padding: 4px;
}
#content p {
    color: #484848;
}
/*
 * LEFT COLUMN + MAIN AREA */

.left-column, .right-column {
    width: 200px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
    margin-right: 26px;
    background: transparent url('../images/left-column-shadow.png') no-repeat right top;
    min-height: 634px;
    padding-top: 24px;
}
.right-column {
    float: right;
    padding: 24px 0 0 20px;
    margin-right: 0;
    background: transparent url('../images/right-column-shadow.png') no-repeat left top;
}

.main-area-lcma {
    float: right;
    width: 694px;
    overflow: hidden;
    padding-top: 24px;
}
.main-area-lcrcma {
    float: left;
    width: 450px;
    margin-right: 20px;
    overflow: hidden;
    padding-top: 24px;
}

/*
 * COLUMNS */

.multi-columns {
    clear: both;
    /*    margin-bottom: 20px;*/
    overflow: hidden;
}
.border-top-bottom {
    border: 1px dotted #ccc;
    padding: 20px 0;
    border-left: 0;
    border-right: 0;
}

/*
 * FULL WIDTH 4 COLUMNS */

.fw-forth-column {
    width: 220px;
    margin-right: 20px;
    float: left;
}

.fw-half-column {
    width: 460px;
    margin-right: 20px;
    float: left;
}
.fw-third-column {
    width: 300px;
    margin-right: 20px;
    float: left;
}
.fw-two-thirds-column {
    width: 620px;
    margin-right: 20px;
    float: left;
}

/*
 * Left + Main - Half column */
.lcma-half-column {
    width: 330px;
    margin-right: 20px;
    float: left;
}
.last {
    margin-right: 0 !important;
}

/*
 * COMMON COLUMN DEFINTIONS */

.main-area {}

/*
 * WIDGET DEFINITON */

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.widget h4 {
    font-size: 13px;
    background: #6d282c;
    color: #fff;
    border: 0;
    padding: 6px 0 6px 14px;
    margin-bottom: 14px;
    text-shadow: 0 -1px 0 #444;
}
ul.widget-menu {
    overflow: hidden;
    margin: 0;
    padding: 0 10px 0 8px;
    list-style-type: none;
}
ul.widget-menu li {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
ul.widget-menu li.last {
    border: 0;
}
ul.widget-menu li a {
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #6d6d6d;
    display: block;
    height: 26px;
    line-height: 26px;
    margin: 1px 0;
    padding: 0 6px;
}
ul.widget-menu li a:hover {
    background: #e5e5e5;
    color: #000;
}

/*
 * CUSTOM HEADLINES */

.headline {
    margin-bottom: 20px;
}
.complete-headline {

}
.complete-headline .headline {
    margin-left: 60px;
}
.complete-headline .button {
    float: left;
    background: transparent url('../images/headline-button.png') no-repeat center;
    width: 51px;
    height: 51px;
    margin-right: 10px;
    line-height: 51px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #777;
    position: relative;
}
.button.info {
    background: transparent url('../images/headline-button-info.png') no-repeat center;
}
.button.comment-icon {
    background: transparent url('../images/comments-icon.png') no-repeat center;
}
.button.contact {
    background: transparent url('../images/contact-icon.png') no-repeat center;
}


.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {
    margin-bottom: 0;
}
.headline .meta-data {
    height: 20px;
    line-height: 20px;
    color: #b2b2b2;
    font-size: 11px;
    border-bottom: 1px dotted #c7c7c7;
}
.headline .meta-data span {
    display: block;
    float: left;
    padding-left: 2px;
}
.headline .meta-data a {
    color: #b2b2b2;
    font-size: 11px;
    text-decoration: none;
}
.headline .meta-data a:hover {
    text-decoration: underline;
}

ul.added-links {
    overflow: hidden;
    float: right;
    display: block;
    list-style-type: none;
}
ul.added-links li {
    display: inline-block;
    float: right;
}

ul.added-links a.icon {
    position: relative;
    padding-top: 4px;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.meta-data a.pdf-icon {    
    background: transparent url('../images/pdf-icon.png') no-repeat center;
}
.meta-data a.print-icon {
    background: transparent url('../images/print-icon.png') no-repeat center;
}
.meta-data a.email-icon {
    background: transparent url('../images/email-icon.png') no-repeat center;
}

/*
 * NEWS SECTION */

.news-item {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.more-news-browser {
    clear: both;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.more-news-browser strong {
    display: block;
    padding: 6px 10px;
    background: #dfdfdf;
    margin-bottom: 20px;
    color: #444;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.more-news-browser ol {
    color: #6d6d6d;
    overflow: hidden;
    padding-left: 30px;
    margin-left: 20px;
    border-left: 1px solid #ccc;
}
.more-news-browser ol li a {
    color: #6d6d6d;
}
ul.more-news-navbar {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 2px 0;
    overflow: hidden;
    clear: both;
}
ul.more-news-navbar.no-border {
    border: 0;
}
ul.more-news-navbar li {
    display: inline;
    float: left;
}
ul.more-news-navbar li a {
    float: left;
    display: block;
    margin-right: 4px;
    background: #dbdbdb;
    border: 1px solid #c6c6c6;
    padding: 1px 6px 1px 7px;
    text-align: center;
    color: #5f5f5f;
    text-shadow: 0 -1px 0 #fff;
}
ul.more-news-navbar li a:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    text-shadow: 0 1px 0 #000;
}

/*
 * BREADCRUMBS */

div.breadcrumbs {
    color: #5d5d5d;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 30px;
}
div.breadcrumbs a {
    margin-left: 4px;
    font-size: 11px;
    font-weight: normal;
    color: #878787;
    text-decoration: none;
}
div.breadcrumbs a:hover {
    text-decoration: underline;
}


/*
 * PORTFOLIO SECTION */

span.blocker {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #000 url('../images/zoom-in.png') no-repeat center;
}

ul.portfolio {
    overflow: hidden;
}
ul.portfolio li {
    width: 469px;
    overflow: hidden;
    display: inline;
    float: left;
    border-right: 2px dotted #dadada;
    padding-bottom: 40px;
}
ul.portfolio li.right {
    width: 430px;
    border: 0;
    padding-left: 36px;
    padding-right: 2px;
}
ul.portfolio li div.title {
    background: transparent url('../images/portfolio-title-bkg.png') no-repeat top center;
    height: 23px;
    width: 422px;
    border: 0;
    display: inline-block;
    padding: 7px 0 0 10px;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 -1px 0 #999;
}
ul.portfolio li div.portfolio-img {
    background: transparent url('../images/portfolio-img-bkg.png') no-repeat top center;
    width: 422px;
    height: 185px;
    padding: 5px;
    overflow: hidden;
    position: relative;
}
ul.portfolio li div.portfolio-img img {
    z-index: 10;
    position: relative;
    border: 0 !important;
    padding: 0 !important;
}
ul.portfolio li div.portfolio-img span.blocker {
    width: 422px;
    height: 172px;
    top: 5px;
    left: 5px;
}
ul.portfolio li p {
    width: 432px;
}


/*
 * QUICKSAND PORTFOLIO */

ul.portfolio-animation-source {
    display: none;
}
.loading {
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
}
ul.portfolio-animation-destination {
    overflow: hidden;
    clear: both;
}
/*
 * Imageeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee */
ul.portfolio-animation-destination li {
    width: 200px;
    display: inline-block;
    float: left;
    margin: 0 20px 0px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
ul.portfolio-animation-destination li div.image-holder {
    position: relative;
    background: transparent url('../images/portfolio-typeb-img-bkg.gif') no-repeat left top;
    width: 300px;
    height: 160px;
    padding: 5px;
}
ul.portfolio-animation-destination li div.image-holder span.blocker {
    width: 282px;
    height: 142px;
    top: 9px;
    left: 9px;
}
ul.portfolio-animation-destination li strong a {
    display: block;
    color: #da6c40;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    text-shadow: 0 -1px 0 #fff;
}
ul.portfolio-animation-destination li p {
    font-size: 11px;
    line-height: 18px;
    padding-right: 10px;
}
ul.portfolio-animation-destination li div.image-holder img {
    position: relative;
    border: 0 !important;
    padding: 0;
    margin: 0;
    z-index: 10;
}


/*
 * QUICKSAND NAVBAR */

ul.portfolio-animation-navbar {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    float: left;
}
ul.portfolio-animation-navbar li {
    display: inline;
    float: left;
    padding: 1px;
}
ul.portfolio-animation-navbar li a {
    cursor: pointer;
    height: 30px;
    background: transparent url('../images/portfolio-nav-button-bkg.png') no-repeat left top;
    display: block;
    float: left;
    color: #7c7b7b;
    font-weight: bold;
    margin: 1px 6px 0 0;
    text-shadow: 0 -1px 0 #fff;
    padding: 0;
}
ul.portfolio-animation-navbar li a span {
    height: 30px;
    display: block;
    line-height: 30px;
    background: transparent url('../images/portfolio-nav-button-bkg.png') no-repeat right bottom;
    padding-right: 20px;
    margin-left: 20px;
}
ul.portfolio-animation-navbar li a:hover, ul.portfolio-animation-navbar li.selected a {
    background: transparent url('../images/portfolio-nav-button-over-bkg.png') no-repeat left top;
    text-decoration: none;
    color: #436d7f;
}
ul.portfolio-animation-navbar li a:hover span, ul.portfolio-animation-navbar li.selected a span {
    background: transparent url('../images/portfolio-nav-button-over-bkg.png') no-repeat right bottom;
}

/*
 * BLOG DEFINITION */

div.blog-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.tags {
    list-style-type: none;
    overflow: hidden;
}
ul.tags li a {
    display: block;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin-bottom: 2px;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
ul.tags li a.tag1 {
    background: #b1b1b1;
    border: 1px solid #a6a6a6;
}
ul.tags li a.tag2 {
    background: #ccc;
    border: 1px solid #bfbfbf;
}
ul.tags li a.tag3 {
    background: #d9d9d9;
    border: 1px solid #bfbfbf;
}
ul.tags li a.tag4 {
    background: #e5e5e5;
    border: 1px solid #d9d9d9;
}
ul.tags li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
}

/*
 * ALTERNATIVE BLOG */
div.blog-item-alternative {
    background: #f8f8f8;
    border: 1px solid #ddd;
    height: 400px;
    width: 280px;
    padding: 20px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
div.blog-item-alternative span.blocker {
    width: 280px;
    height: 140px;
    top: 20px;
    left: 20px;
}
div.blog-item-alternative img {
    border: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 10;
}
div.blog-item-alternative .read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
div.blog-item-alternative h3 {
    border: 0;
    padding: 0;
    margin: 0;
    padding: 2px 0 10px 0;
    height: auto;
}
div.blog-item-alternative span.meta-data {
    clear: both;
    display: block;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding-top: 1px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 14px;
    position: relative;
}
div.blog-item-alternative span.meta-data, div.blog-item-alternative span.meta-data a {
    color: #6c6c6c;
    font-size: 9px;
}
div.blog-item-alternative span.meta-data a.comments {
    position: absolute;
    right: 0;
    top: 1px;
}
div.blog-item-alternative span.meta-data a {
}

/*
 * COMMENTS SECTION */
div.comments {
    overflow: hidden;
}
ul.comment-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: 60px;
    list-style-type: none;
}
ul.comment-list li {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 20px;
}
ul.comment-list li.even {
    background: #fafafa;
}
ul.comment-list li div.left {
    float: left;
    width: 50px;
    margin-right: 20px;
}
ul.comment-list li div.left img.user-avatar {
    padding: 0 !important;
    border: 0 !important;
}
ul.comment-list li div.left a.user-meta {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #727272;
}
ul.comment-list li p {
    margin-left: 70px;
    padding-left: 20px;
    border-left: 1px solid #e3e3e3;
}
ul.comment-list li .comment-meta {
    padding-bottom: 10px;
    font-size: 11px;
    position: relative;
}
ul.comment-list li .comment-meta span {
    color: #bebebe;
}
ul.comment-list li .comment-meta a.reply-button {
    font-weight: bold;
    font-size: 12px;
    color: #6d6d6d;
    position: absolute;
    right: 4px;
    top: -2px;
}
ul.comment-children {
    clear: both;
    overflow: hidden;
    margin: 0;
    margin-top: 20px;
    list-style-type: none;
}
ul.comment-children li {
    margin-bottom: 0;
}

/*
 * MULTI TABS DEFINITION */

ul.multi-tabs-navbar {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
ul.multi-tabs-navbar li {
    display: inline;
    float: left;
}
ul.multi-tabs-navbar li a {
    display: block;
    float: left;
    padding: 8px 10px 4px 10px;
    background: #aaa;
    margin-right: 1px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}
ul.multi-tabs-navbar li a:hover, ul.multi-tabs-navbar li.selected a {
    background: #888;
    text-decoration: none;
}
ul.multi-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul.multi-tabs li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


/*
 * FOOTER DEFINITION */

#footer {
    background: url('../images/footer-bkg.jpg') repeat;
    overflow: hidden;
    position: relative;
}

#footer .top-line {
    height: 1px;
    background: #848484;
    position: relative;
    top: 1px;
}
#footer .footer-content {
    background: transparent url('../images/footer-top-shadow.png') no-repeat top center;
    padding: 40px 0 30px 0;
    width: 940px;
    min-height: 150px;
    margin: 0 auto;
    color: #858585;
}

.footer-content h4 {
    color: #ddd;
    font-family: Arial;
    padding: 4px 0;
    font-size: 14px;
    text-transform: uppercase;
    border-color: #646464;
    text-shadow: -1px -1px 0 #000;
}

.footer-content ul {
    list-style-position: inside;
    color: #555;
}
.footer-content ul li {
    padding: 2px 10px;
}
.footer-content ul li a {
    font-size: 11px;
    font-weight: normal;
    color: #858585;
    padding: 2px 6px;
}

#sub-footer {
    background: url('../images/sub-footer-bkg.gif') repeat-x;
    height: 43px;
}

#sub-footer .sub-footer-content {
    width: 940px;
    margin: 0 auto;
    color: #aaa;
    font-size: 11px;
    line-height: 44px;
    padding-top: 2px;
    position: relative;
    text-shadow: 0 -1px 0  #333;
}

.top-button {
    height: 44px;
    color: #aaa;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
    text-shadow: 0 -1px 0  #333;
}


/*
 * FORM ELEMENTS DEFINITION */

input, textarea {
    background: #fff;
    font-size: 11px;
    border: 1px solid #d4d4d4;
    padding: 6px;
    width: 300px;
}
textarea {
    width: 500px;
    font-family: Arial;
}
label {
    color: #9a9a9a;
    font-style: italic;
    font-weight: bold;
    display: block;
    font-size: 11px;
    line-height: 24px;
}
.required {
    color: #999;
    font-size: 10px;
}

#login-form {}
#login-form label {
    font-weight: normal;
    color: #000;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    display: block;
    margin-bottom: 2px;
}
#login-form input {
    background: #e7e7e7;
    width: 93%;
    padding: 6px;
    margin-bottom: 2px;
}
#login-form a.read-more {
    margin-top: 10px;
}

/*
 * EMAIL FORM */
#email-form {
    padding-left: 60px;
}

/*
 * BANNER DEFINITION */

.banner {
    clear: both;
    width: 940px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.banner .banner-top {
    clear: both;
    background: transparent url('../images/top-banner-bkg.png') no-repeat top left;
    background-position: 0 0;
    height: 10px;
}
.banner .banner-content {
    background: transparent url('../images/top-banner-bkg.png') repeat-y top left;
    background-position: -940px 0px;
    padding: 0 10px;
}
.banner .banner-content img {
    border: 0;
    padding: 0;
    margin: 0;
}
.banner .banner-bottom {
    background: transparent url('../images/top-banner-bkg.png') no-repeat top left;
    background-position: 0 -10px;
    height: 10px;
}

.banner.top {
    padding-bottom: 40px;
}
.banner.bottom {
    padding-top: 20px;
    border-top: 1px dotted #646464;
}
.banner.bottom .banner-top {
    background: transparent url('../images/bottom-banner-bkg.png') no-repeat top left;
    background-position: 0 0;
}
.banner.bottom .banner-bottom {
    background: transparent url('../images/bottom-banner-bkg.png') no-repeat top left;
    background-position: 0 -10px;
}
.banner.bottom .banner-content {
    background: transparent url('../images/bottom-banner-bkg.png') repeat-y top left;
    background-position: -940px 0px;
}


/*
 * AJAX PRELOAD */

.preloader {
    background: #fff url('../images/white-image-loader.gif') no-repeat center;
    margin-bottom: 10px;
}

.tooltip-base {
    position: absolute;
    display: none;
    left: 0;
    overflow: visible;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 2px;
    width: 500px;
}
.tooltip-base strong {
    position: relative;
    float: left;
    z-index: 5;
    display: inline-block;
    padding: 12px 14px 12px 14px;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
}
.tooltip-base strong.black {
    background: #000;
    border: 0;
    color: #eee;
}
.tooltip-base img.pointer {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    height: 12px;
    width: 25px;
    height: 14px;
    left: 10px;
    display: block;
    bottom: 0px;
    z-index: 100;
}


