/* Stylesheet for PWDB 4.0. Custom CSS for Projects page top-level.

Copyright (C) 2008-2010 Peter Upfold. All rights reserved */

.projectlist li {
	list-style: none;
}

.projectmasthead h2 {
	
	border:0;
	font-family:colaborate-thinregular,'GillSans-Light', 'Gill Sans', 'Gill Sans MT', 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, 'Bitstream Vera Sans', Arial, sans-serif;
	font-size:3.0em;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height:1.2em;	
	text-shadow:1px 1px 1px #dddddd;

}

.projectmasthead a {
	font-weight:normal;
}

.projecttagline {
	
	font-family:colaboratelightregular,'Helvetica Neue',Helvetica,FreeSans,Arial,sans-serif;
	font-size:1.04em;
	font-weight:normal;
	text-shadow:1px 1px 1px #dddddd;

}

.projectsubline {
	
	position:relative;
	left: 101px;
	font-family:Roboto,'Helvetica Neue',Helvetica,FreeSans,Arial,sans-serif;
	font-size:1.0em;
	font-weight:normal;
	margin:2px;

}

.projectsublineprefix {
	color:#909090;
	text-shadow:1px 1px 1px #dddddd;
}

.projecticon {

	border:0;
	float:left;
	padding:10px;
	margin-right:25px;

}

.cl {
	clear:both;
}