
/* Reset */
/* ////////////////////////////////////////////////// */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

/* Blocks */
/* ////////////////////////////////////////////////// */

body {
	background: #eee;
	color: #aaa;
	font: 11px/24px "Courier New", Courier, monospace;
	margin: 150px 50px 0px 25px;
}

div {
	margin-bottom: 25px;
}

/* Text */
/* ////////////////////////////////////////////////// */

h1 {
	color: #000;
	font: 24px/36px Georgia;
}

p {
	font: 11px/17px "Lucida Grande", Arial, Verdana, sans-serif;
}

a {
	color: #444;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

p a {
	padding: 0px;
	text-decoration: underline;
}

/* Feeds */
/* ////////////////////////////////////////////////// */

a.delics {
	background: #96f;
	border-bottom: 1px solid #63c;
	border-right: 1px solid #63c;
	color: #fff;
}

a.flickr {
	background: #f66;
	border-bottom: 1px solid #c33;
	border-right: 1px solid #c33;
	color: #fff;
}

a.mmputr {
	background: #f3f323;
	border-bottom: 1px solid #c3c300;
	border-right: 1px solid #c3c300;
	color: #000;
}

a.twittr {
	background: #cf0;
	border-bottom: 1px solid #9c0;
	border-right: 1px solid #9c0;
	color: #000;
}

a.goodrd {
	background: #f39;
	border-bottom: 1px solid #c06;
	border-right: 1px solid #c06;
	color: #fff;
}

a.vimlik {
	background: #9fc;
	border-bottom: 1px solid #6c9;
	border-right: 1px solid #6c9;
	color: #000;
}

a.lastfm {
	background: #9bf;
	border-bottom: 1px solid #68c;
	border-right: 1px solid #68c;
	color: #fff;
}

a.vimvid {
	background: #c9f;
	border-bottom: 1px solid #96c;
	border-right: 1px solid #96c;
	color: #fff;
}

a.youtub {
	background: #555;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	color: #fff;
}


/* Hover */
/* ////////////////////////////////////////////////// */

a:hover {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #000;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}