/*  
Theme Name: Amazing Life
Theme URI: http://www.ceo2design.com/sp
Description: A Beautiful Green black wordpress theme with 2 columns 
Version: 1.1
Author: Mariah K.L.
Author URI: http://www.ceo2design.com

Terms of Use:
* Please "DO NOT REMOVE" any of the links in the footer!
* You are free to share, to copy, distribute and transmit this theme. You are not allowed to sell this theme.
*/

/* Basic styles */
*
{
	margin:0;
	padding: 0;
}

body
{
	font-family: Verdana, Arial, Georgia;
	font-size:12px;
	line-height: 150%;
	font-weight: normal;
	color: #C6C6C6;
	text-align: center;
	background-color: #020203;
	margin: 0;
	padding: 0;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
}
a
{
	color: #f1f1f1;
	text-decoration: none;	
}
a:hover
{
	color: #CADC86;
	text-decoration: underline;
}
img 
{
	border: #dfdfdf 1px solid;
	padding: 2px;
	margin: 8px;
}

h1,h2,h3,h4,h5,h6
{
	letter-spacing: 0.1em;
}

#container
{
	width: 966px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000;
	text-align: justify;
}

/* Header */

#header
{
	padding: 0;
	margin: 0;
	width: 966px;
	height: 318px;
	text-align: left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #333333;
	float: none;
}

#header h1
{
	font-size: 3.4em;
	padding-top: 140px;
	padding-left: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#header h1 a
{
	color: #fff;
	text-decoration: none;
}
#header h2
{
	font-size: 1em;
	color: #fff;
	padding-left: 102px;
	padding-top: 18px;
}

#content {
	float: left;
	background-color: #4B4B54;
	text-align: justify;
}

#content p
{
	margin-bottom: 1em;
	line-height: 1.6em;
}

#content h3,h4,h5,h6
{
	position: relative;
	color: #F1F1F1;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #747479;
}

#content h2
{
	font-size: 1.5em;
	padding-top: 0;
}

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	width: 715px;	
}

#primaryContent
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding:1em;
}

/* Sidebar Styles */
	
#sidebar
{
	top: 9px;
	left: 9px;
	bottom: 9px;
	float: left;
	width: 227px;
	background-color: #35353E;
	padding: 12px;
	text-align: left;
}

#sidebar form 
{
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 1em;
	padding-bottom: 0;
}

#footer
{
	width: 966px;
	height: 74px;
	float: left;
	padding-top: 18px;
	background-color: #020203;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
	margin-top: 10px;
}

textarea{
	width: 90%;
	height: 20em;
	border: 1px solid #828177;
	padding: 5px;
	font-family: Arial, Serif;
	font-size:0.9em;
	background: #BFBFC1;
}