/* #################################### */
/* ### html, body, container, clear ### */
/* #################################### */

html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../img/background.png) #131313;
}

#container
{
	position: absolute;
	margin: 0 0 0 -425px;
	padding: 0;
	left: 50%;
	width: 850px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.clear
{
	clear: both;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
}

img
{
	border: 0;
}

/* ############## */
/* ### header ### */
/* ############## */

#header
{
	margin: 0;
	padding: 0;
	width: 850px;
	height: 170px;
}

/* ############ */
/* ### logo ### */
/* ############ */

#logo
{
	float: right;
	margin: 50px 60px 0 0;
}

/* ################## */
/* ### navigation ### */
/* ################## */

ul
{
	margin: 100px 0;
	padding: 0;
	width: auto;
	height: auto;
	list-style: none;
}

ul li
{
	margin: 0 0 6px 0;
	padding: 0;
}

ul li a
{
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
}

ul li a:visited
{
	color: #999;
}

ul li a:hover, ul li a:focus
{
	color: #660099;
}

ul li a#current
{
	color: #660099;
}

ul li a.dark
{
	color: #333;
}

ul li a:hover.dark
{
	color: #fff;
}

ul li ul
{
	margin: 5px 0 15px 0;
	padding: 0;
	width: auto;
	height: auto;
	list-style: none;
}

ul li ul li
{
	margin: 0;
	padding: 0;
}

ul li ul li a
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
}

ul li ul li a:visited
{
	color: #666;
}

ul li ul li a:hover, ul li ul li a:focus
{
	color: #999;
}

/* ################################## */
/* ### contents, content, sidebar ### */
/* ################################## */

#box
{
	display: block;
	margin: 0;
	padding: 0;
	width: 850px;
}

#content
{
	float: right;
	margin: 0;
	padding: 0;
	width: 600px;
}

#sidebar
{
	position: fixed;
	float: left;
	margin: 0;
	padding: 0 30px 0 0;
	width: 220px;
}

/* ############## */
/* ### footer ### */
/* ############## */

#footer
{
	margin: 0;
	padding: 100px 0 170px 250px;
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #333;
}

#footer a
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #666;
}

#footer a:visited
{
	color: #660099;
}

#footer a:hover, #footer a:focus
{
	color: #999;
}

/* ################## */
/* ### h1, h2, h3 ### */
/* ################## */

h1
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	text-transform: none;
	color: #660099;
}

h1 a
{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	color: #660099;
}

h1 a:visited
{
	color: #660099;
}

h1 a:hover, h1 a:focus
{
	color: #333;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

h3
{
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}

/* ######### */
/* ### p ### */
/* ######### */

p
{
	margin: 30px 0;
	padding: 0;
	width: 500px;
	font-size: 14px;
	line-height: 22px;
	color: #999;
}

p.big
{
	width: 600px;
	font-size: 18px;
	line-height: 28px;
}

/* ############## */
/* ### strong ### */
/* ############## */

strong
{
	color: #ccc;
}

/* ############## */
/* ### teaser ### */
/* ############## */

.teaser
{
	margin: 100px 0 30px 0;
}

.teaser img
{
	border-bottom: 5px solid #660099;
}

.teaser img:hover
{
	border-bottom: 5px solid #666;
}

/* ######### */
/* ### a ### */
/* ######### */

a
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	color: #666;
}

a:visited
{
	color: #666;
}

a:hover, a:focus
{
	color: #660099;
}

a.link
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #660099;
}

a.link:visited
{
	color: #660099;
}

a.link:hover, a.link:focus
{
	color: #999;
}

/* ######### */
/* ### i ### */
/* ######### */

i
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}

p em.small
{
	font-size: 12px;
	color: #666;
}