/*   
Theme Name: Bushwick
Theme URI: 
Description: Thematic child theme for Friends of Bushwick Inlet Park
Author: Jeremy Schoenherr
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

/* Apply a basic layout */
@import url('2c-r-fixed.css');

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

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#wrapperwrapper {
	width: 980px;
	padding:0px;
	min-height:100%;
	margin:auto;
}

#wrapper {
	float:left;
	width: 450px;
	padding:20px;
	min-height:1000px;
	margin:auto;
	background:#222;
filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9;
}
#wrapperRight {
	float:right;
	width: 470px;
	min-height:1000px;
	padding:48px 10px 30px 10px;
	margin:auto;
	background:#fff;
	color:#333;
}
body {
	background:#a7c5d0;
}

img.bg-image {
	z-index:-100;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


