﻿.clear-left { clear:left; }
.clear-right { clear:right; }

div.divider 
{
    margin-top:15px; 
    padding-top:15px;
    border-top:solid 1px #003366; 
    
    margin-bottom:0px;
    padding-bottom:0px;
    border-bottom:none;
}
.galleries-header {
	margin-top:15px; 
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:10px;
	
	border-top: solid 1px #003366; 
	border-bottom: solid 1px #003366; 
}
.ti 
{
    border-left: 1px solid #003366;
    border-top: 1px solid #003366;
    border-right: 1px solid #003366; 
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
}
            
.ti-selected 
{
    background-color:#990000;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
}

.galleries-footer 
{
	margin-top:5px;
	padding-top:5px;
	border-top: solid 1px #003366;
}
.featured-photo-header 
{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: solid 1px #003366;
}

/* Thumbnail container */
.thumbnails ul.thumbnails-list li
{
	width:160px;
	height:179px;
	background-color: #232323;
	float:left;
}
.search li
{
	width:188px;
	height:200px;
	background-color: #232323;
}

.search li img,
.thumbnails li img { margin: 4px auto; }

.prev,
.next {
	width:30px;
	height:20px;
	background: url(/photo/includes/images/buttons_sprite.png) no-repeat;
}
.prev:hover { background-position: -20px -100px; }
.prev { background-position: -20px -50px; }
.next:hover { background-position: -20px -200px }
.next { background-position: -20px -150px; }


/* deals with the gallery image hover transition effect */
#slide_in {
	position:absolute;
	width:175px;
	height:190px;
	overflow:hidden;
	top:70px;
	text-align:left;
}
#slide_in .slide-in {
	position:absolute;
	width:175px;
	left:125px;
	top:0px;
}


#slide_in .slide-in .top, 
#slide_in .slide-in .bottom { height:20px; }
	
#slide_in .slide-in .top { background: url(/photo/includes/images/slide_in_sprite.png) no-repeat -0px -0px; }
#slide_in .slide-in .bottom { background: url(/photo/includes/images/slide_in_sprite.png) no-repeat -0px -20px; }

#slide_in .slide-in .middle { 
	background: url(/photo/includes/images/slide_in_sprite.png) repeat-y -300px -0px;
	padding-left:20px;
	padding-right:10px;
}

#slide_in .slide-in .middle .bar {
	margin-top:5px;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;
}

/* specific to the galleries page */
.gallery {
	background: url(/photo/includes/images/gallery_cap.png) no-repeat;
	padding-top:5px; 
	background-repeat: repeat-x;
	background-color: #232323;
}
.gallery #page_left_column { height:740px; }
.themed-gallery #page_left_column { height:760px; }


/* speicific to the thubmanils page */
.thumbnails {
	padding-top:5px; 
	background-image: url(/photo/includes/images/thumbnail_cap.png);
	background-repeat: repeat-x;
	background-color: #232323;
}

/* not speicific to any pages */
.thumbnails #page_right_column,
.gallery #page_right_column { margin-top:4px; }

.thumbnails #page_left_column,
.gallery #page_left_column { background-color: transparent; }

#page_left_column,
#page_right_column { min-height: 610px; }
#page_left_column {	width:820px; }
#page_right_column 
{
	width: 165px;
}

.header div.page-header div#page_header_left 
{
	height:91px;
}

.w-49p { width:49%; }
.w-24p { width:24%; }
.ml-1p { margin-left:1% }
.h-168 { height:168px; }


/***** CBS SPORTS BREAKING NEWS STYLES *****/
.site-alert{padding-bottom:5px;}



/***** Buttons *****/
div#buttonstack {
	width:565px;
	clear:both;
	margin:0 auto;
	padding:1em 0 1em 0;
}
div#buttonstack #signup_button, 
div#buttonstack #login_button{
	float:left;
	text-align:center;
}
#login_button{
	background:url(/photo/includes/images/blue_button.png) no-repeat scroll 0 0 transparent;
}
#signup_button {
	background:url(/photo/includes/images/red_button.png) no-repeat scroll 0 0 transparent;
}
span.bigbutton {
	cursor:pointer;
	height:79px;
	width:280px;
	color:White;
	font-size:150%;
	line-height:70px;
}
span.bigbutton:hover
{
	text-decoration:underline;
}