/***
 * SCREEN STYLES FOR DESIGN LESS BETTER
 * Created: 2008-03-09 by Pt
 * Updated: 2008-04-09 by Pt
 ***/

/***
 * GLOBALS
 ***/

body
{
	padding: 0;
	background-image: url('../img/pagebg.gif');
	background-repeat: repeat-x;
	background-position: top left;
}

a
{
	color: #333;
	text-decoration: none;
}

div#content
{
	margin: 50px auto 0;
	width: 760px;
	text-align: center;
}

div#content img
{
	border: 0px;
}

div.vision
{
	width: 600px;
	margin: auto;
	text-align: left;
}

/* HEADERS
 **/

div#content h1, h2, h3, h4
{
	font-family: dayroman, Times New Roman, Times, serif;
}

div#content h2
{
	margin-top: 73px;
	font-size: 3em;
}

div#content h3
{
	font-size: 1.3em;
	line-height: 1.5em;
	color: #5a5a5a;
	font-weight: normal;
}

div.vision h3.byline
{
	text-align: right;
}

div.vision h3.byline a
{
	color: black;
}

div#content h4
{
	font-size: 1.4em;
	margin-top: 5px;
}

/* THREE COLUMNS
 **/

div.threecol:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.threecol div.col
{
	width: 233px;
	float: left;
	padding: 0 10px;
	font-family: Times New Roman, Times, serif;
}

div.threecol div.col p
{
	font-size: 0.9em;
	text-align: left;
	line-height: 1.4em;
	color: #5a5a5a;
}

div.threecol div.col p a
{
	text-decoration: underline;
}

div.threecol div.col img.photo
{
	border: 1px #ccc solid !important;
	padding: 1px;
}

/***
 * COLOPHON
 ***/

div#colophon
{
	margin: 35px auto 15px auto;
	text-align: center;
	font-size: .8em;
	color: #70706d;
	letter-spacing: .08em;
	line-height: 1.5em;
	background-image: url('../img/flourishes.gif');
	background-repeat: no-repeat;
	background-position: center;
	font-family: Times New Roman, Times, serif;
}

div#colophon a
{
	text-decoration: none;
	color: blue;
}

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

/***
 * QED-INHERITABLE STRUCTURES
 ***/

#qed 
{
	width:762px;
	margin:2.5em auto;
	font-family:Arial, Helvetica, sans-serif;
}

#qed a 
{
	text-decoration: underline;
}

#qed h2 
{
	font-size:2em;
	font-weight:normal;
	display:inline;
}

#qed p
{
	font-size:1em;
	line-height:1.5em;
	margin:0 0 1em 0;
}

#qed small
{
	margin-bottom: 1em;
	display: block;
}

#qed li
{
	line-height: 1.5em;
}

#qed li, #qed small, #qed p
{
	color:#666;
}

#qed .highlight 
{
	background-color:#FFFF99;
}

#qed p.first 
{
	display:inline;
}

/***
 * PROJECT-INHERITABLE STRUCTURES
 ***/

#project
{
	width:762px;
	margin:2.5em auto;
	font-family:Arial, Helvetica, sans-serif;
}

#project h2 
{
	font-size:2em;
	font-weight:normal;
	display:inline;
}

#project p 
{
	font-size:1em;
	line-height:1.5em;
	color:#666;
	margin:0 0 1em 0;
}

#project .highlight 
{
	background-color:#FFFF99;
}

#project p.first 
{
	display:inline;
}
