@import "reset.css";
@import "typography.css";
@import "jaffro.css";

/* hack PNGs for IE */
img, div { behavior: url(iepngfix.htc) }

body {
	font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	/* font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font-size: 0.85em;
	color: #0D0D0D; /* almost black */
	background: #FFF url(../images/bg2.gif) no-repeat fixed 100% 0%;
}


#wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	width:366px;
	float:left;
}
#logo h1 a {
	display:block;
	width:366px;
	height:204px;
	background:url(../images/303-Software-logo.gif) no-repeat;
	text-indent:-9999px;
	overflow: hidden;
}
#nav {
	float:right;
	position: relative;
	top: 174px;
	left: -50px;
	width: 586px;
	color:#FFF;
}
#nav ul {

	list-style-type: none;
}
#nav ul li {
	width: 8.25em;
	float:left;
	line-height: 2.5em;
	margin: 0;
	padding: 0; 
	margin-right: 0.2em; /* space between buttons */
	background: #0D0D0D none; /* almost black */
	text-align: center;
	color: #FFFFFF;
}
#nav ul li.current
{
	background: #8CBF3F none; /* logo green */
}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	display: block;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	background: #14A697 none; /* light blue */
}


#main{
	margin-top:10px;	
	width:972px;
	border: 1px solid #000;
	clear:both;
	overflow:hidden;
}


#scroll_container {
	width: 356px;
	float:left;
	padding: 10px;
	background:url(../images/white_check_bg.gif) repeat fixed;
}
#scroll_container_wide {
	width: 952px;
	float:left;
	padding: 10px;
	background:url(../images/white_check_bg.gif) repeat fixed;
}

/* scroll container width for compliant browsers */
#scroll_container2 {
	float: right;
	width: 575px;
	padding:10px;
	background:url(../images/white_check_bg.gif) repeat fixed;
}
* html #scroll_container2 {
	\width: 575px; /* for IE5 and IE6 in quirks mode */
	w\idth: 555px; /* for IE6 in standards mode */
}


#scrollable {
	overflow:auto;
	height:464px;
	
}
#scrollable2 {
	overflow:auto;
	height:464px;
}


#imagery {
	float:right;
	height: 478px;
	width:586px;
}
/*
#imagery img {
	width: 247px;
	height: 204px;
	margin: 137px 0 0 169px;
}
*/
#subnav {
	float:left;
	padding: 10px 5px 0 10px;
}
#subnav ul {
	list-style-type: none;
}
#subnav ul li {
	float:left;
	margin-right: 0.2em; /* space between buttons */
}
#subnav a {
	color: #8cc63f;
	text-decoration: none;
}
#subnav a:hover {
	color: #13a89e;
	text-decoration: underline;
}


#subnav2 ul {
	list-style-type:none;
}

#subnav_projects ul {
	list-style-type:none;
}
.project {
	background: url(../images/white50.png);
	border: 1px solid #052623; /* dark blue */
	margin: 5px 0;
	padding: 5px;
}
.project h3 {
	padding-bottom: 5px;
}
.project img {
	padding-left:90px;
	/*
	position: relative;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	*/
}
.project p.post-info {
	padding: 0;
}
.project .project_content {
	padding-left: 5px;
}
#BlogEntry_Form_BlogEntryForm_Title
{
	width: 400px;
}
#BlogEntry_Form_BlogEntryForm_Tags
{
	width: 400px;
}

.bioImage {
	float:left;
	padding:0 5px 5px 0;
}
img.thumb {
	float: left;
	display:inline;
	padding: 0 10px 10px 0;
}

fieldset label {
	display: block;
	width: 200px;
}

.clear {
	height:0;
	clear:both;
}

#projects {
	width: 586px;
	padding-top: 10px;
	float:right;
}

#projects {
	width: 586px;
	padding-top: 10px;
	float:right;
}
.project_thumb {
	float: left;
	padding:5px;
}

.field {
	padding: 5px;
}

#footer {
	width: 964px;
	background-color: #000;
	color: #DADADA;
	padding-left: 10px;
	margin: 10px 0px;
	line-height:2.5em;
}
#footer a {
	color: #DADADA;
	text-decoration: underline;
	background: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	background: #FFF;
}

.message {
	color:red;
	background:#ddd;
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
span.message {
	width: 300px;
}

#PageNumbers, #PageDates {
	border-top: 1px solid #000;
	padding-top: 10px;
	}
