/* Copyright (c) 2006-2009, Apple Inc. All rights reserved. */


/** 
* modules 
**/
.sidebar .module
{
    position: relative;
    color: #7a7a7a;
    font-size: 11px;
    margin-bottom: 12px;
}
.sidebar .module a:link,
.sidebar .module a:visited
{
    color: #7a7a7a;
    text-decoration: none;
    font-weight: bold;
}
.sidebar .module a:link:hover,
.sidebar .module a:visited:hover
{
    text-decoration: underline;
}
* html .sidebar .module a:link, 
* html .sidebar .module a:visited
{
    height: 1em;
}


/** 
* module headers 
**/
.sidebar .module h2,
html .sidebar .module h3
{
    position: relative;
    height: 20px;
    margin: 0;
    padding: 10px;
    
    color: #7a7a7a;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    -webkit-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}
.sidebar h3 a:link,
.sidebar h3 a:visited
{
    color: #7a7a7a;
    text-decoration: none !important;
    display: block;
}
* html .sidebar h3 a:link,
* html .sidebar h3 a:visited
{
    height: 12px;
}
.sidebarHeaderURL
{
	display:block;
	margin-right:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.sidebarHeaderFeed
{
    display:block;
    position: absolute;
    top: 15px !important;
    right: 10px !important;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    background: transparent url(./img/rss.png) 0 0 no-repeat;
}
* html .sidebarHeaderFeed
{
    right: 20px; /* TODO: is this needed? */
}


/** 
* module lists 
**/
.sidebar .module ul
{
	display: block !important;
	margin: 0 !important;
	padding: 10px !important;
}
.sidebar .module li
{
    display: block;
    list-style: none;
    margin: 0;
    padding: 2px 0 0;
}


.sidebar p
{
	margin: 0 10px !important;
}


/**
* detached sidebar modules (matching the tags and comments)
**/
.grouphome .module,
.weblogEntries .module,
.mailingListEntries .module,
.weblogEntries .podcast
{
    border: 1px solid #bebebe;
    border-bottom: 1px solid #8d8d8d;
    border-radius: 8px;
    -o-border-radius: 8px;
    -ie-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    
    background: #f5f5f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dedede));
    
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ie-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.grouphome .module h3,
.weblogEntries .module h3,
.mailingListEntries .module h3
{
    border-bottom: 1px solid #d7d7d7;
}
.grouphome .module ul,
.weblogEntries .module ul,
.mailingListEntries .module ul
{
    border-top: 1px solid #ffffff;
}



.weblogEntries .podcast
{
    float: none;
    margin: 0;
    padding: 0;
}
.weblogEntries .podcast a
{
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 8px 10px;

    font-size: 12px;
    font-weight: bold;
    color: #7a7a7a;
    text-decoration: none;
}
.weblogEntries .podcast a:hover
{
	color: #333;
}
.weblogEntries .podcast a:link span.icon
{
    display: block;
    width: 32px;
    height: 32px;
    margin:0 10px 0 0;
    background: transparent url(./img/icon_podcast.png) 0 0 no-repeat;
}
.weblogEntries .podcast a:link span.title
{
    padding-right: 16px;
    background: transparent url(/collaboration/css/serverhome/img/outbound.png) 100% 0 no-repeat;
}
