/*
Theme Name: eRezLife
Description: The eRezLife Theme
Version: .1
Author: Jason Ladicos

	eRezLife .1

	This theme was designed and built by Jason Ladicos.
*/

body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	color: #333;
	margin: 0;
	padding: 0;
}

#page
{
	margin: 0 0 2em 0;
	padding: 0;
	position: relative;
}

a
{
	color: #06c;
	text-decoration: none;
}

a:hover
{
	color: #147;
	text-decoration: underline;
}

div.demo
{
	margin-top: 1.75em;
	background-color: #06c;
	padding: .5em .5em .25em .5em;
}

#sidebar div.demo a
{
	font-size: 1.75em;
	text-decoration: none;
	padding: 0;
	color: #fff;
}


h1
{
	font-size: 6.5em;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 2;
	left: 1.1em;
	bottom: -.3em;
	letter-spacing: -.02em;
}

h2
{
	font-size: 1.75em;
	margin: 30px 0 .5em 0;
	color: #a00526;
}

h3
{
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	font-weight: normal;
}

h4
{
	padding: 0;
	margin: .75em 0 .25em 0;
}

#sidebar h2
{
	margin: 1.25em 0 .75em 0;
	padding: 0;
}

h3.comments
{
	padding: 0;
	margin: 40px auto 20px ;
}

h1, h1 a, h1 a:hover, h1 a:visited
{
	color: #fff;
}

ul
{
	margin-top: 0;
	padding-top: 0;
}

li
{
	list-style-type: disc;
}



/**
 Header styles
 */
#header
{
	background: #A00526 url(images/header_bg.png) repeat-x;
	height: 18.4em;
	position: relative;
	margin: 0;
}

#three_men
{
	z-index: 1;
	position: absolute;
	margin-top: 1em;
}

#logo
{
	position: absolute;
	right: 80px;
	bottom: 4em;
}

#menu
{
	position: absolute;
	top: 2em;
	left: 3.3em;
	z-index: 10;
}

#menu li
{
	font-size: 1.75em;
	float: left;
	margin-right: 1em;
	font-weight: bold;
}

#menu li a
{
	color: #fff;
}

#menu, #menu li
{
	list-style: none;
}


/**
 * Content styles
 */
#content
{
	font-size: 1.4em
}

.narrowcolumn
{
	float: left;
	padding: 0 0 20px 5.3em;
	margin: 0;
	width: 35em;
}

.widecolumn .entry p
{
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry
{
	line-height: 1.4em;
}

.first_paragraph
{
	margin-top: 30px;
}

.widecolumn
{
	line-height: 1.6em;
}

.narrowcolumn .postmetadata
{
	text-align: center;
}

#sidebar
{
	float: left;
	font-size: 1em;
	width: 31em;
	margin: 1em 0 0 10em;
}

.post
{
	margin: 0 0 40px;
}

/**
 * Sidebar styles
 */
#sidebar ul
{
	margin: 0;
	padding: 0;
}

#sidebar ul li.news
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar li.news ul, #sidebar li.news ol
{
	margin-left: 2.5em;
}

#sidebar .post_date
{
	font-size: 1.25em;
	color: #666;
}

#sidebar p
{
	line-height: 1.3em;
	font-size: 1.25em;
}

#sidebar .news
{
	margin-bottom: 2.5em;
}

#sidebar .logo
{
	margin-top: 3.5em;
}

#sidebar h3
{
	font-size: 1.5em;
	color: #666;
	margin-bottom: .25em;
}

#address
{
	margin-bottom: 1em;
	line-height: 1.25em;
	font-size: 1.25em;
}

#address a
{
	color: #a00526;
}

.singlespace
{
	margin: 0;
}

.client_quote
{
	color: #444;
	margin-top: 2.5em;
	padding-left: 3em;
	background: url(images/quote.gif) top left no-repeat;
}

.fan
{
	color: #a00526;
	font-size: .9em;
	padding-left: 4.5em;
	margin-top: .5em;
}

.fan p
{
	margin: 0;
	line-height: 1.1em;
}

.module
{
	cursor: pointer;
	padding: 2px;
}

.module:hover
{
	background-color: #efefef;
}

.module_description
{
	margin: .35em .75em;
	font-size: .9em;
}

.h
{
	display: none;
}