/*

Theme Name: BuddyPress Daily Child
Theme Date: 29/03/2010
Version: 3.3
Theme URI: http://premium.wpmudev.org/
Description: BuddyPress Daily is a news layout theme with multiple designs and content layout options
Author: Tammie Lister at Logical Binary (Incsub)
Author URI: http://www.logicalbinary.com/
WPD ID: 126

Tags: buddypress, 2 columns, Fixed width, Custom header, Threaded Comments, Custom colours, Theme Options

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Template: bp-daily
*/


/* buddypress only styling */
@import url( ../bp-daily/_inc/css/bp-default.css );

/* basic styling for all elements */
@import url( ../bp-daily/_inc/css/layout.css );

/* custom styling */
@import url( ../bp-daily/_inc/css/custom.css );

/* Uncomment the following line to use child adminbar.css but only if have BuddyPress installed */
/* @import url( _inc/css/adminbar.css ); */

/* Uncomment the following line and add your custom child styles to '_inc/css/child.css' */
@import url( _inc/css/child.css );

/* site width */
#site-wrapper {
margin-left:auto;
margin-right:auto;
padding:0 10px 10px;
text-align:center;
width:1000px;
}

#breadcrumb-navigation {
padding:5px 10px;
text-align:left;
width:980px;
}

div#content {
float:left;
width:660px;
}

#rowcontainer {
        float: right;
        width: 460px;
}
#leftsidebar {
        width: 180px;
        float: left;
}

/* Slider */
.bottom {
        bottom: 0;
    left: 320px;
    width: 310px !important;
}
#slider {
    width: 660px; /* important to be same as image width */
    height: 250px; /* important to be same as image height */
    position: relative; /* important */
        overflow: hidden; /* important */
        margin-bottom: 10px;
}

#sliderContent {
    width: 660px; /* important to be same as image width or wider */
    position: absolute;
        top: 0;
        margin-left: 0;
}

#slideshow-image{
        height: 250px;

}

#slideshow-text{
        padding: 10px;
}

.sliderImage {
    float: left;
    position: relative;
        display: none;
}
.sliderImage span {
    position: absolute;
        font-size: 12px;
    padding: 0px;
    width: 660px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
    opacity: 0.9;
    display: none;
        padding: 10px 10px 10px 10px;
}

.sliderImage span strong {
    font-size: 14px;
}

/* Navigation */
#header {
        padding:20px 5px;
        text-align:left;
}
#category-navigation {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:#666666 url(_inc/images/bg_main_menu.png) repeat-x scroll 0 0;
        border-top:0px solid #FFFFFF;
        height:36px;
}
#category-navigation .sf-menu {
        text-align: left;
        text-transform: none;
}

#category-navigation .sf-menu a.sf-with-ul {
        min-width:1px;
        padding-right:1.25em;
}
#category-navigation .sf-menu li.sfHover ul {
        left:                        0;
        top:                        36px; /* match top ul list item height */
        z-index:                998;
}
#category-navigation .sf-menu li {
        -moz-background-clip:border;
        -moz-background-inline-policy:continuous;
        -moz-background-origin:padding;
        background:transparent none repeat scroll 0 0;
        font-family:georgia;
        font-size:15px;
}
#category-navigation .sf-menu {
        float:none !important;
}
.sf-menu a {
        padding:7px 10px;
        text-decoration:none;
}
#category-navigation .sf-menu li:hover {
        visibility:                inherit; /* fixes IE7 'sticky bug' */
        text-decoration: underline;
}

#information-bar {
display:none;
padding:10px 10px 0;
text-align:left;
}

.page-navigation {
clear:both;
height:36px;
}

.page-navigation .sf-menu {
        float:right;
}
#category-navigation .rss { padding:4px 2px 0; text-align:right; }
#category-navigation li.rss a { border:medium none; padding:3px; float:right; }

/* Tab Navigation */
div.tabs > div {
margin-top: -1px;
padding:10px;
}

.tabs h4 {
margin-bottom: 10px;
}


#first .byline, #second .byline, #third .byline {
margin-top:10px;
}

/* Spotlight */

.attach-row-post-image{
        height:120px;
        width:150px;
        display:block;
        float:left;
        margin: 5px 10px 10px 0;
}

.posttumb { float:left;margin:7px 5px 5px 0; }

/* Foot navigation */
#footer-navigation .page-menu {
        float:right;
}

#footer-navigation .page-menu ul li {
        float:left;
}

#footer-navigation .page-menu a {
        padding:0;
        text-decoration:none;
}

#footer-navigation .page-menu a:hover {
        text-decoration:underline;
}

/* Syndication */
.feed, .feed a {
        color: #525D73;
        font-size: 12px;
        font-weight: bold;
        font-style: italic;
        margin-bottom: 10px;
}
.postcategories, .postcategories a {
        color:#003863;
        font-size:11px;
        font-style:italic;
        margin-top:-20px;
        text-align:right;
}

/* Misc fixes */

div.post blockquote {
font-size:14px;
font-style:italic;
line-height:150%;
padding:0 3em;
quotes:none;
}

div.post .wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
margin: 10px 10px;
padding-top:4px;
}

/* Group Calendar Widget homepage display */
.events-list li {
font-size: 9px;
}
.events-list li a {
font-size: 12px;
font-weight: bold;
}

.textwidget .widget_text {
border:1px solid #9F907C;
padding:5px;
}

