/*MKK v2.0*/

/*Reset styles (thanks to Bento, Eric Meyer and every other damn developer who uses this)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;
}
b, strong {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
b em, strong em {
	font-weight: bold;
}
em strong, i strong {
	font-style: italic;
}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*General*/
body {
	margin: 10px;
	background: #333 url(../img/pinstripes.jpg) repeat;
	color: #ccc;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #39f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 470px;
	margin: 0 auto;
}

#upper img {
	margin: 0 0 8px 10px;
	border: none;
}

/*Description*/
#upper p {
	padding: 0 10px;
	line-height: 15px;
	margin-bottom: 10px;
}

/*Tweets*/
#tweetcontainer {
	width: 470px;
	padding: 10px;
	background: rgba(0,0,0,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.timestamp {
	color: #777;
	display: block;
	margin-bottom: 4px;
}

div.tweet {
	width: 450px;
	margin-bottom: 10px;
	padding: 10px;
	background: rgba(0,0,0,0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#tweetcontainer div:last-child {
	margin-bottom: 0;
}

.tweet p {
	line-height: 17px;
}

/*Footer*/
#footer p {
	padding: 0 10px;
	font-size: 11px;
	line-height: 12px;
	margin-top: 10px;
}
