/*
Theme Name: Generation Furniture
Theme URI: http://generationfurntiure.ca/
Description: Wordpress theme for Generation Furniture.
Version: 1.0
Author: Wade Ouellet
Author URI: http://treethink.com/
Tags: white, fixed width, sketchy

*/

/* the following Reset CSS was modified from Eric Meyer's v1.0 | 20080212 */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, abbr, acronym, address,
em, img, strong,
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
}

body {
line-height: 1;
}

/* end of Eric Meyer's Reset CSS */

body{
	background: #ffffff;
	color: #666666;
	line-height: 1.3em;
	font-size: 0.85em;
	font-family: Arial, Verdana, sans-serif;
	margin: 70px 0 0 0;
}

a{
	color: #666666;
	background: inherit;
	text-decoration: none;
}

a:hover{
	color: #000000;
	background: inherit;
}

h1{
	width: 493px;
	height: 26px;
	float: left;
	background: url(images/logo.png);
	text-indent: -2000em;
}

h1 a{
	width: 493px;
	height: 26px;
	display: block;
}

h2{
	text-transform: uppercase;
	padding: 0 0 20px 0;
	font-size: 1.5em;
	font-weight: normal;
}

h3{
	text-transform: uppercase;
	padding: 0 0 20px 0;
	font-weight: normal;
	font-size: 1.2em;
}

#header{
	width: 850px;
}

#header #nav{
	clear: both;
	margin: 25px 0 35px 0;
}

#logo{
	width: 420px;
	height: 115px;
	float: left;
	padding: 0 0 20px 0;
}

#wrapper{
	width: 850px;
	margin: auto;
}

#mail{
	margin: 0 0 0 500px;
	padding: 50px 0 0 0;
}

#mail img{
	float: left;
	margin: -5px 0 0 0;
}

#mail input{
	margin: 0 0 0 15px;
	border: 2px solid #dbdbdb;
	padding: 5px;
}

#mail input#submit{
	background: #999999;
	color: #dbdbdb;
	text-transform: uppercase;
}

#nav li{
	list-style: none;
	display: inline;
	padding: 0 45px 0 0;
	font-size: 0.85em;
	text-transform: uppercase;
}

#prev, #next{
	background: #999999;
	color: #ffffff;
	font-size: 2em;
	padding: 5px 15px;
	z-index: 100;
	position: absolute;
	top: 450px;
	left: 50%;
}

#prev{
	margin: 0 0 0 -430px;
}

#next{
	margin: 0 0 0 380px;
}

#featured{
	margin: 35px 0 0 0;
	width: 850px;
	height: 180px;
}

#featured h2{
	font-size: 1.0em;
}

#featured li{
	float: left;
	width: 268px;
	height: 175px;
	background: #f5f5f5;
	border: 2px solid #dbdbdb;
	list-style: none;
}

#featured li#text-3, li#text-4{
	margin: 0 17px 0 0;
}

#specials{
	margin: 35px 0 0 0;
	width: 850px;
	height: 214px;
}

#content{
	width: 850px;
}

#content p{
	padding: 0 0 15px 0;
}
ol {margin-left:30px;}

.gallery img{
	border: 2px solid #dbdbdb;
	margin: 0 10px 0 0;
}

.gallery img:hover{
	border: 2px solid #ababab;
}

.gallery-caption{
	text-align: center;
	background: #dbdbdb;
	width: 129px;
}

.showroom{
	width: 220px;
	float: left;
	margin: 0 85px 30px 0;
}

#showroom-reclining-sofas, #showroom-youth-bedrooms, #showroom-home-office{
	margin: 0;
}

.special-box{
	width: 395px;
	float: left;
	padding: 15px;
}

.large-text{
	font-size: 1.7em;
	color: #999999;
	background: inherit;
}

#footer{
	font-size: 0.8em;
	border-top: 1px solid #dbdbdb;
	padding: 5px 0 35px 0;
	margin: 35px 0 0 0;
	width: 850px;
}

#footer #nav{
	float: left;
}
#footer #nav li{
	padding:0 10px;
}
#footer #copyright{
	text-transform: none;
	font-size: 0.8em;
        float:right;
        text-align:right;
        padding-left:50px;
        
}
.wp-caption {
width:100%
}

.clear{
	clear: both;
}