/* Page declarations */
body {
	padding: 0px;
	margin: 0px;
	font: normal 0.9em verdana, arial, helvetica, sans-serif;
	background: #C8E2FE url('/images/itw_background.gif');
	background-repeat: repeat-y;
}
img {
	border: 0px;
}

/* BANNER: the top hollywood.com banner */
#banner-top-container {
	position: absolute;
	left, top: 0px;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	width:1070px;
	height: 90px;
	background: #5495FC;
}
#banner-top {
	float: left;
	margin: 0px; 
	padding: 0px;
	border: 0px;
	width: 798px;
	height: 90px;
	
}

#banner-subscribe {
	float: left;
	border: 0px;
	margin: 0px; 
	padding: 0px;
	width: 121px;
	height: 90px;
}
#banner-winit {
	float: left;
	border: 0px;
	margin: 0px;
	padding: 0px;
	padding-right: 12px;
	width: 246px;
	height: 90px;
}
#banner-cross-container {
	text-align: center;
}
#banner-cross {
	float: center;
	margin: 0 auto; 
	padding: 0px;
	width: 120px;
	height: 600px;
	background: #FFF;
	
}

/* BODY: contains main area */
#primary-content {
	position: absolute;
	background: #FFF;
	top: 105px;
	left: 259px;
	width: 452px;
	padding: 15px;
}

#secondary-content {
	/* left nav */
	position: absolute;
	top: 105px;
	left: 0px;
	border, margin, padding: 0px;
	padding-left: 13px;
	width: 246px;
	background: #5495FC;
	color: #FFF;
	font: normal 0.9em arial, helvetica, sans-serif;
}

#secondary-content a, 
#secondary-content a:active, 
#secondary-content a:visited {
	color: #FF0;
}

#tertiary-content {
	/* right nav */
	position: absolute;
	top: 105px;
	left: 741px;
	border, margin: 0px;
	padding-right: 13px;
	width: 316px;
}


/* Poll */
.poll-container {
	background: #C8E2FE;
	color: #294AAD;
	font: bold 1.2em arial,helvetica,sans-serif;
	text-align: center;
}
.poll-header {
	margin: 0px;
	padding: 0px;
}
.poll-header h3 {
	margin: 0px 5px 10px 5px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #294AAD;
}
.poll-body {
	text-align: center;
	width: 316px;
	height: 190px;
}




/* General page styling */
h1, h1.bodyHeader {
	margin: 0px;
	#padding: 0px 0px 5px 0px;
	font: bold 1.5em verdana, arial, helvetica, sans-serif;
}

h2 {
	margin: 0px;
	#padding: 0px 0px 5px 0px;
	font: bold 1.2em verdana, arial, helvetica, sans-serif;
}

div.bodyCopy {
	font: normal 1em verdana, arial, helvetica, sans-serif;
	color: #000;
}

/* blog styling */
.entry {
	width: 452px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 2px solid #CCC;
}
.entry-dateline {
	font: normal 0.8em arial,helvetica,sans-serif;
	color: #333;
	padding-bottom: 5px;
}
.entry-subhead {
	
}
.entry-subhead h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font: bold 20px verdana, arial, helvetica, sans-serif;
}
.entry-subhead-permalink {
	text-decoration: none;
	color: #000;
}
.entry-copy {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #000;
}
.entry-footer {
	padding-top: 10px;
	font: normal 12px verdana, arial, helvetica, sans-serif;

}
.entry-footer a, .entry-footer a:active, .entry-footer a:visited {
	color: #000;
}
#archive-link {

	font-weight: bold;
	text-align: center;
	padding: 15px 0px 15px 0px;
	font-size: 1.5em;
}
#archive-link a {

}


/* Blog archive styling */
.archive-list-item {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #000;
}

.comments-header {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font: bold 18px verdana, arial, helvetica, sans-serif;
	color: #00B3F0;
}

.content-nav {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #000;
}

.content-banner {
	padding-top:  10px;
	padding-bottom:  10px;
	margin-bottom: 15px;
	text-align:  center;
	border-bottom: 2px solid #CCC;
}

/* Footer */
#footer-container {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 15px;
	background: #2B4CA1;
}
#footer-links {
	font: normal 11px verdana, arial, helvetica, sans-serif;
	color: #079CD7;
}
#footer-links a, #footer-links a:visited, #footer-links a:active {
	color: #079CD7;
	text-decoration: none;
}
#footer-copyright {
	font: normal 12px verdana, arial, helvetica, sans-serif;
	color: #079CD7;
}

#skyscraper-top {
	padding-top: 25px;
	text-align: center;
}

#skyscraper-bottom {
	padding-top: 25px;
	text-align: center;
}

/* ********************************************** */
/* NAV STYLING                                    */
/* ********************************************** */

/* header */
#nav-header {
	text-align: center;
	color: #000;
	padding-bottom: 10px;
}
#nav-header-logo {
	border: 0px;
    margin: 0px;
    width:246px;
    height: 60px;
}

/* top story */
#nav-topstory {
	background: #2B4CA1;
}
#nav-topstory h2 {
	width:246px;
	height: 37px;
	background: url('/images/nav_topstory.gif');
	background-repeat: no-repeat;
}
#nav-topstory h2 span {
	display:none;
}
#nav-topstory img {
	border: 0px;
}
#nav-topstory-content {
	padding: 10px;
}
/* internal div declarations */
#topstory-title {
	font: bold 1.4em arial,helvetica,sans-serif;
	color: #FFF;
} 
#topstory-title a, 
#topstory-title a:active, 
#topstory-title a:visited {
	color: #FFF;
	text-decoration: none;
}
#topstory-body {}
#topstory-permalink {}

/* special feature */
#nav-specialfeature {
	background: #2B4CA1;
}
#nav-specialfeature h2 {
	width:246px;
	height: 31px;
	background: url('/images/nav_specialfeature.gif');
	background-repeat: no-repeat;
}
#nav-specialfeature h2 span {
	display:none;
}
#nav-topstory img {
	border: 0px;
}
#nav-specialfeature-content {
	padding: 10px;
}
/* internal div declarations */
#specialfeature-title {
	font: bold 1.4em arial,helvetica,sans-serif;
	color: #FFF;
} 
#specialfeature-title a, 
#specialfeature-title a:active, 
#specialfeature-title a:visited {
	color: #FFF;
	text-decoration: none;
}
#specialfeature-body {}
#specialfeature-permalink {}

/* Win IT Daily */
#nav-winitdaily {
	margin-top: 3px;
	background: #2B4CA1;
}
#nav-winitdaily h2 {
	width:246px;
	height: 31px;
	margin-top: 10px;
	padding-top: 10px;
	background: #000;
	color: #FFF;
	font: bold 1.2em arial,helvetica,sans-serif;
	text-align: center;
}
#nav-tvscoops-content {
}

/* TV Scoops */
#nav-tvscoops {
	margin-top: 3px;
	background: #2B4CA1;
}
#nav-tvscoops h2 {
	width:246px;
	height: 31px;
	background: url('/images/nav_tvscoops.gif');
	background-repeat: no-repeat;
}
#nav-tvscoops h2 span {
	display:none;
}
#nav-tvscoops img {
	text-align: left;
	border: 0px;
	padding-right: 10px;
}
#nav-tvscoops-content {
	padding: 10px;
}

/* Banners */
#nav-banners {
	width:246px;
}


/* Links */
#nav-links {
	margin-top: 3px;
	padding-top: 10px;
	background: #2B4CA1;
}
#nav-links ul {
	margin: 0;
	padding: 0;
}
#nav-links li {
	margin-top: 10px;
	padding: 15px;
	background: #000;
	color: #FFF;
	font: bold 1.2em arial,helvetica,sans-serif;
	list-style-type: none;
}
#nav-links a, #nav-links a:active, #nav-links a:visited {
	color: #FFF;
	text-decoration: none;
}

/* RSS */
#nav-rss {
	margin-top: 3px;
	padding: 10px 5px 15px 15px;
	background: #2B4CA1;
	font: normal 1.2em arial,helvetica,sans-serif;
}
#nav-rss ul {

}
#nav-rss li {
	color: #FFF;
}
#nav-rss a, #nav-rss a:active, #nav-rss a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ********************************************** */
/* CROSS (RIGHT-HAND COLUMN) STYLING              */
/* ********************************************** */

/* In Touch Video */
#crs-intouchvideo {
	padding-bottom: 10px;
	margin-bottom: 3px;
}
#crs-intouchvideo h2 {
	width:316px;
	height: 37px;
	background: #000 url('/images/crs_intouchvideo.gif');
	background-repeat: no-repeat;
}
#crs-intouchvideo h2 span {
	display:none;
}
#crs-intouchvideo-player {
	width: 316px;
	height: 200px;
	margin-bottom: 5px;
	text-align: center;
}
#crs-intouchvideo-description {
	padding: 0px 15px 0px 10px;
}
#crs-intouchvideo-link {
	text-align: right;
	padding: 10px 15px 10px 0px;
	font-size: 0.8em;
}
#crs-intouchvideo-link a, crs-intouchvideo-link a:active, crs-intouchvideo-link a:visited {
	color: #000;
}

/* ITW Facebook */
#itw-facebook {
	text-align: center;
	padding-bottom: 15px;
}

/* Current cover */
#crs-cover {
	text-align: center;
	padding: 0px 20px 10px 20px;
}

/* In This Issue */
#crs-inthisissue {
	/*background: #C8E1FE;*/
	padding-bottom: 10px;
	margin-bottom: 3px;
}
#crs-inthisissue h2 {
	width:316px;
	height: 35px;
	background: url('/images/crs_inthisissue.jpg');
	background-repeat: no-repeat;
}
#crs-inthisissue h2 span {
	display:none;
}
#crs-inthisissue-content {
	background: #FFF;
	margin: 0px 25px 0px 35px;
	padding: 5px;
	font: 0.9em arial,helvetica,sans-serif;
}

/* Instant Poll */
#crs-instantpoll {
	padding-bottom: 10px;
	margin-bottom: 3px;
}
#crs-instantpoll h2 {
	text-align: center;
	padding: 5px;
	background: #000;
	color: #FFF;
	font: bold 1.4em arial,helvetica,sans-serif;
}
#crs-instantpoll-content {
	width: 316px;
	height: 143px;
}
#crs-instantpoll-content span{ display:none; }

#crs-quigo {
	padding-left: 5px;
	padding-top: 20px;
}

/* ********************************************** */
/* LIGHTBOX STYLING              */
/* ********************************************** */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


