/*
Comes after TYPOGRIDPHY. Resets some of its styles and adds some more.
*/

/* OVERRIDES */

body {
    border-top: 0em solid #666;
    padding: 0em;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}

#indexseparator {
    background: #CCCCCC;
    height: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}

p, ul {
    margin-top: 1em;
    margin-bottom: 1em;
}

li {
    padding-left: 1em;
}

ul li {
    font-size: inherit;
}

.generic p {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.generic {
    border-top: 0em;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.infos p,
.infos ul,
.infos ol,
.infos span {
    font-size: 9pt;
    line-height: inherit;
    margin-bottom: inherit;
}

.generic strong {
    font-variant: normal;
    font-weight: bold;
}

.nineforty {
    width: auto;
}

.generic {
    float: none;
}

h1.hidden, a.hidden {
    width: 130px;
    height: 50px;
    position: absolute;
    top: 0;
    display: block;
    visibility: visible;
    text-indent: -9000px;
    z-index: 20;
}

h2.hidden {
    display: none;
    visibility: hidden;
    line-height: 0px;
}

#container {
    background: #ffffff;
    width: 100%;
    min-height: 500px;
}

img.left-img {
/* Float any image to the LEFT and give it some margin */
    border: none;
}

img.right-img {
/* Float any image to the LEFT and give it some margin */
    border: none;
}

/*HEADINGS
-------------------------------------------------------- */
h1 {
    color: #000;
    font-size: 3.5em;
    margin-bottom: 0.6em;
    font-style: normal;
    line-height: 1.2em;
}

h2 {
    color: #000;
    font-size: 2em;
    margin-bottom: 0.9em;
    line-height: 0.9em;
}

h3 {
    color: #000;
    font-size: 1.5em;
    margin-bottom: 1.2em;
    line-height: 1.2em;
    font-variant: small-caps;
}

h4 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 1.5em;
    line-height: 1.5em;
    font-variant: small-caps;
}

h5 {
    color: #000;
    font-size: 1em;
    margin-bottom: 1.8em;
    line-height: 1.8em;
    font-variant: small-caps;
}

h6 {
    color: #000;
    font-size: 1em;
    margin-bottom: 1.8em;
    line-height: 1.8em;
}

/*LINKS
-------------------------------------------------------- */
a {
    color: #5c84dd; /*#3cb371;*/
    text-decoration: none;
}

a:hover {
    color: #5c84dd; /*#3cb371;*/
    text-decoration: underline;
}

a:visited {
    color: #5c84dd; /*#3cb371;*/
}

.generic a {
    padding: 0 2px;
    color: #5c84dd;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.generic a:hover {
    color: rgb(100, 170, 240);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

p a, p a:visited {
    color: #5c84dd;
    padding: 2px;
}

p a:hover {
    color: #dda;
}

/* GENERIC */
pre {
    padding: 1em;
    margin: 1.5em 0;
    background: #444444;
    color: #EEEEEE;
    display: block;
    font-size: 1.3em;
    line-height: 1.5em;
    font-family: monospace;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */

/* CSS3 Box Shadow */
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
}

/* prettyprint is a pre tag that uses prettify to automatically format code */
.prettyprint {
    background: #FAFAFA;
    border: #BBBBBB solid 1px;
}

code {
    background: #444444;
    color: #EEEEEE;
    font-family: monospace;
    font-size: 1.1em;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.thinseparator {
    width: 100%;
    height: 0.1em;
    background: #222222;
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.separator {
    width: 100%;
    height: 0.1em;
    background: #777;
    clear: both;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.siteheadersep {
    height: 20px;
}

.center {
    margin: auto;
}

.textcenter {
    text-align: center;
}

.bordered-img {
    border: 1px solid #ccc;
}

.fancy-bordered-img {
/* CSS3 Box Shadow */
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
}

.bordered-video {
/* CSS3 Box Shadow */
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
}

.breadCrumbHolder {
    padding-top: 2em;
}

#breadCrumbContent li a {
    font-size: 1.3em;
    font-weight: bold;
}

#carousel li {
    cursor: pointer;
}

p.note {
    font-size: 1.4em;
    font-style: italic;
    padding: 5px 4px 5px 5px;
}

.generic table {
    width: 100%;
    padding: 0px;
    border: 1px solid #222222;
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em; /* CSS3 Box Shadow */
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
}

.generic table th {
    text-align: center;
    background: #FAFAFA;
    border: 1px solid #AAAAAA;
    padding: 5px;
}

.generic table td {
    border: 1px solid #AAAAAA;
    padding: 5px;
    text-align: center;
}

/* SIDE BARS */

.sidebar {
    margin-top: 3em;
    padding-left: 1em;
    border-left: 2px solid #222222;
}

.sidebar h3 {
    padding: 4px;
    margin: .2em 0;
    cursor: pointer;
    font-size: 1.7em;
}

.sidebar h3:focus {
    outline: none;
}

.sidebar dl {
    padding: 0 0.7em 0.5em 0.7em;
}

.sidebar dl dt a {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0.7em;
}

.sidebar dl dd {
    font-size: 1.1em;
}

.ui-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: white;
    background-position: -2px 2px;
    background-repeat: no-repeat;
}

.ui-icon-triangle-expand {
    background-image: url(../images/expand.png);
}

.ui-icon-triangle-collapse {
    background-image: url(../images/collapse.png);
}

/* TWITTER */
.twtr-hd {
    height: 1px;
    padding: 0px;
}

.twtr-tweet {
    z-index: 1;
}

.twtr-tweet-text {
    font-size: 0.9em;
    font-family: Helvetica, Arial, sans-serif;
}

.twtr-tweet-text p a {
    padding: 0 2px;
    color: #5C84DD;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#twtr-widget-1 .twtr-tweet a:hover,
.twtr-tweet-text p a:hover {
    background: #5C84DD;
    color: #ffffff !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/* COMMENTS */
#idc-container-parent #idc-container h3 {
    font-size: 1.3em;
    line-height: 1.3em;
}

#idc-container-parent #idc-container p {
    font-size: 1.1em;
    line-height: 1.2em;
}

#idc-container-parent #idc-container #IDCommentsHead h3 {
    font-size: 1.5em;
}

/* Search */
.gsc-input {
    font-size: 20px;
}

/* INDEX PAGE */
.indexpage .thumbnail {
    width: 300px;
    height: 600px;
    float: left;
    margin-left: -5%;
    background: #eee url(./images/index/indexthumbBG.gif) no-repeat left top;
    text-align: center;
}

.indexpage .thumbnail .sponsors,
.indexpage .thumbnail .video {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.indexpage .thumbnail .video {
    width: 190px;
}

.indexpage .thumbnail .sponsors {
    width: 213px;
}

.indexpage .thumbnail li {
    cursor: pointer;
}

.indexpage .tagline {
    display: block;
    padding-top: 50px;
    padding-left: 50px;
    margin-left: 300px;
    font-size: large;
    color: #133;
    font-family: Arial;
}

.indexpage .tagline p {
    margin-top: 10px;
    line-height: 26px;
}

.indexpage .tagline p .highlight {
    padding: 3px;
    background-color: #FFA;
}

.indexviewvideo {
    width: 100%;
    background: #333333;
    position: absolute;
    left: 0;
    top: 102px;
    z-index: 99999;
    display: none;
}

.indexviewvideo .video {
    background-color: white;
    width: 96em;
    padding: 10px 0 0 0;
    margin: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #111;
    -webkit-box-shadow: 0 0 50px #111;
}

.indexviewvideo .video object {
    position: absolute;
    top: 20px;
    margin: 0 0 0 0px;
}

.indexviewvideo .video .close {
    cursor: pointer;
    width: 71px;
    height: 31px;
/*    margin: -20px 0 0 923px; */
    top: -15px;
    right: 80px;
    position: absolute;
    background: transparent url(../images/close.png) no-repeat center center;
    text-indent: -9000px;
    z-index: 11;
}

.indexviewvideo img {
    margin: 20px;
    -webkit-box-shadow: 0px 0px 2em #666;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.indexviewvideo h2 {
    margin-top: 30px;
}

.indexviewvideo h2.presentation {
    font-size: 18pt;
    margin-top: 20px;
}

div.indexviewvideo div.content {
    font-size: 12pt;
    margin: 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
    -webkit-border-radius: none;
}

div.indexviewvideo div.content p {
    margin-top: 5px;
}

div.video p {
    font-size: 12pt;
    margin-top: 5px;
}

#wrapper {
    margin-left: 5%;
    margin-right: 5%;
    width: auto;
}

/* VIDEOS PAGE */
.videosholder {
    width: 100%;
    height: 250px;
    background: #333333;
    text-align: center;
}

.videosholder img {
    margin-top: 40px;
    height: 200px;
}

.videosviewvideo {
    width: 100%;
    height: 560px;
    position: absolute;
    left: 0;
    display: none;
    z-index: 999;
}

.videosviewvideo .video {
    background-color: white;
    width: 96em;
    padding: 10px 0 0 0;
    margin: auto;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #111;
    -webkit-box-shadow: 0 0 50px #111;
    margin-top: 180px;
    z-index: 9999;
    margin-top: -200px;
}

.videosviewvideo .video object {
    position: absolute;
    top: 20px;
    margin: 0 0 0 0px;
}

.videosviewvideo img {
    margin: 20px;
    -webkit-box-shadow: 0px 0px 2em #666;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

h2.presentation {
    padding: 4px;
    font-size: 13pt;
    color: #5c84dd;
    margin-left: 30px;
}

h3.presentation {
    margin-left: 35px;
}

.videosviewvideo .video .closevideo {
    cursor: pointer;
    width: 96em;
    height: 71px;
    position: absolute;
    background: transparent url(../images/close.png) no-repeat center center;
    text-indent: -9000px;
    right: -300px;
    top: -235px;
    z-index: 99999;
}

div.content {
    background-color: #FFF;
    margin: 10px;
    padding: 20px;
}

/* DOC */
.doccontent h2 {
    border-top: 0.2em solid #222222;
    padding-top: 0.4em;
}

.doc {
    width: 100%;
    min-height: 700px;
    height: auto !important;
    height: 700px;
}

.doccontent .h2links {
    padding: 5px 5px 5px 5px;
    margin-top: -10px;
    margin-bottom: 10px; /* CSS3 Box Shadow */
    -moz-box-shadow: 0 0 3px #AAAAAA;
    -webkit-box-shadow: 0 0 3px #AAAAAA;
    box-shadow: 0 0 3px #AAAAAA;
}

.doccontent .h2link:hover {
    background: white;
}

/* SITE HEADER */
.siteheaderwrapper {
    width: 100%;
    height: 102px;
    background-color: rgb(100, 170, 240);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(180, 200, 255)), to(rgb(100, 170, 240)));
    background: -moz-linear-gradient(-90deg, rgb(180, 200, 255), rgb(100, 170, 240));
}

.siteheaderwrapper .siteheader {
    width: 96em;
    margin: 0 auto;
}

.siteheaderwrapper .siteheader .sitelinks {
    position: absolute;
    font-size: 2.0em;
    color: #ffa;
    top: 70px;
    left: 290px;
}

.siteheaderwrapper .siteheader .sitelinks a {
    text-decoration: none;
    color: #fff;
    font-variant: small-caps;
}

.siteheaderwrapper .siteheader .sitelinks a:hover {
    color: #ffa;
}

.siteheaderwrapper .siteheader .homeLink {
    width: 96em;
}

.siteheaderwrapper .siteheader .homeLink .branding {
    z-index: 90;
    position: absolute;
    top: 8px;
    left: 10px;
}

.siteheaderwrapper .siteheader .homeLink .branding a, .homeLink .branding img {
    border: none;
}

.siteheaderwrapper .siteheader .homeLink .branding img {
    z-index: 90;
    position: absolute;
}

.dropshadow {
    width: 100%;
    height: 21px;
    position: absolute;
    top: 102px;
    left: 0;
    background: transparent url(../images/dropshadow.png) repeat-x center top;
    z-index: 10;
}

.indexviewvideo .dropshadow {
    top: 0;
}

.videosviewvideo .dropshadow {
    display: none;
}

#carouselWrapper {
    z-index: 2;
}

/* FOOTER */
.footerwrapper {
    margin-top: -20px;
    padding: 25px 0 50px 0;
    width: 100%;
    background: rgb(180, 200, 255);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(100, 170, 240)), to(rgb(180, 200, 255)));
    background: -moz-linear-gradient(-90deg, rgb(100, 170, 240), rgb(180, 200, 255)); 
}

.footer {  
    margin: 0 auto;
    padding-left: 30%;
    padding-right: 70px;
}

.footer a, .footer p, .footer ul, .footer li, .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    color: white;
    text-decoration: none;
}

.footer p {
    font-weight: bold;
}

.footer .footermenu {
    list-style: none;
    display: block;
    margin: 20px 0 0 0;
}

.footer .footermenu li {
    display: inline;
    margin: 5px 20px 0 0;
}

.footer .footermenu li a {
    font-weight: bold;
}

.footer .footermenu li ul,
.footer .footermenu li ul li ul,
.footer .footermenu li ul li ul li ul {
    list-style: none;
    display: block;
    margin: 0;
}

.footer .footermenu li ul li,
.footer .footermenu li ul li ul li,
.footer .footermenu li ul li ul li ul li {
    display: block;
}

.footer .footermenu ul li a {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.1em;
    text-transform: uppercase;
}

.footer .footermenu ul li a:hover,
.footer .footermenu ul ul li a:hover,
.footer .footermenu ul ul ul li a:hover {
    color: #ffa;
}

.footer .footermenu ul ul li a {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #555;
}

.footer .footermenu ul ul ul li a {
    font-weight: normal;
    font-size: 0.8em;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #666666;
}

a.auer {
    width: 58px;
    height: 35px;
    display: inline;
    float: right;
    background: transparent url(../images/auer.png) no-repeat center center;
    text-indent: -9000px;
    z-index: 1;
}

.left {
    float: left;
}

/* Programme */

table.edt {
    margin-top: 50px;
    margin-bottom: 40px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    background-color: rgb(255, 255, 235);
    border-collapse: collapse;
    font-size: 14pt;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.edt .author,
.edt .author a,
.edt .author a:visited {
    color: gray;
}

.edt td {
    text-align: center;
}

table.edt.index {
    width: auto;
}

table.sponsors,
table.venir-float {
    border-collapse: collapse;
    margin-left: 1em;
    margin-bottom: 1em;
    margin-top: 0;
}

table.sponsors td {
    padding-top: 30px;
}

table.sponsors td.logo {
    padding-right: 30px;
}

table.sponsors td.text {
    font-size: 12pt;
    text-align: justify;
}

table.sponsors.smaller td.text p {
    font-size: 10pt;
}

table.edt td {
    padding: 10px;
}

table.edt th,
table.sponsors th,
table.venir-float th {
    background: #5c84cc; /*#477*/;
    color: white;
    text-align: center; 
}

table.edt th.topleft {
    -webkit-border-top-left-radius: 12px;
}

col.time {
    width: 10%;
}

col.track {
    width: 45%;
}

td, th {
    padding: 0.2em;
}

table.edt tr.first {
border-bottom: #555 solid 1px;
}

table.edt span.prix {
    background-color: #FFA;
    padding: 2px;
}

table.edt td:first-child {
    font-weight: bold;
}

table.edt tr.break {
    background: #eeeeee;
}

table.edt td.legend,
table.edt td:first-child {
    color: #414141;
    padding-left: 1em;
    padding-right: 1em;
    white-space: pre;
}

div.center {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

div.picture {
    float: left;
}

div.textholder span a {
    color: #333;
}

div.content ul li {
    font-size: 12pt;
    line-height: 1.5em;
    margin-left: 30px;
}

#footer-orga { 
 background: white;
 padding-top: 1em;
 border-top: 1px solid gray;
}

#footer-orga h2 {
 margin-left: 0.4em;
}

