body, html, p, h2 {
	margin:0;
	padding:0;
}

body {
	background:#fff url('/tpl/img/bg_fade.png') repeat-x scroll center top;
}

#header {
	height:160px;
}

a {
	text-decoration:none;
	color:#023246;
}

a:hover {
	text-decoration:underline;
	color:#257293;
}

#wrap {
	width:87%;
	max-width:1200px;
	min-width:400px;
	margin:0 auto;
}

#content {
	-moz-border-radius:14px;
	-moz-box-shadow:0px 2px 8px #005487;
	margin-bottom:4px;
	background-color:#fff;
	padding:20px;
}

#content, #footer {
	font-family: 'M+ 2p',sans-serif;
	font-size:18px;
	line-height:1.8em;
	letter-spacing:-0.02em;
	color:#005487;
	font-weight:bolder;
	display:none;
}


.item {
	background:transparent none no-repeat scroll 7px 13px; /* some default rss icon here */
	border-bottom:1px dotted black;
	padding: 4px 18px;
	min-height:100px;
	padding-left:109px;
}

/* different kinds of items */
	.lastfm-loved {
		background-image:url('/img/icon_lastfm24.png');
	}
	
	.g-reader {
		background-image:url('/img/icon_g-reader24.png');
	}
	
.item:hover {
	background-color:#F2F2F2;
}

.item:first-child {
	border-top:1px dotted black;
}

/* used for google reader notes */
.item blockquote {
	font-style:italic;
	border: 1px solid #81D9FF;
	background-color:#CDF0FF;
	margin:6px 15px;
	padding:16px;
	-moz-box-shadow:0 1px 17px -5px #000;
	width:75%;
	font-size:13px;
	line-height:14px;
}

.item h2 {
	font-family: 'Kaffeesatz',sans-serif;
	font-size:36px;
	letter-spacing:0.04em;
}

.link {
	margin:8px 0 15px;
}

.byline, .via {
	font-size:14px;
	text-align:right;
}

.via {
	text-align:left;
	line-height:13px;
}


h1 {
	color:#023246;
	font-family:'Hit the Road',sans-serif; /* Hit the Road font by Matthew Welch http://www.squaregear.net/fonts/ */
	font-size:2.2em;
	font-weight:bold;
	letter-spacing:-2px;
	margin:4px 0 12px;
}

.intro {
	border: 1px solid #81D9FF;
	background-color:#CDF0FF;
	margin:20px 15px;
	padding:16px;
	-moz-box-shadow:0 1px 17px -5px #000;
}

.intro strong {
	font-weight:bold;
}

#footer {
	margin:22px 0 30px;
	font-size:90%;
}

#footer h2 { margin-left:10px; }
#footer p { margin: 4px 0 4px 20px; }
#footer ul { list-style:none outside none; margin:4px 0; padding:0; }
#footer li { margin:0 0 0 20px;padding:0; }


.footer-box {
	float:left;
	height:200px;
	width:32%;
	border-left:2px solid #90B5CB;
	padding: 10px 0;
}

#footer > .footer-box:first-child {
	border:none;
}
