body {
	/*background: transparent url('../images/bg_body_top.png') top left repeat-x;*/
	color: white;
	background-color: black;
}


h1, h2, h3	{
	color: white;
}

.container {
  background: transparent url(/images/logo_bkgd.gif) top left no-repeat;
}

.canvas h2 {
	font-size: 40px;
	width: 700px;
	position: relative;
	top:  170px;
	left: 40px;
}

.canvas h2 span {
	font-weight: bold;
}

a {
	color: white;
	text-decoration: none;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:hover {
	color: white;
	opacity: .25;
	cursor: pointer;
}
header {
	margin-bottom: 36px;
}

header h1 a {
  background: transparent url('../images/logo.png') top left no-repeat;
  display: block;
  height: 61px;
  width: 177px;
  text-indent: -5000px;
  margin-top: 48px;
}

nav#main_menu ul,
nav#foot_menu ul {
	margin: 0;
}

nav#main_menu ul li,
nav#foot_menu ul li {
	display: block;
	float: left;
	font-weight: bold;
	text-transform: lowercase;
	padding-right: 20px;
	font-size: 16px;
	padding-top: 91px;
}

nav#main_menu ul li:last-child,
nav#foot_menu ul li:last-child  {
	padding-right: 0;
}

nav#foot_menu ul li {
	font-size: inherit;
	font-weight: inherit;
	padding-top: inherit;
}

.content_wrapper {
	margin-bottom: 36px;
	overflow: hidden;
	height: 415px;
	position: relative; 
}

.content_wrapper .rounded {
	background: transparent url('../images/bg_body.png') top left repeat;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.content_wrapper .canvas {
	height: 415px;
	margin-bottom: 50px;
}

.top_bar {
  width: 100%;
  height: 4px;
}

.top_bar_arrow {
  width: 14px;
  height: 12px;
  position: relative;
  background: transparent url('../images/top_bar_arrow.png') top center repeat;
}

#div_container { position: relative; top: 0px; }
#projects_container { position: relative; top: 0px; width: 3000px; }
#bios_container { position: relative; top: 0px; width: 3000px; }

#home .top_bar, #home .top_bar_arrow, #home header h1 a { background-color: #D21F07;}
#home .top_bar_arrow { left: 612px;}
#home .canvas h2 span { color: #D21F07;}
#home nav#main_menu ul li a[title="Home"], #home nav#foot_menu ul li a[title="Home"] { color: #D21F07;}

#projects .top_bar, #projects .top_bar_arrow, #projects header h1 a { background-color: #559AAB;}
#projects .top_bar_arrow { left: 685px;}
#projects .canvas h2 span { color: #559AAB;}
#projects nav#main_menu ul li a[title="Projects"], #projects nav#foot_menu ul li a[title="Projects"] { color: #559AAB;}

#bios .top_bar, #bios .top_bar_arrow, #bios header h1 a { background-color: #E1AB00;}
#bios .top_bar_arrow { left: 762px;}
#bios .canvas h2 span { color: #E1AB00;}
#bios nav#main_menu ul li a[title="Bios"], #bios nav#foot_menu ul li a[title="Bios"] { color: #E1AB00;}

#contact .top_bar, #contact .top_bar_arrow, #contact header h1 a { background-color: #003300;}
#contact .top_bar_arrow { left: 845px;}
#contact .canvas h2 span { color: #003300;}
#contact nav#main_menu ul li a[title="Contact Us"], #contact nav#foot_menu ul li a[title="Contact Us"] { color: #003300;}

#test { 
  width: 100px;
  height: 100px;
  background-color: red;
  position: absolute;
  -moz-background-clip: border; 
  -moz-background-origin: padding; 
  -moz-background-inline-policy: continuous;
}

.canvas h3 {
	text-transform: uppercase;
	margin: 25px 0 0 25px;
}

#projects .list_item {
  float:left;
  display:inline;
}

#projects .project_image {
	float: left;
}

#projects .project_meta {
	width: 380px;
	float: right;
	font-size: 1.4em;
	position: relative;
	height: 350px;
}

#projects .project_controls {
	position: relative;
	bottom: -140px;
}

#projects .project_controls .off {
	color: white;
	opacity: .25;
	cursor: default;
}

#projects .project_controls .right {
	position: relative;
	left: 215px;
}

#projects .project_meta  ul {
	margin: 0;
}

#projects .project_meta  li {
	list-style: none;
	border-bottom: 1px solid grey;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-right: 25px;
}

#projects .project_meta img {
	border: none;
	margin: 0;

}

#projects img {
	margin: 13px 25px 25px 25px;
	border: 3px solid white;
}

#bios .bio {
	float: left;
	margin-left: 23px;
	margin-top: 20px;
	font-size:1.2em;
	width: 450px;
}

#bios .bio_controls .left {
	position: relative;
	margin-left:20px;
}

#bios .bio_controls .right {
	position: relative;
	left: 775px;
}


#bios em {
	font-size: .8em;
	font-style: italic;
	color: #d7ad2e;
}

#bios ul {
	margin-bottom:18px;
}

#bios .bio:first-child {

	margin-left: 25px;
}


