/*
Theme Name: Build Template
Theme URI: wearebuild.com
Description: Based on the default WordPress theme.
Version: 0.1
Author: Ben Wise
Author URI: kleber.net/
Tags: pink, custom header, fixed width, two columns, widgets
Notes:
	Build Template
	This theme was designed by Guy@Build
	The CSS, XHTML and design is not released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* Top Level */

.navigation-wrapper 				{ height:48px;}
.smartposition .navigation 			{ position: fixed; top: 0px; left:50px; z-index: 10; width: 500px;
										margin: 0; padding: 5px 0 5px 0; background:white; padding-left:10px;}
.older a							{padding:0 0 0 14px; background:transparent url(images/larr.png) no-repeat bottom left}
.newer a							{padding:0 14px 0 0; background:transparent url(images/rarr.png) no-repeat bottom right}
.older a:hover						{background:black url(images/larr-hover.png) no-repeat bottom left}
.newer a:hover						{background:black url(images/rarr-hover.png) no-repeat bottom right}

