/* @override http://www.labohratory.com/css/labohratory.css */

body {
	background-color: black;
	color: white;
}

h1 a, h2 a, h3 a {
	color: white;

}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #31dfb9;
}

p a {
	color: #31dfb9;
}

p a:hover {
	color: #BBBBBB;
}

#wrapper {
	border-top-color: white;
}

#logo a {
	background-image:url("/images/labohratory/labohratory.gif");
	width:121px;
}

#head .branding{
    background-image: none;
}

#head .branding a{
	background-image:url(/images/labohratory/labslogan.png);
	background-repeat:no-repeat;
	display:block;
	float:right;
	height:20px;
	margin:0 6px 0 0;
	width:80px;
}

#head .branding a:hover{
	background-image:url(/images/labohratory/labslogan_over.png);    
}

ul.nav {
	border-color: white;
}

body ul.nav li a {
	color: white;
}

body .nav li a:hover {
	background-color: white;
	color: black;
}

#content {
	height: 100%;
	overflow: visible;
}

.lab-date {
	font-size: 12px;
	line-height: 27px;
}

.footer-nav {
	margin-top: 40px;
}

.about-people-list li{
    border-top: 1px solid white;
}

.about-people-list li.title{
    border:none;
    padding-bottom: 0px;
}

.about-people-list li .meta{
    border-top: 7px solid white;
}

.about-people-list li .meta a {
    color:white;
}

.home_blog, .homepage_tweets{
    border-top: 1px solid white;
    margin: 30px 0 0;
}

.home_projects {
	border: 0px;
	margin-top: 12px;
}

.homepage_tweets{
    margin-bottom: 30px;
}

.home_blog h3,.home_projects h3{
    font-size: 30px;
    margin-bottom:24px;
}

.more-projects{
    padding-top: 20px;
}

.about-people h3 {
    font-size:33px;
    margin:28px 0 34px 270px;
}

.homepage_tweets h3{
    font-size: 30px;
}

.description_full{
    margin-bottom: 80px;
}

.description_full h3{
    border-top:1px solid white;
	font-size:33px;
	margin:30px 0 0;
	padding:30px 0;
}

.about-people #homepage-splash{
    margin-bottom: 30px;
}

#myContent{
    background-color: black;
}

#homepage-splash{
    background-color: black;
}

.thumbnail{
    opacity:0.6;
}

.service-casestudy a img{
    opacity:0.6
}