/* @override http://www.tvweek.com/_library2/newmaster.css */

/* Import Blueprint DO NOT REMOVE!!! */
@import "blueprint/screen.css";

#print-branding {display: none;}

/* temporary overrides 5/28/09 nkg */ 
div.inline-advert {
	display:none;
}


/* ›››››››› Sensible classes ‹‹‹‹‹‹‹‹‹‹‹‹ */

.right{
	float:right;
	display: inline;
}

.left {
	display: inline;
	float:left;
}

.clearleft {
	clear:left;
}

.clearright{
	clear:right;
}

img.right{
	margin: 0 0 10px 10px;
}

img.left {
	margin: 0 10px 10px 0;
}

.over {
	cursor: pointer;
}

/* @end */



/* ››››››››››› universals ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

body {
	background-color: #eee;
	font-family: arial, helvetica, sans-serif;
}

body.notwide {
	background-color: #fff;
}

.container {
	background-color:#fff;
	padding: 6px;
	border-left:  1px solid #ddd;
	border-right: 1px solid #ddd;
	background-position: 6px 6px;

}

.notwide .container {
	padding: 0;
	border: 0 none;
	margin: 0 5px 0 0;
}

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

textarea {
	width:350px;
	height:150px;
	padding:5px;
	margin-bottom: 0px;
}



/* ››››››››››› header ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#branding{
	height:118px;
	margin-bottom: -22px;
	background: url('../_images2/logo.png') no-repeat;
}

#branding span {
	display:none;
}

#branding a{
	outline: none;
	height:98px;
	display: block;
}

#header{
	background: url('../_images2/navbg.png') 0 96px repeat-x;
	height: 136px;
	margin-bottom: 9px;
}

#header .advert img, #header .advert iframe{
	float:right;
	display:inline;
}




/* universal lists */

ul {
	list-style: square;
	margin: 5px 0px 20px 20px;
	padding: 0px;
}

ul li {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	line-height: 21px;
	padding: 0px;
	margin: 0px;
}

	ul li a {
		color: #000;
		font-weight: bold;
	}

	ul li a:hover {
		color: #b5001b;
		text-decoration: underline;
	}
	
		ul li ul {
			margin: 5px 0px 5px 15px;
			list-style: disc;
		}
		
		ul li ol {
			margin: 5px 0px 5px 0px;
		}
		
		ul li ul li {
			font-size: .9em;
			line-height: 15px;
		}
		
		ul li ol li {
			font-size: .9em;
			line-height: 15px;
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 0px 0px;
			
		}
		
		ul li ul li ul li {
			font-size: 1em;
		}
		
		ul li ol li ol li {
			font-size: 1em;
		}
	
	
ol {
	margin: 0px;
	padding: 4px 0px;
}

ol li {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 10px 20px;
}

	ol li a {
		color: #000;
		font-weight: bold;
	}

	ol li a:hover {
		color: #b5001b;
		text-decoration: underline;
	}	
	
		ol li ol, ol li ul {
			margin: 5px 0px;
		}
		
		ol li ol li, ol li ul li {
			font-size: .9em;
			line-height: 16px;
			padding: 0px;
			margin: 0px 0px 0px 12px;
		}
		
		ol li ol li ol li, ol li ul li ul li {
			font-size: 1em;
		}

blockquote {
	margin: 10px 0px 10px 0px;
	color: #666;
	background-image: url(../_images2/openquote.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "trebuchet MS", "times new roman", serif;
	font-size: 1.4em;
	line-height: 22px;
	padding-left: 36px;
	padding-bottom: 0px;
}

	blockquote span {
		display: block;
		color: #333;
		font-style: normal;
		font-family: "helvetica neue", helvetica, arial, sans-serif;
		font-size: 0.8em;
		line-height: 15px;
		margin: 5px 0px 0px 0px !important;
		padding: 0px !important;
	}




address {
	font-size: 1em;
	font-weight: normal;
	color: #333;
	font-family: helvetica, arial, sans-serif;
	line-height: 17px;
}




pre {
	font-size: 0.9em;
	font-family: monospace, courier, verdana, sans-serif;
	}


dl {
	margin: 10px 0px 20px 0px;
	}

dt {
	font-size: 1em;
	font-weight: bold;
	color: #111;
	font-family: helvetica, arial, sans-serif;
	line-height: 15px;
	margin: 10px 0px 2px 0px;
	padding: 0px;
}

dd {
	font-size: 1em;
	font-weight: normal;
	color: #444;
	font-family: helvetica, arial, sans-serif;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

abbr, acronym {border-bottom: 0px;}



big {
	font-size: 115%;
}

code {
	font-family: monospace, courier, serif;
	}
	
del {
	color: #999;
	}

ins {
	background-color: #dbf4d6;
	padding: 2px;
	text-decoration: none;
	border: 0px;
	}

h2 {
	font-weight: bold;
	color: #333;
	font-size: 1.7em;
	line-height: 22px;
	margin: 5px 0px 10px 0px;
}

h3 {
	font-size: 1.5em;
	line-height: 22px;
	}
	
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}

h5 {
	font-size: 1.1em;
	color: #b5001b;
	}

h6 {
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 15px;
	margin: 10px 0px;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	color: #b5001b;
	font-size: 1.3em;
	line-height: 21px;
	}



dl {
	margin: 10px 0px 20px 0px;
	}

dd {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	font-family: helvetica, arial, sans-serif;
	line-height: 15px;
	margin: 10px 0px 2px 0px;
	padding: 0px;
}

dl dt {
	font-size: 1em;
	font-weight: normal;
	color: #555;
	font-family: helvetica, arial, sans-serif;
	line-height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}






/* ››››››››››› navigation ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#nav {margin-left: 0;}

#navbar {
	height: 18px;
	padding: 9px 0;
}

#navbar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}

#navbar ul li {
	font-family: 'Lucida Grande', Tahoma, arial, sans-serif;
	float:left;
	display:inline;
	list-style:none;
	margin-right: 12px;
	padding-right:12px;
	border-right: 1px solid #c54752;
}

#nav li.final {
	margin-right: 0px;
}

#navbar #nav a {
	display:block;
	outline: none;
	padding: 1px 6px 2px 6px;
	color: #fee;
	font-weight: normal;
	text-decoration:none;
}

#navbar #nav a:hover {
	text-decoration: underline;
	background-color: #c2374a;
}

#navbar #nav a.selected {
	background-color: #c2374a;
	text-decoration: underline;
}


#navbar form{
	float:right;
	width: 166px;
	margin: 3px 0px 0px 0px;
	display:inline;
}

#navbar input{
	border: 1px solid #ccc;
	float: left;
	display:inline;
	margin: 0px 6px 0px 0px;
	width: 119px;
}

#navbar button{
	background-image: url(../_images2/nav-go.gif);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	height: 18px;
	width: 25px;
	background-color: #ea1b25;
	border: none;
	padding: 0px;
	margin: 0px;
}



/* ››››››››››› HOME PAGE ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#hpleft {}
#hpmid {}
#hpright {}

#container .hp h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #333;
	margin: 6px 0px 4px 0px;
	padding: 0px;
	line-height: 20px;
}

#container .hp h3 {
	font-weight: bold;
	font-size: 1.3em;
	color: #333;
	margin: 2px 0px 5px 0px;
	padding: 0px;
}

#container .hp h3 a {
	color: #B4001B;
	}
	
	#container .hp h3 a:hover {
	color: #7F0A21;
	}
	
	
/* <<<<<<<<<   Left column   <<<<<<<<< */

#hpbizwire2 {
	padding: 0 1em 1em 0;
}

#hpbizwire {
	padding: 5px 0px 9px 7px;
	}
	
	#hpbizwire a, .hpbizwire a {outline: none;}

#hpbizwire ul.quiet {
	margin-bottom: 0;
}

#hpbizwire p.quiet, #hpbizwire ul.quiet li{
	color: #666;
	margin: 0;
	line-height: 1.3;
	font-size: 11px;
}

#hpbizwire em a.quiet{
	margin: 1em 0;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px 25px 4px 15px;
	color: #fff;
	background: #1c4c7a url(../_images2/whitegrayarrow.png) no-repeat 96% 50%;
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-style: normal;
	font-size: .9em;
}

#hpbizwire em a.quiet:hover {
	background-color: #222 ;
}

#bizfeed, .bizfeed {
	background-color: #e8f1f8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 7px 4px 7px;
	margin: 5px 0px 0px 0px;
	}
	
	#bizfeed .hpentry, .bizfeed .hpentry {
		border-bottom: 1px solid #c9deef;
		padding: 2px 6px;
		}
		
	#bizfeed .over, .bizfeed .over {
		background-color: #d1e3f1;
		border-top: 0px;
		border-right: 0px;
		border-left: 0px;
		}
	
	#bizfeed p, .bizfeed p {
		font-size: .9em;
		line-height: 14px;
		margin: 0px 0px 5px 0px;
		padding: 0px;
		}
		
		#bizfeed p span, .bizfeed p span {
			font-family: verdana, tahoma, sans-serif;
			font-size: .8em;
			color: #2c5980;
			}
			
	#bizfeed p.bizarticles, .bizfeed p.bizarticles {
		display: block;
		text-align: right;
	}
	
	#bizfeed p.bizarticles a, .bizfeed p.bizarticles a {
		background-color: #2a5a82;
		float: right;
		color: #fff;
		padding: 6px 30px 6px 10px;
		margin: 12px 0px 10px 0px;
		font-size: 1.1em;
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		font-weight: bold;
		background-image: url(../_images2/whitearrow.png);
		background-repeat: no-repeat;
		background-position: 95% 50%;
	}
	
		#bizfeed p.bizarticles a:hover, .bizfeed p.bizarticles a:hover {
			background-color: #5c84a6;
		}

#hpvideofix {
	padding: 5px 0px 10px 7px;
	margin: 5px 0px 6px 0px;
	border-bottom: 1px solid #ddd;
	}

	#flashvideo {
		margin: 5px 0px 10px 0px;
	}
	
#hpvideofix p {
	font-size: .9em;
	line-height: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
	
	#hpvideofix p a {
		color: #b5001b;
		font-weight: bold;
	}
		
#hpleft-promos {
	margin: 0px;
	padding: 5px 0px 10px 5px;
}

	#hpleft-promos a.ad235-200 {
		float: left;
		display: inline;
		width: 235px;
		height: 200px;
		margin: 0px 0px 10px 0px;
	}
	
		#hp-promo1 {
			background: url(../_images2/weeklyratingspromo.jpg) no-repeat;
			}
			
		#hp-promo2 {
			background: url(../_images2/mediaplanner.jpg) no-repeat;
			}


	
/* ^^^^^^^^^^^  mid column  ^^^^^^^^^^^ */	

#twittergraphic {
	background-color: #fff;
	text-align: center;
	}
	
#hpkeystory {
	padding: 0px;
	margin: 0px 9px 10px 9px;
	border: 1px solid #ccc;
	background-image: url(../_images2/keystory-bg.gif);
	background-repeat: repeat-x;
	background-color: #58595b;
	background-position: 0px 100%;
	}
	
	#hpkeystory p {
		font-family: 'Helvetica Neue', 'Gill Sans', helvetica, sans-serif;
		color: #fff;
		font-weight: bold;
		font-size: 1.2em;
		line-height: 17px;
		padding: 10px 14px 12px 14px;
	}
	
	#hpkeystory a {outline: none;}
	

/* holy rounded corner CSS */
#hptvwblog, #hptwitter {
	padding: 10px;
	background-color: #fff;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 10px 20px 10px;
}

#hptvwblog .inner, #hptwitter .inner {
	padding: 12px 12px 2px 12px;
	margin: 5px;
	background-color:#eee;
}

#hptvwblog h1 a {
	outline: none;
	color: #b5001b;
	}
	
#hptvwblog h1 a:hover {
	color: #333;
	}

#hptvwblog .hpblogentry {
	border-bottom: 1px solid #ccc;
	padding: 6px 7px 5px 0px;
	}
	
	#hptvwblog .hpblogentry.last {
	border-bottom: 0px;
	}
	
#hptvwblog .hpblogentry.over {
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	}

#hptvwblog img {
	float: left;
	display: inline;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 2px 8px 10px 0px;
}

#hptvwblog img#blogtitle {
	padding: 0px;
	border: 0px;
	background: none;
	margin-bottom: 7px;
	}

#hptvwblog p.meta {
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-weight: normal;
	color: #777;
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	}
	
	#hptvwblog p.meta a {
		color: #1C4C7A;
	}
	
	#hptvwblog p.meta a:hover {
		text-decoration: underline;
	}
	
#hptvwblog .hpblogentry h2 {
	color: #333;
	font-size:1.5em;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	}	
	
	#hptvwblog .hpblogentry h2 a {color: #333;}	
	#hptvwblog .hpblogentry h2 a:hover {color: #4c80b2;}	

#hptvwblog ul {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: right;
	}	
	
#hptvwblog ul li {
	margin: 0px 15px 0px 0px;
	display: inline;
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-weight:  bold;
	color: #fff;
	padding: 0px;
	}	
	
	#hptvwblog ul li a {
		padding: 4px 25px 4px 6px;
		margin: 0px;
		color: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background-image: url(../_images2/whitegrayarrow.png);
		background-repeat: no-repeat;
		background-position: 96% 50%;
	}	
	
		#hptvwblog ul li a.hot {background-color: #b5001b;}	
		#hptvwblog ul li a.tvwblog {background-color: #555;}	
		
		#hptvwblog ul li a.hot:hover {background-color: #e00727;}	
		#hptvwblog ul li a.tvwblog:hover {background-color: #000;}	


#hptwitter {
	background-color: #fff;
	padding: 12px;
	}
	
	#hptwitter img {
		margin-bottom: 6px;
	}

	#hptwitter p#twitter-title {
		float: right;
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		font-weight: normal;
		font-size: 1em;
		color: #2a5a82;
		margin: 9px 0px 0px 0px;
	}
	
	#hptwitter div#twithead {
		background-image: url(../_images2/dottedblue.gif);
		background-repeat: repeat-x;
		background-position: 0px 100%;
		border: 0px !important;
		margin: 0px 0px 6px 0px;
		padding: 0px 0px 3px 0px;
	}

	.twitterentry {
		padding: 6px;
		margin: 0px 0px 4px 0px;
		background-color: #ebf8ff;
		border: 1px solid #ebf8ff;
		line-height: 14px;
		overflow: hidden;
	}

	.twitterentry a:hover {
		background-color: #fff;
	}
		
	#hptwitter .twitterentry.over {
		background-color: #d6f0ff;
		border: 1px dotted #5ad4f8;
	}
	
		.twitterentry a.profile {
			float: left;
			display:inline;
			margin-right: 6px;
			padding: 0;
		}
		
		#hptwitter .twitterentry img {
			border: 1px solid #9ddafc;
			margin: 0;
			padding: 0;
		}

		.twitterentry p {
			font-family: 'lucida grande', tahoma, helvetica, arial, sans-serif;
			font-weight: normal;
			font-size: .9em;
			line-height: 14px;
			color:#1c4c7a;
			margin: 0px 0px 0px 46px;
			padding: 0px;
		}

		.twitterentry .ago {
			margin-top: 3px;
		}
		
		.twitterentry .ago a {
			color: #28b9e5;
		}
		
		.twitterentry .ago a:hover {
			background-color: transparent;
			text-decoration: underline;
		}

		.twitterentry p em {
			color: #28b9e5;
			font-weight: normal;
			font-size: .9em;
		}
		
		.twitterentry strong {
			margin-right: .5em;
		}
			







/* ^^^^^^^^^^^  right column  ^^^^^^^^^^^ */

div#hpmojoe {
	min-height: 250px;
	background-image: url(../_images2/hpmojoebg.gif);
	background-repeat: no-repeat;
	margin: 6px 6px 6px 0px;
	padding: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	div#hpmojoe img.mojoelogo {
		float: right;
		display: inline;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	
	div#hpmojoe img.latestposts {
		margin: 16px 0px 11px 0px;
		}


div#hpmojoe .mojoeentry {
	margin: 6px 8px;
	background-color: #1c4c7a;
	padding: 0px;
	border-bottom: 1px solid #2e5b85;
}

	#sidebarmojoe .mojoeentry h3 a {
		color: #fff;
	}
	
	#sidebarmojoe .mojoeentry h3 a:hover {
		color: #ccf;
	}

div#hpmojoe .mojoeentry.over {
	border-bottom-color:#285887;
	background-color: #285887;
}
	
	div#hpmojoe .mojoeentry p {
		margin: 0px;
		padding: 4px 5px 0px 5px;
		font-size: 0.8em;
		line-height: 12px;
		font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
		color:#d0e4ed;
	}
	
	div#hpmojoe .mojoeentry h3 {
		margin: 0px;
		padding: 2px 5px 8px 5px;
		line-height: 20px;
		color: #fff;
	}
	
	div#hpmojoe p.goto {
		text-align :right;
		font-size: 1.1em;
		font-weight: bold;
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		margin: 10px 10px 10px 0px;
		padding: 4px;
	}

		div#hpmojoe p.goto a {
			background-color: #2f6087;
			color: #fff;
			background-image: url(../_images2/orangearrow.png);
			background-repeat: no-repeat;
			background-position: 95% 50%;
			padding: 3px 30px 3px 10px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		div#hpmojoe p.goto a:hover {
			background-color: #ffc57d;
		}

.hpnewspro {
	margin-right: 6px;
	margin-bottom: 20px;
}

#hpmostviewed h2 {
	border-bottom: 2px solid #09347a;
	margin-bottom: 3px;
}

	#hpmostviewed h2 img {margin-bottom: 10px;}

.hpnewspro h1 {
	background-image: url(../_images2/newspro-dotted.gif);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
	
	.hpnewspro h1 a {
		color: #333;
		}
	
	.hpnewspro h1 a:hover {
		color: #b5001b;
		}

.hpnewspro .newsproentry, .hpnewspro li a{
	padding: 5px 11px 7px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
}

	.hpnewspro ul {
		list-style: none;
		margin: 0;
	}
	
	.hpnewspro ul li {
		line-height: 17px;
		padding: 0px 0px 1px 0px;
	}
	
	.hpnewspro ul li a {
		color: #333;
		padding-bottom: 5px;
		display: block;
		font-size: 14px;
	}

.hpnewspro .newsproentry.over, .hpnewspro li a:hover {
	background-image: url(../_images2/newspro-gradient.gif);
	background-repeat: repeat-x;
	background-position: 50% 0%;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;

}

	.hpnewspro li a:hover {
		text-decoration: none;
		color: #09347a;
	}

	.hpnewspro .newsproentry h2 {
		margin: 0px;
		padding: 0px;
	}

	.hpnewspro .newsproentry p {
		line-height: 15px;
		color: #555;
		font-size: .9em;
		margin: 0px;
		padding: 0px;
	}

div#accesshollywood {
	margin: 0px 7px 20px 0px;
	padding: 7px 0px;
	border:1px solid #ddd;
	background-color: #eee;
	text-align: center;
}

div#accesshollywood iframe {
	width: 300px;
	height: 390px;
	margin: 0px;
	padding: 0px;
}











/* ››››››››››› main content ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#pagetitle {
	background-color: #fff;
	padding: 0;
	border: 0 none;
}

#pagetitle {border: 0px;}

#pagetitle a {border:0px;}

#pagetitle a img {border: 0px;}

#pagetitle.box {
	margin-bottom: 9px;
}

#pagecontent #pagetitle {
	margin: 0px 0px 20px 0px;
	color: #1a4f81;
	font-weight: bold;
	border-bottom:2px solid #1a4f81;
}

#main #pgtitle {
	margin: 0px 0px 20px 0px;
	color: #1a4f81;
	font-weight: bold;
	border-bottom:2px solid #1a4f81;
}

#pagecontent div.highlight{
	float: right;
	padding: 10px;
	margin: 0px 0px 10px 20px;
	min-width: 100px;
	max-width: 200px;
	background-color: #ffffca;
}

	#pagecontent .highlight h3 {
		font-weight: bold;
		font-family: 'lucida grande', tahoma, helvetica, arial, sans-serif;
		color: #5b5b3d;
		margin: 0px;
		padding: 0px 0px 10px 0px;
	}
	
	#pagecontent .highlight ul {
		color: #5b5b3d;
		margin: 0px 10px;
		padding: 0px 5px;
	}
	
		#pagecontent .highlight ul li {color: #5b5b3d;}
		#pagecontent .highlight a {color: #5b5b3d;}
		#pagecontent .highlight a:hover {color: #000;}



	
#main #articlecategory {
	margin: 0px 0px 10px 0px;
	color: #777;
	font-weight: bold;
	border-bottom:2px solid #ccc;
	font-size: 1.4em;
	line-height: 18px;
	}

#main p {
	color: #333;
	margin-bottom: 12px;
}

#main p a {
	color: #039;
	text-decoration: underline;
}

#main p a:hover {
	color: #777;
}

#main h2.subtitle {
	font-weight: bold;
	color: #b5001b;
	margin-bottom: 4px;
	padding-bottom: 0px;
	padding-top: 20px;
	}


	#main a.button, #main .meta a {
		text-decoration: none;
		color: #333;
	}



/* :::::::::: BROADCAST ::::::::::::: */

div.newsentry {
	padding: 0px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}

	div.newsentry .category {
		float: left;
		display: inline;
		width: 80px;
		margin: 0px 20px 5px 0px;
	}
	
	.category ul {
		list-style: none;
		margin: 6px 0px;
		padding: 0px 0px 6px 0px;
	}
	
		.category ul li {
			color: #555;
			font-size: .8em;
			line-height: 14px;
			font-family: 'lucida grande', tahoma, verdana, sans-serif;
		}
		
			.category ul li a {
				font-weight: normal;
				color: #555;
			}
			
			.category ul li a:hover {
				color: #b5001b;
			}
			
			.category ul li.commentnumber a {
				font-weight: bold;
				text-decoration: underline;
				color: #333;
			}
			
			.category ul li.commentnumber a:hover {
				color: #b5001b;
			}
			
.newsentry .newsexcerpt {
	padding-left: 100px;
	padding-bottom: 12px;
}	
	
.newsentry.newspro h2 {
	margin: 20px 0px 12px 0px;
	padding: 0px;
	}		
		
.newsentry h2 {
	font-weight: bold;
	color: #333;
	font-size: 1.9em;
	line-height: 24px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

	.newsentry h2 a {color: #111;}
	.newsentry h2 a:hover {color: #888;}

	.newsentry h2 span {
		font-weight: normal;
		color: #999;
		font-size:.6em;
		font-style: italic;
	}

.newsentry h3 {
	font-weight: bold;
	color: #333;
	font-size: 1.4em;
	line-height: 20px;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.newsentry h4 {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 1.2em;
	line-height: 20px;
	margin: 11px 0px 4px 0px;
	padding: 0px;
}










#individual-navigation {
	border-bottom: 1px solid #ddd;
}
	
	#individual-navigation ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	#individual-navigation li span {
		display: none;
	}
	
	#individual-navigation ul li {
		float: left;
		display: inline;
		width: 183px;
		height: 55px;
		margin-right: 10px;
		font-family: 'lucida grande', tahoma, helvetica, arial, sans-serif;
		font-size: .9em;
		line-height: 13px;
	}
	
	#individual-navigation ul li.next {
		text-align: right;
		margin-right: 0;
		}
	
	#individual-navigation ul li a {
		display: block;
		min-height: 40px;
		_height: 40px;
	}
	
	#individual-navigation ul li.next, #individual-navigation ul li.prev {
	
}
	
	#individual-navigation ul li.prev a {
		background-image: url(/_images2/arrows.gif);
		background-repeat: no-repeat;
		background-position: 0px -4px;
		background-color: #fff;
		padding-left: 50px;
		width: 145px;
	}
	
	#individual-navigation ul li.prev a:hover {
		background-position: 0px -104px;
		color: #1a4f81;
		text-decoration: none;
	}
	
	#individual-navigation ul li.next a {
		background-image: url(/_images2/arrows.gif);
		background-repeat: no-repeat;
		background-position: 100% -235px;
		background-color: #fff;
		padding-right: 50px;
		width: 148px;
	}
	
	#individual-navigation ul li.next a:hover {
		background-position: 100% -353px;
		color: #1a4f81;
		text-decoration: none;
	}
	
	#individual-navigation ul li.main a {
		background-image: url(/_images2/returntobizwire.gif);
		background-repeat: no-repeat;
		background-position: 50% 8px;
		text-align: center;
		padding-top:6px;
		background-color: #f2f2f2;
		margin: 0px 20px;
		}
		
	#individual-navigation ul li.main a:hover {
		background-position: 50% -60px;
		}









#main .newsexcerpt p a.morenews {color: #b5001b;}
#main .newsexcerpt p a.morenews:hover {color: #000;}	

#pastarticles {
	background-color: #f2f2f2;
	padding: 15px 30px 15px 15px;
	margin: 0px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
}

	#pastarticles p {
		font-weight: normal;
		color: #555;
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		font-size: .9em;
		margin: 0px;
		padding: 0px;
	}
		
		#pastarticles p a, #pastarticles p a:hover {
			font-weight: normal;
		}
		
		#pastarticles p a {color: #777;}
		#pastarticles p a.tv-bizwire {color: #b5001b;}
		#pastarticles p a.indepth {color: #1C4C7A;}
		#pastarticles p a.mojoe {color: #000;}
		#pastarticles p a.blog {color: #777;}
		
		#pastarticles p a.bizwire:hover, #pastarticles p a.mojoe:hover, #pastarticles p a.lorem:hover, #pastarticles p a.blog:hover {color: #999;}
		
		#pastarticles h3 {
			font-weight: bold;
			font-size: 1.3em;
			line-height: 18px;
			margin: 1px 0px 15px 0px;
			padding: 0px;
		}
		
		#pastarticles h3 a {color: #333;}		
		#pastarticles h3 a:hover {color: #b5001b;}
			










/* ››››››››››› BLOGGER LISTING ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

div#bloggers {
	border-bottom: 2px solid #333;
	}

div.bloggerprofile {
	float: left;
	display: inline;
	width: 270px;
	background-color: #fff;
	border: 1px solid #fff;
	padding: 14px;
	margin: 0px 10px 10px 0px;
}

div.bloggerprofile.over {
	background-color: #f2f2f2;
	border: 1px solid #ddd;
}

	div.bloggerprofile img {
		float: left;
		display: inline;
		margin: 4px 10px 10px 0px;
	}
	
	#bloggers div.bloggerprofile h2, #bloggers div.bloggerprofile p {
		margin: 0px 0px 0px 60px;
	}

	div.bloggerprofile h2 {
		font-weight: bold;
		font-size: 1.5em;
		color: #333;
		padding: 0px;
	}

	div.bloggerprofile p {
		font-style: italic;
		padding: 0px;
	}

		#bloggers div.bloggerprofile p a {
			font-family: 'lucida grande', tahoma, arial, sans-serif;
			font-size: .9em;
			font-style: none;
			color: #b5001b;
			font-weight: bold;
		}
		
		#bloggers div.bloggerprofile p a:hover {
			color: #555;
			text-decoration: underline;
		}


#bloggersbottom .searchbox {
	float: left;
	display: inline;
	padding: 15px;
	width: 300px;
	background-color: #f2f2f2;
}

	#bloggersbottom .searchbox p {
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		font-size: 1em;
		color: #333;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#bloggersbottom .searchbox input{
		border: 1px solid #ccc;
		float: left;
		display:inline;
		margin: 0px 6px 0px 0px;
		width: 230px;
		padding: 4px;
	}

	#bloggersbottom .searchbox button{
		background-image: url(../_images2/nav-go.gif);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		float: left;
		display: inline;
		height: 22px;
		width: 25px;
		background-color: #ea1b25;
		border: none;
		padding: 0px;
		margin: 1px 0px 0px 0px;
	}
	
	#main a.return {
		float: right;
		color: #fff;
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		font-size: 1.1em;
		font-weight: bold;
		background-color: #b5001b;
		padding: 7px 12px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	#main a.return:hover {
		background-color: #333;
	}
	
		






/* ››››››››››› BLOG entries !!! ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

.entry {
	margin-right:18px;
	margin-left: 84px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 16px;
	border-bottom: 2px solid #222;
}

.entry h1 {
	margin-bottom: 7px;
}



.entry .meta {
	font-family: "Lucida Grande", Tahoma, sans-serif;
	padding: 4px 7px;
	line-height: 16px;
	background-color: #f2f2f2;
	border: 1px solid #ddd;
	margin-bottom:0;
	margin-top: 0;
	font-size:11px;
}

.entry .meta a {
	color: #000;
}

.entry .meta a:hover {
	color: #b5001b;
}

.entry .tags {
	line-height:18px;
	font-size: 11px;
	font-style:italic;
	margin-bottom:18px;
	padding: 9px 0;
	margin-bottom:0;
}

.entry p.tags strong {
	color: #b5001b;
}

.entry p.tags a:hover {
	color: #b5001b;
	text-decoration: underline;
}

.entry .headshot {
	margin-left: -66px;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-bottom: 0px;
}

#main .headshot p {
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	line-height: 15px;
}

#main .headshot p a {
	font-weight: normal;
	color: #777;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}

#main .headshot p a.biopic {
	background-image: url(../_images2/grayarrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 8px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#main .headshot p a.biopic:hover {
	color: #b5001b;
	background-position: 0px -30px;
}


.headshot p {
	margin-bottom: -3px;
	padding-bottom: 0px;
}

.headshot p.bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}

.headshot a:hover {
	color:#000;
}

.social{
	height: 36px;
	margin: 15px 0px;
}

.social .button {
	margin: 0 20px 0 0;
}

.inline-advert {
	margin: 20px 0px 20px 20px;
	height: 72px;
}

.inline-advert img{
	display:block;
	margin: 0 auto;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:2.5em;
	margin-bottom:12px;
	line-height:32px;
}

span.separator {
	padding: 0 6px;
	color: #999;
}

.articlemore {
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	border: 1px solid #ddd;
	padding: 12px 12px;
	margin: 36px 0px 35px 0px;
}

.articlemore p {
	color: #333;
	font-size: 1.3em;
	line-height: 16px;
}

.articlemore p a {
	background-image: url(../_images2/continue.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 23px;
	}

.articlemore ul {
	list-style: none;
	border-top: 1px solid #ddd;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}	

.articlemore ul li {
	display: inline;
	font-weight: bold;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	margin-right: 10px;
}

.articlemore ul li.like a {
	background-image: url(../_images2/thumbsup.gif);
	background-repeat: no-repeat;
	background-position: 28px 0px;
}

.articlemore ul li.like a span {
	margin-left: 20px;
	border: 1px solid #ccc;
	padding: 0px 3px;
}

.articlemore ul li.like a:hover span {
	color: #b5001b;
}

.articlemore ul li.permalink {
	border-right: none;
}

.articlemore ul li.permalink a:hover, .articlemore ul li.like a:hover {
	color: #be001c;
	background-position: 28px -30px;
}






/* ››››››››››› comments ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#comment-form-external-auth {
	margin: 10px 0px;
	}

#comment-form-external-auth a {
	font-weight: bold;
	color: #be001c;
	padding: 3px 6px;
	background-color: #eee;
	}
	
#comment-form-external-auth a:hover {
	color: #fff;
	background-color: #be001c;
	}

#postcomment {
	margin-bottom: 21px;
	}

#postcomment h2, #comments h2, #entries #postcomment h2, #entries #comments h2 {
	color: #fff;
	font-family: 'lucida grande', tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #be001c;
	padding: 3px 12px 5px 12px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 1.7em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
}

#comments h2 span {
	background-image: url(../_images2/whitebubble.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #fff;
	color: #555;
	font-size: .7em;
	padding: 4px 5px 6px 5px;
	margin-left: 7px;
	}

#postcomment label {
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	display: block;
}

.commentbox {
	border: 1px solid #ccc;
	margin: 15px 0px 0px 0px;
	padding-bottom: 0px;
	}

.commentbox .commentheader {
	padding: 10px;
	background-color: #ccc;
}

.commentheader h3 {
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.commentheader h3 a {
	color: #000;
}

.commentheader h3 a:hover {
	color: #be001c;
}

.commentheader p {
	float: right;
	display: inline;
}
	
.commentheader p a {
	color: #777;
	font-weight: normal;
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-size: .9em;
}

.commentheader p a:hover {
	font-weight: normal;
}

.commentbox .commentcontent {
	padding: 10px;
	background-color: #eee;
}
	
#comments img {
	clear: left;
	float: left;
	display: inline;
	margin: 0px 10px 5px 0px;
}

#comments img.loading {
	display: block;
	float: none;
	margin: 10px auto;
}

.commentresponse {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 0px;
	margin: 0px 0px 0px 30px;
}

.commentresponse .commentheader {
	padding: 10px;
	background-color: #eee;
}

.commentresponse .commentcontent {
	padding: 10px;
	background-color: #f8f8f8;
}

.commentcontent {
	font-family: georgia, 'gill sans', times, arial, sans-serif;
	line-height: 20px;
	}
	
.commentmeta {
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-size: .9em;
}

.commentmeta ul {
	padding: 6px 15px 8px 15px;
	margin: 0px;
	}

.commentmeta ul li {
	display: inline;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

.commentmeta ul li a {
	background-image: url(../_images2/redarrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 10px;
	color: #333;
}

.commentmeta ul li a:hover {
	color: #be001c;
}


/* bio pages */

#aboutheadshot {
	margin-left: 18px;
	margin-right: 28px;
	padding-bottom: 12px;
}

#aboutheadshot img {
	background-color: #eee;
	padding: 5px;
	border: 1px solid #ddd;
	}

#aboutheadshot ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#aboutheadshot ul li {
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-size: .9em;
	color: #555;
	line-height: 13px;
	border-bottom: 1px solid #ddd;
}

#aboutheadshot ul li a {
	display: block;
	background-repeat: no-repeat;
	padding: 10px 0px 10px 27px;
	color: #555;
}

#aboutheadshot ul li a:hover {
	color: #be001c;
}

#aboutheadshot ul li a.email {
	background-position: 0px 12px;
	background-image: url(../_images2/mailto.gif);
}

#aboutheadshot ul li a.email:hover {
	background-position: 0px -144px;
}

#aboutheadshot ul li a.rss {
	background-image: url(../_images2/littlerss.gif);
	background-position: 0px 7px;
}

#aboutheadshot ul li a.rss:hover {
	background-position: 0px -129px;
}

#aboutbio h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#aboutbio {
	padding-bottom: 20px;
	}

#aboutnav ul {
	display: block;
	list-style: none;
	margin: 0px 0px 30px 0px;
	text-align: right;
}

#aboutnav ul li {
	float: right;
	height: 40px;
	display: inline;
	text-align: right;
	margin-left: 10px;
}

#aboutnav ul li a {
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	background-image: url(../_images2/whitecircle.png);
	background-repeat: no-repeat;
	background-position: 4px 50%;
	color: #fff;
	background-color: #b5001b;
	padding: 10px 10px 10px 34px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#aboutnav ul li a:hover {
	background-color: #555;
}

#entries h2 {
	font-family: 'lucida grande', tahoma, arial, helvetica, sans-serif;
	background-color: #eee;
	border: 1px solid #ddd;
	font-weight: bold;
	font-size: 1.7em;
	padding: 3px 18px 5px 18px;
	margin-bottom: 0px;
}

#entries h1 {
	font-size: 2em;
}

#entries h1 a {color: #111;}
#entries h1 a:hover {color: #888;}

/* ››››››››››› buttons ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */


a.button { 
	background-color:#f5f5f5;
	border: 1px solid #ddd;
	color:#333;
}
a.button:hover, a.button:active { 
	background-color:#fff;
	color:#b5001b;
	border: 1px solid #ccc;
}

a.button span {
	padding: 1px 5px;
}

a.button .scoring-score {
	color:#b5001b;
	background-color: #fff;
	border: 1px solid #eaeaea;
}

a.scorable:hover .scoring-score {
	border-color: #fff;
}

a.button .commentcount {
	border:0 none;
	text-align:center;
	background: url(../_images2/bottomquote.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #be001c;
	display: inline-block;
	color: #fff;
	padding-bottom: 3px;
}


.scoring .scoring-status{
	padding: 0 2px;
	margin: 0 0 -2px;
	width: 15px;
	height: 16px;
	display: inline-block;
	position: relative;
	background-image: url('../_images2/thumbsup.gif');
	background-repeat: no-repeat;
}

.scoring-scorable .scoring-status {
	background-position: 0 -63px;
}


.scoring-scored .scoring-status {
	background-position: 0 -32px;
}

.scoring-pending .scoring-status {
	background: url('../_images2/scoring-pending.gif') no-repeat;
}

a.scoring:hover {
	background-color:#f5f5f5;
	border: 1px solid #ddd;
	cursor: default;
}

a.scoring {
	outline: none;
}

#main a.scoring:hover {
	color: #333;
}

a.scoring-scorable:hover {
	background-color:#fff;
	color:#b5001b !important;
	border: 1px solid #ccc;
	cursor: pointer;
}


/* ››››››››››› sidebar !!! ›››››››››››››››› */

#utility {
	padding: 12px;
	color: #333;
	background: #E6E6E6 url('../_images2/utilitybg.png') -1px bottom no-repeat;
	font-family: 'lucida grande', tahoma,'helvetica neue', arial, sans-serif;
	margin: -9px 0 12px 0px;
}

#utility h3 {
	display: none;
}

#utility p {
	margin: 0;
	padding: 0px;
	font-size: .9em;
	color: #333;
}

#utility a {
	color: #B4001B;
	font-weight: bold;
	text-decoration: none;
}

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

#sidebar .advert, .hp .advert {
	height: 250px;
	overflow: hidden;
	margin-bottom:20px;
	background: #fff url('../_images2/adbg.png') 100% 1px no-repeat;
}

#sidebar .box {
	background-color:#fafafa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sidebar .inner {
	padding: 12px 12px 15px 12px;
	margin: 5px;
	background-color:#eee;
}

#sidebar .box.outer {
	background-color: #fff;
	padding: 0;
	border: 1px solid #ddd;
}

#sidebar h2 {
	color: #b5001b;
	font-family: Interstate, "Helvetica Neue", Arial, sans-serif;
	/* note: font to CUFON */
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 20px;
	}

#hot, #hot .inner {
	padding-top: 0;
}

#hot ul.switcher {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#hot ul.switcher li {
	font-weight: bold;
	color: #333;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 4px 0px;
	border-bottom: 1px solid #ddd;
	line-height: 15px;
}

#hot ul.switcher li img {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 0px;
}

#hot ul.switcher li a {
	display: block;
	padding: 4px;
}

#hot ul.switcher li a:hover {
	background-color: #ddd;
	color: #b5001b;
}

ul#recentcomments {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#recentcomments li {
	font-weight: normal;
	color: #666;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 8px 0px;
	border-bottom: 1px solid #ddd;
	min-height: 30px;
	line-height: 15px;
}

ul#recentcomments li img {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 0px;
	border: 1px solid #ddd;
}

ul#recentcomments li a {
	min-height: 30px;
	color: #333;
	font-style: italic;
}

ul#recentcomments li a:hover {
	text-decoration: none;
	color: #b5001b;
}




.tabmenu {
	margin: 0;
	list-style: none;
	height: 30px;
}

.inner .tabmenu {
	margin: 0 -12px 18px;
}

.tabmenu li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: .9em;
	line-height: 30px;
	height: 30px;
	width: 101px;
	border-right: 5px solid #fff;
	text-align: center;
}

.tabmenu li {
	background-color: #aaa;
}

.tabmenu a {
	outline: none;
	font-weight: bold;
	display: block;
	height: 100%;
}

.tabmenu a:hover {
	background-color: #b5001b;
	color: #fff;
}

.tabmenu .active a {
	color: #b5001b;
}

.tabmenu .active a:hover {
	color: #fff;
}

.tabmenu li.last {
	border-right: 0;
}

.tabmenu li.active {
	background-color: #eee;
}








/* - article list - top utility (search + sort) - */

#bloginfo {
	background-image: url(../_images2/sortbg.gif);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	}
	
#bloginfo .whosblogging {
	float: right;
	display: inline;
	width: 200px;
}

#bloginfo .search {
	float: left;
	display: inline;
	width: 400px;
}

#bloginfo .sort {
	float: left;
	display: inline;
	width: 400px;
	margin-bottom: 15px;
	}

#bloginfo h3 {
	font: bold 14px/18px "Lucida Grande", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 9px 0px;
}

#bloginfo input {
	float: left;
	display:inline;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 3px 3px 4px 2px;
}

#bloginfo input:focus {
	background-color: #fff;
}

#bloginfo button {
	margin: 0 0 10px 5px;
	border-color: #b5001b;
	background-color: #b5001b;
	color: #fff;
	padding: 1px 3px 2px;
	text-transform: uppercase;
}

#bloginfo a.button {
	margin: 0px 4px 0px 0px;
	background-color: #fff;
	border: 1px solid #ddd;
}

#bloginfo a.selected { 
		background-color:#b5001b;
		color:#fff;
		border: 1px solid #d9354d;
}







/* ››››››››››› tags ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#tags p {
	font-family: tahoma, arial, helvetica, sans-serif;
	}

#tags a{
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	line-height: 20px;
	padding: 1px 2px 1px 0;
	display: block;
	/*float: left;*/
	display:inline;
}

#tags a:hover {
	background-color: #fff;
}

#tags .rank-1 { font-size: 1.3em; color: #222; }
#tags .rank-2 { font-size: 1.2em; color: #333; }
#tags .rank-3 { font-size: 1.1em; color: #444; }
#tags .rank-4 { font-size: 1em; color: #555; }
#tags .rank-5 { font-size: .9em; color: #666; }
#tags .rank-6 { font-size: .9em; color: #888; }


/* holy rounded corner CSS */
.sidebarblogfeed {
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 10px 0px;
}

.sidebarblogfeed #openmictitle {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	border: 0px;
	display: block;
	background-color: #fff;
	}
	
	.sidebarblogfeed #openmictitle img {
		border: 0px;
		padding: 5px 0px;
		padding-left: 0px;
		}

.sidebarblogfeed div.inner {
	padding: 12px 5px 2px 5px;
	margin: 5px;
	background-color:#eee;
}

.sidebarblogfeed h2 {
	font-size: 2em;
	margin-left: 9px;
	}

.sidebarblogfeed h2 a {
		color: #b5001b;
	}
	
	#sidebar h2 a {
		color: #b5001b;
	}

.sidebarblogfeed .sidebarblogentry {
	border-bottom: 1px solid #ccc;
	padding: 6px 7px 5px 0px;
	}
	
	.sidebarblogfeed .sidebarblogentry.last {
	border-bottom: 0px;
	}
	
	.sidebarblogfeed .sidebarblogentry span {
		font-size: .7em;
		color: #888;
		font-weight: normal;
		font-style: italic;
	}
	
.sidebarblogfeed .sidebarblogentry.over {
	border-bottom: 1px solid #ccc;
	background-color: #ddd;
	}

.sidebarblogfeed img {
	float: left;
	display: inline;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 2px 8px 10px 0px;
}

.sidebarblogfeed p.meta {
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-weight: normal;
	color: #b5001b;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	}
	
	.sidebarblogfeed p.meta span {
		color: #555;
	}
	
.sidebarblogfeed .sidebarblogentry h3 {
	color: #333;
	font-size:1.3em;
	line-height: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}	
	
	.sidebarblogentry h3 a {color: #333;}
	.sidebarblogentry h3 a:hover {color:#b5001b;}
		

.sidebarblogfeed ul {
	list-style: none;
	margin: 10px 0px;
	padding: 0px;
	text-align: right;
	}	
	
.sidebarblogfeed ul li {
	margin: 0px 5px 0px 0px;
	display: inline;
	font-family: 'lucida grande', tahoma, arial, sans-serif;
	font-weight:  normal;
	color: #fff;
	padding: 0px;
	font-size: .9em;
	}	
	
	.sidebarblogfeed ul li a {
		padding: 4px 25px 4px 7px;
		margin: 0px;
		color: #fff;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		background-image: url(../_images2/whitegrayarrow.png);
		background-repeat: no-repeat;
		background-position: 96% 50%;
	}	
	
		.sidebarblogfeed ul li a.hot {background-color: #B4001B;}	
		.sidebarblogfeed ul li a.tvwblog {background-color: #555;}	
		
		.sidebarblogfeed ul li a.hot:hover {background-color: #e00727;}	
		.sidebarblogfeed ul li a.tvwblog:hover {background-color: #000;}	

div#sidebarmojoe {
	min-height: 300px;
	background-color: #1c4c7a;
	background-image: url(../_images2/hpmojoebg.gif);
	background-repeat: no-repeat;
	margin: 6px 6px 12px 0px;
	padding: 0px 0px 10px 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	div#sidebarmojoe img.mojoelogo {
		float: right;
		display: inline;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}
	
	div#sidebarmojoe img.latestposts {
		margin: 16px 0px 11px 0px;
		}


div#sidebarmojoe .mojoeentry {
	margin: 6px 8px;
	background-color: #1c4c7a;
	padding: 0px;
	border-bottom: 1px solid #2e5b85;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

div#sidebarmojoe .mojoeentry.over {
	border-bottom-color: #285887;
	background-color: #285887;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
	
	div#sidebarmojoe .mojoeentry p {
		margin: 0px;
		padding: 4px 5px 0px 5px;
		font-size: 0.8em;
		line-height: 12px;
		font-family: verdana, 'lucida grande', tahoma, arial, sans-serif;
		color:#d0e4ed;
	}
	
	div#sidebarmojoe .mojoeentry h3 {
		margin: 0px;
		font-size: 1.3em;
		padding: 2px 5px 8px 5px;
		line-height: 20px;
		color: #fff;
		font-weight: bold;
	}
	
	div#sidebarmojoe p.goto {
		text-align :right;
		font-size: 1em;
		font-weight: normal;
		font-family: 'lucida grande', tahoma, arial, sans-serif;
		margin: 10px 10px 10px 0px;
		padding: 4px;
	}

		div#sidebarmojoe p.goto a {
			background-color: #2f6087;
			color: #fff;
			background-image: url(../_images2/orangearrow.png);
			background-repeat: no-repeat;
			background-position: 95% 50%;
			padding: 3px 30px 3px 10px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
		}
		
		div#sidebarmojoe p.goto a:hover {
			background-color: #ffc57d;
		}







/* ››››››››››› Search Results ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#search-results h2 {
	font-family: 'lucida grande', tahoma, 'helvetica neue', helvetica, arial, sans-serif;
	font-weight: bold;
	color: #B4001B;
	margin: 0px;
	padding: 0px;
}

#search-results h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 15px 0px 6px 0px;
	padding: 0px;
}

#search-results h3 a  {color: #333;}
#search-results h3 a:visited  {color: #888;}
#search-results h3 a:hover  {color: #B4001B;}
	
#search-results p {
	color: #555;
	font-family: 'lucida grande', tahoma, 'helvetica neue', helvetica, arial, sans-serif;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	}
	
#search-results .search-result {
	border-bottom: 1px solid #ddd;
	}

#search-results .search-result p {
	font-family: arial, helvetica, sans-serif;
	color: #333;
	border-bottom: 0px;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 6px;
	}

#search-results .search-result p.posted {
	font-family: 'lucida grande', tahoma, 'helvetica neue', helvetica, arial, sans-serif;
	color: #555;
	font-size: .9em;
	border-bottom: 0px;
	padding: 0px;
	padding-bottom: 12px;
	}






/* >>>>>>>>>>> viral video specific <<<<<<<<<<<< */ 
/* viral */
#main .largevideo {
margin: 0px 0px 15px 0px;
padding: 0px 0px 7px 0px;
border-bottom: 1px dotted #bbb;
}
#main .viral img.number {
float: left;
display: inline;
margin: 0px 8px 0px 0px;
padding: 0px;
background-color: #eee;
border: 0px;
}
#main .largevideo img {
float: left;
display: inline;
margin: 0px 18px 6px 0px;
padding: 6px;
background-color: #eee;
border: 1px solid #ddd;
}
#main .largevideo h2 {
font-family: 'helvetica neue', helvetica, arial, sans-serif;
font-weight: bold;
color: #999;
margin: 0px 0px 10px 0px;
padding: 0px;
}
#main .largevideo h3 {
font-family: 'helvetica neue', helvetica, arial, sans-serif;
font-weight: bold;
color: #333;
line-height: 20px;
margin: 0px 0px 10px 0px;
padding: 0px;
}
#main .viral p {
color: #666;
margin: 0px 0px 10px 0px;
padding: 0px;
}
#smallvideos .smallvideo {
width: 165px;
float: left;
margin: 0px 33px 0px 0px;
display: inline;
}
#smallvideos .smallvideo img {
margin: 0px;
padding: 0px;
}
#smallvideos .smallvideo h2 {
font-family: 'helvetica neue', helvetica, arial, sans-serif;
font-weight: bold;
color: #999;
line-height: 20px;
margin: 7px 0px 10px 38px;
padding: 0px;
}
#smallvideos .smallvideo h3 {
padding: 10px 0px 10px 0px;
margin: 0px;
font-size: 1.3em;
color: #333;
font-weight: bold;
}
#smallvideos {
margin-top: 40px;
border-bottom: 1px dotted #bbb;
}
#editorschoice {
margin-top: 40px;
}
#editorschoice h1 {
color: #b5001b;
}


/* ››››››››››› temporary ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */




.box {
	background-color:transparent;
}

#entries .box {
	border-bottom: 2px solid #333;
	}






/* ---------- newsletters ------------- */

.newsletter_description {
	border-bottom: 1px solid #ccc;
	padding: 12px 0px;
	}

.newsletter_description img {
	float: left; 
	display: inline; 
	margin: 0px 10px 10px 0px;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #eee;
	}


















/* ››››››››››› footer ‹‹‹‹‹‹‹‹‹‹‹‹‹‹ */

#footer {
	background: url('../_images2/footerbg.png') repeat-x;
	background-color: #be213b;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

#footer #follow {
	width: 120px;
	float: right;
	display: inline;
	text-align:right;
	margin-right: 20px;
	margin-top: 10px;
}

#footer #follow img {float: right;}

	a.footerfollow {
		float: right;
		display: block;
		margin: 5px 2px 0px 3px;
		width: 32px;
		height: 32px;
		background-repeat: no-repeat;
	}
	
	a.footerfollow:hover {
		background-position: 0px -68px;
		}
		
	a#footerfacebook {background-image: url(../_images2/footer-facebook.png);}
	a#footertwitter {background-image: url(../_images2/footer-twitter.png);}
	a#footerrss {background-image: url(../_images2/footer-rss.png);}


#footer ul {
	list-style: none;
	margin: 5px 0px 15px 22px;
}

#footer ul li {
	display: inline;
	margin-right: 12px;
	padding-right:12px;
	border-right: 1px solid #c54752;
	font-family: 'Lucida Grande', Tahoma, arial, sans-serif;
}

#footer ul li a {
	color: #fae4e7;
}

#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	display: block;
	margin: 5px 0px 15px 22px;
	color: #fae4e7;
	}
	
	#footer p a {
		color: #fae4e7;
	}
	
	#footer p a:hover {
       	color: #fff;
       	text-decoration: underline;

	}







