/** 
 * @section Sidebar
 *
 * This section contains all definitions for the sidebar
 */

#content .sidebar-column {
    width:320px;
    float:left;
    margin-top:10px;
}

#content .sidebar-column .content-box {
    padding:10px;
    background:#fff;
    margin-bottom:10px;
}

#content .sidebar-column .content-box h3 {
    color:#fff;
    background: #000 url("../images/sidebar-headline-bg.png") top left no-repeat;
    height:26px;
    line-height:2.0;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
}

#content .sidebar-column .content-box h3 a {
    color:#fff;
    text-decoration:none;
}

#content .sidebar-column .content-box h3 a:hover {
    color:#666;
    text-decoration:none;
}

#content .sidebar-column .content-box div.content {
    background:#ebebeb;
    padding:10px;
}

/** 
 * @section sidebar
 *
 * This section contains all definitions for the sidebar
 */

ul#twitterstream {
    margin-bottom:10px;
}

#twitterstream li {
    background: #ebebeb url("../images/bubble-bottom.png") top left no-repeat;
        padding:0;
    
}

#twitterstream li.head {
    color:#fff;
    background: #000 url("../images/sidebar-headline-bg.png") top left no-repeat;
    height:26px;
    line-height:2.0;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
}

#twitterstream li.head a {
    color:#fff;
    text-decoration:none;
}

#twitterstream li.head a:hover {
    color:#666;
    text-decoration:none;
}

#twitterstream .wrapper {
    background: transparent url("../images/bubble-top.png") bottom left no-repeat;
}

#twitterstream .last {
    background: none;
}

#twitterstream .wrapper .container {
    padding:10px 10px 15px 10px;
    overflow: hidden;
}

#twitterstream .wrapper .container .image {
    float: left;
    padding:1px;
    border:1px solid #aaa;
    overflow:hidden;
    height:48px;
    width:48px;
    background-image:url(../images/twitteravatar-blank.png);
}

#twitterstream .wrapper .container .image img { /*Bugfix Twitter liefert Bild in falscher Grösse*/
	height:48px;
	width:48px;
}

#twitterstream .wrapper .container .text {
    margin-left: 60px;
}

#twitterstream li.first {
    background: #ebebeb;
}

#partner img {
    margin-right:10px;
    margin-bottom:10px;
}

#partner img.right {
    margin-right:0;
}

#partner img.bottom {
    margin-bottom:0;
}

#gcal_sidebar {
    border:10px solid #fff;
    margin-bottom:10px;
}

#gcal_sidebar .head {
    color:#fff;
    background: #000 url("../images/sidebar-headline-bg.png") top left no-repeat;
    height:26px;
    line-height:2.0;
    padding-left:10px;
    padding-right:10px;
    text-align:right;
}

#gcal_sidebar .head a {
    color:#fff;
    text-decoration:none;
}

#gcal_sidebar .head a:hover {
    color:#666;
    text-decoration:none;
}

#gcal_sidebar ul.datelist {
	padding:0.75em 0.75em 0 0.75em;
}

#gcal_sidebar span.date {
	font-style:italic;
}