/*
Theme Name: Living Structures
Theme URI: http://www.wrburton.com/
Description: WordPress theme.
Version: 1.0
Author: William Burton
Author URI: http://www.wrburton.com/
Tags:
*/



/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: 'Lucida Grande', tahoma, Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #646464;
	text-align: left;
	}
	

.widecolumn .entry p {
	font-size: 11px;
	}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 17px;
	}
.widecolumn {
	line-height: 17px;
	}
.narrowcolumn .postmetadata {
	text-align: left;
	color: #739dd3;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#footer {
	border: none;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 11px;
	}
	
/*	Begin Headers -------------------------------------------------------------------*/
h1, h2, h3 {
	font-family: 'Lucida Grande', tahoma, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', tahoma, Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}
	
#footer {
	font-family: 'Lucida Grande', tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
	}
	
/*links-------------------------------------------------------------------------------------*/
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}
h2, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #739dd3;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
a, h2 a:hover, h3 a:hover {
	color: #f16d9a;
	text-decoration: none;
	}
a:hover {
	color: #f16d9a;
	text-decoration: underline;
	}
.entry p a:visited {
	color: #f16d9a;
	}
#footer a {
	color: #FFFFFF;
	}
/*endlinks----------------------------------------------------------------------------------*/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {
	font-family: 'Lucida Grande', tahoma, Verdana, Arial, Sans-Serif;
	}
.commentmetadata {
	font-weight: normal;
	}
#sidebar {
	font-family: 'Lucida Grande', tahoma, Verdana, Arial, Sans-Serif;
	}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
html {
	height: 100%;
 	}
body {
	margin: 0;
	padding: 0;
	background-color: #000000 /*#739dd3#CCCCCC*/;
	/*border: green 1px solid;*/
	height: 100%;
	}
#page {
	/*border: red 1px solid;*/
	background-color: white;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	min-width: 980px;
	width: 100%;
	overflow: hidden;
	}

/*--- HEADER ----------------------------------------------------------------*/
#header {
	/*background: green;*/
	position: relative;
	height: 140px;
	width: 980px;
	margin: auto;
	}
h1 a {
	/*border: red 1px solid;*/
	cursor: pointer;
	line-height: 100%;
	position: absolute;
	top: 50px;
	left: 20px;
	padding: 0;
	display: block;
	text-indent: -900em;	
	text-decoration: none;
	width: 280px;
	height: 71px;
	background-image: url('images/logo.png');
	}
#searchbar {
	/*border: red 1px solid;*/
	position: absolute;
	right: 20px;
	top: 50px;
	}
#searchbar #s {
	font-family: 'Lucida Grande', tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	color: #739dd3;
	border: #739dd3 1px solid;
	padding: 4px 0 4px 6px;
	}
#navbar {
	/*border: red 1px solid;*/
	position: absolute;
	right: 20px;
	bottom: 23px;
	}
#navbar ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
#navbar li {
	float: left; /*display: inline;*/
	margin-left: 35px;
	}
#navbar li a, #navbar li a:hover {
	display: block;
	text-decoration: none;
	text-indent: -900em;
	height: 17px;
	}
#navbar #home {
	width: 37px;
	background: url('images/home.gif') 0 0 no-repeat;
	}
#navbar a:hover#home , #navbar #home.current {
	background-position: -37px 0;
	}
	
#navbar #projects {
	width: 51px;
	background: url('images/projects.gif') 0 0 no-repeat;
	}
#navbar a:hover#projects, #navbar #projects.current {
	background-position: -51px 0;
	}
	
#navbar #news {
	width: 36px;
	background: url('images/news.gif') 0 0 no-repeat;
	}
#navbar a:hover#news, #navbar #news.current {
	background-position: -36px 0;
	}
	
#navbar #about {
	width: 41px;
	background: url('images/about.gif') 0 0 no-repeat;
	}
#navbar a:hover#about, #navbar #about.current {
	background-position: -41px 0;
	}
	
#navbar #contact {
	width: 50px;
	background: url('images/contact.gif') 0 0 no-repeat;
	}
#navbar a:hover#contact, #navbar #contact.current {
	background-position: -50px 0;
	}


/*--- Content ----------------------------------------------------------------*/
.narrowcolumn {
	/*background: blue;*/
	position: relative;
	margin: auto;
	padding: 0;
	width: 980px;
	overflow: hidden;
	}
.projectcolumn {
	/*background: blue;*/
	position: relative;
	margin: auto;
	padding: 51px 0 0 0;
	width: 980px;
	overflow: hidden;
	line-height: 17px;
	}
#bgcontent {
	/*border: yellow 1px solid;*/
	background: url('images/scan.jpg') no-repeat -20px 90px;
	padding: 0 0 50px 0;
	}


/*--- Home ----------------------------------------------------------------*/
#presentation {
	/*background: url('images/home/homeimage.jpg') no-repeat center;
	border: green 1px solid;
	height: 400px;*/
	}
#myGallery {
	/*width: 1200px !important;*/
	height: 400px !important;
	}

#intro {
	/*background: red;*/
	position: relative;
	top: 20px;
	left: 20px;
	width: 340px;
	height: 200px;
	}	
	
#feature {
	/*background: green;*/
	position: absolute;
	top: 40px;
	left: 360px;	
	width: 600px;
	height: 150px;
	padding: 0 0px 0 0;
	}
.featurepost {
	background: url('images/feature.gif') no-repeat 17px 0px;
	/*border: 1px solid #739dd3;
	background: yellow;*/
	position:relative;
	float: left;
	width: 182px;
	height: 155px;
	padding: 0 0 0 18px;
	overflow: hidden;
	}
.featurepost h4 {
	position: absolute;
	top: 130px;
	left: 30px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
.featurepost h3 {
	text-indent: -900em;
	}
	
	
/*--- Projects ----------------------------------------------------------------*/
.thumbpost {
	/*background: red;*/
	float: left;
	width: 340px;
	margin: 0 0 0px 0;
	padding: 0 0px 0px 20px;
	}


/*--- Post ----------------------------------------------------------------*/
.post {
	/*background: red;*/
	position: relative;
	top: 0px;
	left: 20px;
	width: 720px;
	padding: 20px 0 0 0;
	}
.post_column_left {
	/*background: yellow;*/
	margin: -26px 0 0 0;
	}
.post_column_right {
	/*background: orange;*/
	margin-top: -43px;
	}
	
	
/*--- Page ----------------------------------------------------------------*/
.page {
	/*background: red;*/
	position: relative;
	top: 0px;
	left: 20px;
	width: 720px;
	padding: 19px 0 0 0;
	}
.pagenotitle {
	/*background: red;*/
	position: relative;
	top: 0px;
	left: 20px;
	width: 720px;
	padding: 95px 0 0 0;
	}

#sidebar {
	/*background: #CCCCCC;*/
	position: absolute;
	right: 20px;
	top: 73px;
	width: 220px;
	}

/*.widecolumn {
	border: green 1px solid;
	position: absolute;
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 720px;
	top: 30px;
	left: 20px;
	}*/
.post hr {
	display: block;
	}
.widecolumn .post {
	margin: 0;
	}
.narrowcolumn .postmetadata {
	padding: 0;
	}
.widecolumn .postmetadata {
	margin: 30px 0;
	}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}
.postmetadata {
	clear: left;
	}
.clear {
	clear: both;
	}

/*--- Footer ----------------------------------------------------------------*/
#bgfooter {
	background-color: #739dd3;
	clear: both;
	}
#footer {
	position: relative;
	margin: auto;
	padding: 0;
	width: 980px;
	height: 150px;
	}
#footerlogo a {
	cursor: pointer;
	position: relative;
	background-image: url('images/logofooter.png');
	display: block;
	text-indent: -900em;	
	text-decoration: none;
	width: 160px;
	height: 29px;
	top: 15px;
	left: 20px;
	}
#footer ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	}
#footer li {
	display: inline;
	}
#footerlinks {
	position: absolute;
	top: 51px;
	left: 20px;
	}
#footercontact {
	position: absolute;
	top: 12px;
	left: 500px;
	}
#footeraddress {
	position: absolute;
	top: 51px;
	left: 500px;
	}
#nhbc a {
	position: absolute;
	background-image: url('images/nhbc.gif');
	display: block;
	text-indent: -900em;	
	text-decoration: none;
	width: 78px;
	height: 33px;
	top: 15px;
	right: 20px;
	}
/* End Structure */



/* Begin Headers */
#intro h3.blue {
	color: #739dd3;
	}

h1, h2, h3.thumbtitle { /* hidden headers */
	display: block;
	width: 0px;
	height: 0px;
	text-indent: -900em;
	padding: 0;
	margin: 0;
	}
	
h2.pagetitle { /* all archive titles */
	display: block;
	position: absolute;
	left: 20px;
	top: 31px;
	margin: 0;
	padding: 0;
	}
h2#projectstitle {
	background-image: url('images/titles/projects.gif');
	width: 89px;
	height: 29px;
	}
h2#newstitle {
	background-image: url('images/titles/news.gif');
	width: 89px;
	height: 29px;
	}
h2#searchresults {
	background-image: url('images/titles/searchresults.gif');
	width: 161px;
	height: 30px;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	text-indent: 0;
	text-decoration: none;
	height: 14px;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	margin: 0px 0 5px 0;
	padding: 0;
	max-width: 400px; 
	max-height: 267px;
	}
p {
	margin: 11px 0 11px 0;
	}
p a img {
	margin: 10px 0 0px 0; /* 23 0 -10 0*/
	border: 1px solid #FFFFFF;
	}
.entry h3, #intro h3 {
	font-size: 16px;
	padding: 0;
	margin: 18px 0 10px 0; /* 23 10*/
	color: #f16d9a;
	line-height: 22px
	}
.featurepost p  {
	margin: 0;
	}
.featurepost p img {
	margin: 0;
	padding: 1px 0 0 0;
	width: 180px; 
	height: 120px;
	border: none;
	}
.featurepost p img a:hover {border: none;}
.thumbpost p a:hover img, .post p a:hover img {border: 1px solid #f16d9a;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 2px;
	}
#sidebar ul li a {
	display: block;
	background: #739dd3;
	height: 19px;/*23*/
	width: 210px;/*220*/
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0 0 10px;
	}
#sidebar ul li a:hover, #sidebar ul li a.current {
	background: #f16d9a;
	text-decoration: none;
	}
	
#sidebar ul li ul li ul li a{
	display: block;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

