/*   
Theme Name: Build & Render
Theme URI: 
Description: Theme for Buildandrender.com
Author: Garry Ing
Author URI: http://garrying.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

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

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

/* Apply a basic layout */
@import url('css/grid.css');

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

/* Apply default theme styles and colors */
@import url('css/default.css');

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

/* Style Overrides */
/* Footer positioning */
#wrapper {
	min-height:100%;
	width:100%;
	position:absolute;
	z-index:3;
	top:0;
}
/* Hidden Elements */
h1.entry-title {
	display:none;
}
li.page-item-3 {
	display:none;
}
li.page-item-270 {
	display:none;
}
/* Header Elements */
#blog-title, #blog-description {
	width:300px;
}
#branding {
	width:300px;
	float:left;
}
/* Typography.css edits */
h1, h2, h3, h4, h5, h6 {
	color:#fff;
}
h1 {
	letter-spacing: .1em;
}
hr{
	background: none;
	color: #fff;
}
/* Flash BG Element */
#flashid {
	z-index: -1;
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
}
/* Projects Buttons */

a.projects {
	background: url('images/projects-sprite.png');
	display: block;
	width: 300px;
	height: 400px;
	text-indent: -9000px;
	outline: 0;
}

a.renderings {background-position:0px 0px;}
a.renderings:hover {background-position:0px -400px;}
a.photography {background-position:-300px 0px;}
a.photography:hover {background-position:-300px -400px;}
a.graphic-design {background-position:300px 0px;}
a.graphic-design:hover {background-position:300px -400px;}

/* colborder overwrite */
div.colborder {
	border-right:1px dotted #2d2d2d;
}


