/*
-------------------------------------------
File: 'Blueball Premiere Classic 4.0' styles.css Style Sheet
Version: 1.0
Created: 8, July, 2005
Last Modified: 20, February, 2009
Author: Charlie Lockhart/Josh Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2009 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/* @group Body and Global Styles */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12.5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	color: #444F2B;
	line-height: 1.4em;
}

* html body {
	font-weight: 400;
}

p {
	margin: 0px 0px 12px 0px;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #937F66;
}

a:hover {
	text-decoration: none;
	color: #937F66;
}

.imagestyle {
	background: transparent;
	padding: 0;
	margin: 0;
}

.image-right {
	float: right;
	padding: 4px 0px 2px 16px;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: bold; 
}

.image-left {
	float: left;
	padding: 4px 16px 2px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: bold; 
}

img {
	
}

a img {
	border: 0px;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

b, strong {
	font-weight: bold;
}

.clear {
	clear: both;
}

.clearer {
	clear: both;
}

/* @end */

/* @group GLOBAL CLASSES */


.standout, blockquote {
	display: block;
	margin: 10px 0;
	padding: 12px;
	text-align: left;
	border-top-color: #444F2B;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-color: #444F2B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #D6E1C1;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #798E4E;
}

.standout p, blockquote p {
	margin: 0 0 1px 0;
}

h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 2px 0px;
	color: #937F66;
	line-height: 1.2em;
	text-align: left;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 7px 0;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 7px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 7px 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 6px 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 6px 0;
}

* html h1, h2, h3, h4, h5 {
	font-weight: 700;
}

/* @end */


/* @group PAGEHEADER */

#pageHeader {
	height: 130px;
	margin: 0px;
	background: transparent;
	z-index: 25;
}

#pageHeader h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: #937F66;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#pageHeader h2 {
	margin: 0px;
	padding: 8px 0px 50px 0px;
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	color: #9AB157;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#breadcrumbs {
	display: block;
	font-size: 11.5px;
	margin: 0px 0px 20px 0px;
	color: #937F66;
}

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

#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {
	color: #9AB157;
}

/* @end */

/* @group LAYOUT */

#wrapper {
	width: 900px;
	margin: 0px auto;
	text-align: left;
}

#body-container {
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

* html #body-container {
	margin-bottom: 15px;
}

*:first-child+html #body-container {
	margin-bottom: 15px;
}

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

#sidebarContainer {
	position: relative;
	float: right;
	width: 300px;
	margin-right: -150px;
/* Compensate for IE6 doubled margin on floats bug */
}

html>body #sidebarContainer {
	margin-right: -300px;
/* Reset for non-IE6 browsers */
}

#sidebarContainer a:link, #sidebarContainer a:visited, #sidebarContainer a:active {
	color: #937F66;
}

#sidebarContainer a:hover {
	color: #937F66;
}

#sidebar-navigation {
	height: 400px;
	/* Set a minumum height for IE6 */
	text-align: center;
	background: #E7E2D0 url('images/sidebar-background.jpg') left repeat-y;
}

html>body #sidebar-navigation {
	height: auto;
	min-height: 300px;
/* For non-IE6 browsers, set height to auto and use the correct 'min-height' property */
}

#sidebarcontent {
	position: relative;
	height: 125px;
	padding: 30px;
	color: #798E4E;
	line-height: 1.4em;
	border-top: 1px solid #A6A295;
	text-align: center;
}

html>body #sidebarcontent {
	height: auto;
	min-height: 125px;
/* For non-IE6 browsers, set height to auto and use the correct 'min-height' property */
}

#sidebarContainer #sidebarcontentparagraph {
	text-align: justify;
	margin: 0 0 8px 0;
}

#sidebarcontent h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #937F66;
	line-height: 1.3em;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 2px 0 7px 0;
}

#sidebar-navigation #logo {
	position:  absolute;
	top: 0px;
	left:  50px;
	right:  50px;
	width: 200px;
	height: 130px;
	z-index: 5;
}

#sidebar-navigation #logo-user {
	position: relative;
	margin-top: 0px;
	margin-left: 50px;
	width: 200px;
	height: 154px;
	background: url(images/sidebar-ornament.jpg) bottom center no-repeat;
	z-index: 50;
}

* html #sidebar-navigation #logo-user {
	margin-left: 0px;
}

*:first-child+html #sidebar-navigation #logo-user {
	margin-left: 0px;
}

#sidebarContainer .sideHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3em;
	color: #937F66;
	margin: 0 0 7px 0;
	text-align: center;
}

#body-content {
	margin: 0px;
	padding: 50px;
	background: #ffffff;
}

* html #body-content {
	font-weight: 400;
}

#page-content {
	color: #666666;
	line-height: 1.6em;
	text-align: justify;
}

* html #page-content {
	font-weight: 400;
}

#footer {
	color: #798E4E;
	padding-top: 30px;
	line-height: 1.4em;
	text-align: left;
	border-top: 1px solid #A6A295;
}

#footer a:link, #footer a:visited, #Footer a:active {
	font-style: italic;
	color: #444F2B;
}

#footer a:hover {
	color: #444F2B;
}

/* @end */

/* @group TOOLBAR */

/* Parent - Level 0 */

#sidebar-navigation #navigation-bar {
	font-size: 12px;
	text-align: center;
	position:  relative;
	padding: 30px 0px 30px 0px;
}

*:first-child+html #sidebar-navigation #navigation-bar {
	margin-left: 0px;
}

#sidebar-navigation #navigation-bar ul {
	margin: 0px 30px 0px 30px;
	padding: 0px;
	list-style: none;
}

#sidebar-navigation #navigation-bar li {
	position:  relative;
	margin-top: 0px;
	border-top: 1px dotted #322A1D;
	padding: 3px 0px 2px 0px;
}

* html #sidebar-navigation #navigation-bar li {
	padding: 3px 0px 3px 0px;
}

#sidebar-navigation #navigation-bar a {
	display: block;
	padding: 3px 0px 2px 0px;
	text-decoration: none;
	font-size: 12px;
	color: #322A1D;
}

* html #sidebar-navigation #navigation-bar a {
	padding: 3px 0px 3px 0px;
}

#sidebar-navigation #navigation-bar a:hover {
	color: #937F66;
	text-decoration: none;
}

#sidebar-navigation #navigation-bar a:active {
	color: #322A1D;
	text-decoration: none;
}

#sidebar-navigation #navigation-bar #current {
	color: #322A1D;
	background: #D6E1C1;
	font-weight: bold;
	text-decoration: underline;
	margin-top: -1px;
}

* html #sidebar-navigation #navigation-bar #current {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar #current:hover {
	text-decoration: none;
	color: #877860;
}

#sidebar-navigation #navigation-bar .currentAncestor {
	color: #322A1D;
	background: #D6E1C1;
	text-decoration: underline;
	font-weight: bold;

}

/*Sub Menu - Level 1 */

#sidebar-navigation #navigation-bar ul ul {
	text-align: left;
	margin: 0px;
}

#sidebar-navigation #navigation-bar ul ul li {
	border-top: none;
}

#sidebar-navigation #navigation-bar ul ul a {
	padding-left: 16px;
	padding-top:  2px;
	padding-bottom: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
	color: #322A1D;
	background: url(images/sub_menu.gif) left top no-repeat;
}

* html #sidebar-navigation #navigation-bar ul ul a {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul a:hover {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #877860;
	text-decoration: none;
}

#sidebar-navigation #navigation-bar ul ul #current {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #322A1D;
	text-decoration: underline;
	font-weight: bold;
	border-bottom: 0px;
	margin-top: -1px;
}

* html #sidebar-navigation #navigation-bar ul ul #current {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul #current:hover {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #877860;
	text-decoration: none;
	font-weight: bold;
}

#sidebar-navigation #navigation-bar ul ul .currentAncestor {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #322A1D;
	text-decoration: underline;
	font-weight: bold;
	margin-top: -1px;
}

* html #sidebar-navigation #navigation-bar ul ul .currentAncestor {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul .currentAncestor:hover {
	background: transparent;
	text-decoration: none;
}


/* Sub Menu - Level 2 */

#sidebar-navigation #navigation-bar ul ul ul {
	text-align: left;
}

#sidebar-navigation #navigation-bar ul ul ul li {
	border-top: none; 
	margin: 0 0 0 16px;
}

#sidebar-navigation #navigation-bar ul ul ul a {
	padding-left: 16px;
	padding-top:  2px;
	padding-bottom: 0px;
	margin-bottom: -1px;
	color: #322A1D;
	background: url(images/sub_menu.gif) left top no-repeat;
}

* html #sidebar-navigation #navigation-bar ul ul ul a {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul ul a:hover {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #877860;
	text-decoration: none;
}

#sidebar-navigation #navigation-bar ul ul ul #current {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #322A1D;
	text-decoration: underline;
	font-weight: bold;
	margin-top: -1px;
}

* html #sidebar-navigation #navigation-bar ul ul ul #current {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul ul #current:hover {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #877860;
	text-decoration: none;
	font-weight: bold;
}

#sidebar-navigation #navigation-bar ul ul ul .currentAncestor {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #322A1D;
	text-decoration: underline;
	font-weight: bold;
	margin-top: -1px;
}

* html #sidebar-navigation #navigation-bar ul ul ul .currentAncestor {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul .currentAncestor:hover {
	background: transparent;
	text-decoration: none;
}

/* Sub Menu - Level 3 */

#sidebar-navigation #navigation-bar ul ul ul ul {
	text-align: left;
}

#sidebar-navigation #navigation-bar ul ul ul ul li {
	border-top: none; 
	margin: 0 0 0 16px;
}

#sidebar-navigation #navigation-bar ul ul ul ul a {
	padding-left: 16px;
	padding-top:  2px;
	padding-bottom: 0px;
	margin-bottom: -1px;
	color: #322A1D;
	background: url(images/sub_menu.gif) left top no-repeat;
}

* html #sidebar-navigation #navigation-bar ul ul ul ul a {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul ul ul a:hover {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #877860;
	text-decoration: none;
}

#sidebar-navigation #navigation-bar ul ul ul ul #current {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #322A1D;
	text-decoration: underline;
	font-weight: bold;
	margin-top: -1px;
}

* html #sidebar-navigation #navigation-bar ul ul ul ul #current {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul ul ul #current:hover {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #877860;
	text-decoration: none;
	font-weight: bold;
}

#sidebar-navigation #navigation-bar ul ul ul ul .currentAncestor {
	background: url(images/sub_menu.gif) left top no-repeat;
	color: #322A1D;
	text-decoration: underline;
	font-weight: bold;
	margin-top: -1px;
}

* html #sidebar-navigation #navigation-bar ul ul ul ul .currentAncestor {
	margin-left: 2px;
}

#sidebar-navigation #navigation-bar ul ul ul .currentAncestor:hover {
	background: transparent;
	text-decoration: none;
}


/* @end */

/* @group CONTACT FORM */

.message-text {
	padding: 3px;
	text-align: left;
	color: #333333;
}

.form-input-field {
	width: 90%;
	border: 1px solid #666666;
	background-color: #D6E1C1;
	font-size: 12px;
	line-height: 1.3em;
}

.form-input-button {
}

.required-text {
	font-weight: bold;
	color: #322A1D;
}

/* @end */

/* @group BLOG */

.blog-entry {
	padding-bottom: 20px;
}

.blog-entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #937F66;
	font-size: 18px;
	margin-bottom: 4px;
	padding-bottom: 0px;
	line-height: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

.blog-entry-title a:link .blog-entry-title a:active {
	text-decoration: none;
	color: #937F66;
}

.blog-entry-title a:visited {
	text-decoration: none;
	color: #937F66;
	background: #cccccc;
}

.blog-entry-title a:hover {
	text-decoration: underline;
	color: #937F66;
}

.blog-entry-date {
	color: #9AB157;
	margin-bottom: 5px;
	font-style: italic;
}

.blog-entry-body {
	line-height: 1.6em;
	text-align: justify;
}

.blog-entry img {
	padding: 3px;
	border: 1px solid #937F66;
}

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

.blog-entry a:link, .blog-entry a:visited, .blog-entry a:active {
	text-decoration: underline;
}

.blog-entry a:hover {
	text-decoration: none;
}

.blog-read-more {
	display: block;
	padding-top: 6px;
	font-style: italic;
	color: #937F66;
}

.blog-read-more a:link, .blog-read-more a:visited, .blog-read-more a:active {
	text-decoration: underline;
}

.blog-read-more a:hover {
	text-decoration: none;
}

.blog-entry-category {
	font-size: 12px;
	margin-bottom: 3px;
}

.blog-entry-category a:link, .blog-entry-category a:visited, .blog-entry-category a:active {
	text-decoration: underline;
}

.blog-entry-category a:hover {
	text-decoration: none;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	color: #937F66;
	text-decoration: underline;
}

.blog-entry-permalink a:hover {
	color: #937F66;
	text-decoration: none;
}

.blog-entry-comments {
	margin: 6px 0px 0px 0px;
}

.blog-entry-comments a {
	color: #9AB157;
	text-decoration: underline;
}

.blog-entry-comments a:link {
	color: #9AB157;
	text-decoration: underline;
	margin-right: 8px;
	padding: 0 8px 0 16px;
	background: transparent url(images/commentR.gif) center left no-repeat;
}

* html .blog-entry-comments a:link {
	padding: 0 8px 0 0;
	background: transparent url(images/commentR.gif) center left no-repeat;
}

.blog-entry-comments a:hover {
	text-decoration: none;
	color: #9AB157;
}

.blog-entry-comments-inline {
	font-size: 11.5px;
	line-height: 1.3em;
	text-align: left;
	font-style: italic;
	margin-top: 8px;
	padding-bottom: 8px;
}

p.blog-entry-tags {
	font-size: 11.5px;
	line-height: 1.3em;
	text-align: left;
	margin-top: 6px;
	padding-top: 3px;
	padding-left: 20px;
	font-style: normal;
	background: transparent url(images/tag_gray.gif) center left no-repeat;
}

p.blog-entry-tags a:link,
p.blog-entry-tags a:active, 
p.blog-entry-tags a:visited {
	font-style: normal;
	text-decoration: underline;
}

p.blog-entry-tags a:hover {
	font-style: normal;
	text-decoration: none;
}

/* @end */


/* @group BLOG ARCHIVE PAGE */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
	color: #666666;
}

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

.blog-archive-month {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin: 3px 0 4px 0;
	color: #937F66;
}

.blog-archive-link {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 16px;
	font-size: 13px;
	font-style: italic;
	color: #9AB157;
	line-height: 1.4em;
}

.blog-archive-link a:link, .blog-archive-link a:visited, .blog-archive-link a:active {
	color: #9AB157;
	text-decoration: underline;
}

.blog-archive-link a:hover {
	color: #9AB157;
	text-decoration: none;
}

.blog-archive-entries-wrapper a:link, .blog-archive-entries-wrapper a:active, .blog-archive-entries-wrapper a:visited {
	color: #9AB157;
	text-decoration: underline;
}

.blog-archive-entries-wrapper a:hover {
	color: #9AB157;
	text-decoration: none;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	margin: 4px 0 20px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

* html #blog-categories {
	margin: 12px 0 20px 0px;
}

*:first-child+html #blog-categories {
	margin: 12px 0 20px 0px;
}

.blog-category-link-enabled {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
	margin: 0;
}

.blog-category-link-enabled a:link, .blog-category-link-enabled a:visited, .blog-category-link-enabled a:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
}

.blog-category-link-enabled a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.blog-category-link-disabled {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	position: relative;
	margin: 10px 30px 30px 30px;
}

* html #blog-rss-feeds {
	padding-bottom: 3px;
}

*:first-child+html #blog-rss-feeds {
	padding-bottom: 4px;
}

a.blog-rss-link {
	font-size: 12px;
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

a.blog-comments-rss-link {
	font-size: 12px;
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
}

*:first-child+html a.blog-comments-rss-link {
	padding-bottom: 20px;
	background: url(images/rss_icon.gif) no-repeat left top;
	margin-top: 3px;
}

a.blog-trackback-link {
	margin-left: 8px;
	padding: 0 0 0 16px;
	background: transparent url(images/commentR.gif) center left no-repeat;
}

/* @end */


/* @group BLOG TAG CLOUD */

ul.blog-tag-cloud {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	border-top: 0;
	border-bottom: 0;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* @end */


/* @group FILE SHARING */

.filesharing-description {
	margin-bottom: 20px;
	line-height: 1.4em;
}

.filesharing-item {
	display: block;
	margin: 20px 0;
	padding: 10px;
	border-top-color: #444F2B;
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-color: #444F2B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #D6E1C1;
	color: #798E4E;
}

.filesharing-item-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #937F66;
	line-height: 1.2em;
	margin: 1px 0 6px 0;
}

.filesharing-item-title a:link, .filesharing-item-title a:visited {
	text-decoration: underline;
	padding: 0px;
	color: #937F66;
}

.filesharing-item-title a:hover {
	text-decoration: none;
	padding: 0px;
	color: #798E4E;
}

.filesharing-item-description {
	line-height: 1.4em;
}

/* @end */

/* @group PHOTO ALBUM */

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

.album-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #937F66;
}

.album-description {
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.album-wrapper {
	display: block;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 70px;
	margin-right: 10px;
}

* html .thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 35px;
	margin-right: 6px;
}

.thumbnail-frame {
}

.thumbnail-frame img {
	border: 0px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
	background: transparent;
	border: none;
}

.thumbnail-frame a:hover {
	background: transparent;
	border: none;
}

.thumbnail-frame img {
	margin: auto;
	padding: 0;
	border: 0;
}

.thumbnail-caption {
	height: 60px;
	display: block;
	text-align: left;
	font-size: 11.5px;
	line-height: 1.3em;
	width: 98%;
	margin: 0px;
	margin-top: 3px;
	color: #9AB157;
}

#flashcontent {
	margin-top: 30px;
	margin-bottom:  24px;
	text-align: center;
}

/* @end */


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

.photo-background {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.photo-navigation {
	margin: 0px auto;
	padding: 40px 50px 40px 50px;
}

*:first-child+html .photo-navigation {
	padding: 40px 50px 30px 50px;
}

.photo-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #937F66;
	line-height: 1.4em;
}

.photo-frame{
	margin-bottom: 5px;
	padding: 4px;
	border: 1px solid #937F66;
}

.photo-caption {
	margin: 0px;
	padding-top: 5px;
	font-size: 15px;
	font-style: italic;
	color: #9AB157;
}

.photo-links {
	margin: 0px;
	padding-top: 25px;
	color: #937F66;
	font-size: 14px;
}

*:first-child+html .photo-links {
	padding-top: 20px;
}

.photo-links a {
}

.photo-links a:link, .photo-links a:visited, .photo-links a:active {
	text-decoration: underline;
	color: #937F66;
}

.photo-links a:hover {
	text-decoration: none;
	color: #937F66;
}

/* @end */


/* @group EXIF Data */

.exif-data {
	clear: left;
	margin: 0 auto;
	padding: 20px 15px 20px 15px;
	text-align: left;
	width: 400px;
	color: #937F66;
}

.exif-data p {
	margin: 0;
	display: inline;
	margin-right: 10px;
	line-height: 1.6em;
	text-align: center;
}

p.exif-version {
	
}

p.exif-colour-space {
	
}

p.exif-focal-length {
	
}

p.exif-dimensions {
	
}

p.exif-pixel-y-dimension {
	
}

p.exif-pixel-x-dimension {
	
}

p.exif-oecf-value {
	
}

p.exif-subsec-time-original {
	
}

p.exif-exposure-mode {
	
}

p.exif-spatial-frequency-response {
	
}

p.exif-scene-capture-type {
	
}

p.exif-subject-location {
	
}

p.exif-shutter-speed {
	
}

p.exif-datetime-original {
	
}

p.exif-subsec-time {
	
}

p.exif-compressed-bits-per-pixel {
	
}

p.exif-flash-energy {
	
}

p.exif-saturation {
	
}

p.exif-brightness {
	
}

p.exif-exposure-time {
	
}

p.exif-f-number {
	
}

p.exif-file-source {
	
}

p.exif-gain-control {
	
}

p.exif-subject-area {
	
}

p.exif-cfa-pattern {
	
}

p.exif-scene-type {
	
}

p.exif-white-balance {
	
}

p.exif-flash {
	
}

p.exif-exposure-index {
	
}

p.exif-flashpix-version {
	
}

p.exif-device-setting-description {
	
}

p.exif-focalplane-x-resolution {
	
}

p.exif-image-uniqueid {
	
}

p.exif-components-configuration {
	
}

p.exif-light-source {
	
}

p.exif-sensing-method {
	
}

p.exif-aperture {
	
}

p.exif-sharpness {
	
}

p.exif-exposure-program {
	
}

p.exif-subject-distance {
	
}

p.exif-subsec-time-digitized {
	
}

p.exif-contrast {
	
}

p.exif-focalplane-resolution-unit {
	
}

p.exif-gamma {
	
}

p.exif-35mm-focal-length {
	
}

p.exif-datetime-digitized {
	
}

p.exif-subject-distance-range {
	
}

p.exif-custom-rendered {
	
}

p.exif-max-aperture {
	
}

p.exif-sound-file {
	
}

p.exif-metering-mode {
	
}

p.exif-spectral-sensitivity {
	
}

p.exif-exposure-bias {
	
}

p.exif-focalplane-y-resolution {
	
}

p.exif-iso-rating {
	
}

p.exif-maker-note {
	
}

p.exif-digital-zoom-ratio {
	
}

p.exif-user-comment {
	
}

/* @end */


/* @end */


/* @group Single Page (Album Thumbnails) */


.movie-page-title {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #937F66;
	line-height: 1.4em;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.movie-page-description {
	margin-bottom: 25px;
	padding-top: 4px;
	line-height: 1.4em;
	text-align: left;
}

.movie-thumbnail-frame {
	position: relative;
	margin: 0 25px 25px 0;
	float: left;
	display: inline;
	text-align: left;
}

* html .movie-thumbnail-frame {
	margin: 0 15px 25px 0;
}

.movie-thumbnail-frame img {
	margin: 0;
	padding: 0;
	border: none;
}

.movie-thumbnail-caption {
	margin: 0px;
	padding-top: 5px;
	margin-bottom: 5px;
	color: #9AB157;
	text-align: left;
	font-size: 11.5px;
	line-height: 1.3em;
}

/* @end */

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


.movie-background {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #D6E1C1;
}

.movie-frame {
	margin: 15px;
	border: 0;
}

.movie-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
	font-style: italic;
	color: #444F2B;
	line-height: 1.4em;
}

/* @end */

