/*
Theme Name: Eat Weird
Theme URI: http://eatweird.com/
Description: The theme that powers EatWeird.com
Version: 1.0
Author: Colin Devroe
Author URI: http://cdevroe.com/
Tags: eatweird
*/


body {
	font-size: 72.5%; /* Resets 1em to 10px */
	font-family: Georgia, serif, "Times New Roman", Times;
	background: #686856;
	color: #f0f1e2;
}

#container {
	width: 960px;
	margin: 0 auto;
}

h1 {
	float: left;
	text-indent: -9000px;
	width: 280px;
	height: 268px;
	background: url('images/logo.png') no-repeat;
}

h2 {
	float: left;
	text-indent: -9000px;
	width: 548px;
	height: 128px;
	margin: 90px 0 0 35px;
	background: url('images/experience.png') no-repeat;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 16px;
}

.clear {
	clear: both;
}

#content {
	width: 640px;
	float: right;
}

	#content #latest .post h3 a, #content .post h3 a {
		color: #5d2b0f;
		margin-top: 0; padding-top: 0;
		margin-bottom: 3px;
	}
	
	#content .sociable {
		margin-left: 0;
		padding-left: 0;
	}
	
		#content .sociable ul {
			list-style: none;
			margin-left: 0;
			padding-left: 0;
		}
		
		#content .sociable li {
			display: inline;
		}
		
		#content .sociable li a img {
			float: left;
			margin-left: 5px;
			margin-right: 5px;
			padding-bottom: 10px;
			border: 0;
		}
		
	#content h3#comments {
		margin-top: 10px;
		background-color: #afaf9b;
		color: #474639;
		clear: both;
		padding: 10px;
		font-size: 14px;
	}
	
	#content #past {
		margin-top: 5px;
		padding-bottom: 10px;
		border-top: 1px solid #474639;
		/*border-bottom: 1px solid #474639;*/
	}
	
	#content #past h3 {
		color: #474639;
		font-size: 17px;
		font-style: italic;
	}
	
	#content #past h3 a {
		font-size: 13px;
		color: #474639;
		font-style: normal;
	}
	
	#content #past .post h3 a {
		font-size: 13px;
		color: #5d2b0f;
	}
	
		#content #past .post {
			width: 200px;
			float: left;
		}
		
		#content #past p {
			clear: both;
			text-align: right;
		}
		
		#content #past p a {
			padding: 10px;
			background: #f0f1e2;
			color: #474639;
		}
		
		#content #past .post img {
			border: 4px solid #f0f1e2;
		}
	
	#content .post .entry p {
		font-size: 1.2em;
	}
	
	#content .post .entry p a {
		color: #f0f1e2;
		text-decoration: underline;
	}
	
	#content .post .entry p.download {
		background: #f0f1e2;
		padding: 5px;
		/*width: 427px;*/
		font-size: 11px;
	}
	
		#content .post .entry p.download a {
			float: left;
			color: #474639;
		}
		
			#content .post .entry p.download a.download {
				float: right;
			}
			
	#content .post .entry p.tags {
		padding-top: 20px;
		margin: 20px 0px;
		clear: both;
	}
	
		#content .post .entry p.tags a {
			font-size: 0.8em;
			padding: 2px 3px;
			background: #eee;
			color: #333;
		}
			
	#content .commentlist {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 13px;
	}
	
	#content .commentlist a {
		color: #fff;
	}
	
	#content .commentlist li {
		padding: 10px;
	}
	
	#content .commentlist li.alt {
		background-color: #7a7a68;
	}
	
		#content .commentlist img {
			float: left;
		}
	
		#content .commentlist .comment {
			margin-left: 60px;
		}
		
		

#sidebar {
	float: left;
}

	#sidebar .flickr {
		background-color: #f0f1e2;
		padding: 10px;
	}
	
	#sidebar h3 {
		color: #474639;
		text-transform: uppercase;
	}

	#sidebar ul {
		list-style: none;
	}
	
		#sidebar ul li {
			padding: 7px;
			font-size: 1.5em;
		}
		
			#sidebar ul li.current {
				background: #f0f1e2;
			}
			
			#sidebar ul li:hover {
				background: #9b9b88;
			}
		
				#sidebar ul li a, #sidebar ul li a:visited {
					color: #474639;
				}
				
				#sidebar ul.subscribe li a.feed {
					background: url(images/rss.gif) no-repeat top left;
					padding-left: 25px;					
				}
				
				#sidebar ul.subscribe li a.itunes {
					background: url(images/itunes.gif) no-repeat top left;
					padding-left: 25px;
				}
				
				#sidebar ul.subscribe li a.viddler {
					background: none;
					background: url(images/poweredbyviddler.png) no-repeat top left;
					display: block;
					width: 133px;
					height: 18px;
					text-indent: -18000px;				
				}

#footer {
	padding-top: 10px;
	clear: both;
	text-align: center;
}

#footer p a {
	color: #f0f1e2;
}

.alignright {
	float: right; 
	margin: 10px;
}

.alignleft{
	float: left;
	margin: 10px;
}

a img {
	border: 0;
}

h1, h2, .viddler, .itunes, .feed, img, div { behavior: url(/iepngfix.htc) }