/*
-----------------------------------------------
Videoscopemag.com CSS screen styles
Author:   Daniel Hower
Version:  December 2008
----------------------------------------------- */

	
/* Structure
----------------------------------------------- */
body {
	font: small arial;
	}
	
#subcats, #ad1, #logo, #ad2, #nav, #subnav, .praise, #reviews, #backissues, br, #google01, #google02, #google03, #google04 {
	display: none;
	}
	
h1, h2, h3, h4 {
	margin: 0;
	}
	
ul {
	list-style: none;
	}
	
#content li {
	padding-bottom: 10px;
	}
	
.col1 {
	width: 50%;
	float: left;
	}
	
.col2 {
	width: 50%;
	float: right;
	}
	
#footer p {
	font-size: 85%;
	line-height: 1.2em;
	padding-bottom: 0;
	}
	
img {
	border: 0;
	}
	
table {
	width: 75%;
	margin-bottom: 15px;
	}
	
th, td {
	text-align: left;
	vertical-align: top;
	}
	
img.magazine {
	margin-bottom: 15px;
	}

@media print {
    .ui-tabs-nav { display: none; }
}

/* Dynamic List Styles - Used for Movie Review and Interview Index pages
---------------------------------------------------------------------- */
dl {
	width: 100%;
	float: left;
	}
	
dt {
	width: 75%;
	padding: 5px 15px 5px 5px;
	float: left;
	}
	
dd {
	padding: 5px;
	float: left;
	}
	
.grey {
	background: #e1e1e1;
	}