/*
Stylesheet for DiversityTV's "Screens" section.
by Chris Larkee
c/o TDS Management Group
*/

body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 80%;
	width:850px;
	background-color:#547994;
	background-image:url(../../wp-content/themes/dtv-4/images/bg-gradient.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	background-attachment:fixed;
}

a, a:link, a:focus, a:hover {
	color:#ddd;
}

#flashvideo {
	width:444px;
	margin-left:auto;
	margin-right:auto;
}

.navigators ul{
	font-size: 90%;
}

.navigators ul li {
	list-style-type: none;
	display: inline;
}

.navigators ul li a:link, .navigators ul li a:visited {
	float:left;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 23px;
	height: 23px;
	font-weight: bold;
	width: 101px;
	margin: 0px 4px 0px 4px;
	background-image: url(../../wp-content/themes/dtv-4/images/tab-button.png);	
}
.navigators ul li a:hover, .navigators ul li a:active {
	background-image: url(../../wp-content/themes/dtv-4/images/tab-button-dn.png);
}

img {
	border:0px;
	}
	
h1 {
	font-size:x-large;
	text-align:center;
	letter-spacing:8px;
	margin:0px;
	padding:0px;
	border-bottom: 2px solid #ddd;
}	

h2 {
	letter-spacing:2px;
	font-size:medium;
	margin:20px 0px 0px 0px;
}

h3 {
	color:#000;
	font-size:small;
	font-weight:bold;
	margin:2px 0px 0px 0px;	
}

input {
	color:#000;
	width: 240px;
	margin: 5px 0px 0px 0px;
}

input.button1 {
	height:40px;
}

input.button2 {
	height:40px;
	margin: 10px auto 10px auto;
}

input.button3 {
	width:20px;
	margin:0px;
}

p {
	margin:5px 0px 0px 0px;
}

#header {
	width:850px;
	height:165px;
	background-image:url(../../wp-content/themes/dtv-4/images/world-header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:#000;
	margin:10px 0px 5px 0px;
	padding:5px;
}

.content {
	margin:10px 0px 5px 0px;
	padding:5px;
	width:850px;
	border:2px outset #000;
	background-color:#485760;
	float:left;
}

#wrap {
	width:864px;
}

.left {
	margin: 5px 0px 0px 0px;
	padding:5px;
	width:607px;
	border:2px outset #000;
	background-color:#485760;
	float:left;

}

.right {
	margin: 5px 0px 0px 0px;
	padding:5px;
	width:224px;
	border:2px outset #000;
	background-color:#485760;
	float:right;
}

.grid {
	width:276px;
	height:55px;
	float:left;
	margin:2px 2px 20px 2px;
	background-color:#eee;
	text-align:center;
	border: 1px solid #000;
}

#footer {
	font-size:smaller;
	text-align:center;
	color:#fff;
	height:80px;
	clear:both;
}
