/* Wyld Collective Ltd CSS */
body, html {
	height: 100%;
	text-align:left;
	background-color:#ffffff;
	color:#372107;
	text-decoration:none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
  background-image: url('../img/header_bg.png');
	background-repeat: repeat-x;
  -webkit-text-size-adjust: none;
}

a:link { text-decoration:none; color:#3585b3; }
a:active { text-decoration:none; color:#3585b3; }
a:visited { text-decoration:none; color:#3585b3; }
a:hover { text-decoration:none; color:#113b54; }

.block { margin-bottom: 30px; }

.sup {
  font-size: 0.8em;
  vertical-align:super;
}

h6 { margin-bottom:10px; }

.content {
  margin-top: 5px;
}

.content ul {
}

.content li {
  list-style: none;
  margin-bottom: 10px;
}

.content .header {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size:1.15em;
  color: #f48a0b;
  letter-spacing: 1px;
}

.content .header a:link { text-decoration:none; color:#f48a0b; }
.content .header a:active { text-decoration:none; color:#f48a0b; }
.content .header a:visited { text-decoration:none; color:#f48a0b; }
.content .header a:hover { text-decoration:none; color:#113b54; }

.content .subheader {
  margin-bottom: 8px;
  font-size:1.15em;
  color: #f48a0b;
}

.content .hb {
  background-image: url('../img/hb.png');
	background-repeat: repeat-x; 
  height: 10px;
  width: 100%;
}

/* Header. */
#header {
  height: 100px;
  font-size: 1em;
  color: #f48a0b;
  float:right;
}

#header #logo {
  float: left;
  position: relative;
  left: -20px;
}

#header #logo img {
  border: 0;
}

#header #languages {
  float: right;
  height: 15px;
  margin-top: 5px;
  color: #154c6b;
}

#header #languages a:link { text-decoration:none; color:#fff; }
#header #languages a:active { text-decoration:none; color:#fff; }
#header #languages a:visited { text-decoration:none; color:#fff; }
#header #languages a:hover { text-decoration:none; color:#113b54; }

#header #menu {
  text-transform: uppercase;
  float: right;
  clear: right;
  font-size: 1.0em;
  line-height:1em;
  margin-top: 29px;
  letter-spacing: 1px;
}

#header #menu ul {
  list-style:none outside none;
  float:right;
  margin:0;
}

#header #menu li {
  height:42px;
  display: block;
  float: right;
  margin: 0px 0px 0px 15px;
}

#header #menu li div {
  padding: 8px 0px 5px 10px;
  margin: 0;
}

#header #menu li.active {
  background-image:url('../img/menu_active.png');
  background-repeat:no-repeat;
  background-position:top center;
}

#header #menu a:link { text-decoration:none; color:#fff; }
#header #menu a:active { text-decoration:none; color:#fff; }
#header #menu a:visited { text-decoration:none; color:#fff; }
#header #menu a:hover { text-decoration:none; color:#97c8e3; }

/* Footer. */

#footer #contact, #footer #copyright, #footer #version, #footer #mobile {
  float: right;
  text-align: right;
  margin:0;
}

#footer {
  background-image: url('../img/hb.png');
  background-repeat: repeat-x; 
  background-position: top;
  padding-top: 10px;
  font-size:0.9em;
  padding-bottom: 20px;
}

#footer #social {
  margin: 0;
}

#footer #social .social_item {
  margin-right: 8px;
  display: inline;
}

/* Home. */
#home #feature {
  margin-bottom: 30px;
	
	/* The width of the gallery */
	width:940px;
	overflow:hidden;  
}

#home #feature #rotator_wrapper {
  overflow: hidden;
  position: relative;
  width: 940px;
  height: 200px;
}

#home #feature #rotator_wrapper li {
  list-style: none;
}

#home #feature#rotator,
#home #feature #rotator li,
#home #feature #rotator img {
  width: 940px;
  height: 200px;
  -moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px; 
}

#home #feature #rotator {
  background: #fff;
  position: relative;
}

#home #feature #rotator li {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

#home #feature #rotator_controls {
  overflow: hidden;
  position: absolute;
  bottom: 2px;
  right: 3px;
  text-align:right;
  margin:0;
}

#home #feature #rotator_controls li {
  display: inline;
  margin:0;
  width: 30px;
}

#home #feature #rotator_play_pause,
#home #feature #rotator_controls a {
  display:inline;
  color: #ae8133;
  padding: 1px 5px 0px;
  text-align: right;
  text-decoration: none;
}

#home #feature #rotator_controls a.current {
  color: #f48a0b;
}

#home #feature #rotator_play_pause:hover,
#home #feature #rotator_controls a:hover {
  color: #f48a0b;
}

#home #feature #rotator_play_pause {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* For IE6. */
* html #home #feature #rotator_play_pause,
* html #home #feature #rotator_controls a {
  height: 1%;
}

#home .project_th {
  margin-bottom:20px;
}

#home .project_th img {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#home #feature #slides-menua img{
	border:none;
}

/* Research. */
#research .pub {
  margin-bottom:10px;
}

#research .pub_image {
  float: left;
  margin-right: 10px;
}

/* About Us. */
#aboutus .social_item {
  margin-bottom: 9px;
}

#aboutus .social_item img {
  margin-right: 5px;
}

#aboutus .social_item span {
  position: relative;
  top: 2px;
}

#aboutus #map {
  height: 300px;
}

#aboutus #map .olControlAttribution {
  display:none;
}

#aboutus #map .olControlPanZoom {
  display:none;
}

#aboutus #map_credit {
  text-align: right;
  font-size: 0.8em;
}

/* Services. */
#services .service {
  margin-bottom: 30px;
}

#services .project_th {
  margin-bottom:20px;
}

#services .project_title {
  padding-top:8px;
}

/* Projects. */
#projects .back {
  text-align:right;
}

#projects .project {
  position: relative;
  height: 200px;
  background-color: #ddd;
  margin-bottom: 30px;
}

#projects .project_desc {
  position: absolute;
  bottom: 0;
  margin: 0;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}

#projects .project_desc .header {
  background-image:url('../img/blue_bg.png');
  color:#fff;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  -moz-border-radius-topright: 8px;
  border-top-right-radius: 8px;
}

#projects #project_list a:link .project_desc .header { text-decoration:none; color:#fff; }
#projects #project_list a:active .project_desc .header { text-decoration:none; color:#fff; }
#projects #project_list a:visited .project_desc .header { text-decoration:none; color:#fff; }
#projects #project_list a:hover .project_desc .header { text-decoration:none; color:#113b54; }

#projects .project_desc div {
  padding-left: 10px;
  padding-right: 10px;
  background-image:url('../img/white_bg.png');
  padding-top: 5px;
  padding-bottom: 10px;
}

#projects #project_list a:link { text-decoration:none; color:#000; }
#projects #project_list a:active { text-decoration:none; color:#000; }
#projects #project_list a:visited { text-decoration:none; color:#000; }
#projects #project_list a:hover { text-decoration:none; color:#000; }

#projects .credit {
  font-style:italic;
}

#projects .pub {
  margin-bottom:20px;
}

#projects .pub .pub_title {
  font-style:italic;
}

#projects .project_th {
  margin-bottom:16px;
  margin-right:17px;
  float: left;
}

/* Projects & Services. */
#projects .project_main img, #projects .project_th img, #services .project_th img {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;  

	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;  
}

#newsletter p, #newsletter h1, #newsletter h2 {
  margin:0;
  font-size:1em;
  font-weight:normal;
}

#newsletter h2 {
  display:inline;
}

#newsletter td {
  padding:5px 5px 5px 0px;
  vertical-align:middle;
}

#newsletter textarea {
  width:580px;
}

#newsletter input[type="submit"] {
  margin-top:10px;
}
