body
{
	background-color: #222;
}

h2
{
	font-weight: bold;
	color: #ebebeb;
	
	text-shadow: 1px 1px 3px #444;
}

h3, h4 { color: #ebebeb; text-shadow: 1px 1px 3px #444; }

a { color: #fff; }

a:hover { color: #999; }

h3 a { text-decoration: none; }

p
{
	color: #888;
}

.hidden
{
	display: none;
}

.timestamp 
{
	color: #eee;
}

#header
{
	background-color: #222;
}

#header .container
{
	padding-top: 20px;
	padding-bototm: 20px;
}

#header #logo
{
	float: left;
	margin-bottom: 20px;
}

#header #menu, #footer #menu
{
	float: right;
	width: 410px;
}

#header #menu li, #footer #menu li
{
	display: inline-block;
	margin-top: 10px;
	padding-right: 10px;
	margin-left: 10px;
	border-right: 1px solid #333;
	
	zoom: 1;
    *display: inline;
}

#header #menu li:last-child, #footer #menu li:last-child
{
	border-right: 0;
	padding-right: 0;
}

#header #menu a, #footer #menu a
{
	color: #aaa;
	text-decoration: none;
}

#header #menu a:hover, #header #menu a.selected, #footer #menu a:hover, #footer #menu a.selected
{
	color: #fff;
}

#main
{
	/* background: #fff url(../img/main_bg.png) repeat-x; */
	padding-top: 20px;
	margin-bottom: 50px;
	
}

span.post_info
{
	margin-top: -15px;
	margin-bottom: 20px;
	display: block;
	color: #999;
}

span.author
{
	font-style: italic;
}

#screenshots
{
	padding-left: 0;
	margin-right: 0;
}

#screenshots li
{
	display: inline-block;
	list-style: none;
	margin-right: 8px;
	padding-bottom: 8px;
}

#footer
{
	background-color: #222;
	height: 50px;
}

#footer #menu
{
	float: none;
	width: auto;
	color: #fff;
	padding-top: 5px;
}

#media-list { padding-left: 0; }

#media-list li
{
	display: inline;
	margin-right: 20px;
	padding: 5px;
	background-color: #555;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#media-list li a
{
	color: #999;
}

#media-list li a:hover
{
	color: #ccc;
}

.imgleft
{
	float: left;
	width: auto;
	margin-right: 10px;
}

.download
{
	
	padding-left: 40px;
	height: 50px;
	padding-top: 8px;
	padding-bottom: 12px;
	background-image: url(../img/download.png);
	background-repeat: no-repeat;
	/*background-position: left center;*/
}