@charset "utf-8";
/*
Stylesheet for www.classiccarpentry.ca.
Created by Daniel Groot.
Copyright 2007 Classic Carpentry and Electrical.
*/

body {
	padding: 0;
	margin: 0;
	background: #FFF url(images/bg.png) repeat-x center top;
/*	background-color: #F6F6F6;*/
	font: 10px "Lucida Grande", "Trebuchet MS", Verdana, "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	color: #333;
	}

* {
	padding: 0;
	margin: 0;
	}

/* LINKS */

a:link {
	color: #0076A2;
	}

a:visited {
	color: #0076A2;
	}

a:hover {
	color: #33A9D5;
	}

a:active {
	}

img {
	border: 0px;
	}


/* UNIVERSAL ITEMS */

#wrapper {
	min-height: 400px;
	width: 740px;
	margin: 0 auto;
	padding: 0px 20px 5px 20px;
	background-color: white;
/*	background: #FFF url(images/grid.png) repeat-y center top;*/
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#showroom {
	background: #FFF url(images/bg.png) repeat-x center top;
	margin: 0 -20px;
	padding: 10px 0 10px 20px;
	}

#showroom p {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #999;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	}

#header {
	padding: 20px 0 0 0;
	width: 740px;
	height: 73px;
	text-align: right;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #666;
	font-weight: normal;
	}

#header a, #header a:link {
	color: #222;
	text-decoration: none;
	}

#header a:hover {
	text-decoration: underline;
	}

#header img {
	float: left;
	}

#navigation {
	border-bottom: 10px solid #222 /*#1a3d67*/;
	margin: 20px -20px 15px -20px;
	padding: 0 0 1px 20px;
	height: 30px;
	}

.button, .button-selected {
	float: left;
	margin-right: 10px;
	height: 40px;
	width: 140px;
	}

.button a:link, .button a:visited, .button-selected a:link, .button-selected a:visited {
	border: none;
	text-decoration: none;
	}

#button-right {
	margin-right: 0;
	}

#content {
	margin: 20px 0 0 0;
	}


/* GLOBAL ITEMS */

strong {
	color: #222;
	}

h1, .h1 {
	font-family: Georgia, serif;
	margin: -5px 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.25em;
	color: #222;
	border-bottom: 1px solid #999;
	}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #222;
	margin: 15px 0 2px 0;
	padding: 0 0 5px 0;
	}

.subheading {
	padding-top: 20px;
	}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0.75em 0;
	color: #222;
	}

li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0 0 0.25em 0;
	color: #222;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 1.3em;
	}

.quote-box {
	padding: 17px 20px;
	margin-top: 10px;
	background: #EEE;
	}

.quote {
	font-size: 1.5em;
	font-family: Georgia, serif;
	font-style: italic;
	text-indent: -0.4em;
    margin: 0 0 10px 0;
    padding: 0;
	}

.quote-speaker {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: right;
    margin: 0;
    padding: 0;
	}

#doors {
	width: 345px;
	font-size: 2em;
	font-weight: bold;
	background-color: #EEE;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.3em;
	}
			
#doors a {
	text-decoration: underline;
	}

#doors a:hover {
	text-decoration: underline;
	}


/* PHOTOS */

.photo-thumb {
	width: 310px;
	float: left;
	margin: 20px 0 0 0;
	}

.photo-thumb h1 {
	font-size: 2em;
	font-weight: normal;
	color: #444;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	}

.photo-thumb a:link, .photo-thumb a:visited {
	text-decoration: none;
	color: #444;
	}

.photo-thumb img {
	width: 300px;
	border: 5px solid #EEE;
	}
