/* CSS Document */

/************************************************************************

	Site:		MaxwellPR.com

	Author:		eROI		[www.eroi.com]  

	Client:		Maxwell PR		[http://www.maxwellpr.com/]

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Main Content
	4 - Sub Navigation
	5 - Left Navigation
	6 - Footer Navigation
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body
{
	background: #ffffff;
	font: 62.5% Trebuchet MS, Arial, sans-serif;
	color: #000000;
}

html, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td
{ 
	margin: 0; 
	padding: 0; 
}

a
{
	text-decoration: none;
	color: #159fda;
}

a:hover
{
	text-decoration: underline;
}

a.fancy
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -100000em;
}

a.talkletter
{
	font-weight: bold;
}

ol.list,
ul.list
{
	list-style: none;
}

/***********************************************************************
	2 - STRUCTURE/LAYOUT STYLES
************************************************************************/
.everything
{
	width: 71.2em;
	margin: 10.0em auto 0 auto;
	
	color: #ffffff;
}

.logo
{
	margin-left: 51.3em;
	background: url(../img/header-logo.gif) no-repeat;
	width: 179px;
	height: 30px;
}

.nav
{
	height: 3.0em;
	margin-top: 1.6em;
	background: #9b9b9b;
	
	text-transform: uppercase;
}

.nav a
{
	color: #ffffff;
}

.nav ul li
{
	float: left;
	margin-top: 0.8em;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
	.nav ul li.home
	{
		width: 88px;
	}
	.nav ul li.clients
	{
		width: 107px;
	}
	.nav ul li.services
	{
		width: 109px;
	}
	.nav ul li.team
	{
		width: 84px;
	}
	.nav ul li.commitment
	{
		width: 138px;
	}
	.nav ul li.blog
	{
		width: 75px;
	}
	.nav ul li.contact
	{
		width: 105px;
	}
	.nav ul li.maxwell-blog
	{
		width: 15.0em;
	}
	.nav ul li.kitchen-conference
	{
		width: 15.0em;
	}
	.nav ul li.maxwell-pr
	{
		width: 15.0em;
	}

.content
{
	margin: 0.1em 0;
	background: #a52128;
}

	.content .leftColumn
	{
		float: left;
		width: 44.7em;
		padding: 1.0em 2.5em 1.0em 1.25em;
		border-right: 1px solid #ffffff;
		
		background: #ffffff;
		color: #353535;
	}
		.content .leftColumn a
		{
			color: #353535;
			text-decoration: underline;
		}
	.content .rightColumn
	{
		float: right;
		width: 18.5em;
		padding: 1.0em 2.5em 1.0em 0;
	}
		.content .rightColumn a
		{
			color: #ffffff;
			text-decoration: underline;
		}

h2.headline
{
	font-size: 2.5em;
}
	.content .leftColumn h2.headline
	{
		color: #a52128;
	}

.talk
{
	padding: 0 0.5em;
}

.talk ul
{
	margin: 1.0em 0;
}
.talk ul.latest li
{
	float: left;
}
	.talk ul li.desc
	{
		/*width: 31.5em;
		padding: 0 1.5em;*/
	}
	.talk ul li.desc p
	{
		font-size: 1.2em;
	}

.pov
{
	margin-bottom: 1.5em;
}

ul.past li,
.pov ul li,
.news ul li
{
	margin: 1.0em 0;
}

.bottom-bar
{
	height: 0.8em;
	background: #9b9b9b;
}

.sign-up
{
	float: right;
	padding-top: 0.4em;
	
	color: #a52128;
	font-size: 1.2em;
}

.alert
{
	background: #ff9f9f;
	border: 1px solid #ff0000;
	
	margin: 0 0.5em 0.5em 0.5em;
	padding: 0.5em;
	
	font-size: 1.2em;
}
/***********************************************************************
	99 - SELF-CLEARING FLOATS
************************************************************************/
.first
{
	margin: 0 !important;
}

.floatwrapper:after,
#footer:after
{
	/* Firefox */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .floatwrapper,
* html #footer
{
	height: 1%; /* IE6 fix */
}

*:first-child+html .floatwrapper,
*:first-child+html #footer
{
	min-height: 1px; /* IE7 fix */
}
