/* 
Title: Stylesheet for Green Building Architects
Author: Martin Beebee, Beebee Website Design, www.webdesign.martinbeebee.com
*/

/* global settings
------------------------------------------------------------- */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin:0;
	padding:0;
	}
p, h1, h2, h3, ul, ol, a {
	margin: 0;
	padding:0;
	}
p {
	font-size: 1em;
	margin-bottom: 10px;
	/* color: #474747; original color */
	color:#666;
	line-height: 1.5em;
	}
ol, ul {
	color:#666;
	margin-left: 50px;
	margin-bottom: 10px;
	}
h1,h2,h3 {
	font-weight: normal;
	color: #000;
	}
h1 {
	font-size: 1.5em;

	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	border-bottom: 1px dotted #000;	
	clear:both;
	}
h2 {
	padding-top: 0.2em;
	font-size: 1.3em;

	}
h3 {
	font-size: 1.1em;
	font-style:italic;
	}

a:link, a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #777;
	margin: 200px 20px 0px 50px;
	}
blockquote .author {
	text-align:right;
	margin-left: 75px;
	}

/* page layout
------------------------------------------------------------- */
/* header */
#header {
	height: 195px;
	margin: 0;
	}
body#home {
	background: #fff;
	}
body#portfolio {
	background:  url(images/header_portfolio.jpg) repeat-x top left;
	}
body#about {
	background: url(images/header_about.jpg) repeat-x top left;
	}
body#contact {
	background: url(images/header_contact.jpg) repeat-x top left;
	}

#logo {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	height: 195px;
	background: url(images/logo.gif) no-repeat 0 65px;
	}
body#home #logo {
	background: url(images/logo_home.gif) no-repeat 0 65px;
	}
	
/* navigation bar */
#navbar {
	height: 2.2em;
	border-bottom: 1px solid #d9d9d9;
	}
#navlinks {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	}
#navlinks ul {
	padding: 0;
	margin: 0;
	}
#navlinks ul li {
	margin: 0;
	padding: 0;
	float:left;
	display: inline;
	list-style-type: none;
	}
#navlinks a {
	float: left;
	line-height: 15px;
	padding: 0.5em 0;
	margin: 0 40px 0 0;
	font-size: 1.1em;
	color: #808080;
	text-transform:uppercase;
	text-decoration:none;
	}
#navlinks a:hover, #navlinks a.active {
	color: #6b933e;
	border-bottom: 0.31em solid #6b933e;
	padding-bottom: 0.31em;
	}
	
/* portfolio navigation thumbnails */
#portnav {
	clear: both;
	margin: 15px auto 0 auto;
	width:905px;
	height: 65px;
	}
#portnav ul {
	padding: 0;
	margin: 0;
	}
#portnav ul li {
	margin: 0;
	padding: 0;
	float:left;
	display: inline;
	list-style-type: none;
	}
#portnav img {
	margin: 0 0 10px 0;
	padding: 0;
	border: 5px solid #fff;
	}
#portnav a:hover img, #portnav a.active img {
	border: 5px solid #6b933e;
	}

/* content container */
#container {
	width: 905px;
	margin: 15px auto 15px auto;
	}
body#home #container {
	margin-top: 48px;
	padding: 0;
	}
body#home #container .imgfirst {
	float: left;
	margin-left: 2px;
	}
body#home #container .imgscd {
	margin-left: 81px;
	}

/* content */	
#content {
	width: 548px;
	float:left;
	padding: 0;
	margin-bottom: 10px;
	}	
body.detail #content{
	width: 357px;
	}	
	
/* sidebar */	
#sidebar {
	width: 357px;
	height: 350px;
	margin-bottom: 15px;
	float:left;
	padding: 0;
	background: url(images/tagline.gif) no-repeat right 1.7em;
	}
body.detail #sidebar {
	width: 548px;
	background-image:none;
	height: auto;
	padding-top: 1.3em;
	margin-top: 0px;
	}

/* footer */
#footer {
	clear:both;
	padding: 3px 0 20px 0;
	border-top: 1px solid #d9d9d9;
	}
#footer p {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	color: #828282;
	}
#footer a {
	color: #828282;
	}

/* email form
------------------------------------------------------------- */
form dt {
	font-weight: bold;
	color: #474747;
	text-align: right;		
	margin: 0.25em 10px 0 0;
	width: 100px;
	float: left;
	}
form dd {
	margin: 0 0 5px 0;
	}
fieldset {
	padding: 15px 10px 10px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;

	}
input {
	width: 350px;
	border: 1px solid #ccc;
	}
input#subject {
	width: 350px;
	}
input#submit {
	width: auto;
	float:right;
	margin-right: 65px;
	color: #666;
	border: 1px solid #999;
	background-color:#d9d9d9;
	}
textarea {
	width: 350px;
	border: 1px solid #ccc;
	}
.normal {
	}
.fail {
	border:2px solid #ff6600;
	}
#alert {
	background-color:#ff6600;
	color: #fff;
	padding: 0 5px;
	}

/* images
------------------------------------------------------------- */
/* thumbnails on main portfolio page */
#thumbtable {
	border-collapse: collapse;
	width: 548px;
	border:0;
	}
#thumbtable td {
	padding: 9px 0;
	}
#thumbtable td.left {
	text-align:left;
	}
#thumbtable td.center {
	text-align:center;
	}
#thumbtable td.right {
	text-align:right;
	}	
	
/* images on portfolio detail page */	
.imgdetail {
	float: left;
	margin: 9px 0 0 9px;
	}

.imgdetail {
	float: left;
	margin: 9px 0 0 9px;
	}
.imgnav img {
	float:left;
	margin: 0 0 10px 0;
	padding: 0;
	border: 5px solid #fff;
	}
.imgnav a:hover img, .imgnav a.active img {
	border: 5px solid #6b933e;
	}

/* misc styles
------------------------------------------------------------- */
.address {
	padding-left: 120px;
	margin-top: 10px;
	background: url(images/logo_graphic.gif) no-repeat 0 0.25em;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.quote {
	margin-top: 100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}