/* basic elements */

html 
{
 margin: 0;
 /* setting border: 0 hoses ie6 win window inner well border */
 padding: 0;
}

body 
{
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-size: 14px;
	line-height: 18px;
	color: #000000; 
 	min-width: 970px;
 	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

 a 
{
 color: #CC0000;
 text-decoration: none;
}

a:hover 
{
 color: #CC0000;
 text-decoration: underline;
}

a:visited 
{
}


.most-read 
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: 14px;

}

.most-read:hover 
{
 color: #FFFFFF;
 text-decoration: underline;
}

.most-read:visited 
{
	color: #FFFFFF;
}

.expired-event 
{
	color: #666666;

}
.expired-event:hover 
{
 color: #666666;

}

.expired-event:visited 
{
	color: #666666;
}



.bold
{
 color: #CC0000;
 font-weight: bold;
}

.bold:hover 
{
 color: #CC0000;
 text-decoration: underline;
 font-weight: bold;
}

.bold:visited
{
 color: #CC0000;
}



.sidebar-header
{

	  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
	color: #000000;
	display: block;
	 text-transform: uppercase;
background-color: #bbbbbb;
padding: 5px 0px 5px 0px;
text-indent: 4px;
} 

.sidebar-header:hover
{
 color: #CC0000;
 text-decoration: none;
} 

.sidebar-header:visited
{
 color: #000000;
} 

.sidebar 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #CC0000;
}

.sidebar:hover 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 text-decoration: underline;
 color: #CC0000;
}

.sidebar:visited
{
 color: #CC6600;
}

.home-dates 
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.home-dates:hover 
{
 color: #FFFFFF;
 text-decoration: underline;
 font-size: 11px;
 font-weight: bold;
}

.home-dates:visited
{
 color: #FFFFFF;
}

a img 
{ 
 border: 0; 
}


caption 
{
 caption-side: top;
 margin-left: 2 px;
 margin-top: 2 px;
 margin-bottom: 2 px;
 text-align: left;
 font-size: 12px;
 font-weight: bold;
}



ul 
{
 margin-left: 0px;
 padding-left: 0;
}

li {
 font-size: 12px;
 font-weight: normal;
 line-height: 14px;
 margin-bottom: 4px;
  list-style-type: none;
 list-style-image: url(/dev/mt-static/images/arrow_black.gif);

}

form 
{
padding: 0px;
margin: 0px;
}

input.big 
{
 width: 100px;	border: 1px solid #CC0000;
 font-size: 10px;
 padding: 3px;
}

input.small 
{
 width: 60px;
 border: 1px solid #CC0000;
 font-size: 10px;
 padding: 3px;
}

.red 
{
 color: #CC0000;
}

hr
{
 width: 100%;
 color: #CC0000;
 background-color: #CC0000;
 height: 1px;
}

h1 
{
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:36px;
font-weight:normal;
line-height:34px;
margin-bottom:2px;
}

h2 
{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 28px;
 font-weight: normal;
 color: #666666;
 margin-bottom: 15px;
 padding: 0;
}

h3 
{
 font-size: 20px;
 font-weight: normal;
 color: #000000;
 margin-bottom: 10px;
 margin-top: 5px;
}

.h3-home 
{
 font-size: 20px;
 font-weight: normal;
 text-transform: capitalize;
 color: #666666;
 margin-bottom: 5px;
 margin-top: 10px;
}


h4 
{
 font-size: 14px;
 font-weight: normal;
 margin-top: 0px;
 margin-bottom: 0px;
}

h5, h6 
{ 
 font-weight: normal; 
}

h5, h6, p, ol, ul, pre, blockquote
{
 margin-top: 10px;
 margin-bottom: 10px;
}



/***********************************************/
/* Overall Layout Divs                                 */
/***********************************************/

#container
{
	margin: 0;
	width: 990px;
	background: #fff;
	left: 0px;
	top: 0px;
}


#masthead{
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	width: 990px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



#headlines{
	float:right;
	width: 180px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
	background-color: #66FFFF;
}

#content{
	width: 560px;
	background-color: #FFCC00;
	float: left;
	margin-left: 40px;
}

#alpha 
{
	float:left;
	margin:0;
	padding:0 13px;
	width:650px;
}

#beta 
{
	float:right;
	margin:0;
	padding:5px;
	text-align:left;
	width:300px;
}

#gamma{
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
	
}

/************* #top navigation styles ***************/
#navcontainer
{
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	width:990px;
	height:20px;
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	clear: both;
}

#navcontainer ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	float: left;
	
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainer ul li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right:5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}

#navcontainer ul li a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CC0000;
	padding-top: 3px;
	padding-right:5px;
	padding-bottom: 3px;
	padding-left: 5px;
	float: left;
	text-align:center;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .05em;
}

#navcontainer a:active
{
background: #c60;
color: #fff;
}

#navcontainer li#active a
{
background: #c60;
border: 1px solid #c60;
color: #fff;
}


#navcontainer ul#sub
{
 border: 0;
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-align: center;
 float: right;
 text-transform: none;
}


.nav
{
 color: #FFFFFF;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
}

.nav:hover 
{
 color: #FFFFFF;
 text-decoration: none;
 font-size: 11px;
 font-weight: bold;
}


/************* #banner styles ***************/

#page-header
{
 margin: 0px; 
 width: 990px;
 display: inline;
 padding: 0px;
}

#page-header-logo
{
 margin:0px;
 position: relative; 
 width:180px; 
 height:125px;
 display: inline; /* ie win bugfix */
 float: left;
 padding: 0px;
}

/************* #left-column styles ***************/

#leftbox-topics 
{
	display: block;
	background-color: #dddddd;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
#leftbox-latest 
{
	display: block;
	background-color: #dddddd;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
#leftbox-poll 
{
	display: block;
	background-color: #dddddd;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
#leftbox-blog 
{
	display: block;
	background-color: #dddddd;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
#leftbox-posts 
{
	display: block;
	background-color: #dddddd;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
#leftbox-archive 
{
	display: block;
	background-color: #dddddd;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
}
#leftbox-columnists 
{
	display: block;
	background-color: #dddddd;
	width: 175px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	float: left;
}



/************* #content middle styles ***************/


#dateline {
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
 margin-bottom: 3px;
}


#article-tools {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	text-transform: uppercase;
        float:right;
}

#article-footer
{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 font-weight: normal;
 font-style: italic;
 color: #000000;
 margin-top: 5px;
 margin-bottom: 5px;
}

.author-bio-box
{
 margin: 4px 0px 8px 0px; 
 background-color: #FFFFFF;
 position: relative; 
 float: left;
 width:570px;
 display: inline; /* ie win bugfix */
 padding: 2px 2px 2px 2px;
 border-width: 1px 1px 1px 1px;
 border-style: solid;
 border-color: #CC0000;
}

.dateline {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 font-weight: bold;
 color: #CC0000;
 text-align: left;
}

/************* #right-column styles ***************/

#author-box
{
	margin: 4px 0px 2px;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CC0000;
	width: 165px;
}

#author-archive
{
	margin: 4px 0px 2px;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CC0000;
	width: 165px;
}

#search-box
{
	margin: 0;
	position: relative;
	display: block;
  height: 25px;
	background:  #CCCCCC;
	padding: 3px 2px 2px 4px;
	margin: 5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

#registerbox {
	background:  #CC0000;
	padding: 3px;
	margin: 0px;
}



#utility-container
{
 width: 120px;	
 height=210px;
 background:  #CC0000;
 margin-top: 5px; 
 float: left;
}

#utility-box
{
 width: 117px;	
 background:  #990000;
 padding-left: 3px;
 margin-top: 2px; 
 float: left;
}



/************* #blog styles ***************/


.entry-footer,
.comment-footer,
.trackback-footer
{
	background: #FFFFFF;
	margin: 0 0 5px 0;
	font-family: Times New Roman, Times, serif;
	text-align:right;
	color: #666666;
	font-size: 12px;
border-top: 1px solid #dae0e6;
padding: 5px;
	
}

.entry-footer {
margin-top: 10px;
}


blockquote {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 20px;
  font-size: 100%;
  line-height: 1.5em;
 border-left: solid 0px #999;
 border-right: solid 0px #999;
  color: #000000;
background:  #F5F5F5;
  }








/************* #ad styles ***************/

#ad-banner 
{ 
 margin: 5px 0px 10px 0px; 
 position: relative; 
 width:450px; 
 height: 60px;
 display: inline; /* ie win bugfix */
 float: left;
 padding: 0px 0px 0 0px;
 border-width: 0px 0px 0px 0px;
 border-style: solid;
 border-color: #fff;
background-color:#CC0000;
}

#ad-leaderboardtag {
	margin: 1px;
	width:15px;
	height: 100px;
	display: inline;
	float: right;
	padding: 0px 0px 0;
	
}

#page-header-ad
{
	position: absolute;
	width:780px;
	height:100px;
	display: block;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #fff;
	left: 210px;
	top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 18px;
	margin-bottom: 0px;
}

#article-box-ad
{
	margin: 12px 0px 0px 12px;
	position: relative;
	width: 300px;
	height: 250px;
	float: right;
	display: inline;
	padding: 0px;
}
#right-box-ad
{
 width: 300px;	
 height=250px;
 margin-top: 5px; 
 float: left;
}
#ad-home-left-box
{
 padding-top:10px;
 padding-right:3px;
 padding-bottom: 10px;
 padding-left: 6px;
 text-align: center;
 background-color: #dddddd;
}


#right-wide-skyscraper
{
	width: 167px;
	float: right;
 margin: 2px 0px 2px 0px; 
 padding: 5px 0px 5px 0px; 
 border-width: 1px 1px 1px 1px;
 border-style: solid;
 border-color: #4C4C4C;
text-align: center;
}
#right-narrow-skyscraper
{
 width: 125px;	
 margin-top: 5px; 
 float: left;
}

/************* #footer styles ***************/


#footer{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FFFFFF;
	padding: 4px 4px 4px 30px;
	font-weight: bold;
	background-color: #4C4C4C;
	width: 956px;
 text-align: center;
margin-top: 10px;
}


.footer 
{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-weight: bold;
 color: #FFFFFF;
}
.footer:hover
{
 color: #FFFFFF;
 text-decoration: underline;
}

.footer:visited
{
 color: #FFFFFF;
}

/* I will order these styles better... one day. */

#topVideos, .sideContainer {
	margin: 10px 0;
	font-family: verdana, Helvetica, sans-serif;
	border: solid 1px #4c4c4c;
	background: #eee;
	}
	
#topVideos {
	margin-top: 0 !important;
	}
	
	#topVideos h3, .sideContainer h3 {
		background: #4c4c4c;
		color: #fff;
		margin: 0;
		padding: 2px;
		font-size: 13px;
		font-weight: bold;
		
		}
		
.sideContainer ul {
	margin-left: 15px;
	}
		
#topVideos table {
	padding: 5px;
	}
	
#topVideos ul {
}

#topVideos li {
	margin-left: 20px;
	}

#topVideos td {
	border-bottom: dotted 1px #999 !important;
	border-bottom: solid 1px #999;
	font-size: 11px;
	padding: 5px;
	}
	
#topVideos td img {
	padding: 3px;
	border: solid 1px #ccc;
	background: #fff;
	}
	
#topVideos td p {
	line-height: normal;
	font-size: 9px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	
	}
	
#topVideos td a {
	font-weight: bold;
	line-height: normal;
	}

#inner .innerCont {
	background: url(images/bg.gif);
	}
	
.headlineContent {
	float: right;
	width: 275px;
	margin-right: 10px;
	line-height: 18px;
	}
	
.moreContent {
	float: right;
	width: 375px;
	margin-right: 10px;
	line-height: 18px;
	}
	
	
.sideContainer {
	background: #eee;
	}
.calendar th {
	font-size: 13px;
	border-bottom: solid 1px #ccc;
	padding: 5px;
	}
	
.calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
	border: solid 1px #ccc;
	background: #fff;
	}
	
.calendar {
	margin-left: 55px;
	border-collapse: collapse;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}	
	
#custom-topics-header {
background:transparent url(/img/thick-border.gif) repeat-x scroll 0 27px;
margin:10px 0 20px 0;
text-align:center;
}

#custom-topics-header span {
	background: #fff;
	padding: 0 10px;
	}
	
#custom-topics-header a {
	color: #000 !important;
	text-decoration: none !important;
	}
	
	#custom-topics-header p {
color:#444444;
font-size:15px;
margin:4px 0;
}

.mostWatched li a, .latestFrom a {
	font-size: 9px !important;
	font-weight: bold;
	}
	
* html .entry {
	height: 1%;
}