@charset "UTF-8";
/*
Description:	Freestyle.ch
Version:			1.0
Author:				Benjamin Wiederkehr
Author URI:		http://coUNDco.ch/
Start:				090526_BW
Last update:	090526_BW
Copyright:		Benjamin Wiederkehr for coUNDco */

@import 'global.css';
@import 'helper.css';

/* Container
/////////////////////////////////////////////////////////////////*/
body					{ background: #1C1C1C url('../../img/body_bg.png') center top repeat-x;}
/* Container
/////////////////////////////////////////////////////////////////*/
#container		{ width: 985px; margin: 0 auto; background: #fff; position: relative;}
/* Header
/////////////////////////////////////////////////////////////////*/
#header				{ height: 158px; width: 985px; margin-bottom: 0px;}
#header h1		{ width: 220px; height: 180px;}
#header h1 a	{ display: block; width: 100%; height: 100%; text-indent: -999px; overflow: hidden;}
#header strong{ display: none;}
#header ul		{ display: none;}
#logo					{ }
#subtitle			{ text-indent: -999px; overflow: hidden;}
/* Navigation
/////////////////////////////////////////////////////////////////*/
#navigation		{ height: 60px;}
/* Meta-Navigation
/////////////////////////////////////////////////////////////////*/
#meta_navigation{ position: absolute; top: 135px; right: -23px;}
/* Search
/////////////////////////////////////////////////////////////////*/
#search				{ height: 60px;}
/* Content
/////////////////////////////////////////////////////////////////*/
#content			{ z-index: 0; margin-bottom: 10px; background: url('../../img/content_bg.png') top left no-repeat;}
#content .box	{ border: 1px solid #dadada; min-height: 288px; border-top: none; margin: 30px 10px 30px 30px;}
#sponsors.box	{
	border: none;
	margin: 30px 0 10px 10px;
	padding: 15px 5px 0 10px;
	min-height: 62px;
	background: url('../../img/sponsor_bg.jpg') top left no-repeat;
	border-bottom: 1px solid #dadada;
}
#sponsors ul{overflow: hidden;}
#sponsors .sponsor_2{ margin: 3px 0 10px;}
#sponsors .sponsor_1{ margin-left: 370px;}
#sponsors .sponsor_1 h4{ margin-left: 3px;}
#sponsors .media_1{ margin: 24px 0 10px;}

/* Sidebar
/////////////////////////////////////////////////////////////////*/
#sidebar			{ background: #fff; margin-bottom: 10px;}
#newsletter		{
	margin: 10px 0 0;
	border-bottom: 1px solid #dadada;
	background: #e8e8e8 url('../../img/raster_r_top.png') right top no-repeat;
}
#skyscraper		{
	height: 100%;
	margin: 15px 0;
	padding: 10px 0;
	border-bottom: 1px solid #dadada;
	background: #e8e8e8 url('../../img/raster_r_top.png') right top no-repeat;
}
	#skyscraper div{ margin: 0 10px;}
	#skyscraper img{ margin: 0 10px;}
/* Footer
/////////////////////////////////////////////////////////////////*/
#footer				{ }