/*   
Theme Name: Humanizing Work
Theme URI: http://www.humanizingwork.com/
Description: Custom theme for the Humanizing Work website.
Author: Richard Lawrence
Author URI: http://www.richardlawrence.info/
*/

body, ul, li, h1, h2, h3, form, fieldset, input, p 
{ margin : 0; padding : 0; }
ul { list-style : none; }
fieldset,img { border : 0; }

html
{
	background-color: #e6e6e6;
}

body
{
	position: relative;
	margin: 0 auto;
	width: 770px;
	background-color: #fff;
}

#header
{
	position: relative;
	width: 770px;
	height: 111px;
	background: url('images/header.png');
}

#header #tagline
{
	position: absolute;
	top: 86px;
	left: 18px;
	width: 400px;
	height: 31px;
	font-family: Century Schoolbook, Times New Roman, Serif;
	font-style: italic;
	font-size: 14px;
	color: white;
}

#header ul#navigation
{
	position: absolute;
	top: 86px;
	left: 445px;
	width: 320px;
	height: 31px;
	font-size: 13px;
	color: white;
	list-style: none;
	padding: 0;
	margin: 0;
/*	border: 1px solid green;*/
}

#header ul#navigation li
{
	display: inline;
	padding: 0 11px;
}

#banner
{
	width: 770px;
	height: 276px;
	background: url('images/banner.jpg');
}

#left-column
{
	width: 427px;
	padding-left: 18px;
	padding-right: 18px;
	border-right: 1px solid #e6e6e6;
}

#left-column p
{
	padding: 9px 0;
}

#right-column
{
	position: absolute;
	left: 464px;
	top: 387px;
	width: 283px;
	height: 250px;
	text-align: left;
	padding-left: 12px;
	padding-right: 12px;
}

#footer
{
	width: 770px;
	height: 25px;
	background: url('images/footer.png');
	background-repeat: none;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	padding-top: 7px;
	font-size: 12px;
}

body, div, p
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#right-column h2
{
	font-family: Century Schoolbook, Times New Roman, Serif;
	font-size: 16px;
	color: #3d5379;
	margin-top: 8px;
	margin-bottom: 12px;
}

#right-column p
{
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 14px; 
	line-height: 20px; 
	color: #4e4e4e; 
}

#header #navigation a:link, #header #navigation a:visited
{
	text-decoration: none;
	color: #fff;
}

#header #navigation a:hover, #header #navigation a:active
{
	text-decoration: underline;
	color: #fff;
}

#content
{
	width: 734px;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 18px;
}

#content p
{
	padding: 9px 0;
}

#content h1
{
	padding: 10px 0;
}

#content h2
{
	font-family: Century Schoolbook, Times New Roman, Serif;
	font-size: 16px;
	padding: 10px 0;
	color: #3d5379;
}

#content h3
{
	font-family: Arial, Helvetica, Sans-serif;
	font-style: italic;
	font-size: 14px;
	padding: 0px 0;
	color: #737373;
}

#content ul
{
	list-style: disc;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content ul#services-list
{
	list-style: none;
	margin: 0;
	padding: 0;
}