/*   
Theme Name: Richmond Confidential
Theme URI: http://journalism.berkeley.edu/calpress/
Description: Richmond Confidential, a CalPress child theme, keeps it real in the East Bay.
Author: Josh Williams
Author URI: http://people.journalism.berkeley.edu/~williams
Template: calpress
Version: 0.2
Tags: UC Berkeley, Richmond, California
.
Richmond Confidential and CalPress are © Regents of the University of California
.
*/

/* Load North Gate CSS, which also loads 960 grid, typography resets and basic CalPress basic CSS */
@import url('../northgate/style.css');

/* Override default North Gate look */

#header{
    padding: 0px 0px 0px 0px;
}



#blog-title h1 a {
    background:url("images/masthead2.png") no-repeat scroll 0 0 transparent;
    margin-left:0;
    width:620px;
    height: 85px;
}

#blog-title{
    width: 620px;
    margin-right: 75px;
    margin-top: 10px;
    margin-bottom: 20px;
    float: left;
}

#post-title{
    width: 220px;
    float: left;
    margin-top: 40px;
    margin-right: 10px;
}

#tertiary-stories > div.post, ul.posts li {
    background-image:url("images/icons/star.png");
}

#menu li:hover{
    border-color: #cc0000;
}

#footer{
    background-image: url('images/footer-twitterbar.png');
}

#search input.button{
    background-image: url('images/icons/search.png');
}

.secondary-rail.logo{
    background-image: url('images/rails/rail_3col_logo_top.png'), url('images/rails/rail_bottom.png');
}

body.login h1 a{
    background:transparent url("images/masthead2.png") no-repeat scroll 0 0;
	width: 620px;
	height: 85px;
}

#comments li.comment.featured{
    background-image: url("images/icons/staffpick.png");
}

.navi a.active {
	background-color: #b00101;
}

a.browse:active{
    background-color: #b00101;
}

#sidebar #popular h3{
    background-image: url('images/sidebar-popular.png');
}

/* Category headers */

body.category-ready-to-work h2.page-title{
    width: 620px;
    height: 124px;
    text-indent: -999em;
    background-image: url('images/categories/readytowork.png');
}

/* 2010 Election Package*/
body.pageid-16209 #content h2.page-title, body.parent-pageid-16209 #content h2.page-title, #elections2010 h2.page-title, body.election2010 h2.page-title{
    width: 940px;
    height: 66px;
    text-indent: -999em;
    background-image: url('images/categories/ricon_election_header_narrow.png');
}

body.election2010 #sidebar li{
    background:url("images/icons/star.png") no-repeat scroll left 12px transparent;
}

body.category-election-2010 h2.page-title{
    width: 620px;
    height: 44px;
    text-indent: -999em;
    background-image: url('images/categories/ricon_election_header_narrow620.png');
}

body.category-election-2010 #nav-above{
    display: block;
}

body.paged #content .entry-image{
    float: left;
    width: 140px;
    margin-right: 10px;
    margin-bottom: 10px;
}
