/*
Theme Name: Watch_ Template
Theme URI: http://watchnetwork.tv
Description: Basic Watch_ Template.
Version: 1.2
Author: Gareth Price
Author URI: www.iamgp.com
*/

/* ----- Quick Styling (Any non default colours) ----- */
	
	h2 span { color: #1ea0e7; }
	a { color: #1ea0e7; }
	div#sidebar { background: #1ea0e7; }
	form#searchform input#s { background: #1ea0e7; }
	
	p#disclaimer { color: #69cdf5; }
	
/* ----- CSS ----- */

	* { margin: 0; padding: 0;}
	
	body {
		font-family: "Lucida Sans", Tahoma, Arial, Sans-Serif;
		font-size: 11px;
		background: #2f2f2f;
	}
	
	#wrapper {
		margin-left: auto;
		margin-bottom: 0;
		margin-right: auto;
		width: 990px;
		margin-top: 20px;
	}
	
	div#page-left {
		float: left;
		min-height: 500px;
	}
	
	div#page-right {
		width: 640px;
		float:right;
		padding: 50px;
		min-height: 400px;
		background: #fff;
	}
		
	h1 { display: none; }
	
	h2 a { 
		font-size: 15px; 
		color: #000;
		text-transform: capitalize;
	}
	
	h2 span {
		text-transform: uppercase;
		font-weight: 100;
	}
	
	h3 { padding-top: 10px; }
	
	h5 {
		color: #fff;
		text-transform: uppercase;
		text-align: right;
		padding-top: 12px;
		border-top: 1px dotted #ffadd3;
	}
	
	a {
		text-decoration: none;
		font-weight: bold;
		cursor: pointer !important;
	}

		a:hover { text-decoration: underline; }

	img a, a img { border: 0px; }

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

	div#page-left ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 11px;
			font-weight: normal;
	}
	
	div#page-left a:hover { text-decoration: underline; }

	div#sidebar {
		padding: 50px 50px 50px 30px;
		width: 170px;
	}

	ul#navigation { 
		text-align: right; 
		padding-bottom: 10px;
	}
	
		ul#navigation li, ul#meta li, ul#other_links li {
			list-style: none;
			line-height: 200%;
		}
	
	ul#meta, ul#other_links {
		text-align: right;
	}
	
	a#logo {
		cursor: pointer;
	}
	
		a#logo img {
			position: relative;
			margin-left: -10px;
			margin-bottom: 10px;
			cursor: pointer;
		}
	
	form#searchform {
		padding-top: 5px;
		padding-bottom: 10px;
	}
	
		form#searchform input#s {
			width: 160px;
			border: 1px dotted #ffadd3;
			padding: 5px;
			color: #fff;
			text-align: right;
		}
	
	p#disclaimer {
		text-align: right;
		padding-top:25px;
		font-size: 8px;
		font-style: italic;
	}
	
	p#welcome {
		text-indent: -9999px;
		font-size: 1px;
		padding: 0px;
		margin: 0px;
		line-height: 1%;
	}
	
	div#lower-sidebar {
		color: #eee;
		padding: 0px 50px 50px 30px;
		width: 170px;
		text-align: right;
	}
	
	ul#affiliates {
		list-style: none;
		text-align: right;
		margin-top: 10px;
	}
	
		ul#affiliates li {
			padding: 5px 0px;
		}

	

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

	#episode-season {
		font-style: italic;
		float: right;
		color: #a1a1a1;
		margin-top: -15px;
	}
	

	#video { 
		margin: 0 auto;
		margin-top: 10px;
		text-align: center;
		padding-top: 15px;
		border-top: 1px solid #a1a1a1;
	}
	
	#video-description  p, #video-description div {
		text-align: justify;
		padding: 5px 0;
		line-height: 150%;
		color: #6a6a6a;
	}
	
	#video-links {
			margin-top: 15px; 
			padding-top: 15px; padding-bottom: 25px;
			border-top: 1px solid #a1a1a1;
		}
			
			#video-links > #previous { float: left; }
			#video-links > #next { float: right; }
			
	#video-sociable {
		background: #eee;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		padding: 10px;
		color: #666;
		margin-top: 5px;
	}
	
		#video-sociable .sociable-right {
			float: right;
			margin-top: -17px;
			position: relative;
		}
	
/* ----- Ads ----- */
	
	#top-ad {
		padding-top: 30px;
	}
	
	.ad { padding: 15px 0; }

/* ----- Reusables ----- */

	.center {
		text-align: center;
		margin: 0 auto;
	}
	
