/* Front Page
***********************************************/
#socialMediaBar{
	margin-left:25px;
	margin-bottom:5px
}

#socialMediaBar a{
	text-decoration:none;
}

.storygroup-tile{	
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
}

.textOnTile{
	background:rgb(0,0,0);
	background:rgba(0,0,0,0.8);
	position:relative;
/*	top:-80px;
	height:60px;*/
top:-91px;
height:71px;
	width:290px;
	padding:5px;
	margin-bottom:-70px;
	overflow:hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}

.textOnTile:hover{
height:281px;
width:280px;
	top:-311px;
/*	height:291px;*/
/*	margin-bottom:-300px;*/
margin-bottom:-290px;
	padding:10px;
}

@-moz-document url-prefix(){ /*hack to fix FF positioning*/
	.textOnTile{
		top:-85px;
	}
	.textOnTile:hover{
		top:-315px;
	}
}

.textOnTile .byline{
        color:white;
}
.textOnTile .author a{
        color:white; 
}

.tileLead{
padding-top:10px;
	color:white;
        visibility:hidden;
        overflow:hidden;
}

.textOnTile:hover .tileLead{
        visibility:visible;
        /*-webkit-transition: visibility .5s;
        -moz-transition: visibility .5s;*/

}

.textOnPic{
	background:rgb(0,0,0); /*solid cuz IE sucks*/
	background:rgba(0,0,0,0.8);
        color: white;
	position:absolute; 
	top:455px;/*top:474px;*/ 
	width:607px;
	height:135px;/*height:70px;*/
	padding:5px;
	margin-left:0px;
	overflow:hidden;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
}
.textOnPic #topLead{
	visibility:visible;
	overflow:hidden;
}
/*
.textOnPic:hover{
        top:409px;
        height:135px;
}
.textOnPic:hover #topLead{
	visibility:visible;
}*/

.textOnPic .byline{
	color: white;
}
.textOnPic .author a{
	color:white;
}
.textOnSlide .byline{
        color: white;
}
.textOnSlide .byline .author a{
        color:white;
}

.textOnSlideWrapper{
	position:relative;
}
.textOnSlide{
	background:rgb(0,0,0); /*solid cuz IE sucks*/
	background:rgba(0,0,0,0.7);
	color:white;
	position:absolute;
	font-size:100%;
	top:-55px;
	width:246px;
	padding:2px;
	overflow:hidden;
}

.textOnSlide h4 a{
	white-space: nowrap;
	width:246px;
	text-overflow:ellipsis;
}

#main-belowfold {
		clear: both;
		margin-bottom: 10px;
}
#main-abovefold {
	clear:both;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#main-abovefold .storygroup-story {
	padding-top: 5px;
	margin-bottom:5px;
	margin-top: 5px;
}
#main-abovefold .storygroup-story:first-child {
	border-top:0;
	padding-top: 0;
	margin-top: 0;
}
#main-abovefold .storygroup-slides {
        border-top: 1px solid #ddd;
        padding-top: 5px;
        margin-bottom:5px;
        margin-top: 5px;
	margin-left:2px;
}
#main-abovefold #slides:first-child {
	margin-left:0px;
}

.storygroup-slides-cover{
width: 121px;
height: 92px;
position: absolute;
top: 631px;
background: rgba(0,0,0,0.5);

}

 @-moz-document url-prefix() { /*hack for FF*/
	.storygroup-slides-cover{
		top:635px;/*590*/
	}
}

.storygroup-slides-cover:hover{
background: rgba(0,0,0,0);
}

.col1, .col2 {
	float: left;
}
 {
	font-size:1.5em;
	font-family:arial black, 
}
.col1 {
	width: 360px;
	border-right: 1px solid #ddd;
	padding-right: 10px;
}
.col1 #topstory h4,
#twocol-left .col2 .storygroup .storygroup-story:first-child h4 {
	font-size:1.6em;
	font-style:normal;
	font-weight:800;
}
.col2 {
	padding-left:10px;
	width:250px;
	position: relative;
}
#main-recent h3#main-recent-title {
	clear: both;
	font-style: italic;
	color: #666;
	font-weight: normal;
	position: relative;
	font-size: 1.2em;
}


/* Page Basic 
***********************************************************/
#page-basic-over{
	margin:0;
	background-color:#eee;
}
#page-basic{
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	background-color:#fff;
	padding: 0 7px;
	margin:0 auto;
	width:710px;
}

/* Front Page & Two Column Layout
***********************************************************/

#twocol-right, .col3 {
	float: right;
	width: 250px;
	position: relative;
	margin-left: 10px;
}
#main-recent, #twocol-left {
	width: 640px;
	float:left;
}


/* 301 Page
*****************************************************************************/

div#page-301-top{
	height:260px;
}
div#page-301-slideshow{
	background: no-repeat top center;
	background-color:#000;
	width:640px;
	height:320px;
	padding:0;
	margin:0;
	overflow:hidden;
	float:left;
	position:relative;
}
div#page-301 div#page-301-slideshow div{
	background-color:#000;
	color:#fff;
	position:absolute;
	top:0;
	left:0;
	height:310px;
	width:200px;
	padding:5px 10px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	line-height:normal;
}
div#page-301 a#page-301-slideshow-prev{
	position:absolute;
	top:5px;
	font-size:20px;
	z-index:20;
	cursor:pointer;
	left:15px;
}
div#page-301 div.weekend{
	background-color:#eee;
	padding:10px;
	margin-bottom:10px;
}
div#page-301 div.weekend img{
	float:right;
}
div#page-301 a#page-301-slideshow-next{
	position:absolute;
	top:5px;
	font-size:20px;
	z-index:20;
	cursor:pointer;
	left:185px;
}
div#page-301 div#page-301-slideshow a:hover{
	color:#fff;
	text-decoration:none;
}
div#page-301 div#page-301-slideshow div h3{	
	text-align:center;
	padding:0 20px;
	color:#fff;
	border:0;
	font-size:16px;
	margin:5px 0;
}
div.metro-module{
	margin:0;
	float:right;
	width:160px;
	height:200px;
	text-align:center;
	background-image:url("/gr/site/301_metmap.jpg");
	padding:35px;
	font-size:14px;
}
div#page-301 div.metro-module a{
	font-weight:bold;
}
div#page-301 div#metro-module h3 a{
	color:#000;
	font-size:16px;
}
div#page-301 div#metro-module h3{
	border:0;
	margin:10px 0;
	margin-bottom:30px;
}
div#page-301-bottom{
	clear:both;
	text-align:center;
}
div#page-301-music-live, 
	div#page-301-music-cd, 
	div#page-301-film {
	width:200px;
	float:left;
	margin:10px;
	text-align:left;
}
div#page-301 h3 a{
	color:#999;
}
div#page-301-music-live{
	margin-left:0;
}
div#page-301-music-cd{
	margin-right:0;
}
/* Entertainment Page
 * *************************************************************/
div#page-entertainment .enter-tabs {
	margin:0; 
	width:70px;
	margin-top:20px;
	float:left;
}
div#page-entertainment .enter-tabs li a{
	background-image:url('../gr/site/side-tab-bg-off.gif');
	padding-top:2px;
	height:22px;
	padding-left:10px;
	width:60px;
	color:#fff;
	margin:0 0 5px 0;
	display:block;
	position:relative;
	outline:none;
}
div#page-entertainment .enter-tabs li a:hover, 
div#page-entertainment .enter-tabs li a.active{
	background-image:url('../gr/site/side-tab-bg.gif');
	text-decoration:none;
	color:#900;
}
div#page-entertainment .enter-tabs li a.active{
	position:relative;
	right:-1px;
}
div#page-entertainment .enter-content{
	float:left;
	padding:10px;
	border:1px solid #999;
	width:802px;
	margin:0;
}
div#page-entertainment h3.enter-title{
	color:#000;
	margin:0;
	border-color:#c00;
	text-transform:normal;
}
/*
 * Search Form Page
 * ********************************************************/

div#search-form input{
	width:95%;
	margin-bottom:10px;
	border:1px solid #aaa;
	padding:10px;

	height:auto !important;
	height:38px;
	display:block;

}
div#search-form input.input-submit{
	width:auto;
	float:right;
	margin-right:22px;
	border:0;
	height:auto;
	padding:5px 20px;
}
div#search-form{
	background-color:#eee;
	padding:10px;
	margin-bottom:20px;
	position:relative;
}
div#search-form-options{
	width:500px;	
	padding:10px;
	padding-left:20px;
}
div#search-form-options div{
	float:left;
	clear:auto !important;
	clear:left;
	margin: 5px 0;
	margin-right:20px;
}
/* Metro Page
 *******************************************/
div#metro-right{
	padding:10px;
	width:200px;
	float:right;
	display:block;
}
div#metro-left{
	width:460px;
	padding:10px;
	overflow:hidden;
	clear:none;
	border-right:1px solid #000;
}
div#page-metro h3{
	color:#500;
}
div#page-metro h4{
	color:#c00;
	margin-bottom:10px;
}
div#metro-info{
	display:block;
	clear:both;
	border:1px solid #000;
	margin-bottom:20px;
}
div#metro-map img{
	border:0;
	clear:both;
	margin:0 80px;
}
div#metro-map{
	margin-bottom:20px;
	text-align:center;
}
/* Page Weekend
 * *******************************************/
div#page-weekend{
	padding-top:140px;
	background-image:url('/gr/site/weekend_header.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	width:700px;
	margin:0 auto;
}
/* Page Sports
 * ***************************************************/

div#sports{
	margin-bottom:10px;
}
div#sports-blair, div#sports-college, div#sports-pro{
	display:block;
	clear:both;
	margin-bottom:10px;
	width:640px;
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
div#sports .storygroup{
	width:385px;
	float:right;
	display:block;
	padding:0;
}
div#sports .storygroup-story{
	display:inline;
}
div#sports img.sports-title{
	float:left;
	height:150px;
	width:25px;
	margin-right:15px;
}
div#sports img{
	max-height:150px;
	border:0;
}
div#sports div.pic-parent{
	height:150px;
	float:left;
	padding:0;
	width:200px;
	margin-right:15px;
}
div#sports div.picture{
	height:150px;
	width:200px;
	margin:0;
	padding:0;
}


div#sports div.sports-scoreboard div.scoreboard-left{
	width:235px;
	float:left;
}
div.scoreboard-right{
	margin-left:10px;
	float:right;
	width:230px;
}
div#sports div.sports-scoreboard ul li{
	margin-left:10px;
	text-indent:-10px;
}
div#sports div.sports-scoreboard ul li ul li{
	margin-left:14px;
}

div#sports div#sports-scoreboard-container{
	background-image:url('../gr/site/sports/scoreboard.jpg');
	padding-top:37px;
	background-position:top center;
	background-repeat:no-repeat;
}
/* Page Connections
***********************************************************/
#blairconn-left{
	width:485px;
	float:left;
}#blairconn-right{
	width:400px;
	float:right;
}

/* Staff Page
***********************************************************/
#staff_container {
/*	width: 700px;*/
width:810px;
	padding: 10px;
/*	border-right: 100px solid #eee;
	border-left: 100px solid #eee;
	margin: auto;*/
}
	#staff_container img {
		text-align: center;
		margin: auto;
	}
	#staff_list {
		clear: both;
		padding-bottom: 10px;
		border-bottom: 1px solid #ddd;
		margin-bottom: 10px;
	}
	#sco, #scp, #scb {
/*width:320px;*/
		width: 391px;
	}
	#sco {
		float: left;
		margin-right: 20px;
	}
	#scp{
		float: right;
	}
	/*#scb {
		 margin-top: 20px;
		 position: relative;
		 top: 10px;
	}*/
	#scp {
		margin-bottom: 30px;
	}
	#staff_archives {
		clear: both;
	}
/* Awards
***********************************************************/
#awardsLeft {
	width: 250px;
	float: left;
	border-right: 1px solid #444444;
}
#awardsContent {
	width: 600px;
	float: left;
}
#awardsLeft ul {
	list-style-type: none;
  margin-left: 0;
}
/* Events Page
 * *******************************************/
#page-event {
	font-size:12px;
	font-family: Helvetica, arial, verdana, sans-serif;
	background-color:#300404;
	padding:10px;
}
#page-event-right{
	width:200px;
	float:right;
}
#page-event-left{
	width:670px;
	float:left;
}
#page-event #header-title {
	float:left;
	border:0;
}
#page-event-header{
	margin-bottom:5px;
}
.event{
	display:block;
	background-color:#fff;
	border-bottom:1px solid #8c0004;
	margin-bottom:2px;
	clear:both;
}
.event-title{
	display:block;
	border-bottom:1px dotted #444;
	margin-bottom:5px;
	padding-bottom:5px;
}
#page-event .event-featured{
	background-color:#fdd;
}
.event:hover {
	background-color:#f7f7f7;

}
.event h4{
	margin-bottom:2px;
}
.event .event-attr{
	font-size:11px;
	color:#777;
	font-weight:normal;
	text-align:right;
	display:block;
}
#page-event-months{
	margin-bottom:5px;
}
#page-event .event .event-right{
	float:right;
	padding:10px;
	width:170px;
	border-left:1px dotted #444;
}
#page-event .event .event-left{
	float:left;
	width:80px;
	padding:10px;
	font-weight:bold;
	font-size:14px;
	border-right:1px dotted #444;
}
#page-event .event .event-mid{
	padding:10px;
	margin-left:100px;
	border-right:1px dotted #444;
	border-left:1px dotted #444;
	width:358px;
}
.event-key-block{
	height:20px;width:168px;margin-bottom:10px;float:left;
}
.event-key-colorblock{
	height:20px;width:45px;float:left;margin-right:10px;
}
.event-key{
padding:10px 20px;background-color:#eee;
margin-top:10px;
}
.event-query{
	padding:10px;
	background-color:#fff;
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.event-none{
	font-size:30px;
	padding:50px 30px;
	padding-top:45px;
	background-color:#fff;
	font-style:italic;
	display:block;
	text-align:center;
	margin-bottom:30px;
}
#page-event .module{
	margin-bottom:10px;
}
.event-submit-link{
	background-color:#fff;
	display:block;
	padding:15px 11px 10px 11px;
	padding-bottom:17px;
	height:32px;
	color:#fff;
	line-height:32px;
	background-color:#bb0707;
}
.event-submit-link:hover {
	text-decoration:none;
	background-color:#ad0707;
}
.event-jumper{
	/* jump to month box */
	display:block;
	padding:10px;
	background-color:#8c0004;
	color:#eee;
}
.event-jumper a{
	color:#eee;
}
.event-monthblock{
	background-color:#8c0004;
	color:#ddd;
	height:32px;
	text-align:center;
	padding-top:15px;
	padding-bottom:17px;
	float:left;
	width:134px;
}
.event-monthblock:hover {
	background-color:#990004;
	background-color:#800004;
	text-decoration:none;
}
.event-current-monthblock,.event-current-monthblock:hover {
	cursor:default;
	background-color:#bb0707;
	font-style:italic;
	font-weight:bold;
}
.event-calendar{
	background-color:#8c0004;
	padding:10px;
		
	color:#fbb;
}
.event-calendar td, .event-calendar th{
	border:1px dotted #8c0004;
	padding:3px 0;
	width:24px;
	overflow:hidden;
	text-align:center;
}
.event-calendar h4{
	color:#fff;
}
.event-calendar td, .event-calendar th{
	border:1px dotted #8c0004;
	padding:3px 0;
	width:24px;
	overflow:hidden;
	text-align:center;
}
.event-calendar h4{
	color:#fff;
	text-align:center;
	margin-bottom:5px;
}
.event-calendar td.event-inmonth{
	background-color:#933;
}
.event-calendar a{
	color:#fff;
	text-decoration:underline;
}
.event-calendar table{
	border-collapse:collapse;
}


/*
#page-event #header-title {
	float:left;
	border:0;
}
#page-event-header{
	margin-bottom:10px;
}
#page-event .event{
	display:block;
	padding:10px;
	margin:0 auto;
	width:870px;
	margin-bottom:15px;
	clear:both;
}
#page-event .event-featured{
	outline:5px solid #ddd;
}
.event:hover {
	background-color:#eee;
	outline:5px solid #eee;

}
.event .event-attr{
	font-size:11px;
	color:#777;
	font-weight:normal;
	text-align:right;
	display:block;
}
#page-event-months{
	margin-bottom:5px;
}
#page-event .event .event-left{
	float:left;
	padding:10px;
	width:200px;
	margin-right:10px;
	font-size:20px;
}
#page-event .event .event-right{
	margin-left:230px;
}
.event-key-block{
	height:20px;width:168px;margin-bottom:10px;float:left;
}
.event-key-colorblock{
	height:20px;width:45px;float:left;margin-right:10px;
}
.event-key{
	padding:7px 20px;background-color:#eee;
	margin-top:10px;
}
.event-none{
	font-size:30px;
	color:#333;
	font-style:italic;
	display:block;
	text-align:center;
	margin-bottom:30px;
}
.event-submit-link{
	background-color:#600;
	display:block;
	padding:15px 11px 17px 11px;
	padding-bottom:17px;
	height:32px;
	line-height:32px;
	float:left;
	color:#fff;
	width:108px;
}
.event-submit-link:hover {
	text-decoration:none;
	background-color:#800;
}
.event-jumper{
	/* jump to month box *//*
	display:block;
	padding:15px 10px 17px 10px;
	height:32px;
	background-color:#111;
	color:#eee;
	float:left;
	width:190px;
}
.event-jumper a{
	color:#eee;
}
.event-monthblock{
	background-color:#111;
	color:#ddd;
	height:32px;
	text-align:center;
	padding-top:15px;
	padding-bottom:17px;
	float:left;
	margin-bottom:20px;
	width:112px;
}
.event-monthblock:hover {
	background-color:#222;
	text-decoration:none;

}
.event-current-monthblock,.event-current-monthblock:hover {
	background-color:#ccc;
	cursor:default;
	color:#000;
	/*padding:23px 10px;
	height:48px;
}*/
