/*  
Theme Name: Envirotecture
Theme URI: http://www.flowinteractive.com.au
Description: Envirotecture theme created by Flow Interactive
Version: 0.1
Author: Flow Interactive
Author URI: http://www.flowinteractive.com.au/

	This theme is copyright Flow Interactive 2009. All rights reserved.

*/



/* Begin Typography & Colors */
/* = General
--------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666;
	background: #ccc;
	margin: 0;
	line-height: 150%;
	text-align: center;
}
a {
	color: #3F3F3F;
}
a:visited {color: #3F3F3F;}

:focus {outline:none}
:focus {-moz-outline-style: none}

a img {border: none}
.cntr {text-align:center}
.float {float: left}
.floatRight {float:right}
.right {text-align:right}
.center {text-align:center; margin: 0 auto}


/* = Typography
--------------------------------------------------------*/
h1 {font-weight: normal; font-size: 1.6em; margin: 0 0 0.75em 0; text-transform:uppercase}
.col1 h1 {text-indent:-9000px; background:#fff url(i/blogtitle.gif) 0 0 no-repeat; width:125px; height:30px; margin: 0}
h2 {font-weight: normal;font-size: 1.3em; margin-top: 1em}
h3 {font-weight: bold;font-size: 1.1em; margin: 0}
ul {list-style: disc; margin-left: 1.5em}
li {margin-bottom:0.6em}
p {font-size: 1.1em; margin-bottom: 0.75em}
.col2 p {margin-right: 135px}
.big {font-size: 2em}
#footer a, #footerHome a {color:#000; text-decoration:none; font-weight:normal}
#footer a:hover, #footerHome a:hover {color:#F99F24}
#fl a {display:inline-block; padding: 0 0 0 3px}


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;
	}

.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', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	
	}

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;
	}
h2 a:visited {color: #f99f23;}
h2 a:hover, h3 a:hover {
	color: #424442;
	text-decoration: none;
	}

a:hover {
	color: #F99F24;
	text-decoration: underline;
	}


	
.cntr {text-align:center}
.asterisk {font-size: 0.9em !important; font-style:italic}
.linklove {display:none !important}
/* End Typography & Colors */



/* Begin Structure */

#container {position: relative; margin:0 auto; width: 960px; text-align:left}

#header {
	position: relative;
	height: 126px;
	background: #219D27 url(i/header.gif) 0 0 no-repeat;
	padding-bottom: 1px;
	z-index: 100
}

#logo {
	position: absolute;
	bottom: 15px;
	left: 35px
}

#content {
	position: relative;
	background:#fff;
	padding-bottom:20px;
	z-index: 1
}

.col1 {
	width: 290px;
	margin: 20px 50px 0 35px;
	float:left;
	clear:left;
	position:relative
}

.col2 {
	width: 576px;
	float: right
}

#projectList {
	width: 650px !important;
	margin-left: 125px !important
}

#quote {position:absolute; top: 300px; left: 0} 


#footer {
	position:relative;
	font-size: 0.9em;
	color:#000;
	padding: 5px 10px;
	width: 940px;
	margin: 0 auto;
	border-top: 1px solid #000;
	background:#fff
}
#fl, #fr {float: left; width: 41%; top: 0; }
#fr {float: right; width: 59%; text-align:right}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */

/* = Tables
----------------------------------------------*/

#pList td {height: 70px; vertical-align:bottom; font-size: 1.1em; font-weight:bold}



/*begin menu styles*/
/* = Menu
----------------------------------------------*/
#menu {
	position: static;
	width: 960px;
	height: 23px;
	background:#fff;
	border-top: 1px solid #3F3F3F;
	z-index: 100
	
}
#menu ul {padding: 0; margin: 0; list-style-type:none; width: 960px; z-index: 101}
#menu li {float:left; position: relative; margin: 0; z-index: 102}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.2em 0 0 0;
	height:23px;
	width: 128px;
	color: #666;
	display:block;
	font-size: 1em;
	text-decoration:none;
	text-align:center;
	z-index: 1;
	font-weight:normal
}
#menu li a:hover, #menu li a:active {
	color:#fff;
	background:#219D27
}
#menu li.current_page_item a, #menu li.current_page_parent a {
	color:#fff;
	background:#219D27
}

/*Drop downs*/
#menu ul li ul { /* second-level lists */
	position: absolute;
	left:0;
	top:23px;
	background: #fff;
	display:none;
	z-index:1000;
	margin:0;
	width:520px
}
#menu ul li ul li {
	margin:0;
}
#menu ul li ul li a {width: 128px; margin:0; text-align:center; display:block; float: left; color:#000; padding: 0.2em 0 0 0; background:#A1CD3A !important}

#menu ul li ul li a:hover {background:#219D27 !important;color:#fff}

#menu ul li:hover ul, .menu ul li a:hover ul, #menu ul li.sfhover ul {
	display:block
}


/*end menu styles*/




/* Begin Images */
p img {
	padding: 0;
	
	}

/*	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 {
	
	margin: 0 5px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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





.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: 5px;
	}

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

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

#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 */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#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
{
	
	}
#shopsidebar {width: 195px}
#sidebar ul {width: 230px}


#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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* = Easy Clearing
----------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */