@import 'reset.css';
@import 'content.css';

html, body {
    color: #fff;
}

body {
    background: url(img/backgrounds/full_bg.jpg) no-repeat fixed top left;
}

a {
    color: #fff;
    text-decoration: underline;
}

strong { font-weight: bold; }

img { opacity: 1.0; }

h2 {
    font-size: 14px;
    font-weight: bold;
}
h3 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom:10px;
}
h4 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom:9px;
}
h5 {
    font-size: 11px;
    font-weight: bold;
}

/*= ------------------------------------------------------------------------ */
/*= ------------------------- Basic site layout ---------------------------- */
/*= ------------------------------------------------------------------------ */

#container {
    width: 1050px;
    margin: 0 0 0 20px;
}

#header {
    height: 56px;
}
#header h1 {
    background: url(img/logo-weiss.png) no-repeat top left;
    width: 239px;
    height: 41px;
    float: left;
}
#header h1 span { display: none; }
#header h1 a {
    display: block;
    width: 239px;
    height: 41px;
}

#nav {
    width: 262px;
    float: left;
    min-height: 140px;
}

#content {
    float: left;

}

body.flatpage #content,
body.newsletterpage #content,
body.page-newsletter-archive #content,
body.memberslistpage #content,
body.membersdetailpage #content,
body.membernewslandingpage #content,
body.page-login #content,
body.page-logout #content {
    background: transparent url(img/90percent_black_bg.png) repeat left top;
    padding: 14px 14px;
    width: 450px;
}


#ajaxloader {
    background: transparent url(img/ajax-loader.gif) no-repeat scroll left top;
    display: none;
    height: 11px;
    position: absolute;
    left: 283px;
    top: 3px;
    width: 43px;
}

#pageclass { display: none; }

#page-permalink {
    background: transparent url(img/90percent_black_bg.png) repeat scroll left top;
    height: 16px;
    padding-left: 6px;
    position: absolute;
    top: 0;
    right: 0;
    width: 81px;
    display: none;
}

#page-permalink:hover {
    background: none;
    background-color: #DC0169;
}

#page-permalink a,
#login a {
    text-decoration: none;
}

#login {
    background: transparent url(img/90percent_black_bg.png) repeat left top;
    height: 16px;
    padding-left: 6px;
    position: absolute;
    top: 0;
    right: 88px;
    padding-right: 8px;
}

/*= -------------------------- Basic typography ---------------------------- */

html, body {
   font-family: Verdana, Helvetica, "Trebuchet MS", Helvetica, Arial, Sans;
}
body {
    font-size: 62.5%;
    line-height: 1.4em;
}

/*
 100% = 16px
 75%  = 12px
 68.75% = 11px
 62,5% = 10px
*/

p {
    font-family: Verdana, Helvetica, "Trebuchet MS", Helvetica, Arial, Sans;
    font-size: 1.1em;
    line-height: 1.4em;
    margin-bottom: 1em;
}

/*= --------------------------- Forms -------------------------------------- */

.errorlist {
    color: #DC0169;
    font-weight: bold;
}
div#content ul.errorlist li {
    list-style-type: none;
}
div#content ul.errorlist {
    margin-left: 0;
    width: 225px;
}

/*= --------------------------- Main navigation ---------------------------- */

#nav ul.nav-main {
    width: 238px;
}
#nav ul.nav-main ul.level-2 {
    margin-top: 3px;
    margin-left: 63px;
}

#nav ul.nav-main li {
    margin-bottom: 3px;
}
#nav ul.nav-main a:link,
#nav ul.nav-main a:visited,
#nav ul.nav-main a:hover,
#nav ul.nav-main a:active {
    color: #F6F6F6;
    font-size: 11px;
    text-decoration: none;
}

#nav ul.nav-main li a {
    background: transparent url(img/90percent_black_bg.png) repeat scroll left top;
    display: block;
    height: 1%;
}

#nav ul.nav-main li a span {
    padding-left: 8px;
    position: relative;
    top: -1px;
}

/* The .nojs class is used to deactivate the hard hover color switch when js is
   used. */
#nav ul.nav-main li a.nojs:hover {
    background: #DC0169;
    color: #fff;
}

#nav ul.nav-main li.news {
    margin-top: 10px;
}

#nav ul.nav-main li a.nav-current {
    background: #DC0169;
}

#nav .ui-anchor-overlay-wrapper {
    position: relative;
}

#nav a.ui-anchor-overlay-proxy {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
}

/*= ------------------------ Generic content styles ------------------------ */

ul.contentlist li.content {
    margin-top: 3px;
    padding: 5px 4px 3px;
    background-color: #fff;
    background: url(img/90percent_black_bg.png) repeat top left;
}

ul.contentlist li.content img {
    width: 200px;
    height: 92px;
    float: left;
    margin-right: 10px;

}
ul.contentlist li.content p.meta {
    margin-bottom: 4px;
}

ul.contentlist li.content .date {
    display: none;
    font-size: 10px;
}
ul.contentlist li.content .slug {
    display: none;
}
body.newspage ul.contentlist li.content .date {
    display: block;
}

ul.contentlist li.content .title {
    display: block;
    font-size: 13px;
    margin: 4px 0px 8px 0px;
}
body.frontpage ul.contentlist li.content .description {
    margin-left: 161px;
}
body.frontpage ul.contentlist li.content .description p {
    margin-bottom: 0;
}
ul.contentlist li.content {
    margin: 0 0 4px 0;
    padding: 4px 4px;
    position: relative;
}
body.frontpage ul.contentlist li.content {
    height: 81px;
    padding: 4px;
}
ul.contentlist li.content a {
    display: block;
    height: 100%;
    width: 100%;
}
body.frontpage ul.contentlist li.content a.image {
    width: 151px;
    float: left;
    cursor: pointer;
}

ul.contentlist li.content .image {
    display: block;
    height: 57px;
    width: 151px;
    overflow: hidden;
}
body.frontpage ul.contentlist li.content .image {
    float: left;
    height: 80px;
    margin-right: 10px;
}
ul.contentlist li.content .image img {
    width: 151px;
    height: 102px;
    margin-top: -18px;
}

body.frontpage ul.contentlist li.content .image img {
   margin-top: -10px;
}

ul.contentlist li.content div.img-overlay {
    display: block;
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 159px;
    opacity: 0.0;
    background-color: #DC0169;
}
body.archivepage ul.contentlist li.content div.img-overlay {
    height: 78px;
}

ul.contentlist li.current div.img-overlay {
    opacity:0.5;
}
* html ul.contentlist li.current div.img-overlay,
* html ul.contentlist li.content div.img-overlay {
    opacity: none;
    background: url(img/full_transparent_pixel.gif) repeat 0 0;
}

body.newspage ul.contentlist li.content div.img-overlay {
    height:93px;
}

ul.contentlist li.content h3 {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 0;
}

div#content ul {
    margin: 0 0 15px 20px;
}
div#content ul li {
    list-style-type: square;
}
body.frontpage div#content ul li,
div#content div#contentlist-container ul li,
div#content div.imagelist-container ul li {
    list-style-type: none;
}
body.frontpage div#content ul,
div#content div#contentlist-container ul,
div#content div.imagelist-container ul {
    margin: 0;
}

#contentlist-container {
    width: 160px;
    margin-right: 12px;
    float: left;
    position: relative;
}

#contentdetails-container {
    float: left;
    width: 608px;
}
#contentdetails-container .content {
    background: url(img/90percent_black_bg.png) repeat top left;
    padding: 14px 17px;
}

#content h2 { display: none; }

#contentdetails-container .content h3 {
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin: 4px 0;
    border-bottom: 1px solid #aaa;
    padding-bottom: 8px;
    padding-top: 2px;
}
#contentdetails-container .content h3 a {
    text-decoration: none;
}
#contentdetails-container .content .slug {
    display: none;
}

#contentdetails-container .content dl {
    margin: 4px 20px 4px 0;
    float: left;
}
#contentdetails-container .content dt {
    float: left;
    clear: left;
    margin-right: 6px;
    font-weight: bold;
}
#contentdetails-container .content dd {
    float: left;
}

#contentdetails-container .content .description {
    clear: both;
    margin-top: 10px;
}

.ui-listscroller-wrapper {
    width: 576px;
    overflow: hidden;
    display: block;
}
body.newspage .imagelist-container .ui-listscroller-wrapper {
   height: 390px;
}

#contentlist-container ul.contentlist  {
    width: 159px;
}

#contentlist-container .ui-listscroller-wrapper {
    max-height: 471px;
    width: 159px;
}
body.designpage #contentlist-container .ui-listscroller-wrapper {
    max-height: 482px;
}

body.archivepage #contentlist-container .ui-listscroller-wrapper {
    width: 666px;
}

#contentlist-container .ui-listscroller-next,
#contentlist-container .ui-listscroller-previous {
    width: 159px;
    height: 16px;
    background: url(img/90percent_black_bg.png) repeat top left;
}
#contentlist-container  .ui-listscroller-previous {
    display: none;
    margin-bottom: 4px;
    top: 0;
}
#contentlist-container .ui-listscroller-next a,
#contentlist-container  .ui-listscroller-previous a {
    text-align: center;
    display: block;
    width: 159px;
    height: 16px;
}
#contentlist-container .ui-listscroller-previous a {
    background: transparent url(img/arrow-up.png) no-repeat scroll 76px 4px;
}
#contentlist-container .ui-listscroller-previous span {
    display: block;
    height: 13px;
    margin: 0 0 0 76px;
    text-indent: -20000px;
    width: 15px;
}
#contentlist-container .ui-listscroller-previous a:hover {
    background: transparent url(img/arrow-up-hover.png) no-repeat scroll 76px 4px;
}

#contentlist-container .ui-listscroller-next {
    display: none;
}

#contentlist-container .ui-listscroller-next a {
    background: transparent url(img/arrow-down.png) no-repeat scroll 76px 4px;
    display: block;

}
#contentlist-container .ui-listscroller-next a:hover {
    background: transparent url(img/arrow-down-hover.png) no-repeat scroll 76px 4px;
}
#contentlist-container .ui-listscroller-next span {
    display: block;
    height: 13px;
    margin: 0 0 0 76px;
    text-indent: -20000px;
    width: 15px;
    margin-top: 4px;
}

.imagelist-container {
    position: relative;
}

.imagelist {
    float: left;
}

.imagelist li {
    /* Hide all li's by default and only display the first one (next rule). */
    display: none;
    float: left;
}
.imagelist li.first {
    display: block;
}

.imagelist-container .ui-listscroller-next,
.imagelist-container .ui-listscroller-previous {
    text-decoration: none;
    font-weight: bold;
}
/*.imagelist-container .ui-listscroller-next:hover,
.imagelist-container .ui-listscroller-previous:hover {
    background-color: #DC0169;
    opacity: 0.3;
}*/

.imagelist-container .ui-listscroller-previous {
    background: transparent url(img/arrow-left.png) no-repeat scroll 5px 192px;
    height: 200px;
    left: -17px;
    position: absolute;
    top: 0;
    width: 17px;
    padding-top: 190px;
}
.imagelist-container .ui-listscroller-previous:hover {
    background: transparent url(img/arrow-left-hover.png) no-repeat scroll 5px 192px;
}
.imagelist-container .ui-listscroller-previous span {
    display: block;
    height: 15px;
    margin: 0;
    text-indent: -20000px;
    width: 17px;
}

.imagelist-container .ui-listscroller-next {
    background: transparent url(img/arrow-right.png) no-repeat scroll 5px 192px;
    height: 200px;
    position: absolute;
    top: 0;
    width: 15px;
    padding-top: 190px;
    left: 576px;
}
.imagelist-container .ui-listscroller-next:hover {
    background: transparent url(img/arrow-right-hover.png) no-repeat scroll 5px 192px;
}
.imagelist-container .ui-listscroller-next span {
    display: block;
    height: 15px;
    margin: 0;
    text-indent: -20000px;
    width: 17px;
}

/*= ------------------------------------------------------------------------ */
/*= --------------------------- Specific sites  ---------------------------- */
/*= ------------------------------------------------------------------------ */

/*= ----------------------------- Frontpage  ------------------------------- */

body.frontpage .area {
    background: transparent url(img/90percent_black_bg.png) repeat scroll left top;
    float: left;
    margin-right: 10px;
    padding: 6px 7px;
    width: 369px;
    min-height: 316px;
    position: relative;
}

body.frontpage .area .area-images {
    width: 369px;
    height: 156px;
    overflow: hidden;
}

body.frontpage .area .bottom {
    position: absolute;
    bottom: 10px;
}

body.frontpage .area.last {
    margin-right: 0px;
}

body.frontpage #content .area h2 {
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    font-size: 18px;
    font-weight: bold;
    margin: 6px 0 4px 0;
    padding: 4px;
    display: block;
}
body.frontpage .area p {
    padding: 4px;
}
body.frontpage .area a {
    display: block;
}

body.frontpage #news-container {
    margin-top: 38px;
}
body.frontpage #news-container .header {
    background: url(img/90percent_black_bg.png) repeat top left;
    height: 18px;
    padding: 5px 4px 3px;
    width: 768px;
    margin-bottom: 3px;
}
body.frontpage #news-container .header h2 {
    font-size: 18px;
    font-weight: bold;
    width: 50%;
    float: left;
    display: block;
}
body.frontpage #news-container .header a {
    float: right;
    margin-right: 5px;
}

body.frontpage ul.contentlist {
    width: 776px;
}
body.frontpage ul.contentlist li.content .date {
    display: block;
}

body.frontpage ul.contentlist li.content .title {
    font-weight: bold;
}
body.frontpage ul.contentlist li.content .meta {
    display: none;
}

/*= ------------------------------ Members page  --------------------------- */

body.memberslistpage #content h2,
body.membersdetailpage #content h2 {
    display: block;
    margin-bottom: 15px;
}

body.membersdetailpage div#image-set ul {
    margin: 0;
}
body.membersdetailpage div#image-set ul li {
    list-style: none;
    float: left;
    margin: 0 10px 10px 0;
}
body.membersdetailpage div#image-set ul li.odd {
    margin-right: 0;
}

body.membersdetailpage div#image-set div.img-container {
    float: left;
    margin: 0 0 10px 0;
    text-align: center;
    width: 143px;
    font-size: .9em;
    overflow: hidden;
}

/*= ------------------------------ Member News  ---------------------------- */

body.membernewslistpage,
body.membernewslandingpage {
    background: url(/media/dyn/backgrounds/background_black.jpg) no-repeat fixed top left;
}

body.membernewslandingpage div.image {
    margin-bottom: 18px;
}

body.membernewslistpage #contentdetails-container {
    float: none;
}

body.membernewslandingpage #content {
    width: 576px;
}

body.membernewslistpage #content {
    width: 608px;
}

body.membernewslistpage #contentdetails-container .content span.date {
    float: right;
/*     margin-top: 5px; */
}

body.membernewslistpage div#content ul {
    margin: 0;
}

body.membernewslistpage #news-container {
    margin-top: 18px;
/*     width: 450px; */
}
body.membernewslistpage #news-container ul.contentlist li.content .date {
    display: block;
}
body.membernewslistpage #news-container .header {
/*     background: url(img/90percent_black_bg.png) repeat top left; */
    height: 18px;
    padding: 5px 4px 3px;
    margin-bottom: 3px;
    background: url(img/90percent_black_bg.png) repeat top left;
}
body.membernewslistpage #news-container .header h2 {
    font-size: 18px;
    font-weight: bold;
/*     width: 50%; */
/*     float: left; */
    display: block;
}
body.membernewslistpage #news-container ul li {
    list-style: none;
}
body.membernewslistpage #news-container .header a {
/*     float: right; */
    margin-right: 5px;
}

body.membernewslistpage ul.contentlist li.content a.image {
    width: 151px;
    float: left;
    cursor: pointer;
}

body.membernewslistpage ul.contentlist li.content .image {
    display: block;
    height: 57px;
    width: 151px;
    overflow: hidden;
    float: left;
    height: 80px;
    margin-right: 10px;
}
body.membernewslistpage ul.contentlist li.content .image img {
    width: 151px;
    height: 102px;
    margin-top: -18px;
}


/*= ------------------------------ Login page  ----------------------------- */

body.page-login form#login-form div.field {
    margin-bottom: 5px;
}

body.page-login form#login-form button.submit {
    margin-top: 5px;
}

/*= ---------------------------- Newsletter page  -------------------------- */

body.newsletterpage .errorlist {
    margin: 0 0 5px 52px;
}

.newsletter-subscription-form label  {
    float: left;
}

.newsletter-subscription-form input {
    margin-left: 20px;
}

.newsletter-subscription-form button {
    display: block;
    margin-left: 52px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.newsletter-subscription-form .errorlist {
    float: right;
    margin-top: 3px;
    font-weight: bold;
    color: #DC0169;
}

.newsletter-subscription-form label.error {
    display: block;
    float: right;
    position: relative;
    top: -22px;
    width: 222px;
    font-weight: bold;
    color: #DC0169
}
.newsletter-subscription-form  #id_honeypot { display: none; }
.newsletter-subscription-form  label.honeypot { display: none; }

/*= ------------------------- Archive page  -------------------------------- */

body.archivepage #contentlist-container {
    width: 774px;
}
body.archivepage #contentlist-container ul.contentlist {
    width: 774px;
}

body.archivepage #contentlist-container li.content {
    width: 151px;
    float: left;
    height: 70px;
    margin-right: 10px;
}

body.archivepage #contentlist-container .ui-listscroller-next,
body.archivepage #contentlist-container .ui-listscroller-previous {
    width: 666px;
}


body.archivepage #contentlist-container .ui-listscroller-next a,
body.archivepage #contentlist-container .ui-listscroller-previous  a {
    width: 666px;
}
body.archivepage #contentlist-container .ui-listscroller-previous span,
body.archivepage #contentlist-container .ui-listscroller-next span {
    margin: auto;
}

.back-to-archive {
    clear: both;
    position: relative;
    top: 10px;
}

.back-to-archive a {
    background: transparent url(img/90percent_black_bg.png) repeat scroll left top;
    display: block;
    height: 16px;
    padding-top: 1px;
    text-align: center;
    text-decoration: none;
    width: 124px;
}

.back-to-archive a:hover {
    background: none;
    background-color: #DC0169;
}

/*= ------------------------- jCarousel  ----------------------------------- */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite
       loops. */
    width: 161px;
    height: 87px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/*= ---------------------- Cross-Browser fixes ----------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
