/***********************************************************************
  Crossbrowser 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 */

/***********************************************************************
  Print
***********************************************************************/

body {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.25em;
    width: 650px;
    margin: 10px;
    background: white;
    font-size: 12pt !important;
}

h1 {
    display: none;
}
h2 {
    font-size: 1.3em;
}
h2, h3 {
    margin-bottom: 15px;
}
h3, h4, h5, h6 {
    font-size: 1.2em;
}
img {
    border: none !important;
}
#logo-print {
    display: block !important;
    margin-bottom: 15px;
}

div#stage {
    font-size: 16px;
}

div#nav-meta,
div#nav-main-container,
div#nav-sub-container,
div#nav-footer-container,
div#logo img,
.control,
.video-set,
#how-to-find-us,
form,
.ui-selectmenu,
select,
body#page-news-detail #image-set,
body#page-news-detail .download-set,
body#page-index div#main-teasers-container,
body#page-index div#intro-body-right,
div#facebook-like,
div#social-networks,
#news-teaser-set {
    display: none !important;
}

div#intro-body-left ul li {
    list-style-type: square !important;
}

div#footer {
    border-top: 1px solid black;
    padding-top: 5px;
    margin-top: 50px;
    font-size: 0.75em;
}

#image-set {
    margin-bottom: 20px;
}
#projects-list li,
#image-set ul li {
    list-style: none;
    margin-right: 20px;
}

div.project {
    clear: left;
    width: 600px;
    height: 200px;
}
div.project div.project-teaser-image {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

div#news-teaser-set {
    clear: both;
}
#projects-list,
div#news-teaser-set-inner ul {
    margin-left: 0;
    padding-left: 0;
}

div#news-teaser-set-inner ul li,
div.article {
    margin-bottom: 25px;
}
div#news-teaser-set-inner ul li div.teaser-image,
div.article div.teaser-image {
    float: left;
    width: 126px;
}
div#news-teaser-set-inner ul li div.description p {
    margin: 0;
}

body#page-index ul li {
    list-style: none;
}

