@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) draft for a central stylesheet
 * (de) Vorlage für ein zentrales Stylesheets
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
*/

/* import core styles | Basis-Stylesheets einbinden */
@import url(../../../lib/yaml/3.0.4/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(../../css/v2/screen/basemod.css);
@import url(../../../lib/yaml/3.0.4/navigation/nav_shinybuttons.css);
@import url(../../css/v2/screen/flickr-badge.css); 
@import url(../../css/v2/screen/content.css); 
@import url(../../css/v2/screen/navigation.css); 
@import url(../../css/v2/screen/blog-object.css); 

/*
*   Konferenz Basis-CSS
*
*   Grundlagen fr Div-Gren etc
*
*   !!!DO NOT CHANGE!!!
*/

body { padding: 0px 0px 0px 0px; margin: 0px 0px 0px -5px; height: 99.9%; }
#wrapper { width: 1263px; margin: 0 auto; }
#header-out { margin-bottom:0px; padding-bottom:0px; border:0px; }
#header-out img { margin-bottom:0px; padding-bottom:0px; border:0px; }
#col1 #navigation ul { z-index: 1; }
#col1 #navigation, #col3 #col3_extra #bookmark { background-color: #EFEFEF }
#col3 #col3_content .registerbutton { width: 300px;}
#col3 #col3_content .registerbutton img { margin-left: 13px;}
#page_margins { padding:0px 0px 0px 0px; }
.red { color:#FF0000; }
#col3 #col3_content { margin-top:5px; padding-top:5px; }
#col3 #col3_content .box { margin-top:5px; padding-top:5px; }
#col3 #col3_content .box p { margin-top:5px; padding-top:5px; }
#bookmark { padding-top: 10px; height: 38px;}
#col1 #col1_content #team .item .name { color: #666; }
#col3 #col3_content .tracks { margin-left: 15px; margin-top: 12px; margin-bottom: 18px; }
#col3 #col3_content .tracks select { width: 273px; }
#col1 #col1_content form input, #col1 #col1_content form textarea { background-image: none; font-weight: normal; color: #333; }
#col1 #col1_content form .captcha-submit { font-weight: normal; background: none; color: #f29400; border: 1px solid #ccc; font-weight: bold; height: 30px; cursor: pointer; }
#col3 #col3_content .box.newsletter { margin-bottom: 20px; }
#col3 #col3_content .newsletter p { margin-top: 0px; }
#col3 #col3_content .box form.newsletterRegister { margin-top: 5px; background-color: #fff; position: relative; height: 25px; }
#col3 #col3_content .box form.newsletterRegister .newsletter-input { border: 1px solid #ccc; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; line-height: normal; width: 192px; position: absolute; left: 4px; bottom: 4px; font-size: 12px;}
#col1 #col1_content #topspeaker .clearlocal { clear: both; }
#col1 #col1_content a.anchor { height: 0px; overflow: hidden; }
#col1 #col1_content #session-view .item { padding:0px; margin: 0 0 28px 0px; }
#col1 #col1_content #session-view p span.firma { color:#999; font-size:11px; font-style:italic; }
#col1 #col1_content #session-view p span.date { color:#999; font-size:11px; font-weight:bold; }
#col1 #col1_content .company { color:#999; font-size:11px; font-style:italic; }
#col1 #col1_content .sd-icon { float: right; margin-right: 30px; }
#col1 #col1_content .more_special {
    display: block;
    text-align: center;
    background-color: #666666;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 110px;
    float: right;
    margin-top: 0px;
}

#col1 #navigation ul:first-child {
    z-index: 1;
	background: url('http://it-republik.de/konferenzen/testkon/img/layout/bg_navigation.jpg');
	-moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

#col1 #col1_content .more_special a:hover {
    color:#c7ca00;
}

#col1 #col1_content .more_special a { display: block; color:#ffffff;  width: 110px; background-color: #666666; padding: 2px 0;}

#col3 #col3_content .sponsoren h2 { width: 275px; }

#col3 #col3_content .sponsoren .sponsor-item { overflow: hidden; height: 90px; }


#col1 #col1_content .columns .subcolumn .c45r ul li { background-color: transparent;}
#navigation ul li a { color: #333;}

/*
*   Konferenzeigenes CSS
*
*   Je nach Konferenz Farben und Grafiken ndern
*/

body{
    background-image: url('../img/layout/background.jpg');
    background-position: top center;
    background-color: #374C5D;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#teaser { /* Teaserhhe / Breite */
    width: 660px;
    height: 32px;
}

a { /* Allgemeine Linkfarbe */
    color: #112C6F;
    text-decoration: none;
}

a:focus, a:hover, a:active { /* Allgemeine Linkfarbe bei hover, focus und active */
    color: #999;
    text-decoration: none;
}

#col1 #col1_content h2 { /* Farbe fr alle berschriften H2 im Hauptbereich */
    color: #112C6F;
}
#col1 #col1_content h3 { /* Farbe fr alle berschriften H3 im Hauptbereich */
    color: #666;
}
#col1 #col1_content h4 { /* Farbe fr alle berschriften H4 im Hauptbereich */
    color: #CCCCCC;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-right: 40px;
}

#col3 #col3_content .box form.newsletterRegister .submit-input { /* Farbe fr Newsletter "eintagen" Feld */
    color: #112C6F;
}

#col1 #col1_content p.more a { /* Farbe fr "weiterlesen" link */
    color: #112C6F;
}

/*
*   Funktionen CSS
*/

/* Twitter */
#col1 #col1_content #twitter .bird {
    position: absolute;
    right: 170px;
    margin-top: -38px;
}
#col1 #col1_content #twitter ul, #col1 #col1_content #twitter ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
}
#col1 #col1_content #twitter ul li {
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 11px;
    background-color: transparent;
    background-image: url(../img/layout/twitter-arrow.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 25px 0px;
    margin-top: 6px;
    border-bottom: 1px solid #d5d5d5;
}
#col1 #col1_content #twitter ul li .content {
    background-color: #efefef;
    padding: 3px 5px 3px 5px;
}
#col1 #col1_content #twitter ul li .content .date {
    font-size: 10px;
}
/* Ende Twitter */

/* Flickr */
#col1 #col1_content #flickr_badge_wrapper{
    padding:0px 0 0px 0;
    margin: 0px 0px 0px 20px;
    border: 0px solid black;
    text-align: center;
}

#col1 #col1_content #flickr_badge_wrapper .flickr_badge_image img{
    border: 1px solid #000;
    margin:0px 5px 2px 0px;
}
/* Ende Flickr */

#col1 #col1_content #topspeaker {
    height:160px;
    border-bottom: 6px solid #efefef;
}

/* Richtiges Clearing, wenn nicht in Sidebar */
#col1 #col1_content #topspeaker .clearlocal {  
    clear: both;
}	

#col1 #col1_content #topspeaker {
	height:140px;
}

#col1 #col1_content #topspeaker h2{ 
    color:#8cbc33;
	
}	

#col1 #col1_content h2.topspeaker { 
    margin:0 0 10px 20px;
	
}

#col1 #col1_content #topspeaker .item {
    padding:0px;
    padding-left:25px;
    padding-bottom: 5px;
    margin:0;
    border:0px;
    width:80px;
    float:left;
    height: 140px;



}

#col1 #col1_content #topspeaker .item span{
    display:block;
    text-align:center;
}


#col1 #col1_content #topspeaker .item .picture {
    margin:0px 0px 0px 0px;
    height:90px;


}

#col1 #col1_content #topspeaker .item .picture img{
    padding:3px;
    border: 1px solid #efefef;

}

#col1 #col1_content #topspeaker .item .name {
    margin:0px 0px 2px 0px;
    color:#666666;


}	

#col1 #col1_content #topspeaker .item .company {
    margin:0px 0px 0px 0px;

}	 

#col1 #col1_content #topspeaker .item  a .company {
    color:#999;
    font-size:11px;
    font-style:italic;


}	 

#col1 #col1_content #topspeaker .item  a .name{
    color:#777676;
    font-size:11px;
    font-style:normal;
}	 	 


#col1 #col1_content #topspeaker .item  a:hover {
    text-decoration:none;
    color:#399;
}	 	

#col1 #col1_content #topspeaker p.allespeaker a {
    float:right;
    display:none;
}

/* Ende Topspeaker */

/* Call for Papers Button */
#col3 #col3_content .callforpapersbutton {
    margin-left: 12px;
}
/* Ende Call for Papers Button*/

#col1 #col1_content span.name {
    margin-left: 20px;
}


/* OSGI */

#col1 #col1_content.clearfix .columns .subcolumn .c45r .osgi {
    width: 250px;
    border: 3px solid #EFEFEF;}

#col1 #col1_content.clearfix .columns .subcolumn .c45r .osgi img {margin-left: 25px;}

#col1 #col1_content.clearfix .columns .subcolumn .c45r .osgi p.osgidate {
    text-align: center;
    margin-left:0px;
    font-weight: 900;  }

/* ---------- Social media stuff added by George 10/5 2010 ------ */


ul, ul li {
    margin: 0;
    padding: 0;
}

#socialButtons * {
    text-align: left;
    border: none;
    padding: 0;
}

#socialButtons > ul {
    height: 30px;
    float: right;
    margin-right: 10px !important;
}

#col3 #col3_extra #socialButtons ul {
    padding: 0;
}

#socialButtons > ul > li,
#socialButtons > ul > li > ul > li  {

    float: left;
}

#socialButtons > ul > li > ul > li.label  {
    background: none;
    border-left: 1px dotted #ccc;
    padding:0px 0px 0px 5px !important;
    margin-left: 15px !important;
    margin-right: 8px !important;
    margin-top: 5px !important;
    width: 100px;

}

#socialButtons > ul > li > ul > li > a > img  {
    margin-top:7px;
    margin-left:3px;
}


#socialButtons > ul > li > ul {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
    height: 0px;
    overflow: hidden;
}

#socialButtons > ul > li.first > ul {
    min-width: 185px;
}

#socialButtons > ul > li.second > ul {
    min-width: 185px;
}

#socialButtons > div.languages {
    float: right;
    display: inline;
    margin-top: 11px;
    margin-right: 7px;
}

#col3 #col3_extra #socialButtons {
    background: url('http://it-republik.de/konferenzen/testkon/img/layout/bg_navigation.jpg');
    height: 36px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

#col3 #col3_extra #socialButtons > ul > li {
    cursor: pointer;
    display: block;
    float: left;
    height: 35px;
    text-indent: -100000px;
    margin: 0px;
    padding: 0px;
}

#col3 #col3_extra #socialButtons > ul > li > * {
    text-indent: 0px;
}

#col3 #col3_extra #socialButtons > ul > li.first {
    width: 83px;
    background: url('http://it-republik.de/konferenzen/wjax2010/img/layout/followus.png') no-repeat top left;
}

#col3 #col3_extra #socialButtons > ul > li.second  {
    width: 103px;
    background: url('http://it-republik.de/konferenzen/wjax2010/img/layout/bookmarkus.png') no-repeat top left;
}

#col3 #col3_extra #socialButtons > ul > li.first:hover {
    background: url('http://it-republik.de/konferenzen/wjax2010/img/layout/followus.png');
    background-position: 0 35px !important;
}

#col3 #col3_extra #socialButtons > ul > li.second:hover  {
    background: url('http://it-republik.de/konferenzen/wjax2010/img/layout/bookmarkus.png');
    background-position: 0 35px !important;
}

#col3 #col3_extra #socialButtons > ul > li > ul {
    cursor: auto;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;

}
