@import url(header.css);
@import url(footer.css);

/* Main area */

.content {
	font-size: 110%;
}

.content h2 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #666;
	margin: 0 0 1.4em 0;
	padding: 0 0 .3em 0;
	border-bottom: 1px solid #ccc;
	clear: left;
}

.content h2 a {
	color: #666;
	text-decoration: none;
}


.body h1 {
	color: #FF6B01;
	font-size:2.2em;
	line-height:1.2em;
	margin:0pt 0pt 0.5625em;
	letter-spacing: -0.05em;
}

.body h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	margin: 1.5em 0 0.525em 0;
	padding: 0;
	border: 0;
	clear: right;
}

.body h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
	margin: 1.3em 0 0.525em 0;
	padding: 0;
	border: 0;
	clear: right;
	letter-spacing: 120%;
}

.body p {
	line-height: 160%;
	margin-bottom: 1.5em;
}

.body em {
	font-style: italic;
}

/* Full Lists */

#bd .projects ul.project-list li img {
	position: relative;
	top: .45em;
	float: left;
	margin: 0 16px 0 0;
	margin-bottom: 3.6em;
}

#bd .projects ul.project-list li {
	clear: both;
}

#projectlist {
	width: 100%;
}

#projectlist td {
	padding-bottom: 3em;
	vertical-align: top;
}

#projectlist td img {
	margin-right: 2em;
}

#projectlist h1 {
	font-size: 1.3em;
}

span.attribution, span.attribution a {
	color: #ccc;
	font-size: x-small;
	text-decoration: none;
}

.body ul, div#left_column ul {
	margin: 1em 0.5em;
	padding-left: 0;
	list-style: none;
}

.body ul li, div#left_column ul li {
	padding-left: 20px;
	background-image: url('/images/bullet.png');
	background-repeat: no-repeat;
	background-position: left 6px;
}
