@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #222222;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
}
	
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
	h1 {
		font-size: 80px;
		text-align: center;
		font-weight: normal;
	}
	h2 {
		font-size: 20px;
		padding: 15px 0px;
		margin: 0px;
		border-top: 3px #cccccc double;
		border-bottom:3px #cccccc double;
		text-align: center;
		font-weight: normal;
	}
	h3, h4 {
		font-size: 22px;
		font-weight: normal;
		margin: 15px 0px;
	}
	h5 {
		font-size: 18px;
		font-weight: normal;
		margin: 15px 0px;
	}

a:link, a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
ul {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	padding: 6px 0px;
	/* border-bottom: 1px #cccccc dashed; */
}

.clear {
	clear: both;
}

.bucket {
	width: 940px;
	margin: auto;
}
	
.col {
	width: 300px;
	float: left;
}

.col ul li {
	clear: both;
}
	
.col ul li span{
	float: left;
	margin-right: 5px;
	padding-bottom: 3px;
	width: 190px;
	text-align: left;
}

.col em {
	color: #888888;
	font-style: normal;
}

.sect1, .sect2 {
	padding-bottom: 25px;
}

	.sect1 li {
		text-align: right;
	}

#brushes,
#covers,
#contact,
#network {
	margin-right: 20px;
}

#brushes a:link,
#brushes a:visited {
	color: #FF9A00;
	text-decoration: none;
}
#covers a:link,
#covers a:visited{
	color: #629511;
	text-decoration: none;
}
#misc a:link,
#misc a:visited {
	color: #329bde;
	text-decoration: none;
}

.sect2 {
	clear: both;
	border-top: 3px #cccccc double;
}
	.sect2 p {
		font-size: 11px;
		line-height: 16px;
	}
	
	.sect2 #contact a:link, .sect2 #contact a:visited {
		color: #CE0C82;
	}

	.sect2 li#flickr {
		background: url(images/flickr_32.png) no-repeat 0px 3px;
		padding-left: 37px;
	}
	.sect2 li#lastfm {
	background: url(images/lastfm_32.png) no-repeat 0px 3px;
	padding-left: 37px;
	}
	.sect2 li#tumblr {
	background: url(images/tumblr_32.png) no-repeat 0px 3px;
	padding-left: 37px;
	}
	.sect2 li#dopplr {
	background: url(images/dopplr_32.png) no-repeat 0px 3px;
	padding-left: 37px;
	}
	.sect2 li#deviantart {
	background: url(images/deviantart_32.png) no-repeat 0px 3px;
	padding-left: 37px;
	}
.footer {
	clear: both;
	border-top: 3px #cccccc double;
	font-size: .875em;
	line-height: 16px;
}


