/*
Theme Name: MOUTHPARTS+WINGS
Theme URI: http://mouthpartsandwings.ca/
Description: This is the official theme of MOUTPARTS+WINGS. 
Version: 1.0
Author: Robert Blevins
Author URI: http://taxi.ca/
*/

/* Reset browser defaults */
@import url('css/reset.css');

@import url('css/type.css');


html, body{ background: #FFFFFF; height:100%; }

#wrapper{ position: relative; width: 960px; margin: 0px auto 0px auto; }

#header{ 
	position: relative; 
	width: 960px;
}


#sidebar_left, #sidebar_left_header{ 
	float: left;  
	display: inline;
	width: 282px;
}

#content, #content_header{ 
	float: left;
	display: inline;
	width: 506px;	
}

#sidebar_right, #sidebar_right_header{ 
	float: left;
	display: inline;
	width: 172px;
}

#sidebar_left_header, #content_header, #sidebar_right_header{ 
	height: 290px;
}

.title{ 
	position: relative;
	top: 132px;
	left: 0px;
}

.logo{ 
	position: relative;
	top: 60px;
	left: 10px;
}

.post{ 
	width: 426px;
	margin-bottom: 40px;
}

#blurb{ 
	width: 190px;
}

.replace_title { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }
