/*
Theme Name: Whyy
Theme URI: http://whyy.se/
Description: White theme.
Version: 2.0
Author: Marcus Stade
Author URI: http://grafisktforum.org/
Tags: white
*/


@import url('typography.css');
@import url('news.css');
@import url('contact.css');
@import url('portfolio.css');
@import url('facebook.css');

/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
*/
/* Page style */

html, body
{
	height: 100%;
}

body
{
	background-color: #dee3e6;
}

img
{
	border: 0 !important;
}

img#background
{
	position: fixed;
	width: 100%;
}

#page
{
	padding: 0 32px 0 31px;
	min-height: 100%;
}

.background-plate
{

	background-image: url('images/page_bg.png');
	background-repeat: repeat-y;
}

#header
{
	position: fixed;
	top: 48px;
}

#content
{
	margin-top: 48px;
	margin-left: 240px;
}

#logo
{
	position: relative;
	left: -5px;
}

#sponsor, .sponsor
{
	float:left;
	margin: 0 5px 20px 0;
	width:250px;
	height:250px;
}
#post-1269 .entry-text, #post-1269 .entry-text p
{
margin:0;
clear:both;
}

#menu
{
	margin-top: 48px;
	padding-bottom: 16px;
	background-position: bottom;
	background-image: url(images/divider.gif);
	background-repeat: repeat-x;
}

#menu li p
{
	font-family: "Arial Narrow";
	font-size: 1.4em;
	text-align: right;
	margin-bottom: 0;
}

#menu li a
{
	color: #808080;
}

#menu li
{
	margin-left: -13px;
	margin-right: -13px;
	padding-right: 13px;
	padding-top: 8px;
	height: 24px;
}

#menu li.current
{
	color: #fff;
	background-color: #bf1238;
	vertical-align: middle;
}

#footer
{
	background-color: #151515;
}
