/* @group General Styles */

body {
	margin: 0;
	background: #ccc;
	font: 85% Verdana, Halvetica, Arial, sans-serif;
}

p {
}

b, strong {
}

a:link, a:visited {
	color: #906a4d;
}

a:hover, a:active {
	color: #6e101f;
}

img {
}

a img {
	border: none;
}

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

.image-right {
	float: right;
	margin: 5px 0px 5px 5px;
}

.break {
	height: 20px;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	color: #906a4d;
	font-style: italic;
	padding-left: 20px;
	border-left: solid 3px;
	border-color: #906a4d;
}

h1, h2, h3, h4, h5, h6 {
	color: #906a4d;
	font-weight: bold;
	font-family: Georgia;
}

.imageStyle {
	border-style: none;
}

/* Main content area unordered list styles */

#content ul {
}

#content li {
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}

/* Table Styles */

table {
}

/* @end */

/* @group Layout */

#container {
	width: 838px;
	margin: 0 auto;
	text-align: center;
}

#contentContainer {
	margin: 0 18px;
	background: #941d16;
}

#transparency-background {
	background: url(images/transparency-background.png) no-repeat;
	width: 802px;
}

#contentBackground {
	position: relative;/* fixes IE6 Peekaboo Bug */
	background: transparent url(images/content-shadow-left.png) repeat-y 220px;
	margin: 0;
	padding: 0;
	width: 802px;
}

#sidebarContainer {
	position: relative;/* fixes IE6 Peekaboo Bug */
	margin: 0;
	padding: 20px 0 20px 20px;
	width: 181px;
	float: left;
	text-align: left;
	font: .9em "Trebuchet MS";
}

#site_title {
	margin: 0 0 10px;
	color: #d2d4be;
	font: 30px Georgia;
}

#site_slogan {
	color: #c18e66;
	font-family: "Trebuchet MS";
}

#sidebar_title {
	margin: 10px 0;
	color: #d2d4be;
	font: 24px Georgia;
}

#logo {
}

#logo img {
	margin: 10px auto;
	display: block;
}

/* @group toolbar_vertical */

/* Toolbar Styles */

#toolbar_vertical {
	color: #f3f3f3;
	margin: 0 0 20px;
}

#toolbar_vertical a {
	display: none;
	padding-left: 10px;
	padding-top: 6px;
	height: 20px;
	padding-bottom: 3px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #f3f3f3;
}

#toolbar_vertical .current {
	color: #ae9f8b;
}

#toolbar_vertical .current:hover {
	color: #f3f3f3;
}

#toolbar_vertical .currentAncestor {
}

/* Parent - Level 0 */

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

#toolbar_vertical li {
	position: relative;
}

/* Child - Level 1 */

#toolbar_vertical ul ul {
	margin: 0;
	padding: 0;
}

#toolbar_vertical ul ul li {
	margin: 0 0 3px;
}

#toolbar_vertical ul ul li a {
	background: url(images/bullet-normal.png) no-repeat;
}

#toolbar_vertical ul ul li a {
	display: block;
	padding-left: 25px;
}

#toolbar_vertical ul ul li a:hover {
	background: url(images/bullet-hover.png) no-repeat;
	color: #c18e66;
	text-decoration: underline;
}

#toolbar_vertical ul ul .current {
	background: url(images/bullet-hover.png) no-repeat;
	color: #c18e66;
}

#toolbar_vertical ul ul li .currentAncestor {
	background: url(images/bullet-currentAncestor.png) no-repeat;
}

/* Child - Level 2 */

#toolbar_vertical ul ul ul {
	padding-top: 3px;
}

#toolbar_vertical ul ul ul li a {
	padding-left: 45px;
}

#toolbar_vertical ul ul ul li a:hover {
}

#toolbar_vertical ul ul ul li .current {
}

#toolbar_vertical ul ul ul li .current:hover {
}

#toolbar_vertical ul ul ul li .currentAncestor {
}

/* Child Level 3 */

#toolbar_vertical ul ul ul {
}

#toolbar_vertical ul ul ul ul li {
}

#toolbar_vertical ul ul ul ul li a {
	padding-left: 65px;
}

#toolbar_vertical ul ul ul ul a:hover {
}

/* Child Level 4 */

#toolbar_vertical ul ul ul ul {
}

#toolbar_vertical ul ul ul ul ul li {
}

#toolbar_vertical ul ul ul ul ul li a {
	padding-left: 85px;
}

#toolbar_vertical ul ul ul ul ul a:hover {
}

/* Child Level 5 */

#toolbar_vertical ul ul ul ul ul {
}

#toolbar_vertical ul ul ul ul ul ul li {
}

#toolbar_vertical ul ul ul ul ul ul li a {
	padding-left: 105px;
}

#toolbar_vertical ul ul ul ul ul ul a:hover {
}

/* @end */

#sidebar, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	color: #d2d4be;
	font-weight: normal;
	font-style: normal;
}

/* @group plugin_sidebar */

#plugin_sidebar {
	margin: 10px 0;
	line-height: 24px;
	color: #d2d4be;
}

#plugin_sidebar a:hover, #plugin_sidebar a:active {
	color: #c18e66;
}

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

#blog-categories a:link, #blog-categories a:visited {
	background: url(images/category.png) no-repeat;
	padding: 0 0 5px 20px;
	height: 16px;
}

#blog-categories a:hover, #blog-categories a:active {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
	background: url(images/category.png) no-repeat left center;
	padding: 0 0 7px 20px;
	height: 16px;
}

#blog-archives {
	margin: 20px 0;
}

#blog-archives a:link, #blog-categories a:visited {
	background: url(images/date.png) no-repeat;
	padding: 0 0 5px 20px;
	height: 16px;
}

#blog-archives a:hover, #blog-categories a:active {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
	background: url(images/date.png) no-repeat left center;
	padding: 0 0 7px 20px;
	height: 16px;
}

#blog-rss-feeds {
	margin: 20px 0;
}

#blog-rss-feeds a:link, #blog-rss-feeds a:visited {
	background: url(images/rssfeed.png) no-repeat;
}

#blog-rss-feeds a:hover, #blog-rss-feeds a:active {
	background: url(images/rssfeed-over.png) no-repeat;
	height: 20px;
}

.blog-rss-link, .blog-comments-rss-link {
	padding: 0 0 5px 20px;
	height: 16px;
}

/* @end */

/* @group toolbar_horizontal */

/* Toolbar Styles */

#toolbar_horizontal {
	height: 40px;
	text-align: center;
	font: bold 0.9em Arial;
}

#toolbar_horizontal a:link, #toolbar_horizontal a:visited {
	text-decoration: none;
	color: #941d16;
}

#toolbar_horizontal a:hover, #toolbar_horizontal a:active {
	color: #906a4d;
	text-decoration: underline;
}

/* Parent - Level 0 */

#toolbar_horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}

#toolbar_horizontal ul li {
	padding: 0 10px;
	display: inline;
}

#toolbar_horizontal ul li .current {
	color: #906a4d;
}

#toolbar_horizontal ul li .current:hover {
	color: #941d16;
}

#toolbar_horizontal ul li .currentAncestor {
	color: #c18e66;
}

#toolbar_horizontal ul li .currentAncestor:hover {
	color: #941d16;
}

/* Child - Level 1 */

#toolbar_horizontal ul ul {
	display: none;
}

/* @end */

#content {
	margin: 0 0 0 220px;
	padding: 10px 20px 0;
	text-align: left;
	font: 105% "Lucida Grande";
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin: 0 0 15px;
}

#header {
	background: transparent url(images/editable_images/custom-header-1.png) no-repeat center top;
	height: 188px;
	padding: 0 0 20px;
}

#window {
	background: transparent;
	height: 188px;
}

#footerContainer {
	position: relative;
	top: 12px;
	clear: both;
	text-align: center;
	width: 838px;
	height: 142px;
	margin: 0 -18px;
	background: url(images/footer.png) no-repeat;
	font-size: 0.7em;
	color: #f3f3f3;
}

#footerContainer a:link, #footerContainer a:visited {
	color: #f3f3f3;
}

#footer {
	position: relative;
	top: 100px;
	float: left;
	padding-left: 40px;
}

#breadcrumb {
	position: relative;
	top: 100px;
	float: right;
	padding-right: 40px;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #906a4d;
}

/* @group toolbar_footer */

#toolbar_footer {
	margin: 5px auto;
	text-align: center;
	font-size: 10px;
}

#toolbar_footer .currentAncestor:hover {
}

#toolbar_footer a:link, #toolbar_footer a:visited {
	padding: 0 15px;
	text-decoration: none;
	text-align: center;
}

#toolbar_footer a:hover, #toolbar_footer a:active {
}

/* Parent - Level 0 */

#toolbar_footer ul {
	list-style: none;
}

#toolbar_footer ul li {
	display: inline;
	text-align: center;
	margin: 0;
}

#toolbar_footer ul li .current {
}

#toolbar_footer ul li .currentAncestor {
}

/* Child - Level 1 */

#toolbar_footer ul ul {
	display : none;
}


/* @end */

/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0;
	padding: 0 0 10px 5px;
	text-align: justify;
}

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;
}

.blog-entry-tags {
	font-size: 0.8em;
	text-align: center;
	padding: 0 0 10px;
}

.blog-entry-tags a {
	background: url(images/tag.png) no-repeat left top;
	padding: 3px 0 3px 18px;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	color: #906a4d;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia;
}

.blog-archive-link {
	font-size: 12px;
	padding-bottom: 15px;
}

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

/* @end */

.blog-entry {
	padding: 10px 0;
}

.blog-entry-title {
	font-size: 24px;
	font-weight: bold;
	font-family: Georgia;
	color: #906a4d;
	margin: 0;
	padding: 0;
}

.blog-entry-date {
	font-size: 12px;
	background: url(images/date.png) no-repeat left top;
	padding: 0 0 15px 20px;
	margin: 0;
}

/*styles the category link in the main entry */

.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	background: url(images/category.png) no-repeat left top;
	padding: 0 0 15px 20px;
	margin: 0;
}

/*styles the permalink link in the main entry */

.blog-entry-permalink {
	margin: 0;
	padding: 0;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	background: url(images/perma.png) no-repeat left top;
	padding-bottom: 15px;
	padding-left: 20px;
}

.blog-read-more {
	font-size: 12px;
}

.blog-read-more a:link, .blog-read-more a:visited {
	background: url(images/read-more.png) no-repeat left top;
	padding-bottom: 15px;
	padding-left: 20px;
}

.blog-entry-body {
}

.blog-entry-comments {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 20px;
}

.filesharing-item {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.filesharing-item:hover {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 12px;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #906a4d;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

.album-description {
	padding-bottom: 20px;
}

.album-wrapper {
	display: inline;
	width: 98%;
	margin: 0 auto;
	text-align: center;
}

.thumbnail-wrap {
	float: left;
	text-align: center;
	margin: 0 20px 60px 0;
}

.thumbnail-frame {
	padding: 3px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame a:hover img {
	margin: auto;
}

.thumbnail-frame img {
	margin: auto;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	font-size: 12px;
	color: #906a4d;
}

/* @end */

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

.photo-background {
	text-align: center;
	background: #fff;
}

.photo-navigation {
	text-align: center;
	margin: 20px auto;
}

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

.photo-navigation a:hover {
}

.photo-navigation p {
}

.photo-title {
	font: bold 24px Georgia;
}

.photo-caption {
}

.photo-links {
}

.photo-frame {
	background: #fff;
	text-align: center;
	margin: 20px auto 30px auto;
	padding: 3px;
}

/* @end */

/* @group Flash Slide Show */

#flashcontent {
	text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-frame {
	text-align: center;
}

.movie-description {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #906a4d;
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #906a4d;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin: 0px 10px 40px;
	text-align: center;
	width: 131px;
	padding: 3px;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	color: #906a4d;
	font-size: 12px;
	margin-top: 2px;
	text-align: center;
	width: 131px;
}

/* @end */

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

.movie-background {
	margin-top: 5px;
}

.movie-title {
	color: #906a4d;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	color: #906a4d;
}

form {
	text-align: left;
	font-size: 12px;
	color: #906a4d;
}

.required-text {
}

.form-input-field {
	width: 95%;
}

.form-input-button {
}

/* @end */

/* @group SiteMap */

#sitemap ul {
	list-style: none;
}

#sitemap {
	line-height: 24px;
}

#sitemap ul a {
	display: block;
	padding-left: 20px;
}

#sitemap ul a:hover {
}

/* @end */
