/*
Theme Name: Ethereal - Under Construction
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Version: 1.0
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Tags: grey, clean, community, premium, portfolio, business, fixed width, two columns, widgets, video
*/

/** CSS - Ethereal - Under Construction

==============================================================================*/

* { /* removes defaults from all elements */
margin: 0;
padding: 0;
list-style: none;
}

/** Body
==============================================================================*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #272727;
	margin: 150px auto;
	background-color: #bdbdbd;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/** Container
==============================================================================*/

#container
{
	width: 366px;
	margin: 0 auto;
} 

/** Floats
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** Logo
==============================================================================*/

#logo
{
	width: 366px;
	background-image: url(../img/bg-header.gif);
	background-repeat: no-repeat;
	background-position: 27px 49px;
}

#logo img {
margin: 0px;
}


/** Header
==============================================================================*/

#header
{
	width: 295px;
	margin: 0 0 0 27px;
	padding: 0 0 30px 0;
	/*border-bottom: 10px solid #272727;*/
	background-color: #d6ca00;	
}

#header p {
margin: 0px 30px 0 30px;
text-align: center;
}

#header p  a{
color: #272727;
}

em { font-weight:bold;
font-style:normal;}



/** Footer
==============================================================================*/

#footer {
	padding: 0;
	background-image: url(../img/drips.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 295px;
	margin: 0 0 0 27px;
	height:200px;
	
}