/*_____CSS Vertical Alignment Hack_____*/
html,body,.box 
{
	margin:	0;
	padding: 10px;
	height: 100%;
	border:	none;
}

.box 
{
	margin: 0;
	vertical-align: middle;
	width: 100%;
}

*, img
{
	outline: none;
	border: none;
}

/*=====| Generic Text Definitions |=====*/
body
{
	font: 0.625em Georgia, serif;
	color: #313131;
	letter-spacing: -0.05em;
}

/*=====| Logo |=====*/
h1
{
	font-weight: normal;
	font-size: 4.0em;
	letter-spacing: -0.05em;
}

h2
{
	font-weight: normal;
	font-size: 2.0em;
	letter-spacing: -0.05em;
	margin: 0 0 10px;
}

/*=====| Site Wrapper |=====*/
#wrap
{
	width: 578px;
	margin: auto;
	padding: 40px;
	background: white;
}

/*=====| Header, Logo,  & Navigation |=====*/
#header 
{
	border-bottom: 10px solid #313131;
	padding: 10px 0px;
}

h1#logo
{
	float: left;
	display: inline;
	margin: 0px;
}

h1#logo a
{
	color: #313131;
	text-decoration: none;
}

#navigation
{
	list-style-type: none;
	font-size: 1.5em;
	float: right;
	padding: 0px;
	margin: 1.2em 0;
}

#navigation li
{
	float: left;
	margin-left: 15px;
}

#navigation a
{
	color: black;
	text-decoration: none;
}

/*=====| Content |=====*/
#content
{
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #313131;
}

.half
{
	width: 50%;
	float: left;
}

.banner
{
	margin-bottom: 10px;
}

#content ul
{
	list-style-type: circle;
	color: #999;
	font-size: 1.3em;
	padding: 0;
	margin: 15px;
}

#content li
{
	padding-left: 10px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

#content li p
{
	margin: 0.2em 0;
	color: #313131;
}

a
{
	text-decoration: none;
}

a:hover
{
	border-bottom: none !important;
}

/*=====| Collections |=====*/
.collections
{
	padding: 0 !important;
}

.collections,
.collections li
{
	list-style-type: none;
	margin: 0 0 0 0 !important;
}

.collections li
{
	float: left;
	padding-left: 4px !important;
}

.collections li.first
{
	padding-left: 0 !important;
}

h3
{
	font-size: 1.4em;
	text-transform: uppercase;
	border-bottom: 1px dotted #CCC;
	font-weight: normal;
	margin-bottom: 2px;
}

/*=====| Contact |=====*/
#contact
{
	background: url('../images/pictures/contact.jpg');
	height: 340px;
}

#contact .container
{
	width: 280px;
	text-align: center;
	padding-top: 70px;
	margin-left: 20px;
}

#contact p,
#contact a,
#contact a:hover
{
	color: white !important;
	text-decoration: none;
	margin: 0;
}

#contact .intro
{
	font-size: 1.2em;
	text-align: center;
	color: #F2FBBA !important;
	margin-bottom: 10px;
}

#contact .email
{
	font-size: 2em;
}

#contact .phone
{
	font-size: 3.6em;
}

#contact .lighter
{
	color: #CDD282;
}

#content img
{
	display: block;
}

/*=====| Biography |=====*/
#biography-banner
{
	height: 191px;
	background: url('../images/pictures/biography.jpg') no-repeat;
	padding: 15px 155px 10px 15px;
}

#biography-banner p
{
	margin-top: 0;
	color: white;
	font-size: 1.25em;
	line-height: 1.1em;
	margin-bottom: 0.7em;
}

#biography-banner p.pad-right
{
	padding-right: 60px;
}

/*	=Presentations
	------------------------------------------------------ */
	#presentations-banner
	{
		height: 160px;
		background: url('../images/pictures/presentations.jpg') no-repeat;
		padding: 15px 350px 0px 15px;
	}
	
		#presentations-banner p
		{
			margin-top: 0;
			color: white;
			font-size: 1.65em;
			line-height: 1.4em;
			margin-bottom: 0.7em;
		}
		
		#presentations-banner a
		{
			color: red;
		}
		
	/* Presentations Table */
	#upcoming-presentations
	{
		font-size: 1.3em;
		width: 100%;
	}
	
			#upcoming-presentations td
			{
				padding: 2px 0px;
				vertical-align: top;
			}
	
		#upcoming-presentations .key
		{
			color: #999;
			text-transform: uppercase;
			font-size: 0.9em;
		}
		
		#upcoming-presentations .name td
		{
			font-size: 1.05em;
		}
		
			#upcoming-presentations .time
			{
				padding: 0 5px 15px 0;
			}
			
			#upcoming-presentations .location
			{
				padding: 0 5px 15px 0;
			}
		

/*=====| Footer |=====*/
#footer p
{
	float: right;
	font-size: 1.1em;
	margin: 0;
	color: #999;
}

#footer a
{
	color: #999;
	text-decoration: none;
}

.caps
{
	text-transform: uppercase;
	font-size: 0.9em;
}

.light
{
	color: #7C736B !important;
}

/*=====| Easy Clear |=====*/
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */
