﻿html { font-size:80%; }

body { 
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
  background-color:#fff; 
}

h1, h2, h3, h4, h5, h6, p, pre, 
blockquote, ul, ol, dl, address, table {
	margin:.5em 0; 
	padding:0; 
}

div { 
	margin:0; 
	padding:0; 
}

#mainpage { 
	width:800px; 
	margin:0 auto; 
        background-color:#fff; 
}


#header { 
  background-color:#fff; 
  margin-left:0; 
  margin-top:0; 
  margin-right:0; 
  margin-bottom:0; 
  padding:0; 
  width:800px; 
}

#nav { 
  background-color:#fff; 
  margin-left:30px; 
  margin-top:30px; 
  margin-right:5px; 
  margin-bottom:30px; 
  padding:0; 
  width:230px; 
  float:left; 
}

#content { 
  background-color:#fff; 
  margin-left:0; 
  margin-top:30px; 
  margin-right:0; 
  margin-bottom:30px; 
  padding:0; 
  width:505px; 
  float:left; 
}

a img { border:none; }

h1 { 
	font-size:1.75em; 
	color:#a62c21; 
	margin:0;
}

h2 { 
	font-size:1.1em; 
	margin-top:1em; 
	margin-bottom:0; 
	margin-left:0; 
	margin-right:0; 
	font-weight:bold; 
}

h3 { 
	font-size:1.25em; 
	color:#a62c21; 
	margin:0; 
	font-weight:bold; 
}

h4 { 
	font-size:1em; 
	color:#fff; 
	margin:0;
	font-weight:normal; 
}




dt { color:#999; }


a:link { 
	font-weight:bold;
	color:#a62c21; 
	text-decoration:none; 
}

a:visited { 
	font-weight:bold;
	color:#cea42e; 
	text-decoration:none; 
}

a:focus { 
	font-weight:bold;
	color:#a62c21; 
	text-decoration:underline; 
}

a:hover { 
	font-weight:bold;
	color:#a62c21; 
	text-decoration:underline; 
}

a:active { 
	font-weight:bold;
	color:#a62c21; 
	text-decoration:underline; 
}

dt, dd { float:left; }

.clear { clear:left; }

dl {
       clear:left;
}

dt { 
	width:15%; 
	clear:left; 
	text-align:left;
	margin:0;  
}

dd { 
	width:80%;
	margin-left:10px;
}

.title {
  padding-bottom: 15px;
  text-align: left;
  font-size: 1.75em;
  font-weight: bold;
  color: #a62c21;
}

/* Gallery table */

.galleryTable {
  width: auto;
}

.gallery {
  background: white;
}

.galleryRow {
}

.galleryColumn {
  padding: 5px;
  text-align: center;
}

/* gallery image */

.galleryImage {
  padding: 0px;
  margin: 0px auto 0px auto;
}

.caption {
  text-align: center;
}

.caption a:hover {
  text-decoration: none;
  background: #a62c21;
  color: white;
}

/* page */

.pageImage {
}

.galleryPage {
  background: white;
  padding: 10px 10px 10px 5px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}

/* description */

.description {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}


/* navigation */

.navigation {
  margin: 5px 0 5px 0;
  text-align: left;
  clear: both;
}

/* for extra links in the navigation bar */
.navigationLinks {
  display: inline;
  margin-right: 8px;
}

.navigationLinks a {
  padding-right: 4px;
}

.pageIndex {
  display: inline;
  padding: 5px;
}

.pagePrevious {
  display: inline;
  padding: 5px;
}

.pageNext {
  display: inline;
  padding: 5px;
}

.currentLink {
  text-decoration: none;
  padding: 1px 2px 1px 2px;
  color: black;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  margin-right: 5px;
}

.pageLink {
  text-decoration: none;
  display: inline;
  padding: 1px 5px 1px 5px;
  border: 1px solid #aaa;
  font-weight: normal;
  color: #a62c21;
  margin-right: 5px;
}

.pageLink:hover {
  text-decoration: none;
  display: inline;
  padding: 1px 5px 1px 5px;
  border: 1px solid #000;
  font-weight: normal;
  background: #a62c21;
  color: white;
}


/* Photocast link */

.photocast {
  float: right;
}

.photocast a {
  font-family: Verdana, sans serif;
  font-size: 10px;
  text-decoration: none;
  padding: 1px 5px 1px 5px;
  border-width: 1px; 
  border-style: solid;
  border-color: #000;
  display: inline;
  margin-right: 5px;
  background: #ff8000;
  color: white;
}

/* copyright */

.copyright {
  margin: 10px 0 10px 0;
  padding-top: 5px;
  text-align: left;
  clear: both;
  color: #aaa;
}

/* Live Search */

/* search item in the navigation bar */
.searchLink {
  display: inline;
  padding: 5px;
}

/* div containing the search form */
.searchBox {
  font-size: 13px;
  font-weight: bold;
  color: #666;
  width: 100%;
}

.searchBox input {
  font-size: 14px;
  color: #444;
}

.results img {
  width: 100px;
  height: auto;
  margin: 2px 5px 2px 0;
}

.results h2 {
  font-size: 16px;
}

.tagCloud {
  width: auto;
  padding: 10px;
  margin-top: 10px;
  background: #eee;
}

.tagCloud a {
  text-decoration: none;
}
