﻿/* STYLES for Entertainment Blog */
/* JD */

/* -------------------------------------- = Blog Styles */

.clearthis {
	clear: both;
	margin: 0;
	padding: 0;
}

div.links {
	float:left;
}
div#links table {
}

.storyBody h1{
	font-size:140%;
	margin:7px 8px 0px 5px;
font-weight:normal;
color:#3C084A;
clear:both;
}

.calendar_feature {
	background:url(../images/cal_bg.gif) repeat-x top left;
	height:200px;
}
.calendar_feature table td{
	margin-bottom:10px;
}


#hCalendarDiv {
	margin:0px 0px 1px 0px;
padding:10px 12px;
	text-align:center;
background-color:#F3F7FA;
}

.hCalendarTable {
background-color:#F3F7FA;
}

.hCalendarTable td.hCalendarMonthYearRow {
width:245px;
font-weight:bold;
}

.hCalendarTable tr.hCalendarNextPrev td {
width:245px;
font-weight:bold;
padding-top:3px;
}

.hCalendarTable td, .hCalendarTable th  {
text-align:center;
border:1px solid #F3F7FA;
width:33px;
}

td.hCalendarDay {
	background:none;
}
td.hCalendarDayLinked {
	background:none;
	border:1px solid #01265D;
	font-weight:bold;
}
td.hCalendarDayCurrent {
	background:#01265D;
color:#ffffff;
font-weight:bold;
}

td.hCalendarDayCurrent a {
color:#ffffff;
}

td.hCalendarDayNotInMonth {
background-color:#ffffff;
}


ul.recentUpdates {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #B2D9F3;
	padding-left:10px;
	width:259px;
	background:#F1F1F1;
	padding-bottom:10px;

}
ul.recentUpdates h3{
	font-size:12px;
	margin-top:10px;
	margin-bottom:0px;
	color:#003973;
}
ul.recentUpdates p{
	margin:5px 0px 0px 0px;
	padding:0px;
	
}
div#secondaryContent {
	  
}

/* comments */



form ul{ 
	margin:0;
	padding: 0;
	list-style: none;
}
form ul li{ 
	list-style:none inside none;
	background-image: none;
	padding: 0;
	margin: 0;
}

label.desc {
	margin: 0;
	border: 0;
	clear: both;
	display: block;
	float: left;
	width: 100px;
	margin-top: .7em;
	font-weight: bold;
	font-size: .9em;
}

form textarea{
    height:140px;
		width:320px;
}
.text, .textarea, #commentAuthenticator input{
	border:solid #cccccc 1px;
}

#commentAuthenticator p {
	font-weight: bold;
}

div.next-prev {
}

div#comments {
	margin: .5em;
	margin-top: -4em;
}

div.comments, .comments-form, #searchAgain{
margin:0px;
}

div.comments-form {
	margin: 0;
	padding: 0;
	margin-left: 3.2em;
	margin-right: 2em;
}

div.comments p{
margin:0px;
padding:10px;
}

div.comments-head {
		font-weight: bold;
		color:#01265D;
		padding-left:0px;
		font-size: 1.2em;
		font-style: italic;
		margin: 0;
		padding: 0;
		margin-top: 1em;
}

div.comment {
	padding: .8em;
}

.comment.odd {
	background-color: #F3F7FA;
	border-bottom: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
}

p.comment-details {
	font-size: .85em;
}

p.meta
{
		border: 1px #aaa dotted;
        background-color:#F8F8F8;
        text-align:center;
        padding-bottom:0.2em;
      
        margin:0px auto;
        line-height:2em;
}
div.next-prev {
		border: 1px #aaa dotted;
        background-color:#F8F8F8;
        text-align:center;
        padding-bottom:0.2em;
      
        margin:0px auto;
        line-height:2em;

}
div.storyHeader h1, p.entryTitle {
        color:#3C084A;
	margin: 0px 8px;
	padding: 0px;
	font-size: x-large;
	font-weight: bold;
	padding-top: 8px;
}
div.entryBox p.entryTitle {
}

div#rightFeatures h2, h2.update {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
background:#4494CA url(/sport/images/bluebgh3.gif) repeat-x scroll 0 0;
color:#FFFFFF;
font-size:small;
height:1.7em;
line-height:1.7em;
margin:0px;
padding:0px 5px 0px 10px;
}

h2.update {
	float:left;
	width:254px;
}

div.next-prev {
	display:none;
}

/* Few modifictions for additional "blog-content" div as per roller template */
/* PMC */


div.blog-content {


}

div.blog-content img {
	padding: .3em;
	margin: .5em;
	border: solid 1px #DDF0F6;
	margin-top: 0;
}

div.blog-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 20px;
}


div.blog-content p {
	margin: .4em;
	margin-top: 0;
}

div.blog-content a {
	color: #01265D;
	font-weight: bold;
	text-decoration: none;
}

a.readmore {
	background-repeat: no-repeat;
	background-position: right;
	text-decoration: underline;
}

div.blog-content h1.first {
color:#01265D;
	font-size: 150%;
	padding-bottom: .4em;
	font-weight: normal;
}

div.blog-content h1.first a {
color:#01265D;
}

div.blog-content object, div.blog-content embed {
	width: 400px;
	height: 325px;
	margin: .3em;
} 

span.datetime {
	color:#D43106;
	font-size:90%;
	margin:0 0 5px 5px;
	display:block;
}

