/*
Site: www.watch-the-office-online.net

*/

/* ------------ Globals ------------ */

body {
	margin: 0 0;
	padding: 0 0;
	font-family: Arial;
	color: #000;
	font-size: 12px;
	background-color: #666;
}

a img { border:none; }

a:link {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color: #006;
	text-decoration: none;

}

a:hover {
	color: #00a;
	text-decoration: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin: 0 0;
	padding: 0 0;
	color: #333;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: -1px;
}

/* ------------ Wrapper ------------ */

#wrapper {
	margin: 0 auto;
	width: 850px;
}

/* ------------ Header ------------ */

#header {
	margin: 0 auto;
	width: 850px;
	height: 220px;
	background: url(images/header.png) top no-repeat;
}

/* ------------ Navigation ------------ */

#nav {
	margin: 0 auto;
	padding-top: 198px;
	padding-left: 50px;
	width: 850px;
	height: 23px;
	font-weight: bold;
	font-size: 16px;
}


/* ------------ Inside Wrapper ------------ */

#inside_wrapper {
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 850px;
background: #fff;	
}

/* ------------ Footer ------------ */

#footer {

	margin: 0 auto;
	width: 850px;
	height: 32px;
	background: #666;
}

#footer p {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: 7px 35px 0 0;
	padding: 0;
}

#footer a {
	text-decoration: underline;
}

/* ------------ Content ------------ */

#content {
	float: left;
	width: 680px;
	padding-left: 5px;
padding-right: 0px;
}

#content h4 {
	font-size: 11px;
	color: #999;
	text-transform: none;
	font-weight: normal;
}
.episode_preview {
float: left;
margin-right: 5px;
	width: 329px;
	height: 100px;
	border: 3px double #aaa;
	margin-bottom: 4px;
}

.episode_preview img{
	float: left;
	width: 120px;
	height: 100px;

}

.episode_preview p.episode_title {
padding-left: 3px;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
	font-weight: bold;
	float: left;
	width: 206px;
	background: #ddd;
}

.episode_preview p.episode_info {

	padding-left: 5px;
	width: 204px;
	font-size: 11px;
	float: left;
	margin-bottom: -7px;
}
.episode_preview p.episode_desc {

	margin-bottom: -10px;
padding-right: 5px;
}
#video {
	text-align: center;
	margin-top: 4px;
}

#video_top {
	margin-bottom: -8px;
}

#video_top_left {
	float: left;
	margin-left: 55px;
}

#video_top_right {
	float: right;
	margin-right: 45px;
}

.summary_preview {
	float: left;
	margin-right: 5px;
	width: 670px;
	height: 100px;
	border: 3px double #aaa;
	margin-bottom: 4px;
}

.summary_preview img{
	float: left;
	width: 120px;
	height: 100px;

}

.summary_preview p.summary_title {
	padding-left: 3px;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	font-weight: bold;
	float: left;
	width: 547px;
	background: #ddd;
}

.summary_preview p.summary_info {
	height: 16px;
	padding-left: 5px;
	width: 250px;
	font-size: 11px;
	float: left;
	margin: 0 0 0 0;
	
}
.summary_preview p.summary_desc {
	float: left;
 	width: 535px;
	padding-left: 5px;
	margin-top: 0px;
	padding-right: 5px;
}

/* ------------ Sidebar ------------ */

#sidebar {
	margin-top: 4px;
	float: right;
	width: 160px;
	margin-right: 5px;
}

#sidebar ul {
	list-style-image: url(images/bullet.png)
}

#sidebar_section {
	margin-bottom: 5px;
	border: 3px double #aaa;
}

#sidebar_section p {
	margin-left: 5px;
	margin-right: 5px;
}

#sidebar_section li {
	margin-left: -15px;
	font-weight: bold;
}

#skyscraper {
	 text-align: center;
}

#sidebar p.older_news{
	margin-top: -5px;
	margin-bottom: 1px;
	text-align: right;
	font-size: 9px;
}

#sidebar p.older_news a{
	color: #777;
}
