html { margin: 0; padding: 0; width: 100%}

body {
	margin: 0; 
	padding: 0;
	font-family: "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background: url(images/bg_body.png) repeat-x #f3ecc4;
	color: #7b7f6d;
	position: relative;
  	width: 100%;
}

h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a { border:none; text-decoration: none;}
ul, li { list-style:none;}

a:link {color: #d27005; text-decoration: none;}
a:visited {color: #d27005; text-decoration: none;}
a:hover {color: #d28a34; text-decoration: underline;}
a:active {color: #d27005; text-decoration: none;}


.clearfix { content: "."; display: block; height: 0;  clear: both; visibility: hidden; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

p {
	padding:3px;
}

.paragraphList {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:30px;
}

.paragraphList li {
	list-style:circle;
}

.bulletList {
	margin-left:10px;
}

.breaker {
	height:20px;
}

.error {
	margin:80px;
	color:#9a1616;
	font-weight:bold;
}

#titleBox {
	padding:8px;
	background:#303928;
	background: url(images/title_bg.jpg) no-repeat;
}

#title {
	font-size:22px;
	color:#6d7657;
	margin-left:40px;
}

#titleCaption {
	font-size:10px;
	color:#bab269;
}


#navigationBox {
	padding-top:10px;
	font-size: 18px;
	text-transform: lowercase;
	float:right;
}

#navigationBox li {
	display: inline;
	float: left;
	margin-right: 12px;
}
#navigationBox a {
	display: block;
	color: #575447;
	text-decoration: none;
}

#navigationBox .current a, #navigation .current a:link,
#navigationBox .current a:visited, #navigation .current a:active{
	padding-bottom:4px;
	border-bottom: 4px solid #7c8953;
}

#navigationBox a:hover{
	padding-bottom:4px;
	text-decoration: none;
	border-bottom: 4px solid #7c8953
}

#mainContent {
	padding: 0px 0 15px 0;
	overflow:auto;
	position:fixed;
	top:100px;
  	right:25px;
	left:25px;
  	bottom:30px;
	min-width:600;
}

#mainContent h2 {
	margin:0px 0px 5px 0px;
	font-size:15px;
	color: #d27005;
	font-weight:normal;
}

#bottomBar
{
	position: fixed;
	width:100%;
	bottom:0px;
	border-top: 1px solid #d5d3c0;
	background:#e0d9b8;
}


#footer {
	padding:5px;
	font-size:9px;
	color:#6d7657;
	text-align:center;
}

.projectPane {
	margin:20px;
	border: 15px solid #e0d9b8;
	border-bottom:13px solid #e0d9b8;
	background:#e0d9b8;
	color:#575447;
}

.projectPane img {
	float:left;
	margin-right:15px;
}


.projectPane h3 {
	margin:0px 0px 5px 0px;
	font-size:14px;
	color:#7c8953;
	font-weight:normal;
}


.libraryPane {
	margin:20px;
	border: 15px solid #e0d9b8;
	border-bottom:13px solid #e0d9b8;
	background:#e0d9b8;
	color:#575447;
}

.libraryPane img {
	float:left;
	margin-right:15px;
}


.libraryPane h3 {
	margin:0px 0px 5px 0px;
	font-size:14px;
	color:#7c8953;
	font-weight:normal;
}


.albumPane {
	margin:20px;
	border: 15px solid #e0d9b8;
	border-bottom:13px solid #e0d9b8;
	background:#e0d9b8;
	color:#575447;
}

.albumPane li {
	font-size:10px;
	margin-left:10px;
}

.albumPane a {
	text-decoration: none;
}

.albumImage {
	float:left;
	padding: 5px;
	border: 1px solid #bbb;
	background-color: white;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.albumImage h3 {
	text-align:center;
}

.navImage {
	padding:10px;
	float:left;
}

.imageDescription {
	font-size:11px;
	padding:5px;
}

.albumPane h3 {
	margin:0px 0px 5px 0px;
	font-size:14px;
	color:#7c8953;
	font-weight:normal;
}


#albumNavHistory {
	overflow:auto;
	display:none;
}

#albumNavHistoryClose {
	float:left;
	margin:-16px;
	margin-left:8px;
	font-weight:bold;
	border-top: 1px solid #d5d3c0;
	background:#e0d9b8;
	padding:4px;
	font-size:9px;
}

.albumPaneNav {
	color:#575447;
	height:100px;
}

.albumPaneNav a {
	text-decoration: none;
}


.albumPaneNav h3 {
	margin:0px 0px 5px 0px;
	font-size:14px;
	color:#7c8953;
	font-weight:normal;
}

.albumText {
	float:left;
	margin-left:10px;
	min-width:140px;
}



#backLink {
	padding-bottom:20px;
}


div#matrixView
{
  overflow: auto;
}

div#matrixView ul
{
  margin: 10px;
  padding: 0px;
  list-style: none;
}

div#matrixView ul li
{
  float: left;
  margin: 10px;
  padding: 5px;
  border: 1px solid #bbb;
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

div#matrixView ul li img
{
  float: left;
}

div#matrixView ul li:active,
div#matrixView ul li.selected
{
  background-color:#7c8953;
}

