
/*
 * Theme
 *
 * Bright Orange: #f05014
 * Dark Orange:   #B43500
 * Pale Yellow:   #ffff99
 * Greyish Pink:  #d8a28d
 * Greyish Blue:  #7999AD
 * Black:         #000000
 * Dark Grey:     #333333
 *
 *
 */
 
/*
 * Reset
 */
 
* {
	margin: 0;
	padding: 0; 
}

/*
 * Typography
 */
body {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 38px;
	margin: 10px 40px 0 40px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #B43500;
	margin: 10px 40px 0 40px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #333333;
	margin: 10px 40px 0 40px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 40px 0 40px;
}
h5 {}
p {
	margin: 10px 40px 0 40px;
}
a {
	color: #B43500;
}
a:hover {
	color: #B43500;
	text-decoration: none;
}
ul {
	list-style-type: square;
	margin: 10px 40px 0 80px;
}
li {}

/*
 * Structure
 */
#container {
	background: #ffffff;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
}
#header {
	background: url(../images/synergy_header.jpg);
	width: 1000px;
	height: 200px;
}
	.logo {
		/*background: url(../images/synergy_logo.jpg);*/
		width: 164px;
		height: 162px;
		float: left;
	}
		.logo a {
			display: block;
			width: 164px;
			height: 162px;
			text-indent: -9000px;
		}
	.heading {
		/*background: url(../images/synergy_heading.jpg);*/
		width: 400px;
		height: 162px;
		float: left;
	}
		.heading a {
			display: block;
			width: 400px;
			height: 162px;
			text-indent: -9000px;
		}
	#navigation {
		background: #ffffff;
		width: 990px;
		height: 42px;
		margin: 10px 0 10px 0;
		padding: 10px 0 15px 0px;
		border-top: 3px solid #000000;
		border-bottom: 3px solid #000000;
	}
		#navigation ul {
			margin: 0;
		}
		#navigation li {
			display: inline;
			float: left;
			margin: 0 0 0 10px;
		}
		#navigation a {
			background: #f05014;
			color: #000000;
			font-size: 14px;
			width: 114px;
			height: 30px;
			padding: 8px;
			display: block;
			text-decoration: none;
			text-align: center;
		}
		#navigation a:hover {
			background: #B43500;
			color: #ffffff;
		}
		#navigation .active {
			background: #B43500;
			color: #ffffff;
		}
#content {
	background: #ffff99;
	width: 590px;
	margin-bottom: 10px;
	padding: 0 0 20px 0;
	float: left;
}
#sidebar {
	background: #ffffff; /*#d8a28d;*/
	margin: 0 0 10px 10px;
	width: 380px;
	float: left;
	text-align: center;
}
	#sidebar img {
		border: 3px solid #7999AD;
	}
#footer {
	background: #ffffff url(../images/synergy_footer.jpg);
	width: 1000px;
	height: 100px;
	clear: both;
}
	#footer ul {
		margin: 20px;
	}
	#footer li {
		float: left;
		display: inline;
		margin: 0 0 0 20px;
	}
		.personal_websites {
			float: left;
		}
		.author {
			float: right;
		}
		
.participants_quotes, .center_staff_quotes, .articles {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.facilitators{
	margin: 10px 40px 0 40px;
}
.facilitators img {
	margin: 0 10px 0 0;
	border: 5px solid #B43500;
}
.facilitators img:hover {
	border: 5px solid #d8a28d;
}
#sidebar .synergy_quotes img {
	border: 1px solid #ffffff;
}

/*
 * Testing
 */
/*#container, #header, #navigation, #content, #sidebar, #footer, .logo, .heading { border: 1px solid #ff0000; }*/





