/*
Site: Lost Free Online
Author: www.lostfreeonline.com
Description: Watch Lost episodes for free!
*/

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

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Georgia, Sans-serif;
	color: #000;
	font-size: 13px;
	background-color: #335566;
}

img {
	border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	color: #bbb;
	margin: 0;
	padding: 0;
}

/* ------------ Countdown Timer ------------ */

#cd {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

#cd #number {
	font-size: 20px;
	font-weight: bold;
	color: #00a40c;
}

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

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

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

#header {
	margin-bottom: 7px;
	padding-bottom: 7px;
	width: 800px;
	height: 236px;
}

#top_logo {
	width: 800px;
	height: 200px;
	background: url(images/header.png) no-repeat;
}
	

/* ------------ Navigation & New Episode Info ------------ */


#navigation {
	float: left;
	width: 680px;
	height: 36px;
	background: url(images/top_bar.png) no-repeat;
}

#navigation ul li a{
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	list-style: none;
	display: inline;
}

#navigation ul {
	margin: 8px 0 0 0;
	padding: 0;
	text-align: center;
}

#navigation ul li {
	margin: 0 15px 0 0;
	padding: 0;
	font-size: 20px;
	font-family: Serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.3px;
	list-style: none;
	display: inline;
}

#episode_update {
	float: right;
	padding-bottom: 4px;
	padding-top: 2px;
	width: 120px;
	text-align: center;
	background: url(images/episode_update.png) no-repeat;
	
}

#episode_update .top {
	font-size: 10px;
	font-weight: bold;
}

#episode_update .bottom {
	font-size: 14px;
	font-weight: bold;
}

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

#sidebar {
	float: left;
	margin-right: 7px;
	width: 246px;
}

#storead {
	margin: 0;
	padding: 0;
}
#sidebar img {
	margin: 0;
	padding: 0;
}

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

#sidebar ul li {
	margin: -3px 0 0 0;
	padding: 0;
}

#login {
	width: 246px;
float: left;
text-align: right;
margin-bottom: 3px;
}

#poll {
	float: left;
	margin-right: 7px;
	width: 246px;
	font-size: 10px;
}

/* ------------ Advertisements ------------ */

#sidebar_ad {
	margin-top: 10px;
	width: 250px;
	height: 250px;
}

#right_ad {
	float: right;
	width: 120px;
	height: 600px;
}	

/* ------------ Season Page ------------ */

#top_episodes {
	float: left;
	width: 400px;
	
}

#top_episodes ul{
	margin: 0 0 0 0;
	list-style: none;
	margin-bottom: 3px;
	display: inline;


}

#top_episodes ul li {
	width: 100px;
	display: inline;
	list-style: none;
	float: left;
}

#top_episodes ul li img {
	margin-left: 10px;

}

#top_episodes ul li p {
	clear: both;
	font-size: 10px;
	text-align: center;
	margin-bottom: -3px;
	margin-top: -3px;
}
#season_page {
	float: left;
	width: 400px;
}

#top_tables {
	float: left;
	width: 400px;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background-color: #bbbbbb;
	
}

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

ul#episodes li.listing {
	float: left;
	margin: 0;
	padding: 0;
	width: 199px;
	height: 85px;
}

ul#episodes li.listing img {
	margin-right: 5px;
	float: left;
}

ul#episodes li.listing p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

/* ------------ Video Page ------------ */

#video_page {
	text-align: center;
	float: right;
	width: 540px;
	border: 1px solid #000;
	background-color: #ccccaa;
}

#video_page object {
	margin: 0;
	padding: 0;
}

#video_page .video_title {
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
}

#video_page .video_info{
	float: left;
	margin-left: 14px;
	text-align: left;
}

#video_page .video_info span.info_label {
	font-weight: bold;
}

#video_page .video_info p {
	margin: 0;
	padding: 0;
}

#video_page .video_info p.description {
	margin-top: 14px;
	padding: 0;
}

#discussion_section {
	float: left
	width: 530px;
	font-size: 12px;
}
#discussion_comment_wrapper {
	width: 530px;
}
#discussion_user_info {
	float: left;
	width: 180px;
	height: 85px;
	margin-right: 10px;

	
}
#discussion_comment {
	text-align: center;
	float: left;
	width: 340px;
	height: 85px;


}

/* ------------ Registration ------------ */

#registration {
	float: left;
	width: 540px;
	font-size: 12px;
}

#registration_form {
	width: 380px;
	font-size: 12px;
	text-align: right;
}

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

#footer {
	margin: 0 auto;
	clear: both;
	width: 800px;
	height: 30px;
	font-size: 10px;
	text-align: right;
}