/* Stylesheet for Richard Harris Design Portfolio: http://design.worldofgood.net */
/* Written by Richard Harris of worldofgood design, October 2006 */

body {
	background-color: #99cc66;
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: larger;
}
/* defaults */
h1, h2, h3, h4, p, img {
	margin-top: 0px;
	padding: 0px;
	border: none;
}
/* layout placement */
#container {
	width: 600px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#wrapper {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}
/* logo */
#header {
	background: #000 url(images/richard-harris-design_logo.gif) no-repeat top left;
	height: 88px;
}
#header img {
	display: none;
}
#header h1 {
	color: #99cc66; text-indent: -2000px;
	font-size: 1.4em;
}
/* navigation */
#navigation {
	background: #daab20 url(images/orange_bar.jpg) repeat-x top left;
	font: 700 0.65em verdana, helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #fff;
	border-top: 1px solid #a3771e;
	border-bottom: 1px solid #ccc;
	float: left;
	clear: both;
	width: 100%;
}
#navigation div {
	border-bottom: 1px solid #939393;
	float: left;
	width: 100%;
}
#navigation ul {
	list-style: none;
	margin: 0px 35px;
	padding: 0px;
}
#navigation li {
	display: inline;
	float: left;
	border-left: 1px solid #a3771e;
}
#navigation li.lang {
	float: right;
	border-left: none;
}
#navigation a {
	color: #7a4809;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
#navigation li.lang a {
	font-weight:100
}
#navigation li.selected a {
	background-color: #a3771e;
	color: #fff;
	font-weight: bolder;
}
#navigation a:hover {
	background-color: #a3771e;
	color: #fff;
}
#navigation li.lang a:hover {
	background-color: transparent;
}
#navigation .last {
	border-right: 1px solid #a3771e;
}
/* Following rule allows entire region of link to to be 
  	clickable in IE/Win. Holly Hack explained here:
  	http://www.positioniseverything.net/explorer/escape-floats.html */
* html #navigation a {
	width: 1%;
}
/* content */
#content {
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top: 1px solid #d7d7d7;
}
#content h2 {
	margin: 25px 35px;
	color: #71b143;
	font: bold 1.4em Times, "Times New Roman", serif;
}
.spotlight, #content table {
	display: inline;
	width: 486px;
	margin: 0px 45px 20px 65px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	float: left; clear: both;
}
#content table.tableList {
	width: 600px;
}
#content table.tableList td,
#content table.tableList th {
	padding: 0 1em 0 0;
}
.spotlight h3 {
	margin: 0px 0px 12px;
	float: left; clear: left;
	width: 248px;
}
.spotlight h3 a {
	color: #0066cc;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bolder;
	float: left; clear: both;
}
.spotlight h3 a:visited {
	color: #9933cc;
}
.spotlight h3 a:hover {
	text-decoration: underline;
}
.spotlight p {
	color: #666;
	font-size: 0.7em;
	margin: 4px 0;
	width: 248px;
	float: left; clear: left;
}
.spotlight .small {
	font-size: 0.85em;
}
.thumbnail {
	border: 3px solid #333366;
	float: right; clear: right;
	width: 200px; height: 125px;
}
/* tables */
#content table {
	border-collapse: collapse;
}
#content th {
	font-size: 0.8em; font-weight: bolder;
	color: #666;
	vertical-align: top;
}
#content th.subhead {
	color: #dbb341;
	text-indent: 35px;
}
#content td {
	font-size: 0.65em;
	border-top: 1px dashed #ccc;
	padding: 3px 0px;
	line-height: 140%;
}
#content div.portrait {
	margin-right: 45px;
	float: left;
	display: inline;
}
#content small {
	font-size: 0.6em;
	font-weight: normal;
}
/* bottom navigation */
.lowerNav {
	text-align: center;
	background-color: #fff;
	font: normal 0.6em Verdana, Helvetica, Arial, sans-serif;
	float: left; clear: both;
	width: 100%;
	padding: 14px 0px;
}
.lowerNav span {
	margin: 0px 40px;
}
/* footer */
#footer {
	color: #fff;
	background-color: #71b143;
	float: left; clear: both;
	width: 100%;
}
#footer p {
	font: normal 0.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 8px 34px;
	text-align: center;
}
#footer a {
	color: #fff;
}
