/* Designispoetry.com v.5
designed and implemented by Gabriel Agu
(evidently, since I like to think I'm a 
decent designer and front-end developer */

/* global style reset */
* {
	margin: 0; padding: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
	list-style-type: none;
	outline: none;
}

body {
	background: url(bodybg.jpg) no-repeat top center #111313;
	color: #fff;
	font-size: 12px;
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
a {
	color: #7CBBFF;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#Wrap {
	width: 700px;
	margin: 0 auto;
}

#Header {
	height: 30px;
	padding: 30px 0;
	border-bottom: 1px solid #222;
	clear:both;
}

.logo {
	background: url(logo.png) no-repeat top left; /* yeh, it's png and no JS fix for IE6, got a problem with it? */
	width: 145px;
	height: 29px;
	float: left;
}

.briefAbout {
	float: left;
	font-size: 13px;
	color: #8ea5ad;
	padding-top: 5px;
	margin: 0;
	font-weight: normal;
}

#UberTitle {
	border-top: 1px solid #000;
	border-bottom: 1px solid #222;
	padding: 40px 0;
	height: 60px;
	background: url(ubertitle.png) center no-repeat;
	text-indent: -9000px;
	color: #fff;
}

h2 {
	color: #fff;
	border-top: 1px solid #000;
	font-size: 18px;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 10px;
}

.works,
.about,
.andmore {
	border-bottom: 1px solid #222;
	padding-bottom: 30px;
	clear:both;
}

.works {
	overflow: hidden;
	height: 450px;
}

.about h2,
.andmore h2 {
	border: none;
	padding: 0;
}
.about p {
	padding: 0 0 10px 0;
	color: #c5d8df;
	font-size: 14px;
	line-height: 19px;
}
.about p img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.andmore p {
	padding: 0 0 20px 0;
	color: #c5d8df;
	font-size: 14px;
	line-height: 19px;
}
.workslist {
	list-style-type: none;
}

.workslist li {
	line-height: 20px;
}
.workslist li p {
	width: 680px;
	margin-top: -50px;
	background: url(img/transp.png) repeat top left;
	position: relative;
	z-index: 200;
	height: 30px;
	padding: 10px;
	color: #8EA5AD;
}
.workslist li p span {
	font-size: 18px;
	color: #FFE13D;
}
.workslist li p span span{
	font-size: 12px;
	color: #FFE13D;
	padding-right: 10px;
}

.sociallist {
	margin: 0;
	padding: 0;
}
.sociallist li {
	width: 128px;
	float: left;
	margin-right: 10px;
	font-size: 11px;
	color: #8EA5AD;
}

.linkedin,
.twitter,
.flickr,
.delicious,
.lastfm  {
	display: block;
	width: 128px;
	height: 50px;
	
}
.linkedin {
	background: url(img/linkedin.png) no-repeat bottom left;
}
.twitter {
	background: url(img/twitter.png) no-repeat bottom left;
}
.flickr {
	background: url(img/flickr.png) no-repeat bottom left;
}
.delicious {
	background: url(img/delicious.png) no-repeat bottom left;
}
.lastfm {
	background: url(img/lastfm.png) no-repeat bottom left;
}
.linkedin:hover {
	background: url(img/linkedin.png) no-repeat top left;
}
.twitter:hover {
	background: url(img/twitter.png) no-repeat top left;
}
.flickr:hover {
	background: url(img/flickr.png) no-repeat top left;
}
.delicious:hover {
	background: url(img/delicious.png) no-repeat top left;
}
.lastfm:hover {
	background: url(img/lastfm.png) no-repeat top left;
}

.contact {
	margin: 0;
	padding: 0;
}

.contact li {
	width: 220px;
	margin-right: 10px;
	float: left;
	color: #8EA5AD;
	font-size: 11px;
	line-height: 20px;
}
.contact li strong {
	color: #fff;
}

.cleaner {
	clear: both;
}
#footer {
	padding-top: 30px;
	border-top: 1px solid #000;
	font-size: 11px;
	color: #555;
	padding-bottom: 20px;
}

