* {
    margin: 0;
    padding: 0;
    outline: none;
}

img::selection {
    background: transparent;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 13px; /* 13px test */
    color: #565656;
    background: url(/img/background.jpeg);
}

a img {
    border: 0;
    -webkit-transition: color .2s ease-in;
}

em {
    font-family: Merriweather, Georgia, serif;
    font-size: 17px !important;
    line-height: 30px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    border: none !important;
    padding-left: 0 !important;
}

p {
    margin-bottom: 12px;
}

a {
    color: #08C;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

time {
    display: block;
    margin: 0 0 4px 0;
    font-weight: bold;
}

footer, section, aside, nav, article, time,
header {
    display: block;
}

header::selection,
header .logo::selection,
header.datechooser.dayname::selection,
header.datechooser.day::selection,
header ul li::selection {
    background: transparent;
}

header {
    display: block;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    overflow: hidden;
    background-color: #333544;
    color: white;
    /* 	text-shadow: 0px 1px 0px #565656; */
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px #000;
    z-index: 1000;

}

.logo:hover,
header ul li:hover,
header #listview:hover,
header #tableview:hover,
header #mapview:hover {
    opacity: 0.9;
}

header .logo {
    height: 60px;
    width: 90px;
    overflow: hidden;
    float: left;

}

header .logo img {
    width: 100%;
}

header ul {
    margin-right: 10px;
    z-index: 1004;
}

header li, header .day, header .date, header .search, header .dchooser, header .dayname {
    font-size: .8em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
    height: 55px;
    float: left;
    cursor: pointer;
}

#dateholder {
    float: left;
    width: 195px;
    padding: 0 10px;
}

#dateholder .dayname {
    width: 82px;
    text-align: right;
    margin-right: 2px;
}

#dateholder .day {
    width: 40px;
}

.datepicker .week {
    color: #ffce0a;
    width: 100%;
    text-align: center;
    text-transform: none;
    display: block;
}

header li {
    width: 75px;
    text-align: center;
}

header #iphonemenu {
    display: none;
}

header #settings {
    display: none; /* tijdelijk uit */
    width: 30px;
    height: 60px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background: #54586d;
}

header .social,
header #listview,
header #tableview,
header #blogview,
header #mapview {
    width: 34px;
    height: 60px;
    float: left;
}

header .social:hover,
header #mapview:hover,
header #listview:hover,
header #tableview:hover,
header #blogview:hover {
    background: #0E1013;
    opacity: 0.8;
}

.homepage #listview,
.timetable #tableview,
.locations #mapview,
.blog #blogview,
.blogpage #blogview,
.home header #listview,
.blokkenschema header #tableview {
    background: #0E1013;
    opacity: .9;
}

header #settings #settingstools {
    margin: 20px 0 0 5px;
    width: 17px;
    height: 18px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

header #settings #settingstools.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

header #settings:hover {
    background: #333544;
}

header #settings.active {
    background: #54586d;
}

header .day {
    font-size: 2.6em;
}

header .date {
    width: 36px;
    height: 80px;
    padding: 10px;
    text-transform: capitalize;
    font-size: 1em;
    line-height: 18px;
    display: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: 0;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
}

header span.search {
    height: 60px;
    width: 30px;
    display: block;
    background: url(/img/search.png) no-repeat center center;
}

header .search.active,
header .search:hover {
    background: url(/img/search.png) no-repeat center center #0E1013;

}

#filters {
    display: none;
    position: fixed;
    top: 60px;
    color: #fff;
    background: #54586d;
    width: 100%;
    /*height: 200px;*/
    padding: 20px 0;
    z-index: 1001;
    -moz-box-shadow: 0 10px 10px #000;
    -webkit-box-shadow: 0 10px 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

#filters h3 {
    text-transform: uppercase;
    padding-bottom: 10px;
}

#filters > ul {
    padding: 0 20px;
}

#filters ul li {
    margin: 0 10px;
}

#filters ul li ul {
    border: 2px solid #727793;
    background: #6C6F92;
    padding: 10px;
    border-radius: 3px;
}

#filters > ul > li {
    display: block;
    font-weight: bold;
    float: left;
    width: 230px;
}

#filters > ul > li li {
    margin-bottom: 3px;
}

#filters li {
    list-style-type: none;
}

#searchbox {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 278px;
    overflow: hidden;
    background: #6c6f92;
    z-index: 10002;
}

#searchbox .close {
    height: 60px;
    display: block;
    width: 10px;
    margin-left: -15px;
    padding-top: 23px;
    font-weight: bold;
    color: #D96E5D;
    float: left;
    cursor: pointer;

}

#searchbox form input[type=text] {
    margin: 20px 0 0 10px;
    width: 220px;
    height: 20px;
    border: 1px solid #fff;
    float: left;
}

#searchbox form input[type=submit] {
    width: 25px;
    height: 60px;
    display: block;
    background: url(/img/search.png) no-repeat center center;
    padding: 0;
    margin: 0 0 0 5px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    float: right;
    cursor: pointer;
}

footer {
    text-align: center;
    width: 970px;
    line-height: 25px;
    color: #bdbdbd;
    z-index: 1;
    margin: 60px auto;
}

footer a {
    color: #888;
    -webkit-transition: color .2s ease-in;
}

footer a:hover {
    color: #9f9f9f;
    text-decoration: none;
}

footer a:last-child {
    margin-right: 10px;
}

footer label {
    color: #444;
}

/* feedback */

.feedback {
    cursor: pointer;
}

#feedback {
    position: fixed;
    height: 290px;
    top: 200px;
    right: 0;
    z-index: 9999999;
}

#feedback .feedback_close {
    float: right;
    cursor: pointer;
}

#feedback #form {
    display: none;
    width: 280px;
    padding: 10px;
    color: #fff;
    background: #1570a6;
    border: 1px solid #1570a6;
    float: left;
}

#feedback #form label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

#feedback #form textarea {
    width: 280px;
    height: 280px;
    resize: none;
    border: 1px solid #1570a6;
}

#feedback #form button {
    padding: 4px 6px;
    color: #fff;
    background: #1570a6;
    border: none;
    text-align: right;
}

#feedback #check {
    display: none;
}

#feedback_extra,
#feedback_name,
#feedback_email,
#feedback_pid,
#feedback_specs {
    display: none;
}

/* !homepagebanners */

.uitloper-banner {
    border: 1px solid #ccc;
}

#homepage_bannerholder {
    width: 970px;
    min-height: 20px;
    padding: 0;
    margin: 80px auto 0 auto;
}

/* feedback */

.datechooser span {
    padding-right: 5px;
}

.content {
    position: relative;
    margin: 20px auto;
    min-height: 580px;
    padding: 0px 20px 0px 50px;
    z-index: 1;
}

#iphonemenu {
    background: url(/img/iphonesearch.png) no-repeat;
}

.empty-category {
    color: #adadad;
    background-color: #C8C8C8 !important;
}

.disabled-category {
    color: #adadad;
    background-color: #C8C8C8 !important;
    border-bottom-color: #C8C8C8 !important;
    opacity: 0.9;
}

ul.homepage [data-category],
.nav [data-category] {
    border-bottom-width: 5px;
}

ul.homepage .cat-noorderzon {
    background-image: url(/img/noorderzon.png);
    background-repeat: no-repeat;

}

ul.homepage .cat-special {
    background-image: url(/img/etn.png); /* !special replace */
    background-repeat: no-repeat;
}

ul.homepage .cat-special span {
    display: none;
}

.category {
    float: left;
    margin: 0 20px 20px 0;
    -moz-box-shadow: 0 1px 1px #ebebeb;
    -webkit-box-shadow: 0 1px 1px #ebebeb;
    box-shadow: 0 1px 1px #ebebeb;

}

.category h2 {
    width: 380px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
    color: white;
    line-height: 42px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

ui-datepicker .ui-datepicker-title {
    font-size: 16px !important;
}

.titlebar {
    /*height: 26px;*/
    display: flex;
    justify-content: space-between;
    line-height: 32px;
    background-color: #46495a;
    border-left: 1px solid #46495A;
    border-right: 1px solid #46495A;
}

.titlebar a {
    color: white !important;
    text-decoration: none;
}

.titlebar h3 {
    color: white !important;
    text-decoration: none;
    padding: 0 6px;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
}

.titlebar .address {
    display: none;
}

h3.location {
    text-transform: uppercase;
}

.item {
    width: 380px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: none;
    border-top: none;
}

.item article {
    background-color: white;
    color: #888888;
    width: 380px;
    height: 140px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #dcdcdc;
}

.item article {
    border-bottom: 1px solid #cdcdcd;
}

.item article.highlited {
    background: #fffdd8 url(/img/highlight.png) no-repeat bottom right;
}

.item article a {
    color: #888;
    text-decoration: none;
}

.item article .eventdetails {
    margin: 0 8px 0 8px;
    height: 120px;
    text-overflow: ellipsis;
}

.item article aside.social {
    display: none;
    height: 140px;
    position: absolute;
    bottom: 0;
    width: 380px;
    background: none;
    border-right: 1px solid #dcdcdc;
}

.item article aside.social:hover {
    background: #f6f6f6;
}

.item article aside span.twitter,
.item article aside span.facebook {
    visibility: hidden;
}

.item article aside.social:hover > .facebook,
.item article aside.social:hover > .twitter {
    visibility: visible;

}

.item article .eventdetails p {
    width: 280px;
    height: 84px;
    line-height: 1.5em;
    font-size: 15px;
    overflow: auto;
    margin-top: 8px;
    text-overflow: ellipsis;
}

.item .articlea {
    text-decoration: none;
}

.item article .time, .item article h4, .eventdetails p,
.eventdetails time {
    font-size: 16px;
    /*padding: 0 5px;*/
}

.item article h4 {
    padding-top: 14px;
    color: #46495a;
}

.item article .time {
    font-weight: bold;
    font-size: .7em;
    padding-top: 12px;
    display: none;
    color: #222222;

}

ul.playtimes,
time.playtimes {
    color: #333544;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    width: 230px;
    height: 12px;
    margin: 2px 0;
    padding-left: 18px !important;
    background: url(/img/time-icon.jpg) no-repeat 3px 1px;
    display: none; /*!TESTING */
}

.content .playtimes {
    width: 200px;
    display: none; /*!TESTING */
}

.item article img {
    float: left;
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
}

.item article > div {
    padding-bottom: 30px;
}

.item article img + div {
    padding-left: 80px;
}

.item article img {
    border-right: 1px solid rgba(255, 255, 255, 06);
}

.imgleft time,
.imgleft .playtimes,
.imgleft p {
    padding: 0 5px 0 35px !important;
}

.imgleft h4 {
    padding: 10px 5px 0 35px !important;
}

/* Position social bar at the bottom, index 1 */
.item article aside span {
    float: right;
    width: 48px;
    height: 20px;
}

.item article aside span.time {
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: #565656;
    line-height: 20px;
    padding: 0 2px;
    width: auto;

}

.item article aside span.twitter {
    background: url(/img/twitter.jpg);
}

.item article aside span.facebook {
    background: url(/img/facebook.jpg);
}

/************************
	movies
************************/
ul.playtimes {
    display: block;
    width: 220px;
    margin-top: 4px;
    margin-bottom: 10px;
}

ul.movieplaytimes {
    display: inline;
}

ul.movieplaytimes li {
    display: inline;
    margin: 0;
    padding: 0;

}

ul.playtimes:after {
    clear: both;
}

.playtimes li {
    color: #333544;
    font-size: 12px;
    line-height: 14px;
    width: auto;
    float: left;
    display: block;
    list-style-type: none;
    padding-right: 4px;
}

.playtimes li:after {
    content: '  ';
}

.playtimes li:first-child:before {
    content: '';
}

#leftnavigation {
    position: fixed;
    opacity: 0.1;
    width: 40px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

#rightnavigation {
    position: fixed;
    opacity: 0.1;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 999;
}

#nextDay, #prevDay {
    display: block;
    margin-top: 380px;
    width: 47px;
    height: 200px;
    color: white;
    background: url(/img/next_prev.gif) no-repeat;
    text-indent: -9999px;

}

#rightnavigation::selection,
#leftnavigation::selection {
    background: transparent;
}

#nextDay {
    float: right;
    background-position: -56px -9px;
}

#prevDay {
    background-position: -18px -9px;
}

#leftnavigation:hover,
#rightnavigation:hover {
    opacity: 1;
    -webkit-transition: opacity 250ms ease-out;
    -moz-transition: opacity 250ms ease-out;
    -o-transition: opacity 250ms ease-out;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.searchresults {
    background: #fff;
    padding: 20px;
    line-height: 16px;
    font-size: 1.4em;
}

#resultsholder {
    float: left;
}

.searchresults h2 a {
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-decoration: underline;
    color: #12C;
    margin: 2px 0;
}

.searchresults p {
    margin: 2px 0;
}

.searchresult {
    clear: left;
    min-height: 75px;
    margin-bottom: 20px;
}

.poster {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.searchresults a.link {
    color: #093 !important;
    text-decoration: none;
}

.highlight {
    font-weight: bold;
}

#bigsearchbox {
    display: block;
    position: absolute;
    top: 0;
    left: 180px;
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #333544;
    z-index: 10002;
}

#bigsearchbox .close {
    display: none;
}

#bigsearchbox form input[type=text] {
    margin: 20px 10px 0 10px;
    min-width: 50%;
    padding: 0 2px;
    height: 20px;
    border: 1px solid #fff;
    float: left;
}

#bigsearchbox form input[type=submit] {
    width: 30px;
    height: 60px;
    display: block;
    background: url(/img/search.png) no-repeat -5px center;

    padding: 0;
    margin: 0 0 0 5px;
    border: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}

.searchresults h1 {
    color: #D96E5D !important;
    font-size: 20px;
    font-weight: normal;
    padding: 0 0 20px 0px;
    margin-bottom: 5px;
}

.searchresults h1 a {
    color: #12C;
    cursor: pointer;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
}

.searchresults h1 span {
    color: #12C;
    font-size: 20px;
    font-weight: normal;
}

.searchresults p, .searchresults li {
    margin: 5px 0;
    line-height: 1.2em;
    font-size: 1em;
    list-style-position: inside;
}

.searchresults strong {
    color: black;
    font-size: 1em;
    font-weight: bold;
}

.searchresults time.playtimes {
    display: inline;
    height: 14px;
    padding-left: 18px !important;
    background: url(/img/time-icon.jpg) no-repeat 0px 3px;
}

/**** Error ****/
.error {
    display: block;
    color: #dfdfdf;
    margin-top: 200px;
    font-size: 8em;
    font-weight: bold;
    text-align: center;

}

.error span {
    font-size: .4em;
}

/**** Transitions ****/

.masonry,
.masonry .masonry-brick {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.masonry {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.masonry .masonry-brick {
    -webkit-transition-property: left, right, top;
    -moz-transition-property: left, right, top;
    -o-transition-property: left, right, top;
    transition-property: left, right, top;
}

/* dialog */

.alert_dialog,
.dialog {
    color: #e85819;
    position: fixed;
    font-size: 12px;
    left: 0px;
    width: 100%;
    height: 20px;
    text-align: center;
    display: block;
    padding: 10px 0px;
    background: #FFFCCA;
    border-bottom: 1px solid #CCC;
    z-index: 100;
}

.homepage .alert_dialog,
.homepage .dialog {
    top: 60px;
}

.timetable .alert_dialog,
.timetable .dialog {
    padding: 5px 0px;
}

.alert_dialog a,
.dialog a {
    color: #08c;
    text-decoration: none;
    margin-right: 0 !important;
}

.home .dialog,
.home .alert_dialog {
    top: 60px !important;
}

.blokkenschema .alert_dialog,
.blokkenschema .dialog {
    bottom: 0px !important;
}

/* contactpage */

body.contact .content {
    margin-top: 80px;
}

#contactpage {
    font-size: 16px;
    width: 960px;
    background: #fff;
    margin: 0 auto;
    padding: 20px 20px 40px 20px;
}

#contactpage #instructions {
    width: 800px;
    margin-bottom: 40px;
}

#contactpage h1 {
    color: #618DBE;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
}

#contactpage p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
}

#contactpage form {
    width: 830px;
    margin: 20px 0;
}

#contactpage .status {
    display: block;
    height: 18px;
}

#contactpage label {
    display: block;
    margin: 0 10px 0 0;
    font-weight: 600;
}

#contactpage input[type=datetime-local],
#contactpage input[type=text],
#contactpage input[type=number],
#contactpage input[type=date],
#contactpage input[type=email] {
    color: #555;
    display: block;
    font-size: 12px !important;
    margin: 10px 0 10px 0;
    height: 30px;
    width: 396px;
    border: 1px solid #ddd;
    padding: 2px;
}

#contactpage .additional-form-field {
    position: absolute;
    top: 0;
    left: -9999px;
    width: 100px;
    overflow: hidden;
}

#contactpage input[type=submit] {
    width: 400px;
    height: 32px;
    padding: 2px 8px;
    line-height: 32px;
    border: none;
    color: #fff;
    background: #1570a6;
    display: block;
    margin: 10px 0;
}

#contactpage input.small {
    width: 100px;
}

#contactpage textarea {
    display: block;
    height: 150px;
    width: 396px;
    padding: 2px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

#contactpage textarea#shortmessage {
    display: block;
    height: 75px;
    width: 396px;
    padding: 2px;
    border: 1px solid #ddd;
}

#contactpage label.error {
    font-size: 12px !important;
    text-align: left;
    color: #d96e5d !important;
}

#contactpage input.error {
    border: 1px solid #d96e5d !important;
}

#contactpage textarea.error,
#contactpage input.error {
    color: #555;
    font-weight: normal;
    text-align: left;
    font-size: 12px !important;
    margin: 10px 0 10px 0;
}

#form_left {
    float: left;
    margin-right: 20px;
}

#form_right {
    float: left;
}

/* textpage */
#textpage {
    font-size: 16px;
    width: 960px;
    background: #fff;
    margin: 80px auto;
    padding: 20px 20px 40px 20px;
}

#contactpage h1,
#textpage h1 {
    color: #618DBE;
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
}

#contactpage h2,
#textpage h2 {
    color: #618DBE;
    font-size: 20px;
    font-weight: normal;
    padding: 20px 0 8px 0;
}

#contactpage a,
#contactpage p,
#textpage a,
#textpage p {
    font-size: 16px;
    line-height: 21px;
}

#contactpage li,
#textpage li {
    font-size: 16px;
    list-style-position: inside;
}

#contactpage ul
#textpage ul {
    margin-bottom: 20px;
}

/* location */

#maps {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.loader {
    position: fixed;
    left: 50%;
    top: 50%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fafafa;
    z-index: 100000;
    margin-left: -50px;
    padding: 10px 30px;
}

.loader img {
    vertical-align: middle;
    padding-right: 10px;
}

.infoWindow img {
    float: left;
    margin-right: 8px;
    background: #ddd;
}

.promo {
    display: block;
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 2;
    width: 300px;
    min-height: 150px;
    padding: 10px 40px;
    background: #fff;
    border-radius: 4px;
    float: left;
    border: 1px solid #c8c8c8;
}

/* archive */
#archive {
    width: 960px;
    background: #fff;
    padding: 20px 20px 40px 60px;
    margin: 60px auto;
}

#archive #navigation {
    color: #565656;
    float: right;
    width: 200px;
    background: #fff;
    margin: 60px auto;
    border: 1px solid #ccc;
}

#archive #navigation h2 {
    background-color: #46495a;
    display: block;
    color: white !important;
    text-decoration: none;
    padding: 0 6px;
    font-size: .8em;
    line-height: 30px;
    font-weight: bold;

}

#archive #navigation ul {
    padding: 5px 10px;
}

#archive #navigation li {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    cursor: pointer;

}

#archive #content {
    width: 600px;
    float: left;
}

#archive h1 {
    color: #46495a;
    font-size: 28px !important;
    font-weight: normal;
    padding: 20px 0 10px 0;
}

#archive h2 {
    color: #618DBE;
    font-size: 18px;
    font-weight: normal;
}

#archive li {
    list-style-position: inside;
    list-style: none;
}

#archive #content li {
    list-style-position: inside;
    list-style: none;
    margin-bottom: 20px;
}

#archive #content li a {
    text-decoration: none;
}

#archive #content li a h2:hover {
    text-decoration: underline;
}

#archive #content li span, #archive #content li time {
    color: #565656;
}

/* !team */

.team {
    width: 960px;
    display: block;
    clear: both;
}

.team li {
    list-style: none;
    margin: 0px 20px 30px 0px;
    text-align: center;
    float: left;
    width: 165px;
    height: 220px;
}

.team li .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.team li .function {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

/* !banners */

#adsense_square {
    border-: 1px solid #ddd;
}

#adsense_wide {
    width: 960px;
    margin: 40px auto;
    overflow: hidden;
}

#ads_search {
    width: 120px;
    float: right;
}

#homepage_bannerholder {
    width: 970px;
    text-align: center;
}

#homepage_bannerholder .banner,
#bannerholder .banner {
    float: left;
    margin: 0;
    border: none;
}

#homepage_bannerholder .banner img {
    border: none;
}
