/* Text styles */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	text-transform: uppercase;
}
h1 em {
	color: #666;
}
h2 {
	text-transform: uppercase;	
	font-size:1.1em;
}
h1, h2, h3 {
}

input.text {
	width:200px;
}
input.action {
	border: 1px solid #000;
	padding: 3px 5px 3px 10px;
}

a div.teaser {
	background-image:url(../images/arrows.png);
	background-repeat: no-repeat;
	background-position: right 14px;
	width:240px;
	padding-right:3em;
}

div.height-half a div.teaser {
	background-image: none;
}

/* Main styles */
.container {
	min-height: 520px;
	margin-top: 70px;
	margin-left: 40px;
	float:left;
}
.logo {
}
.row {
	clear:left;
}
.row div.span-4, .row div.span-8, .row div.span-12 {
	height: 126px;
	margin-bottom: 2px;
}
.row.half {
	height: 75px;
}
div.span-4 {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
 div.span-8 {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
div.span-12{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
 
.row div.col {
 	height: auto;
}
.row.half div.span-4, .row.half div.span-8, .row.half div.span-12 {
	height: 73px;
}
/* Navigation */
.row div.nav {
	height:64px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 156px;
}
.row div.nav.section {
	height: 126px;
	border: none;
	width:158px;
}


.navigation {
	list-style-type: none;
	margin:0;
	padding:1em;
}
.navigation a {
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #6c717d;
	font-size: 1.2em;
}
body .navigation a.section {
	color: #4c515d;
}
body .navigation a:hover {
	text-decoration: none;
	color: #aaa;
}
.navigation2 {
	list-style-type:none;
	margin:0;
	padding:1em;
}
.navigation2 a {
	color: #ddd;
}
.navigation2 a.section {
	color: #000;
}
/* Blocks */

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8 {
/*	margin-right: 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;*/
	overflow: hidden;
}
div.last {
	border-right: none;
}

.row div.height-half {
	height: 70px;
}

.row div.height-2 {
	height: 258px;	
	margin-bottom: 2px;
}
.row div.height-auto {
	height: auto;
}
.trans1, .trans2, .trans3 {
	background-color: #cacaca;
}
.trans1 {
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;	
}
.trans2 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.white { background-color: #fafafa; opacity: 0.9; -moz-opacity: 0.9; -khtml-opacity: 0.9}
.light { background-color: #efefef; }
.medium { background-color: #cacaca; }
.dark { background-color: #4c514d; }

/* Block content */

.teaser {
	float:left;
	padding:1em;
}
.teaser a {
	text-decoration: underline;
}
div.teaserimgtop {
	height:130px;
	background-repeat: no-repeat;
	background-position: center top;
  -moz-border-radius-topleft:5px;
  -webkit-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  -webkit-border-radius-topright:5px;
}
div.teaserimgleft {
	width:158px;
	height:128px;
	background-repeat: no-repeat;
	background-position: center top;
	float:left;
  -moz-border-radius-topleft:5px;
  -webkit-border-radius-topleft:5px;
  -moz-border-radius-bottomleft:5px;
  -webkit-border-radius-bottomleft:5px;
}
div.teaserimgright {
	width:158px;
	height:128px;
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
  -moz-border-radius-topright:5px;
  -webkit-border-radius-topright:5px;
  -moz-border-radius-bottomright:5px;
  -webkit-border-radius-bottomright:5px;
}
ul {
	list-style-type: square;
	padding-left: 1em;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
}

/* Work area */

body {
	background-image: url(../images/bonsai.jpg);
	background-repeat: no-repeat;
	background-position: 500px 130px;
}

.work div.nav.section, .work .highlight {
	background-color: #9a0000;
}
.work .nav.section a {
	color: #b24848;
}
.work a:hover, .work a:hover h2, .work a:hover h1 {
	color: #9a0000;
}
.work .nav.section a:hover, .work .nav.section a.section, .work .highlight {
	color: #fff;
}

.blog .container {
	background-image: url(../images/bg_orchid.jpg);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

.blog .nav.section, .team .highlight {
	background-color: #484860;	
}
.blog .nav.section a {
	color: #6F6F91;
}
.blog .nav.section a:hover, .blog .nav.section a.section, .blog .highlight {
	color: #fff;
}

body.lab {
	background-image: url(../images/bambus.jpg);
	background-position: 30px 10px;	
	background-repeat: no-repeat;
}

.lab .nav.section, .lab .highlight {
	background-color: #2C423F;	
}
.lab .nav.section a {
	color: #4D766E;
}
.lab .nav.section a:hover, .lab .nav.section a.section, .lab .highlight {
	color: #fff;
}

.authorline {
	font-style: italic;
	font-size:0.9em;
}
