.navbar-brand {
	height:auto !important;
}
.slide {
	margin-bottom:3em;

}
.list li {
	padding-bottom:1em;
}
.title {
	font-size:1.5em;
}
.list h4 {
	margin-bottom:0;
}
body{
	-moz-text-shadow:1px 1px 1px #fff;
	-webkit-text-shadow:1px 1px 1px #fff;
	text-shadow:1px 1px 1px #fff;
	font-size:90%;
}
body.archive {
	background-image: url(../images/bg_collaboration.gif);
	background-repeat: no-repeat;
	background-position: left 670px;
	
}
body.single {
	background-image: url(../images/bg_collaboration.gif);
	background-repeat: no-repeat;
	background-position: left 175px;
	background-attachment:fixed;
}
.list img,
.sub img {
	width:100%;
}
@media only screen and (max-width: 960px) { 
	body.archive,
	body.single {
		background-size:contain;


	}
}