body
{
	padding: 20px;
	background: #e6e7e8;
}

a
{
	text-decoration: none;
	color: #27c7d6;
}

#twitter a:hover
{
	background: #70DEFA;
	color: #000;
}

#flickr a:hover h4
{
	background: #70DEFA;
	color: #000;
}

#twitter ul
{
	margin-bottom: 30px;
}

.center_box
{
	width: 960px;
}

h1#logo
{
	width: 300px;
	height: 84px;
	margin-bottom: 30px;
}

h1#logo a
{
	display: block;
	height: 84px;
	background-image: url(images/logo-neon.png);
	background-repeat: no-repeat;
}

h1#logo a:hover
{
	background: url(images/logo-neon.png);
}

h1#logo a span
{
	display: none;
}

#flickr ul li
{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.column
{
	width: 250px;
	display: inline-block;
	vertical-align: top;
}

* html #flick ul li,
* + html #flickr ul li,
* html .column,
* + html .column
{
	display: inline;
}

#flickr
{
	width: 700px;
}

span.date
{
	font-size: 11px;
	color: #CCC;
	display: block;
}

.clr
{
	clear: both;
}