/*  
Theme Name: Snowfix season 2
Theme URI: http://wordpress.org/
Description: The theme for the second season of Snowfix (in association with Extreme)
Version: 0.9
Author: Charles Davison
Author URI: http://www.guminteractive.com/
*/


/* DEFAULTS /*
/*=========================*/
* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	display: block;
}

abbr {
	border: none;
}

a {
	color: #ef0479;
	text-decoration: none;
	font-weight: bold;
}

	a:hover {
		background: #ef0479;
		color: #fff;
	}

input.radio {
	margin: 0;
	padding: 0;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}

ul {
	display: block;
	list-style-type: none;
}


/* HACKS ETC. /*
/*=========================*/
.accessibility {
	display: none;
}

.replace {
	position: relative;
	margin: 0;
	padding: 0;
	/* hide overflow:hidden from IE5/Mac */
	/* \*/
	overflow: hidden;
	/* */
}

.replace span{
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 1; /*for Opera 5 and 6*/
}

.replace a, .replace a span {
	cursor: pointer;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */



/* MAIN LAYOUT /*
/*=========================*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, Sans-Serif;
	background: #565752;
	text-align: center;
	color: #333;
	margin: 0;
	padding: 0;
}
	
	#mainHeaders {
		float: left;
		text-indent: -2000em;
	}

	#mainContainer {
		background: url(images/bg.gif);
		width: 770px;
		margin: 0 auto;
		text-align: left;
		border: 1px solid #000;
	}
			
		#masthead, #masthead span {
			background: url(images/masthead.gif) no-repeat;
			width: 770px; height: 133px;
		}
		
		#page {
			background: url(images/bg-bottom.gif) no-repeat bottom right;
			padding: 0 8px;
			padding-bottom: 80px;
			min-height: 250px; /*Update in IE6 CSS */
		}
			
			#main {
				float: left;
				width: 542px;
			}
			
			#extra {
				float: right;
				width: 204px;
			}
			
			
/* SITEWIDE /*
/*=========================*/
ul.links li {
	background: url(images/link-bullet.gif) no-repeat 0 5px;
	padding-left: 10px;
}


/* MAIN /*
/*=========================*/
.post {
	padding: 8px;
	background: #fff;
	font-size: 1.2em;
	margin-bottom: 8px;
}

	.post .header {
		padding-bottom: 2px;
		background: url(images/grey-dots.gif) repeat-x bottom;
		margin-bottom: 6px;
	}
	
		.post .header h2 {
			float: left;
			font-size: 1.5em;
		}
		
		.post .header .date {
			float: right;
			color: #777;
			font-size: .9em;
			margin-top: .6em;
		}
		
	.post .screenshot {
	
	}

	.post .details {
		margin-top: 8px;
	}
		
		.post .entry {
			float: left;
			width: 321px;
		}
		
		.post.simple-post .entry {
			width: 100%;
		}
		
			.post .entry p {
				margin-bottom: 1em;
			}
		
			.post .entry ul {
			}
				
				.post .entry li {
					background: url(images/bullet.gif) no-repeat 0 5px;
					padding-left: 10px;
					margin: 4px;
				}
				
					.post .entry li ul {
						margin: 1px;
						font-size: .95em;
					}
					
				.post .entry img {
					margin-bottom: 8px;
				}
					
				.post .entry img.left {
					float: left;
					margin: 0 8px 8px 0;
				}
				
			.post .entry h3 {
				font-size: 1em;
				margin-top: 1em;
			}
			
			.post .entry h4 {
				font-size: 1em;
			}
			
		.post .buttons {
			float: right;
			width: 197px;
		}
		
			.post .buttons h3.watch-header, .post .buttons h3.watch-header span {
				background: url(images/headers/watch.gif) no-repeat;
				width: 50px; height: 19px;
				text-indent: -2000em;
			}
			
			.post .buttons h3.downloads {
				margin-top: 16px;
			}
		
				.post .buttons h3.downloads, .post .buttons h3.downloads span {
					background: url(images/headers/download.gif) no-repeat;
					width: 82px; height: 19px;
					text-indent: -2000em;
				}
			
			.post .buttons ul {
			
			}
			
				.post .buttons li {
					/* Fixes paragraph problems in IE 6 */
					font-size: 0px;
					line-height: 0px;
					margin-bottom: 4px;
				}
				
					.post .buttons li a {
						display: block;
						font-size: 1em;
						line-height: 1.5em;
					}
					
						.post .buttons li img {
							width: 197px; height: 59px;
						}
				
	.post .meta {
		margin-top: 16px;
	}
	
		.post .meta li {
			float: left;
			width: 100px;
		}
			
			.post .meta .comments {
				background-image: url(images/icons/comment.gif);
				background-repeat: no-repeat;
				background-position: 0 50%;
				padding-left: 20px;
			}
			
			
.sectionContainer {
	padding: 8px;
	background: #fff;
	font-size: 1.2em;
	margin-bottom: 8px;
}

	.sectionContainer h2 {
		margin-bottom: 8px;
	}

		#you-guys, #you-guys span {
			background: url(images/headers/you-guys.gif) no-repeat;
			width: 78px; height: 19px;
		}
		
		#previous-episodes, #previous-episodes span {
			background: url(images/headers/previous-episodes.gif) no-repeat;
			width: 133px; height: 19px;
		}
		
		#search-results, #search-results span {
			background: url(images/headers/search-results.gif) no-repeat;
			width: 107px; height: 16px;
		}
		
		#archive, #archive span {
			background: url(images/headers/archive.gif) no-repeat;
			width: 64px; height: 16px;
		}
	
		#blog-main-header, #blog-main-header span {
			background: url(images/headers/snowfix-extra.gif) no-repeat;
			width: 133px; height: 18px;
			text-indent: -2000em;
		}
		
		#blog-charlie-header, #blog-charlie-header span {
			background: url(images/headers/charlies-blog.gif) no-repeat;
			width: 109px; height: 18px;
		}
		
		#blog-tim-header, #blog-tim-header span {
			background: url(images/headers/tims-blog.gif) no-repeat;
			width: 81px; height: 18px;
		}
		
		#blog-jools-header, #blog-jools-header span {
			background: url(images/headers/jools-blog.gif) no-repeat;
			width: 80px; height: 18px;
		}
	
	.sectionContainer h3.pageSubHeader {
		font-size: 1em;
		margin-top: -8px;
		margin-bottom: 16px;
	}
		
	.sectionContainer p {
		margin-bottom: 1em;
	}
		
	#frappr {
		margin-bottom: 8px;
	}
	
					
.post-summary {
	margin-bottom: 20px;
}

	.post-summary .header {
		padding-bottom: 2px;
		background: url(images/grey-dots.gif) repeat-x bottom;
		margin-bottom: 6px;
	}
	
		.post-summary .header h3 {
			float: left;
			font-size: 1em;
			margin-top: 0;
		}
		
		.post-summary .header .date {
			float: right;
			color: #777;
			font-size: .9em;
		}

	.post-summary .screenshot {
		float: left;
		width: 160px; height: 120px;
	}
	
	.post-summary .info {
		float: right;
		width: 358px;
	}
	
	.post-summary.simple-post .info {
		float: none;
		width: 100%;
	}
	
		.post-summary .entry {
		
		}
		
			.post-summary h3 {
				font-size: 1em;
				margin-top: 1em;
			}
					
		.post-summary .entry img {
			margin-bottom: 8px;
		}
		
		.post-summary .entry img.left {
			float: left;
			margin: 0 8px 8px 0;
		}
			
		.post-summary ul {
		}
			
			.post-summary li {
				background: url(images/bullet.gif) no-repeat 0 4px;
				padding-left: 10px;
				margin: 4px 0;
			}
				
				.post-summary li ul li {
					margin: 1px;
					font-size: .95em;
				}


.navigation {
	font-size: 1.2em;
	margin-top: 8px;
	text-align: right;
	color: #ef0479;
}

	.navigation span {
		background: #fff;
		padding: 2px 0;
	}
		.navigation a {
			background: #fff;
		}
		
			.navigation a:hover {
				background: #ef0479;
			}

	.navigation .previous {
		float: right;
	}
	
	.navigation .next {
		float: right;
		margin-left: 4px;
	}
	
#comments {
	padding: 8px;
	background: #fff;
	font-size: 1.2em;
}
	
	#comments h3 {
		margin-bottom: 8px;
	}

		#comments h3, #comments h3 span {
			background: url(images/headers/comments.gif) no-repeat;
			width: 81px; height: 16px;
		}
	
	#comments .commentlist li {
		margin-bottom: 20px;
		list-style-type: none;
	}		
	
		#comments .commentlist .meta {
			background: url(images/grey-dots.gif) repeat-x bottom;
			padding-bottom: 2px;
		}
		
			#comments .commentlist .admin {
				_background-color: #ef0479;
				border: 1px dotted #999;
			}
		
			#comments .commentlist .author {
				display: block;
				float: left;
			}
		
			#comments .commentlist .date {
				color: #777;
				font-weight: normal;
				font-size: .9em;
				display: block;
				float: right;
			}
			
				#comments .commentlist a:hover .date {
					color: #fff;
				}
				
		#comments .commentlist .text {
			padding-top: 2px;
		}
		
			#comments .commentlist p {
				margin-bottom: 1em;
			}
		
		
#submit-comment {
	padding: 8px;
	background: #fff;
	font-size: 1.2em;
}

	#submit-comment h3 {
		margin-bottom: 8px;
	}

		#submit-comment h3, #submit-comment h3 span {
			background: url(images/headers/leave-us-a-comment.gif) no-repeat;
			width: 161px; height: 19px;
		}
		
	#submit-comment input {
		font-size: 12px;
		margin-bottom: 4px;
	}

	#sc-comment {
		width: 520px;
		height: 10em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	#sc-submit {
		margin-top: 8px;
	}


/* EXTRA /*
/*=========================*/
#extra {
	font-size: 1.1em;
}
	#extra-info {
		padding: 8px;
		background: url(images/extra-bg.png);
		margin-bottom: 8px;
	}

		#extra-info h4 {
			font-size: 1em;
		}
	
		#search {
			margin-bottom: 16px;
		}
	
			#search h3, #search h3 span {
				background: url(images/headers/search.gif) no-repeat;
				width: 53px; height: 19px;
				text-indent: -2000em;
			}
			
				#searchField {
					float: left;
					width: 152px;
					height: 16px;
					margin-right: 4px;
				}
				
				#searchButton {
					float: left;
				}
		
		#subscribe {
			margin-bottom: 16px;
		}
		
			#subscribe h3, #subscribe h3 span {
				background: url(images/headers/subscribe.gif) no-repeat;
				width: 75px; height: 19px;
				text-indent: -2000em;
			}
			
			#extra ul li {
				margin-bottom: 4px;
			}
			
				#extra li.link {
					background: url(/wp-content/themes/snowfix/images/link-bullet.gif) no-repeat 0 50%;
					padding-left: 10px;
					margin-bottom: 0;
				}
				
				#extra li.itunes {
					background: url(images/icons/podcast.gif) no-repeat 0 50%;
					padding-left: 20px;
					height: 16px;
				}
				
				#extra li.email {
					background: url(images/icons/email.gif) no-repeat 0 50%;
					padding-left: 20px;
					height: 16px;
				}
				
					#emailSubscribe {
						margin: 4px 0;
					}
					
						#emailSubscribe p {
							margin-bottom: 4px;
						}
				
						#es-email {
							float: left;
							width: 152px;
							height: 16px;
							margin-right: 4px;
						}
						
						#es-submit {
							float: left;
						}
						
				#extra li.separator {
					border-top: 1px dotted #bbb;
					margin: 4px 0;
					height: 1px;
					font-size: 1px;
					line-height: 1px;
					background: none;
				}
			
				#extra li.feed {
					background: url(images/icons/feed.gif) no-repeat 0 50%;
					padding-left: 20px;
					display: block;
					height: 16px;
				}
				
				#extra li.help {
					background: url(images/icons/help.gif) no-repeat 0 50%;
					padding-left: 20px;
					height: 16px;
				}
		
		#merchandise {
			margin-bottom: 16px;
		}
		
			#merchandise h3, #merchandise h3 span {
				background: url(images/headers/snowfix-stuff.gif) no-repeat;
				width: 129px; height: 19px;
				text-indent: -2000em;
			}
			
			#merchandise img {
				float: left;
				width: 58px;
				height: 58px;
				margin: 1px;
				border: 1px solid #ccc;
			}
			
			#merchandise ul {
				clear: both;
			}
			
				#merchandise li {
					background: url(/wp-content/themes/snowfix/images/link-bullet.gif) no-repeat 0 4px;
					padding-left: 10px;
				}
		
		#get-involved {
			margin-bottom: 16px;
		}
		
			#get-involved h3, #get-involved h3 span {
				background: url(images/headers/get-involved.gif) no-repeat;
				width: 99px; height: 19px;
				text-indent: -2000em;
			}
			
			#get-involved .poll-question {
				margin-bottom: 4px;
			}
			
			#get-involved ul {
			
			}
			
				#get-involved ul li {
					margin-bottom: 2px;
				}
				
				.dem-vote-button {
				}
				
				.dem-vote-link {
					display: none;
				} 
				
		#blog {
			margin-bottom: 16px;
		}
		
			#blog h3, #blog h3 span {
				background: url(images/headers/snowfix-extra.gif) no-repeat;
				width: 113px; height: 18px;
				text-indent: -2000em;
			}
			
			#blog img {
				float: left;
				width: 58px;
				height: 58px;
				margin: 1px;
				border: 1px solid #ccc;
			}
			
			#blog ul {
				clear: both;
			}
			
				#blog li.link {
					background: url(/wp-content/themes/snowfix/images/link-bullet.gif) no-repeat 0 4px;
					padding-left: 10px;
				}
		
		#get-in-touch {
		}
		
			#get-in-touch h3, #get-in-touch h3 span {
				background: url(images/headers/get-in-touch.gif) no-repeat;
				width: 96px; height: 19px;
				text-indent: -2000em;
			}
			
	#offers {
		background: url(images/side-lastmin-bg.gif) repeat-y #fff;
	}
	
		#offers .top {
			background: url(images/side-lastmin-top.gif) no-repeat;
			height: 6px;
		}
		
		#offers h3 {
			margin: 4px 8px 4px 8px;
		}
		
			#offers h3, #offers h3 span {
				background: url(images/headers/lastminute-deals.gif) no-repeat;
				width: 158px; height: 12px;
			}
		
		#offers ul {
			padding: 4px 8px;
		}
		
			#offers li {
				margin-bottom: 4px;
				background: url(images/grey-dots.gif) repeat-x bottom;
				padding-bottom: 4px;
			}
			
			#offers li.last {
				background: none;
				padding-bottom: 0;
			}
		
				#offers h5 {
					font-size: 1em;
				}
		
		#offers .bottom {
			background: url(images/side-lastmin-bottom.gif) no-repeat;
			height: 6px;
		}