/* @group General Styles */

body {
	text-align: center;
	font-size: 76%;	
	font-family: Helvetica, arial, verdana, sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: rgb(110, 83, 85);
	background: rgb(216, 215, 178);
}

p {
}

b, strong {

}

a {
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	color: rgb(110, 83, 85);
}

a:hover, a:active {
	text-decoration: none;
	color: rgb(110, 83, 85);
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
	color: #000;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#logo {
	width: 113px;
	height: 102px;
	float: left;
	background: rgb(110, 83, 85);
}

#pageContainer {
	margin:  auto;
	width: 750px;	
}

#container {
	margin: 0px; 
	text-align: left;
	background: rgb(216, 215, 178);
	color: black;}

#container #top {
	height: 16px;
	float: left;
	background: rgb(216, 215, 178);
}

#container #bottom {
	height: 16px;
	float: left;
	position: absolute;
	background: rgb(216, 215, 178);
}

#pageHeader {
	margin: 0;
	margin-top: 20px;
	text-align: left;
	height: 85px;
	width:  750px;
    background: rgb(110, 83, 85) url(images/banner.jpg) top repeat-x;
}

#pageHeader img {
	margin: 10px;
	float: left;
}

#pageHeader h1 {
	font-size: 3.0em;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
	text-indent: 10px;
	color: black;
	font-size: 24pt;
}

#pageHeader h2 {
	margin: 0px;
	font-weight: normal;
	text-indent: 15px;
	font-size: 11pt;
	padding-top: 8px;
	color: rgb(234,225,189);
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
}

#contentContainer {
	width: 750px;
	float: left;
}

#contentContainer #content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}

#contentContainer #content h2 {
    display: block;
    font-size: 1.5em;
    font-weight: normal;
    text-align: left;
    margin:  0px;
	padding: 0px;
}

#contentContainer #content p {
	margin:  0px;
	padding: 0px;
	line-height: 150%;
	color: black;
	font-size: 10.5pt;
	color: rgba(0,0,0,0.93);
	white-space: normal;
	font-size: 10pt;
}

#contentContainer #content a {
    color: rgb(110, 83, 85);
    text-decoration: none;
    font-weight:bold;
    border-bottom: 1px dashed rgb(150, 150, 150);
}

* {
	
}

#contentContainer #content table {
	width: 100%;
	float:  left;
	background-color: rgb(141, 154, 148);
	
	margin-top: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#sidebarContainer {
	float: right;
	text-align: left;
	width: 210px;
	line-height: 1.6em;
}

#sidebarContainer #sidebar {
	padding-right: 40px;
	padding-left: 10px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.3em;
}

#footer {
	margin-left: 10px;
	text-align: left;
	background: rgb(216, 215, 178);
}

#footer p {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 5px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
	text-decoration: none;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 20px;
	color: rgb(141, 154, 148);
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: rgb(141, 154, 148);
}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

#navcontainer {
	float:  right;
	clear:  both;
	margin: auto;
	margin-right: 20px;
	padding-bottom: 35px;
}

#navcontainer #current {
	text-decoration: none;
    color: rgb(141, 154, 148);
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	text-decoration: none;
	background: rgb(216, 215, 178);
	color: rgb(110, 83, 85);
}

/* Parent - Level 0 */

#navcontainer ul {
	text-decoration: none;
	text-align: right;
	list-style: none;
}

#navcontainer li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
    font-weight: bold; 
	font-size: 1.2em;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	background: rgb(216, 215, 178);
	color: rgb(110,83,85);
	font: normal normal 13pt "Helvetica Neue", "Helvetica Neue";
}

#navcontainer a:hover {
	text-decoration: none;
	background: rgb(216, 215, 178);
	color: rgb(110, 83, 85);
}

#navcontainer a:active {

}

#navcontainer ul ul {
	display: none;
	position: absolute;
	width: 400px;
	left: 0px;
	top: 30px;
	font-size: 0.7em;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	text-shadow: none;
	font-weight: normal;
	color: rgb(110, 83, 85);
	font-weight: normal;
	font-style: normal;
}

#navcontainer ul ul a:hover{
	background: none;
	text-shadow: none;
}

#navcontainer ul ul #current{
	background-image: none;
	text-shadow: none;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	background-image: none;
	text-shadow: none;
	font-weight: bold;
}

#navcontainer ul ul ul {
	display: none;
}

/* @end */

/* @group Global Classes */

blockquote {
	font-style: italic;
}

h1 {
	margin: 0px 0px 3px;
	color: black;
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	margin: 0px 0px 3px;
	color: rgb(141, 154, 148);
	font-weight: bold;
	font-size: 14pt;
}

h3 {
	font-size: 1.2em;
	margin: 0px 0px 3px;
}

h4 {
	font-size: 1em;
	margin: 0px 0px 3px;
}

.imageStyle {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(141, 154, 148);
}

#contentContainer #content ul {
}

#contentContainer #content li {
	font-size: 10pt;
}

#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0px 10px;
}

#sidebarContainer #sidebar li {
}

table {
	font-size: 1em;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 20px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
	font-size: 2em;
}

.blog-archive-link {
	font-size: 1.2em;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}

.blog-archive-link a:hover {
}

/* @end */

.blog-entry {
	margin-bottom: 40px;
}

.blog-entry-title {
	font-weight: bold;
	margin-bottom: 5px;
}

.blog-entry-date {
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {

}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}	
/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 2em;
	font-weight: bold;
}

.album-description {
	margin-bottom: 50px;
}

.album-wrapper {
	display: table;
	margin: 0px;
	padding: 10px;
	width: 100%;
	position: relative;
	background-color: rgb(141, 154, 148);
}

.thumbnail-wrapper {
	float: left;
	text-align: center;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-right: 20px;
    padding-top: 0px;
    overflow: hidden;
}

.thumbnail-frame {
    display: table-cell;
    text-align:center;
    vertical-align: middle;
    width: 130px;
    height: 130px;
	background-color: rgb(141, 154, 148);
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame * {
    vertical-align: middle;
}

.thumbnail-frame img {
    border: 1px solid rgb(216, 215, 178);
}

*:first-child+html .thumbnail-frame {
    display: block;
}

*:first-child+html .thumbnail-frame span {
    display: inline-block;
    height: 100%;
}

.thumbnail-caption {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 130px;
}

.thumbnail-caption h3 {
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	padding: 0px;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	margin: 0px;
	width: 730px;
	background: rgb(141, 154, 148);
}

.photo-navigation {
	position: relative;
    height: 30px;
    margin-top: 0px;
	margin-left:  auto;
	margin-right:  auto;
    padding-top: 5px;
    padding-bottom: 5px;
    
    background: rgb(141, 154, 148);
}

.photo-previous {
	left: 310px;
}

.photo-index {
	left: 350px;
}

.photo-next {
	left: 390px;
}

.photo-navigation div {
	width: 30px;
	height: 30px;
	position: absolute;
    text-indent: -5000em;
}

.photo-navigation a {
	text-decoration: none;
	border-bottom:none;
	display:block;
	width:100%;
	height:100%;
}

.photo-links {
	font-size: 1.1em;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
	color: rgb(216, 215, 178);
}

.photo-frame {
	padding-bottom:  30px;
	background: rgb(141, 154, 148);
}

.photo-frame img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgb(216, 215, 178);
}

.photo-title {
	font-weight: bold;
	font-size: 2em;
	margin: 0px;
	padding-top: 20px;
	text-indent: 10px;
}

.photo-caption {
	text-align: center;
	font-size: 1.1em;
	margin-left: 60px;
	margin-right: 60px;
	padding-bottom: 20px;
}

.photo-previous	{
    background: transparent url(images/photo-prev-disabled.png) no-repeat;
}

.photo-previous a {
    background: transparent url(images/photo-prev.png) no-repeat;
}

.photo-next {
    background: transparent url(images/photo-next-disabled.png) no-repeat;
}

.photo-next a {
    background: transparent url(images/photo-next.png) no-repeat;
}

.photo-index {
    background: transparent url(images/photo-index.png) no-repeat;
}

.photo-index a {
    background: transparent url(images/photo-index.png) no-repeat;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 2em;
	font-weight: bold;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	border: 1px;
	padding: 1px;
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	font-size: 0.9em;

}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin: 0px;
	width: 730px;
	background: rgb(141, 154, 148);
}

.movie-title {
	font-size: 2.2em;
}

.movie-frame {
	padding-top: 40px;
	padding-bottom: 30px;
}

.movie-frame object {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid rgb(216, 215, 178);
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */


