body {
	background-color: white;
	background-image: none;
	background-position: left top;
	background-repeat: repeat-x;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0 0 0 0;
}
a img { border: none; }
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0 0 10px 18px;
	padding: 0;
}
li {
	margin: 0 0 10px;
	padding: 0;
}
#wrap {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 725px;
}
#nav {
	float: right;
}
#nav ul {
	list-style: none;
}
#nav ul li {
	float: left;
	margin-left: 8px;
}
#nav ul li a {
	color: white;
	display: block;
	padding: 20px 7px 10px;
	text-decoration: none;
}
#wrap #nav ul li a:hover {
	background: #961B1E;
	color: white;
}
#portfolio #nav a { color: #031C88; }
#personal #nav a { color: #7b953f; }
#envano #nav a { color: #76337f; }
#portfolio #nav #navPortfolio a {
	background: #031C88;
	color: white;
	font-weight: bold;
}
#personal #nav #navPersonal a {
	background: #7b953f;
	color: white;
	font-weight: bold;
}
#envano #nav #navEnvano a {
	background: #76337f;
	color: white;
	font-weight: bold;
}
#photography #nav #navPhotography a {
	background: #595959;
	color: white;
	font-weight: bold;
}
#header {
	color: black;
	padding: 40px 0 30px;
}
#header h1,
#header h3 {
	font-size: 2em;
}
#header h2 {
	font-size: 1em;
}
#header a {
	color: inherit;
	text-decoration: none;
}
#content {
	float: left;
	width: 480px;
}
#content .project {
	clear: left;
	margin: 15px 0;
	min-height: 50px;
}
* html #content .project {
	height: 50px;
}
#content .project h3 {
	font-size: 1.3em;
	padding-top: 8px;
}
#content .project a {
	color: black;
	text-decoration: none;
}
#content .project img {
	border: 1px solid #eee;
	float: left;
	margin-right: 10px;
}
#sidebar {
	float: left;
	margin-left: 22px;
	width: 223px;
}
#sidebar .award {
	text-align: center;
}
#sidebar .item {
	background: #eee;
	margin: 0 0 10px;
	width: 223px;
}
#sidebar .item h3 {
	background: black;
	color: white;
	font-size: 14px;
	height: 21px;
	padding: 16px 4px 2px 24px;
	text-transform: uppercase;
}
#sidebar .itemcontent {
	padding: 10px 24px;
}
#sidebar .itemcontent p {
	margin-bottom: 10px;
}
#sidebar .itemcontent ul {
	list-style: none;
	margin-left: 0;
}
#sidebar .itemcontent .bullets {
	list-style: disc;
	margin-left: 17px;
}
#sidebar .itemcontent .bullets li {
	margin-bottom: 2px;
}
#footer {
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited {
	color: #555;
}

/* Photography Portfolio Pages */
body#photography {
	background-color: black;
	background-image: url('/photography/images/top.png');
	color: white;
}
#photography #header {
	color: white;
}
#thumbs {
	margin-top: 10px;
}
#thumbs a, #thumbs span.active {
	margin-right: 10px;
}
#thumbs a img {
	border: 2px solid black;
}
#thumbs a:hover img {
	border: 2px solid white;
}
#thumbs span.active img {
	border: 2px solid black;
	opacity: 0.5;
}

/* Envano Portfolio Pages */
body#envano {
	background-image: url('/envano/images/top.png');
}
#envano #header {
	color: #76337f;
}
#envano #sidebar .item {
	background: transparent url('/envano/images/side-repeat.png') repeat-y left top;
}
#envano #sidebar .item h3 {
	background: #76337f url('/envano/images/side-header.png') no-repeat left top;
	color: white;
}
#envano #sidebar .itemcontent {
	background: url('/envano/images/side-bottom.png') no-repeat left bottom;
}

/* Personal Portfolio Pages */
body#personal {
	background-image: url('/personal/images/top.png');
}
#personal #header {
	color: #3f530f;
}
#personal #sidebar .item {
	background: transparent url('/personal/images/side-repeat.png') repeat-y left top;
}
#personal #sidebar .item h3 {
	background: #7b953f url('/personal/images/side-header.png') no-repeat left top;
	color: white;
}
#personal #sidebar .itemcontent {
	background: url('/personal/images/side-bottom.png') no-repeat left bottom;
}

/* Portfolio Home Page */
body#portfolio {
	background-image: url('/portfolio/images/top.png');
}
#portfolio #header {
	color: #031C88;
}
#portfolio #sidebar .item {
	background: transparent url('/personal/images/side-repeat.png') repeat-y left top;
}
#portfolio #sidebar .item h3 {
	background: #031C88 url('/portfolio/images/side-header.png') no-repeat left top;
	color: white;
}
#portfolio #sidebar .itemcontent {
	background: url('/personal/images/side-bottom.png') no-repeat left bottom;
}

#portfolio #content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
}

/* Project Pages */
.oneproject {
	background: url('/personal/images/project-repeat.png') repeat-y left top;
	width: 725px;
}
.oneproject .outie {
	background: url('/personal/images/project-footer.png') no-repeat left bottom;
	padding-bottom: 13px;
}
.oneproject .projectheader {
	padding: 13px 4px 0;
}
.oneproject .projectheader h1 {
	font-size: 1.5em;
}
.oneproject .projectheader hr {
	clear: both;
	visibility: hidden;
}
.oneproject .projectinfo {
	color: #ffffff;
	float: left;
	margin: 0 15px;
	width: 370px;
}
.oneproject .projectdetails {
	float: left;
	width: 302px;
}
.oneproject .projectdetails th {
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}
.oneproject .projectthumbs {
	background: #000;
	color: white;
	height: 32px;
	margin: 0 4px;
	padding: 4px 15px 5px;
}
.oneproject .projectthumbs_help {
	float: left;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin-right: 10px;
	padding-top: 4px;
	width: 100px;
}
.oneproject .projectthumbs a {
	margin-right: 4px;
	outline: none;
}
.oneproject .projectimage {
	padding: 0 4px;
}
.oneproject .projectfooter {
	text-align: center;
	padding: 10px 0 0;
}

#personal .oneproject .projectdetails,
#personal .oneproject .projectdetails a,
#personal .oneproject .projectfooter a {
	color: #3f530f;
}
#personal .oneproject .projectheader {
	background: url('/personal/images/project-header.png') no-repeat left top;
}
#personal .oneproject .projectheader .innie {
	background: #7b953f;
	border-bottom: 1px solid #3f530f;
}

#envano .oneproject .projectdetails,
#envano .oneproject .projectdetails a,
#envano .oneproject .projectfooter a {
	color: #32073B;
}
#envano .oneproject .projectheader {
	background: url('/envano/images/project-header.png') no-repeat left top;
}
#envano .oneproject .projectheader .innie {
	background: #76337F;
	border-bottom: 1px solid #32073B;
}
