@import url(/include/css/editor.php);

/** =COLORS **
*/


body {
	background: #2c1e09 url('/image/soil.jpg') repeat-x left top;
	}


/** =LAYOUT **/

#container {
	width: 940px;
	margin: 0px auto;
	}
#wrapper {
	zoom: 1;
	position: relative;
	border-top: 7px solid #abc756;
	background: #ffffff;
	}
#plant-img {
	right: 277px;
	width: 115px;
	height: 32px;
	margin-top: -7px;
	position: absolute;
	background: url('/image/plant-content.png') -680px -173px;
	}


/** =HEADER **/

#hp #header {
	height: 433px;
	}
#header {
	height: 173px;
	}

#hp #logo {
	margin-top: -10px;
	}
#logo {
	position: absolute;
	margin-top: -22px;
	margin-left: -40px;
	}

#hp #navigation {
	background: url('/image/plant-home.png') no-repeat right 10px;
	}
#navigation {
	height: 40px;
	clear: both;
	background: url('/image/plant-content.png') no-repeat 530px 0px;
	}

#plant {
	background: url('/image/plant-content.png') no-repeat center 0px;
	}


/** =CONTENT - HOMEPAGE **/

#homeIntro {
	height: 340px;
	padding-top: 90px;
	padding-right: 220px;
	padding-left: 230px;
	background: url('/image/plant-home.png') no-repeat right -30px;
    }
#homeIntro h1 {
	color: #ffffff;
	border-bottom: 0px;
	margin-bottom: 15px;
	}
#homeIntro .content {
	height: 5.5em;
	overflow: hidden;
	}
#homeIntro .content * {
	color: #555555;
	}

#home {
	padding-left: 15px;
	}

.contactIntro {
	margin: 10px 0px;
	}


/** CONTENT - DEFAULT **/

#content {
	float: left;
	width: 580px;
	padding: 20px 20px 20px 40px;
	}

#sidebar {
	float: right;
	width: 300px;
	}


/** =FOOTER **/

#footer {
	margin-top: 30px;
	margin-bottom: 10px;
	position: relative;
	}
#footer p {
	text-align: right;
	}
#footer .copy {
	top: -2px;
	left: 0px;
	position: absolute;
	}
#footer .copy img {
	vertical-align: baseline;
	}
#footer a {
	text-decoration: none;
	}


/** =CLASSES **/

.clearfix {
	clear: both;
	display: block;
	}

#sidebar .coll {
	float: none;
	clear: both;
	}
.coll {
	float: left;
	width: 260px;
    padding: 0px 20px;
	}
.coll h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	}
.coll .content {
	border-top: 1px solid #dedede;
	}

ul.styled,
ul.styled ul,
ul.styled li,
.box ul,
.box ul ul,
.box ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }

.item {
	padding: 8px 0px 12px 0px;
	border-bottom: 1px solid #dedede;
	}
.item a {
	height: 57px;
	display: block;
	color: #abc756;
	font-weight: bold;
	text-decoration: none;
	}
.item a .date {
	font-weight: normal;
	}
.item span.figure {
	float: left;
	width: 84px;
	height: 57px;
	display: block;
	overflow: hidden;
	margin-right: 10px;
	margin-top: 2px;
	}
.item a:hover .txt {
	text-decoration: underline;
	}

label.inline {
	display: none;
	}

ul.styled, .box ul {
	margin-top: 10px;
    border-bottom: 1px solid #dedede;
    }
ul.styled li, .box ul li {
	padding: 7px 0px 7px 15px;
	background: url('/image/arrow.png') no-repeat 0px 10px;
	}
ul.styled li a, .box ul li a {
	display: block;
	text-decoration: none;
	}
ul.styled li a:hover, .box ul li a:hover {
	color: #abc756;
	}
#home .styled li {
	padding: 0px;
    border-top: 1px solid #dedede;
    }
#home .styled li a {
	padding: 7px 0px 7px 15px;
	}


.box {
	padding: 10px;
	margin-top: 20px;
	overflow: hidden;
	background-color: #e3edc7;
	}
.box ul {
	border-bottom: 0px;
	}
.box ul li {
	float: left;
	width: 45%;
	margin-top: 5px;
	}


/* BUTTONS */

.buttons a, .buttons button, .FormSubmit button {
    display:inline-block;
    margin:0;
    background:#abc756 url('/image/button.png') repeat-x left bottom;
    border:0px solid #abc756;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#eee;
    cursor:pointer;
    padding:6px 10px 6px 7px;
	}
.buttons button{
    width:auto;
    overflow:visible;
    padding:5px 7px 6px 4px;
	}

.project {
	margin-bottom:20px;
	}

.project dt {
	width:100px;
	float:left;
	font-weight: bold;
	line-height:20px;
}

.project dd {
	width:450px;
	float:left;
	line-height:20px;
}

.project .description { 
	clear:both;
	padding-top:20px;
}

.project .box {
	padding:17px;
	clear:both;
}

.project .photo {
	width:188px;
	float:left;
}

.project .spacer {
	height:18px;
	clear:both;
}

.project .last {
	width:170px;
}

.project .projectinfo dd {
	width:250px;
}

.projectinfo {
	width:355px;
	float:left;
	}

.project .projectinfo .buttons {
	margin-top:100px;
	margin-left:265px;
	position: absolute;
	float:left;
}