

body {
	font:13px Arial;
	background-color:#dad9ce;
	color:#626250;
	text-align:center;
}

a {
	color:#626250;
}

a:hover {
	color:#0000ff;
}

p {
	margin:0px 0px 13px 0px;
}

#wrapper {
	text-align:left;
	width:940px;
	margin:0px auto;
}

#header {
	margin-top:12px;
	width:100%;
	height:155px;
	border-top:1px solid #626250;
	border-bottom:1px solid #626250;
}

#navigation ul li {
	float:left;
	width:140px;
	margin-right:20px;
	height:23px;
	border-top:1px solid #626250;
	
}

#navigation ul li.last {
	margin-right:0px;
}

#navigation ul li a {
	display:block;
	color:#626250;
	text-decoration:none;
	padding:5px 0px 5px 0px;
}

#navigation ul li a:hover,#navigation ul li.selected a {
	color:#0000ff;
}

#content {
	margin:5px 0px;
	height:610px;
}

#scroller {
	width:100%;
	height:610px;
	overflow-y:scroll;
	position:relative;
}

/* unused
#scrollbar {
	position:absolute;
	top:0px;
	right:0px;
	height:610px;
	width:16px;
	background-color:#bbbbbb;
}

#scrollHandle {
	width:14px;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	border:1px solid #BBBBBB;
	cursor:pointer;
}
*/

#loading-more {
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10;
	display:none;
}
#loading-more p {
	padding:0px;
	margin:5px;
	color:#0000FF;
}

#scroll_up {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:20px;
	display:none;
	text-align:center;
}

#scroll_down {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:20px;
}

#scroll_up a, #scroll_down a {
	display:block;
	width:140px;
	height:15px;
	background-color:#333;
	text-align:center;
	padding-top:5px;
	opacity:0.7;
	margin-left:480px;
}

#scroll_up a:hover, #scroll_down a:hover {
	opacity:1;
	background-color:#626250;
}

.gardens #scroll_up a, .gardens #scroll_down a {
	margin-left:0px;
}

.landscapes #scroll_up a, .landscapes #scroll_down a {
	margin-left:160px;
}


/* Project grid */

.project {
	width:300px;
	height:220px;
	float:left;
	margin:0px 20px 5px 0px;
}

.project a {
	text-decoration:none;
}

.project.last {
	overflow:hidden;
	margin-right:0px;
}

.project p {
	margin:0px 0px 2px 0px;
}

/* Content */

#pagination {
	color:#0000FF;
	height:18px;
	width:100%;
}

#pagination.news {
	float:left;
	margin-top:10px;
}

#pagination.news p {
	margin-left:472px;
}

#pagination.sketchbook p {
	margin-left:800px;
}

#pagination.landscapes p {
	margin-left:160px;
}

#pagination.news p a {
	color:#0000FF;
	text-decoration:none;
}

#text-column {
	width:300px;
	float:left;
	margin-right:20px;
	display:inline;
}

#text-column.profile {
	width:940px;
	margin-left:0px;
}

#image-column {
	float:left;
	margin-left:0px;
	margin-right:20px;
}

#text-column.philosophy {
	width:300px;
	margin-left:320px;
}

#news {
	float:left;
	width:940px;
	position:absolute;
	top:0px;
	left:0px;
	padding-bottom:720px;
}

#project-list {
	float:left;
	width:940px;
	position:absolute;
	top:0px;
	left:0px;
}

#project {
	float:left;
	width:940px;
	height:610px;
	position:relative;
	overflow:hidden;
}

.project-slide {
	position:absolute;
	width:940px;
	height:590px;
	left:0px;
	top:20px;
}

.news-item {
	width:970px;
	height:240px;
	float:left;
	margin:0px;
	padding:5px 5px;
	border-top:1px dashed #b0b0a5;
	background-color:#FFF;
}

.news-item.first {
	border-top:0px;
}

.news-image {
	float:left;
	margin-right:20px;
}

.news-text {
	float:left;
	width:390px;
}

h2 {
	margin-bottom:13px;
	text-decoration:underline;
	font-weight:normal;
}

h3 {
	margin-top:5px;
}

#footer {
	width:100%;
	border-top:1px solid #626250;
	padding-top:5px;
	height:200px;
}

#address {
	width:140px;
	margin-right:20px;
}

.column {
	float:left;
}