/*
 * Millennium Softworks CSS File
 * © 2009 Adam Lamers
 * Maintainer: Adam Lamers
 * Last Modified: 14th November, 2009
 */
 
 *
 {
	font-family:Myriad Pro, Arial, Tahoma, Times New Roman;
	color:#a9a9a9;
	border:0;
 }
 
 body
 {
	background:url("/images/background.png") top center no-repeat;
	background-color:#1a1a1a;
	margin:0;
 }
 
 a
 {
	text-decoration:none;
 }
 
 a:hover
 {
	color:#eac620;
 }
 
 .absolute_center
 {
	width:1000px;
	position:relative;
	left:50%;
	margin-left:-500px;
 }
 
 .logo
 {
	float:left;
 }
 
 .nav_bar
 {
	padding-top:7px;
	text-align:center;
	font-size:30px;
	height:55px;
	width:100%;
	background:url("/images/nav_bg.png") repeat-x;
	overflow:hidden;
	white-space:nowrap;
 }
 
 .nav_item
 {
	padding-left:13px;
	padding-right:13px;
	text-decoration:none;
 }
  .nav_item_selected
 {
	padding-left:13px;
	padding-right:13px;
	text-decoration:none;
	color:#eac620;
 }
 
 .nav_item:hover
 {
	/* color:#a69548; */
	color:#eac620;
 }
 
 .page_title
 {
	text-align:center;
	padding-top:20px;
	font-size:50px;
 }
 
 .content
 {
	margin-left:12px;
	background:url("/images/content_fill.png") repeat-y;
	padding-left:15px;
	padding-right:15px;
	font-size:15pt;
	height:0px;
	overflow:hidden;
	width:97%;
 }
 
 .footer
 {
	font-size:10pt;
	text-align:center;
 }
 
 .embedded_table
 {
	margin-left:auto;
	margin-right:auto;
 }
 
 .project_header
 {
	font-size:28px;
	margin-bottom:15px;
	width:20%;
	margin-left: auto;
	margin-right:auto;
 }
 
 .project_description
 {
	margin-left:auto;
	margin-right:auto;
	font-size:17px;
	width:80%;
 }
 
 .project_button
 {
	background-color:#333333;
	height:20px;
	width:30%;
	margin-left:auto;
	margin-right:auto;
	font-size:12pt;
	margin-bottom:5px;
	margin-top:5px;
 }
 
 .projects_libraries
 {
	margin-bottom:25px;
	text-align:left;
	width:70%;
	margin-left:auto;
	margin-right:auto;
 }
 
 .project_button:hover
 {
	background-color:#CCCCCC;
	color:#000000;
	cursor:pointer;
 }
 
 .project_section
 {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:90%;
	margin-bottom:35px;
 }
 
 .project_section_content
 {
	text-align:center;
	width:85%;
	margin-left:auto;
	margin-right:auto;
 }
 
 .ohloh_button
 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
 }
 
 .oDesk_button
 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
 }
 
 .website_separator
 {
	border-bottom:1px dotted #FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
	width:80%;
	margin-left:auto;
	margin-right:auto;
 }
 