/*   
Theme Name: Andy Brewer
Theme URI: http://www.andybrewer.com
Description: WordPress Theme for AndyBrewer.com
Author: UpTrending
Author URI: http://www.uptrending.com
Template: thematic
Version: 2.0
*/

/* Reset the browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply default typography */
@import url('../thematic/library/styles/typography.css');

/* Add WordPress image styles */
@import url('../thematic/library/styles/images.css');

/* Add a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Start with some default styles */
@import url('../thematic/library/styles/18px.css');


/* Layout */
body {background: #7189bc url('images/bg.jpg') top center no-repeat; color: #222; line-height: 160%; padding-bottom: 20px; color: #fff;}
#wrapper {
	margin: 0px auto;
	width: 1000px;
	padding: 0;
}
#content {
	width: 1000px;
	height: 624px;
	background: #314f8d url('images/bg-content.jpg') top left no-repeat;
	display: block;
}
#header {position: absolute; top: 440px; z-index: 10; width: 1000px; margin: 0 auto;}
#branding {padding-left: 60px;}
.clear {clear: both;}


/* Header */
#blog-title a {
	background: url('images/andy-brewer.png');
	display: block;
	text-indent: -2000px;
	width: 345px;
	height: 30px;
}
#blog-description {
	background: url('images/tagline.png');
	display: block;
	text-indent: -2000px;
	width: 372px;
	height: 49px;
	margin-top: 15px;
}

/* Footer */
#footer {color: #fff; font-size: 11px; padding: 15px 0 10px 0;}
#footer a {color: #fff;}
