/* Enable html5 elements */

header, footer, nav, section, article, aside, figure, img {
	display: block;
}

img {
	border: 0;
}

body {
	margin: 0;
	background: url(../graphics/backdrop.png) no-repeat 0 260px;
	
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: rgb(150,150,150);
}

#container {
}

#contents {
	float: left;
	width: 500px;
	margin-top: 20px;
	margin-left: 80px; 
}

#wrapper {
	float: left;
}

header, nav, footer {
	float: left;
	clear: left;
	width: 330px;
	text-align: right;

}

header img {
	padding-left: 250px
}

nav {
	margin: 40px 0;
	//border-top: 1px solid rgb(230,230,230);
}

footer p {
	clear: both;
	margin-bottom: 20px;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: rgb(0,0,0);
}

a:hover {
	color: rgb(246,51,149);
}

a img {
	float: right;
}

h1 {
	font-family: Helvetica, arial, sans-serif;
	color: rgb(186,218,143);
	color: rgb(246,51,149);
}


a.navigation {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(230,230,230);
	margin-bottom: 10px;
}



.tweet_list span a.tweet_date {
	display: block;
	clear: both;
}

.tweet {
	display: block;
	padding-top: 20px;
}