/*  
Theme Name: Doc Lounge start
Theme URI: http://doclounge.se/
Description: The theme for doclounge.xx startpage
Version: 1.0
Author: Joel Arvidsson
Author URI: http://above.se/

*/

html, 
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, Palatino, serif;
	background: url(images/red-background.jpg) repeat-y 50%;
	color: #574545;
}

h1
{
	font-size: 25px;
	text-align: center;
	margin: 0;
}

h1 strong
{
	display: block;
	text-indent: -9999px;
	background: url(images/logo_yellow.jpg) no-repeat;
	height: 121px;
	width: 254px;
	margin: 5px auto 0 auto;
}

h2
{
	font-size: 20px;
	margin: 20px 0 0 0;
}

.picker li
{
	margin: 4px 0 0 0;
}

a:link,
a:visited
{
	color: #000;
	font-family: Impact, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #ed0000;
	border-bottom: 2px solid #000;
}

.picker
{
	padding-left: 10px;
	width: 190px;
	margin: 0 auto;
}
ul
{
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}

#content
{
	width: 340px;
	padding: 30px 0;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -160px;
	margin-left: -170px;
}