/*
Theme Name: Team Saute
Theme URI: http://elilies.com/
Description: Awesome
Version: 1
Author: Eli Fox-Epstein
Author URI: http://elilies.com/
Tags: awesome

*/

body{
	background: #fff;
	color: #333;
	
	font-family: "Helvetica", arial;
	font-size: 17px;
	
	margin: 0;
	padding: 2em 4em;
}
	a{
		color: #222;
	}
	
	#header{
		border-left: 10px solid #900;
	}
		#header a{
			text-decoration: none;
		}
		#stripes{
			border-left: 10px solid #f72;
			padding: 0 0 0 20px;

		}
			.banner{
				letter-spacing: -1px;
			}
			.byline{
				font-size: .5em;
				color: #888;
			}
				#eli, #kevin, #gabe{
					color: #666;
				}
	.post{
		margin-right: 257px;
		padding: 0 0 10px 0;
		border-bottom: 1px solid #ddd;
		min-width: 600px;
	}		
		.post h2 a{
			text-decoration: none;
			border-bottom: 2px solid #f72;
			padding: 2px 3px 0 3px;
		}		
			.post h2 a:hover{
				background: #fdc;
				border-bottom-color: #900;
			}
		
	#footer{
		margin: 30px 0;
	}
	.tiny{
		color: #556;
		font-size: .6em;
	}
	
	#left{
		position: fixed;
		width: 268px;
		top: 0;
		right: 17px;
		height: 100%;
		
		font-size: 13px;
		padding: 8px;
		color: #999;
		border-left: 1px solid #ccc;
		
		line-height: 1.1em;
	}
		#left h2{
			font-size: 14px;
			color: #777;
			margin-bottom: 5px;
		}
		#left p{
			margin-top: 5px;
		}
			#country-list{
				font-size: 12px;
			}
		.bio{
			clear: both;
			margin: 10px 0;
			padding: 5px 0;
		}
			.bio img{
				float: left;
				padding: 2px 0;
				border-top: 2px solid #eee;
				border-bottom: 2px solid #eee;

			}
			.bio .text{
				border-top: 2px solid #eee;
				border-bottom: 2px solid #eee;
				border-right: 2px solid #eee;

				float: left;
				width: 200px;
				padding: 2px 5px;
				background: #fff;
				height: 100px;
			}
.text-image{
	position: relative;
	width: auto;
}
	.text-image h2{
		position: absolute;
		left: 0;
		bottom: 0px;
		width: 100%;
		margin: 5px 0;
	}
	.text-image h2.right{
		right: 0;
	}
		.text-image h2 span{
			color: #fff;
			font-weight: bold;
			background: rgb(0, 0, 0);
			background: rgba(0, 0, 0, 0.6);
			padding: 5px;
			font-size: .9em;
		}
.ss{
	text-decoration: line-through;
}