@charset "UTF-8";
/**
 * Bozeman Baseball Layout
 * (en) stylesheet for index layout
 *
 * @file          index.css
 */

.blog_title
{
	height: 24px;
	overflow: hidden;
}

#blog_pannel
{
    background-color: White;

    padding-bottom: 4px;
    padding-top: 4px;
}

#blog_list .details
{
    background-color: #DDD;
    padding: 2px;
}

.blog_entry h2
{
	color: White;
	padding: 4px;
	margin: 2px;
	margin-bottom: 6px;
}

.blog_entry h2
{
	font-weight: bold;
	font-size: large;
}

#banner
{
        background: black url("../images/excite.png") no-repeat scroll center right;
        height: 160px;
}

/* you may want to setup some decorations to active item */ 
#scores div.items div.active
{ 
    background: transparent url("../images/chip_red_to_white_fade_selected.png") no-repeat scroll 0 0;         
}

#score_start_button
{
    float: left;
}
#score_end_button
{
    float: right;
}
#score_start_button, #team_end_button
{
    background-color: transparent;
    height: 115px;
    color: white;
    cursor: pointer;
    position: absolute;
    text-align: center;
    z-index: 2;
}

div.microblog_container
{
	padding-bottom: 4px;
    margin: 8px;
    height: 250px;
    background: transparent url("../images/blk_to_clear_x_tall.png") repeat-X scroll;
}

#microblog
	{
		height: 234px;
		overflow: auto;
	}

ul.microblog_list li
{
    background-color: #a3a3a3;
    margin: 4px;
    padding: 4px;
}

ul.microblog_list li.today
{
    background-color: White;
    border: thin solid #535353;
}

.scores_nav
{
    width: 1em;
    float: left;
}

#score_nav_steps
{
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

#score_nav_steps a
{
    float: left;
    
    width: 16px;
    height: 16px;
    
    overflow:hidden;
    
    text-indent:-99999px;
    
    -moz-border-radius: 6px;
    border:1px solid transparent;
    
    background: transparent url(../images/ui-icons_cccccc_256x240.png) repeat-x scroll 50% 50%;
    background-position: -96px -160px;
    
    margin: 0; /* LTR */
padding: 0;
    
}

#score_nav_steps a.active
{
    background-position: -208px -192px;
}

.scorebox
{
    padding: 8px;
    font-family: sans-serif;
    font-size: small;
    text-align: center;
}

#scores
{
    padding-top: 4px;
    padding-right: 8px;
}

#scores .scrollable .active
{
    border : thin Green;
}

#sponsor_container img
{
    margin: 2px;
    margin-top: 4px;
}

#update
{
    margin: 4px;
    margin-top: 15px;
    width: 200px;
    height: 180px;
    background-color: White;
    background: transparent url(../images/chip_white.png) no-repeat scroll center;
    text-align: center;
}

#update .update_content
{
    display: table-cell;
    padding: 8px;
    height: 144px;		
}

#update .update_time
{
    font-size: xx-small;
}
.blog_post_time
{
        color: White;
        font-size: small;
        text-align: right;
}

.leftdevide
{
    border-left: solid thin Silver;
    width: 349px;
}

#score_older_button
{
    float: left;
    margin-right: -30px;
    z-index: 2;
    background-color: transparent none no-repleat scroll 0 0;
    width: 25px;
    height: 115px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

#latest .blog_post_time
{
	display: none;
}

ul#latest,
ul#latest li,
ul#latest li a,
ul#latest li img
{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
}
