@import url("reset.css");

html {
	background-color: #FFF;
}
body {
	font:75%/1.2 Arial, Tahoma, Verdana, sans-serif;
	background:#FFF;
}

#wrapper {
	display: none;
	visibility: hidden;
}

#print {
	margin-left:71px;
	width:855px;
	margin-bottom: 20px;
}

#content {
	width: 100%;
	margin-right: 50px;
	margin-top: 5px;
	float: left;
}

a,
a:link {
	color:#009EED;
	text-decoration:underline;
	}
a:hover,
a:active,
a:focus {
	color:black;
	}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1.1em;
}

#header {
	border-bottom:1px solid #000;
	padding-bottom:15px;
	overflow:hidden;
	width:100%;
	margin:48px 0 35px;
	}

#header h1 {
	text-indent:-9000em;
	background:url(../images/pulp-logotype.png);
	width:125px;
	height:21px;
	overflow:hidden;
	float:left;
	}
#header img {
	float:right;
	margin-top: 5px;
	}

#content p.regards {
	color: #777;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1.1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: -1em;
	color: #777;
}

img.sampleimage {
	margin-top: 10px;
	margin-bottom: 2.2em;
}

dl {
	margin-top: 30px;
}

dl dt {
	font-weight: bold;
	color: #009EED;
}

dl dd {
	color: #777;
	font-size: .9em;
	margin-bottom: 10px;
}

dl .bastard {
	margin-left: 30px;
	font-size: .9em;
}

dl#projects dd {
	margin-bottom: 20px;
}

dl dt.project {
	font-weight: normal;
}

dl dt.overview {
	margin-top: 30px;
}

dl dt.home {
	margin-top: 30px;
	font-style: italic;
	font-weight: normal;
}

div.feed {
	margin-top: 50px;
	font-size: .9em;
}

div.feed img {
	float: left;
	margin-right: 10px;
}

p.media {
	margin: 20px 0 3px 0;
}

p.image img {
	width: 400px;
	margin-bottom: 0;
}

p.description {
	margin-top: 0;
	margin-left: 3px;
}
