/*
	Theme Name: Buckstaposition
	Theme URI: http://mikebucks.com
	Description: This shit is b-a-n-a-n-a-s
	Version: 1
	Author: Mike Bucks
*/

/* Basics */

body {
	margin: 0;
	text-align: left;
	
}

/********************* 
 * 3 x 3 Grid Structure - this never changes
 *********************/

.wrapper {
	margin: 0 .6em;
}

.gridMaker { /* This wraps every post creating the 3 column fluidity */
	float: left;
	width: 33.3%;
}

.post { /* global content container */
	height: 195px;
	margin: .7em;
	padding: .3em;
}

.post span.relative { /* for post types with abs positioned content/controls */
	display: block; 
	position: relative; 
	height: 100%;
}

.post div { /* inner content container */
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: relative;
	overflow-y: auto;
	}

/********************* 
 * How's It Going? Menu - this never changes either
 *********************/

.styleMenuWrapper {
	position: absolute;
	top: 0;
	right: 24px;
	background: #333;
	padding: .5em .2em;
	opacity: 0.5;
	z-index: 9999;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.styleMenuWrapper a.trigger {
	padding: .2em .5em;
}

ul#styleMenu {
	list-style: none;
}

ul#styleMenu li {
	padding: .2em .5em;
}

/********************* 
 * "Coming Soon" Style
 *********************/
p.soon { /* 'coming soon' block */
	background: url('images/brownBlock.png') 0 0 no-repeat;
	font-size: 123.1%;
	color: #fff;
	width: 466px;
	height: 307px;
	padding: 20px;
	margin: 4em auto;
}

p.soon span {
	display: block;
	background: url('images/rejig.png') 0 0 no-repeat;
	width: 314px;
	height: 174px;
	margin: 0 0 1em 0;
	text-indent: -999em;
}