/*
Theme Name: Homepage Theme
Theme URI: http://csudigitalhumanities.org
Description: Child theme for BuddyPress.
Version: 1.0
Author: CPHDH
Author URI: http://csudigitalhumanities.org
Template: bp-default
Tags: buddypress
*/


/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
/*@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );*/

/*Tweaks*/
body, body.wp-admin{padding-top:0px !important}
#wp-admin-bar ul li a{border-bottom:none; text-decoration:none;}

body{background: url(i/bg.gif)repeat scroll left top #333;min-width:1024px;}
div.item-list-tabs{background: url(i/bg.gif)repeat scroll left top #333;}
div.item-list-tabs ul li {margin:5px 0 0 0;}
div.item-list-tabs ul li:first-child{margin-left:10px;}

h2.pagetitle{margin-top:30px;}

#akismet-credit-insert {display: none; visibility: hidden;}
#header {height:145px;background:url(i/WebBanner.gif) no-repeat 7% top; margin-top:0;margin-bottom:0;border-bottom-right-radius:0; border-bottom-left-radius:0}
div#container {
    border-bottom: 1px solid #E0E0E0;
    border-radius: 0;
    border-right: 0px none transparent;
    overflow: hidden;
    position: relative;
    width: 100%;
}
h1#logo{display:none}
div#content .padder {margin-right:425px;}
div#sidebar{margin-left:-426px; width:424px;}
div#sidebar h3.widgettitle {color:#fafafa; background:url(i/bg.gif)repeat scroll left top #333;margin:25px -20px 10px -18px; border:3px double #fff;}
.widget{margin-bottom:10px;}

a{color:#628B39; font-weight: bold;}
div.item-list-tabs ul li a{color:#89B25E; font-weight: bold;}
.activity-list .activity-header a:first-child, span.highlight{color:#fafafa; background-color: #005095;border-bottom:1px solid #ccc;border-right:1px solid #ccc;}
.activity-list .activity-header a:first-child:hover{color:#fafafa; background-color: #ee6600 !important;}
ul.activity-list > li:first-child{padding-bottom:20px;}

#footer {
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 0 #333;
    font-weight: lighter;
}

#footer a{
    text-shadow: 1px 1px 0 #333;
    font-weight: lighter;
    }
ul#blogs-list.item-list li div.item-avatar a img {}
ul#nav li.selected a, ul#nav li.current_page_item a{color:#111111; background:#C1D72E;}
#nav {
    float: right;
    list-style: none outside none;
    margin: 115px 15px 0 0;
    padding: 0;
}
#nav li a {
    padding: 5px 12px;
}
div.item-list-tabs ul li a span{
background:#C1D72E;
color:#222;}
div.item-list-tabs ul li.selected a span, div.item-list-tabs ul li.current a span{color:#fafafa;}
.activity-list .activity-header a:first-child, span.highlight {
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    padding: 3px;
}

/*Featured Content Slideshow*/

div#photos.gallery {text-align: center; margin:0 auto;}
div#feat-show {background:url(i/slidebg.png) bottom center no-repeat #333;margin-bottom:15px;max-height:320px;}
div#feat-show div.gallery {border:#555; background:#333;}
div#feat-show p {font-size:12pt !important;}

div#feat-show div#photos.gallery div.panel a img.attachment-full {text-align: center;position:relative center;margin:0 auto;}

/* hide sidebar on blog creation success */
body#bp-default.blogs.create-blog.my-blogs.logged-in.create div#sidebar {display: none; visibility: hidden;}
