/*  
Theme Name: The Doctor Who Site Theme
Theme URI: http://www.thedoctorwhosite.co.uk/
Description: The Doctor Who Site Theme
Version: 4.1
Author: Luke Williams
Author URI: http://www.lukeishere.co.uk

*/

body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background:#e3e3e3;
}

form {
	padding:0;
	margin:0;
}

.AlignLeft {float:left}
.AlignRight {float:right}

.Hide, .hide {
	display:none;
}

.Edit a {
	padding:5px 15px;
	background:red;
	color:#FFFFFF !important;
}

img {border:none;}

.ClearFix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.ClearFix {
	display: inline-block;
}
 
html[xmlns] .ClearFix {
	display: block;
}
 
* html .ClearFix {
	height: 1%;
}

ul, li, ol {
	padding:0;
	margin:0;
	list-style:none;
}

.Wrapper {
	width:1000px;
	margin:0 auto;
}

a {
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	margin:0;
	font-weight:normal;
}

h1 {
	color:#1b80b0;
	font-size:30px;
	padding:12px 15px 12px 11px;
	float:left;
}

h2 {
	color:#202020;
	font-size:22px;
	padding:10px 0 6px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #202020;
}
	h2 a {
		color:#202020 !important;
		text-decoration:none;
	}

h3 {
	color:#1b80b0;
	font-size:18px;
	padding:14px 0 14px 0;
}

h4 {
	color:#ffffff;
	background:#1b80b0;
	font-size:16px;
	padding:10px 20px;
	border-bottom:1px solid #FFFFFF;
	border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;
}
	h4 a {
		color:#ffffff;
	}

p {
	font-size:15px;
}
	p a {
		color:#1b80b0;
	}

			
/***************** Body ******************/

#BodyHeader {
	background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/banner-news.jpg) no-repeat;
	height:190px;
	width:1000px;
	position:relative;
}
	#BodyHeader a {
		color:#1b80b0;
	}
	#BodyHeader strong a {
		position:absolute;
		top:84px;
		left:30px;
		font-size:75px;
		font-weight:normal;
	}
	#BodyHeader ul {
		position:absolute;
		bottom:25px;
		right:30px;
		font-size:14px;
		color:#1b80b0;
	}
		#BodyHeader ul li {
			display:none;
			padding-left:20px;
		}
			#BodyHeader ul li a:hover {
				text-decoration:underline;
			}
			
#Body {
	padding:11px;
	background:#FFFFFF;
}

.Column1 {
	width:326px;
	float:left;
	display:inline;
	
}
	.Column1M  {
		width:304px;
		margin:11px;
	}

.Column2 {
	width:652px;
	float:left;
}
	.Column2M  {
		width:630px;
		margin:11px;
		display:inline;	
	}

.Column3 {
	width:978px;
	float:left;
	display:inline;
}
	.Column3M  {
		width:956px;
		margin:11px;
	}
	
.Column5M li {
	width:141px;
	margin:11px;
	display:inline;
	float:left;
}
	.Column5M li a {
		border-radius: 5px;-moz-border-radius: 5px;
		padding:4px;
		display:block;
		background:#e3e3e3;
	}
		.Column5M li a:hover {
			background:#1b80b0;
		}
	.Column5M li img {
		width:133px;
	}
	
.Column5M li a[href $='.php'] { 
	display:none;
}

.ColumnI3M li {
	width:195px;
	margin:11px;
	display:inline;
	float:left;
	text-align:center;
}

.SearchForm {
}
	.SearchForm .SearchInput {
		width:400px;
		background:#FFFFFF;
		border:1px solid #202020;
		color:#1b80b0;
		padding:5px;
		font-size:17px;
	}
	.SearchForm .SearchSubmit {
		background:#202020;
		color:#ffffff;
		border:none;
		padding:5px 20px;
		font-size:17px;
	}


.ResultsInline li {
	margin:11px 0 !Important;
}

.Results li {
	min-height:110px;
	height:auto !important;
	height:110px;
	border-bottom:1px dotted #1b80b0;
	margin:11px;
}
	.Results li img {
		float:left;
		width:120px;
		padding:0 14px 10px 0;
	}
	.Results li p {
		padding:0;
		margin:0;
		font-size:14px !important;
		line-height:20px !important;
	}
	.Results li p a {
		color:#333333;
	}
	.Results li strong {
		color:#1b80b0;
		font-size:18px;
		padding-bottom:12px;
		display:block;
	}
		.Results li a:hover strong {
			text-decoration:underline;
		}
.Results li.Column1 {
	min-height:140px;
	height:auto !important;
	height:140px;
}
.Results li.Column2  {
	min-height:110px;
	height:auto !important;
	height:110px;
}
	.Results li.Column2 img  {
		width:110px;
		height:90px;
	}

		
.HeadLine {
	background:#e3e3e3;
	margin-bottom:22px;
	width:590px;
	margin:11px;
	padding:20px;
	border-radius: 5px;-moz-border-radius: 5px;
}
	.HeadLine img {
		float:left;
		margin-right:20px;
	}
	.HeadLine p {
		padding:0;
		margin:0;
		display:block;
	}
	.HeadLine p a {
		color:#333333;
	}
	.HeadLine strong {
		color:#1b80b0;
		font-size:18px;
		padding-bottom:12px;
		display:block;
	}
		.HeadLine a:hover strong {
			text-decoration:underline;
		}
		
.More li {
	min-height:180px;
	height:auto !important;
	height:180px;
	background:#e3e3e3;
	border-radius: 5px;-moz-border-radius: 5px;
}
	.More li img {
		float:left;
		width:68px;
		padding:0 14px 10px 0;
	}
	.More li p {
		padding:0;
		margin:0;
		padding:18px;
	}
	.More li p a {
		color:#333333;
	}
	.More li strong {
		color:#1b80b0;
		font-size:18px;
		padding-bottom:12px;
		display:block;
	}
		.More li a:hover strong {
			text-decoration:underline;
		}
		
.Small li {
	border-bottom:1px dotted #1b80b0;
}
	.Small li br {
		display:none;
	}
	.Small li a {
		padding:6px 0;
		display:block;
		color:#1b80b0;
		font-size:12px;
	}
		.Small li a:hover {
			text-decoration:underline;
		}
		
.SideNav {
	margin-bottom:22px;
}	
	.SideNav li {
		padding:0 0 1px 0;
		margin:0px;
	}
		.SideNav li a {
			margin:0;
			padding:10px 20px;
			display:block;
			background:#e3e3e3;
			color:#1b80b0;
		}
			.SideNav li a:hover, .SideNav li.ui-tabs-selected a  {
				padding:10px 0 10px 30px;
				color:#ffffff;
				background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/NavArrow.gif) #1b80b0 no-repeat 10px 13px ;
			}
	.SideNav li:first-child a {
		border-radius: 5px 5px 0 0;-moz-border: 6px 6px 0 0;
	}
	.SideNav li:last-child a {
		border-radius: 0 0 5px 5px;-moz-border: 0 0 6px 6px;
	}
			
#recentcomments .SideList {
	margin-bottom:22px;
	display:block;
}
	#recentcomments li, .SideList li {
		padding:6px 5px;
		border-bottom:1px dotted #1b80b0;
		font-size:12px;
	}
		#recentcomments li:hover, .SideList li:hover {
			border-bottom:1px solid #1b80b0
		}
		#recentcomments li a {
			color:#666666;
		}
		.SideList li a {
			color:#1b80b0;
			font-size:14px;
		}
			#recentcomments li a:hover, .SideList li a:hover {
				color:#1b80b0;
				text-decoration:underline;
			}
			
.Panel {
}	
	.Panel li {
		display:inline;
		
	}
		.Panel li a, .Panel li div {
			background:#e3e3e3;
			text-align:center;
			display:block;
			color:#1b80b0;
			border-radius: 5px;-moz-border-radius: 5px;
			margin-bottom:22px;
		}
		.Panel li img {
			margin:6px 6px 6px 6px;
		}
		.Panel li img + span {
			display:block;
			padding:0px 0 8px 0;
		}
		* html .Panel li span {
			display:block;
			padding:0px 0 8px 0;
		}
			.Panel li a:hover {
				background:#1b80b0;
				color:#FFFFFF;
				text-decoration:none;
			}
			
.Guide {
}	

		.Guide li {
			display:inline;
			margin:11px;
			float:left;
		}
		.Guide li a {
			background:#ececec;
			display:block;
			width:292px;
			color:#1b80b0;
			min-height:92px;
			font-size:12px;
			padding:6px;
			border-radius: 5px;-moz-border-radius: 5px;
			float:left;
			
		}
		.Guide li a img {
			margin:6px 12px 0 6px;
			float:left;
			height:80px;
		}
		.Guide li a strong {
			color:#202020;
			padding:7px 0 2px 0;
			font-size:16px;
			display:block;
		}
			.Guide li a:hover {
				background:#1b80b0;
				color:#FFFFFF;
			}
			.Guide li a:hover strong {
				color:#FFFFFF;
			}
			
		.Info li, .InfoLink li a {
			width:304px;
			margin:11px;
			display:block;
			background:#ececec;
			width:290px;
			padding:7px 7px 0 7px;
			*padding:7px 7px 7px 7px;
			border-radius: 5px;-moz-border-radius: 5px;
			text-align:center;
		}
		.Info li, .InfoLink li {
			float:left;
			display:inline;
		}
			.Info li p {
				font-size:14px;
				line-height:18px;
			}
			.InfoLink li span {
				font-size:14px;
				display:block;
				padding:10px 0;
			}
			

	
.SmallGuide {
	margin:0px 0 11px 0;
}	
.SmallGuide li {
	margin:0 0 11px 0;
}
	.SmallGuide li a {
		min-height:72px;
	}
		.SmallGuide li a img {
			margin:6px 12px 0 6px;
			float:left;
			height:60px;
		}	
		
			
.Content p {
	font-size:16px;
	line-height:26px;
	color:#333333;
}
	.Content a {
		color:#1b80b0;
	}
		.Content p a:hover {
			text-decoration:underline
		}
		
h4 + .Box {
	background:#e3e3e3;
	padding:16px;
	margin-bottom:22px;	
	border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;
}

h4 + ul li:first-child a {
	border-radius: 0px !important;-moz-border-radius: 0px !important;
}

.Box {
	background:#e3e3e3;
	padding:16px;
	margin-bottom:22px;	
	border-radius: 5px;-moz-border-radius: 5px;
}
	.Box h3 {
		padding:0 0 10px 0;
	}
	.Box li {
		padding-bottom:10px;
	}
			
.Element {
	background:#e3e3e3;
	padding:11px;
	float:left;
	width:140px;
	text-align:center;
	margin:0 20px 30px 0;
	border-radius: 5px;-moz-border-radius: 5px;
}
	.Element img {
		width:120px;
		height:90px;
		margin-bottom:10px;
	}
	.Element strong {
		display:block;
	}
	
.Content .Comment {
	width:auto;
	padding:14px;
	background:#e3e3e3;
	min-height:100px;
	height:auto !Important;
	height:100px;
	position:relative;
	margin-bottom:40px;
}
	.Content .Comment p {
		font-size:14px;
		line-height:20px;
		padding:0 0 14px 0;
	}
	.Content .Comment p.CommentPoster {
		font-size:16px;
	}
	.Content .Comment .avatar {
		margin:0 14px 14px 0;
		float:left;
		width:75px;
		height:75px;
		background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/quote.gif) no-repeat;
		display:block;
	}
	.Content .CommentTag {
		width:45px;
		height:22px;
		position:absolute;
		bottom:-22px;
		left:60px;
		display:block;
		background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/Comment.gif) no-repeat;		
	}
	ol.Circle, ul.Circle {
		list-style:circle;
		padding:10px 0 10px 20px;
	}
		ol.Circle li, ul.Circle li {
			list-style:circle;
			padding:8px 0;
		}
		.Circle li a:hover {
			text-decoration:underline;
		}
	
.PageNavigation a, .PageNavigation span {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #1b80b0;
	background: #e3e3e3;	
}

.PageNavigation a:hover, .PageNavigation span.current {
	color: #ffffff;
	background: #1b80b0;	
}

.Relative, .RelativeIn {
	position:relative;
	width:630px;
	height:290px;
	margin-bottom:20px;
}
.RelativeIn span {
	margin:11px !important;
}
.Relative span, .RelativeIn span {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:630px;
	z-index:100;
	height:290px;
	background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/Corners.png) no-repeat;
}

* html .Relative span {
	background:none;
}


.ui-tabs-hide {
	display: none;
}

.ToolTip{
	cursor:pointer;
}

#tooltip{
	position:absolute;
	background:#202020;
	padding:8px 14px;
	color:#ffffff;
	display:none;
	border-radius: 5px;-moz-border-radius: 5px;
	max-width:300px;
	text-align:center;
}

hr {
  border: 0;
  color: #333333;
	background-color: #333333;
	height: 2px;
	margin:30px 0;
}

#Ads {
	border-top:2px solid #333333;
	padding:30px 0 0 0;
	margin-top:20px;
}

.Video {
	margin:20px 20px 20px 0;
}
.Rounded {
	padding:7px;
	background:#ececec;
	border-radius: 5px;-moz-border-radius: 5px;
	margin-bottom:22px;
}
	img.Rounded[align $='right'], img.BigImage[align $='right'] {
		margin:0 0 20px 20px;
	}
	img.Rounded[align $='left'], img.BigImage[align $='left'] {
		margin:0 20px 20px 0 ;
	}

#Help {
	position:fixed;
	bottom:16px;
	right:16px;
	background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/Help.png) no-repeat;
	width:55px;
	height:55px;
	display:block;
}
	#Help #HelpComment {
		display:none;
		position:fixed;
		bottom:80px;
		right:15px;
		background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/HelpComment.png) no-repeat;
		width:247px;
		height:102px;
		padding:10px;
		color:#FFFFFF;
	}
	#Help:hover #HelpComment {
		display:block;
	}
*html #Help {
	display:none;
}

#CommentForm input {
	padding:5px;
	font-size:16px;
}
#CommentForm textarea {
	padding:5px;
	font-size:16px;
	font-family:inherit;
	width:600px;
}

#WhatsNext {
	display:block; float:right; width:300px; color:#FFFFFF;
}
	#WhatsNext strong {
		font-size:14px;
		display:block;
		float:none;
	}
	
	#WhatsNext ul {
		margin:0 !important;
		padding:0 !important;
		float:none;
	}
		#WhatsNext ul li {
			padding:0 0 5px 0 !important;
			margin:0 0 5px 0 !important;
			border-bottom:1px solid #CCCCCC;
			font-size:12px !important;
			display:block;
			float:none;
		}
			#WhatsNext ul li a {
				color:#ffffff;
			}

.Toggle {
	border-bottom:1px dotted #202020;
	display:none;
}

.ToggleP, .ToggleBP {
	padding:8px 35px;
	margin:0;
	background:url(/wp-content/themes/tdws-v4.1/images/plus.gif) 10px 13px no-repeat #202020;
	color:#FFFFFF !important;
	cursor:pointer;
	border-radius: 5px;-moz-border-radius: 5px;
	margin-top:22px;
}

.ToggleS, .ToggleBS {
	background:url(/wp-content/themes/tdws-v4.1/images/minus.gif) 10px 13px no-repeat #202020;
}

.Flash {
	padding:10px;
	background:#e3e3e3;
	margin:40px auto;
	border-radius: 5px;-moz-border-radius: 5px;
	width:auto;
}

.Quiz {padding:10px;background:#000;margin:20px auto;border-radius: 10px;border-radius: 5px;-moz-border-radius: 5px;width:auto;display:inline-block;}
.Quiz table, .Quiz td, .Quiz tr {border:none;padding:0;margin:0;}
.Quiz td {background:#000;}
.Quiz input {border:none;padding:10px;background:#fff;font-size:20px;display:inline;width:20px;margin:1px;}
.Quiz td {position:relative;}
.Quiz td span {position:absolute; display:block; padding:1px 0 0 1px;}

.Loader { background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/loader.gif) center no-repeat; width:auto; height:40px;}

#YouTubeContainer {
	width:600px;
	padding:15px;
	border-radius: 5px;-moz-border-radius: 5px;
	background:#e3e3e3;
	overflow:hidden;
	margin-top:20px;
}

*:first-child+html #YouTubeContainer, * html #YouTubeContainer {
	width:600px !important;
}

#YouVid {
	height:350px;
	overflow:auto;
	width:130px;
	float:left;
	margin:0 10px 0 0;
}

	#YouVid li {
		width:90px;
		height:70px;
		padding:5px;
		background:#fff;
		margin:0 0 10px 0;
	}
	
	#YouVid li:hover, #YouVid li.YouTubeSelect {
		background:#1b80b0;
	}

#YouVid li span {
	width:90px;
	height:70px;
	overflow:hidden;
	display:block;
	cursor:pointer;
	position:relative;
}
	
	#YouVid li span:hover small {
		position:absolute;
		bottom:0;
		left:0;
		background:#333333;
		padding:3px;
		color:#FFFFFF;
		z-index:1;
		font-size:12px;
	}
	
	
	*:first-child+html #YouVid li span, *:first-child+html #YouVid li span:hover small {
	position:static;
	}
	
	#YouVid li span img {
		margin:-10px 0 0 -15px;	
	}

#YouTubeBox {
	width:460px;
	height:350px;
	background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/loader.gif) center no-repeat;
	float:left;
}

.ToggleBox {
	height:135px;
	overflow:hidden;
	position:relative;
	margin:14px 0 0 0;
}
	.ToggleBox .Fader {
		background:url(/wp-content/themes/tdws-v4.1/images/Fade.png) no-repeat;
		width:310px;
		height:88px;
		display:block;
		position:absolute; bottom:0; right:0;
	}
	.ToggleBox .AlignLeft {
		width:304px;
	}
.ToggleBoxS {
	height:auto;
	overflow:hidden;
}
	.ToggleBoxS .Fader {
		display:none !important;
	}
	.ToggleBox .AlignRight {
		width:304px;
	}
	.ToggleBox .AlignRight p {
		padding:0 0 20px 0;
		margin:0;
	}
.ToggleBox + p {
	margin:12px 0 20px 0;
}



.Meta {
	background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/loader.gif) no-repeat 50% 70px;
	height:100px;
	overflow:hidden;
	/* Above Helps to load */
	padding-top:16px;
}

.MetaList, .Tabs {
	border-bottom:3px solid #000;
	width:956px;
	padding:0 22px;
	margin-left:-11px;
}

*:first-child+html .MetaList, * html .MetaList, *:first-child+html .Tabs, * html .Tabs {
	border-bottom:3px solid #000;
	width:956px;
	padding:0 11px;
	margin-left:0;
}

.MetaList li {
		float:left;
		display:none;
	}
	
	.MetaList li a, .Tabs a {
		float:left;
		margin:5px 1px 0px 0;
		padding:8px 14px 0 14px;
		height:22px;
		background:#333;
		font-size:12px;
		text-align:center;
		color:#FFFFFF !important;
		border-radius: 5px 5px 0 0;-moz-border-radius: 5px 5px 0 0;		
	}
	.MetaList li a:hover, .MetaList li.Selected a, .ln-letters a.ln-selected {
		float:left;
		margin:0 1px 0 0;
		padding:10px 14px 0 14px;
		height:25px;
		background:#202020;
	}
	.MetaList li.Selected a, .ln-letters a.ln-selected {
		padding:10px 14px 0 14px;
	}
	
.MetaDiv {
	display:block;
}

#CountDown strong {
	width:auto;
	padding:6px 0;
	display:block;
	text-align:center;
	font-size:30px;
	background:#333333;
	color:#FFFFFF;
	border-radius: 4px;-moz-border-radius: 4px;
	background:url(/wp-content/themes/tdws-v4.1/images/Grad.png) repeat-x center #b2460a;
}
#CountDown p {
	width:33%;
	float:left;
	text-align:center;
	padding:6px 0;
	font-size:20px;
}
#CountDown span {
	display:block;
	padding:5px 0 0 0;
	font-size:70%;
	text-align:center;
}
#CountDown h5 {
	font-size:16px;
	text-align:center;
	border-top:1px solid #000000;
	clear:both;
	padding:10px 0 0 0;
	margin:0;
}
#CountDown h5 strong {
	font-size:20px;
	margin: 10px 0 0 0;
}

.ImageSet {
	border-radius: 5px;-moz-border-radius: 5px;
	background:#e3e3e3;
	margin:25px 0;
	min-height:152px;
}
	.ImageSet img {
		float:left;
		padding:7px;
		width:196px;
	}
	
strong.Highlight {
	font-size:16px;
	line-height:26px;
	color:#fff;
	border-radius: 5px;-moz-border-radius: 5px;
	display:block;
	margin:22px 0 0 0;
	padding:8px 11px 8px 75px; 
	background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/Note.png) no-repeat 20px center #1b80b0;
}

blockquote {
	width:auto;
	padding:16px 10px 30px  10px;
	background:url(http://www.thedoctorwhosite.co.uk/wp-content/themes/tdws-v4.1/images/QuoteWhite.png) no-repeat 16px 16px #1b80b0;
	margin:0 0 22px 0;
	border-radius: 5px;-moz-border-radius: 5px;
}
	blockquote p {
		width:auto;
		padding:26px 0 20px  90px;
		font-size:26px !important;
		color:#FFFFFF !important;
		margin:0;
		font-weight:bold;
	}
	blockquote strong {
		font-weight:normal;
		font-size:18px;
		color:#FFFFFF;
	}

.Load {
	background:url(/wp-images/loader.gif);
	width:220px;
	height:19px;
	display:block;
}

.BigImage {
	width:auto;
	padding:20px;
}
	.BigImage img {
		padding:10px 30px;
		display:block;
		margin:0 auto;
	}

#SocialMedia {
	width:300px;
	height:19px;
	padding:23px 11px 12px 11px;
	float:right;
}
	#SocialMedia .SocialIcon {
		float:right;
	}
	#SocialMedia .SocialFacebook {
		margin-top: -5px\9 ;
	}

#GoogleReader {
	padding:0 0 20px 0;
}
#GoogleReader h3, #GoogleReader .f {
	display:none;
}
#GoogleReader li {
	font-size:14px;
}
	#GoogleReader li a {
		padding:11px 0 11px 10px;
		display:block;
		text-decoration:none;
		color:#333333;
		border-radius:5px;
		background:#e3e3e3;
		margin:6px 0 0 0;
	}
	#GoogleReader li a:hover:before {
		text-decoration:underline;
	}
	#GoogleReader li a:before {color:#ccc;  font-size:12px; width:130px; display:inline-block; margin:0 20px 0 0; display:block;}
	#GoogleReader li a[href*="merchandise."]:before {color:#002b44; content: "Merchandise"; }
	#GoogleReader li a[href*="blog."]:before {color:#666; content: "Blog"; }
	#GoogleReader li a[href*="news."]:before {color:#1b81b1; content: "News"; }
	#GoogleReader li a[href*="flickr"]:before {color:#9d188f; content: "Flickr"; }
	#GoogleReader li a[href*="youtube"]:before {color:#9d1818; content: "Youtube"; }