/* Layout.css

Page typeface document for

Ecotecture 2006

Written by James Lester - Preview (www.preview.co.uk) */


body,td,th {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%
}

p, ul, ol, blockquote {
	margin-top: 0;
	margin-bottom: 1em;
}

p {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 150%
}

h1 {
	margin: 4px 0;
	color: #6E352B;
}

h2 {
	font-size: 100%;
	color: #6E352B;
	margin: 1em 0 0 0;
	clear: both;
}

ul, ol {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}

ul li, ol li {
	margin: 0 0 0 1.5em;
	padding: 0;
}



:link {
	color: #000;
	text-decoration: underline;
}

:visited {
	color: #2B1511;
	text-decoration: underline;
}

:link:hover, :link:active, :visited:hover, :visited:active {
	color: #6E352B;
}



abbr[title], acronym[title] {
	border: 0 none;
	font-style: normal;
}


/* List of projects */

.project-list ul li {
	display: block;
	list-style-type: none;
	margin: 0;
}


form {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px
}
input {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px
}
textarea {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px
}
button {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 11px
}

