/*
	Theme Name: ReStore 2
	Theme URI: http://restore.com/ TODO: change this
	Description: Custom theme for ReStore.
	Version: 1.0
	Author: PharrOut
	Author URI: http://pharrout.com/
*/

/* reset */
body, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

/* wrapper -- clear floats without extra markup */
.wrapper, .wrap { display: inline-block; }
.wrapper:after, .wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper, * html .wrap { height: 1%; }
.wrapper, .wrap { display: block; }

/* general */
a {
	color: #40a33b;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	a img {
		border: 0;
	}
blockquote {
}
body {
	color: #000000;
	font: 14px Lucida Grande, Trebuchet MS, Verdana, sans-serif;
}
h1, h2, h3, h4 {
	letter-spacing: -1px;
	font-weight: bold;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 135%;
	margin-bottom: 1em;
}
h3 {
	font-size: 100%;
	letter-spacing: normal;
}
h4 {
	font-size: 110%;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
p, ul, ol, dl {
	line-height: 1.62em;
	margin: 0 0 1.62em 0;
}
ul.horizontal, ul.noBullets {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.horizontal li {
		float: left;
		margin: 0;
	}
	ul.horizontal li a {
		display: block;
	}
	ul.noBullets li {
		margin-bottom: 0.5em;
	}
small { font-size: 80%; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.green { color: #40a33b; }
.noShow { display: none; }
.flush { margin-bottom: 0; }

/* structure / etc */
#site {
	margin: 35px auto;
	width: 800px;
}
#main {
	margin-top: 3px;
	padding-top: 40px;
}
	.home #main {
		background: url('img/old-wood-background.jpg') repeat-y;
	}
	.page-id-5 #main {
		background: url('img/heart-pine-background.jpg') repeat-y;
	}
	.page-id-11 #main {
		background: url('img/new-wood-background.jpg') repeat-y;
	}
	.page-id-2 #main, .page-id-14 #main, .page-id-17 #main {
		background: url('img/design-space-background.jpg') repeat-y;
	}
	.page-id-23 #main {
		background: url('img/wood-pallate-background.jpg') repeat-y;
	}
	.page-id-25 #main {
		background: url('img/partners-background.jpg') repeat-y;
	}
	.page-id-29 #main {
		background: url('img/martha-mills-background.jpg') repeat-y;
	}
	.page-id-31 #main {
		background: url('img/silvertown-background.jpg') repeat-y;
	}
	.page-id-33 #main {
		background: url('img/new-wood-background.jpg') repeat-y;
	}
	.page-id-48 #main, .page-id-50 #main {
		background: url('img/bricks-background.jpg') repeat-y;
	}
#header {
	background: #ffffff;
	border-bottom: 1px solid #474747;
	font-size: 14px;
	padding: 0 40px;
}
	#header h1 a {
		background: url('img/header-logo.png') no-repeat;
		float: left;
		height: 56px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		width: 137px;
	}
	#header ul {
		float: right;
		margin-top: 5px;
	}
	#header ul li {
		line-height: 45px;
		margin: 0 5px;
	}
	#header ul li a {
		color: #000000;
	}
	/*#header ul li.active a {
		font-weight: bold;
	}*/
#content {
	background: url('img/white-trans.png');
	float: left;
	margin-left: 10px;
	min-height: 495px;
	position: relative;
	width: 500px;
}
	/*#breadcrumbs {
		background: #362515;
		border-bottom: 1px solid #ffffff;
		padding: 5px 10px;
	}*/
	#content .inside {
		padding: 20px 25px;
	}
	#posts {
	}
	.post {
	}
	h2.title {
		position: absolute;
		left: 0;
		top: -32px;
	}
	h2.title a {
		color: #000000;
	}
	.page-id-2 h2.title a, .page-id-5 h2.title a, .page-id-14 h2.title a, .page-id-17 h2.title a, .page-id-29 h2.title a {
		color: #ffffff;
	}
	.home h2.title a {
		display: none;
	}
	.post img {
		border: 1px solid #000000;
		margin-top: 5px;
		padding: 5px;
	}
	.post table td {
		padding: 0 0 5px 0;
		vertical-align: top;
	}
	.post .meta {
	}
#sidebar {
	float: left;
	font-size: 14px;
	margin-left: 58px;
	width: 174px;
}
	#sidebar ul li {
		margin-bottom: 2px;
	}
	#sidebar ul li a {
		background: url('img/white-trans.png');
		color: #000000;
		display: block;
		padding: 3px 0px;
	}
	#sidebar ul li.active a {
		xbackground: #b67a3b;
	}
	#sidebar ul ul {
		margin: 7px 0;
	}
	#sidebar ul ul li {
		margin: 0 10px
	}
	#sidebar ul ul li a {
		background: #7dba7d;
		color: #ffffff;
		line-height: 18px;
		padding: 5px 0;
	}
#footer {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

/* slimbox2 specific */
#lbOverlay {
	background-color: #000;
	cursor: pointer;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
#lbCenter, #lbBottomContainer {
	background-color: #fff;
	overflow: hidden;
	position: absolute;
	z-index: 9999;
}
.lbLoading {
	background: #fff url('img/loading.gif') no-repeat center;
}
#lbImage {
	background-repeat: no-repeat;
	border: 10px solid #fff;
	left: 0;
	position: absolute;
	top: 0;
}
#lbPrevLink, #lbNextLink {
	display: block;
	outline: none;
	position: absolute;
	top: 0;
	width: 50%;
}
#lbPrevLink {
	left: 0;
}
#lbPrevLink:hover {
	background: transparent url('img/prevlabel.gif') no-repeat 0 15%;
}
#lbNextLink {
	right: 0;
}
#lbNextLink:hover {
	background: transparent url('img/nextlabel.gif') no-repeat 100% 15%;
}
#lbBottom {
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbCloseLink {
	background: transparent url('img/closelabel.gif') no-repeat center;
	display: block;
	float: right;
	height: 22px;
	margin: 5px 0;
	outline: none;
	width: 66px;
}
#lbCaption, #lbNumber {
	margin-right: 71px;
}
#lbCaption {
	font-weight: bold;
}