/* @group General Styles */

body {
	background: repeat url(images/body_bg.png);
	background-position: 0 11px;
	font: 0.8em/1.5em Geneva, Arial, Helvetica, sans-serif;
	color: #261300;
	margin: 0 20px 20px 50px;
	padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #8c8300;
}

a:hover, a:active {
	color: #b6aa00;
}

img {

}

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

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

/* @group Layout */

#container {
	position: relative;
	width: 766px;
	background: repeat-y url(images/content_bg.png);
	margin: 0 auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	width: 780px;
	height: 189px;
	margin: 0 auto;
	background: no-repeat url(images/header_bg.png);
	position: relative;
	left: -14px;
}

#pageHeader h1 {
	color: #ffffff;
	margin: 0;
	position: absolute;
	top: 67px;
	left: 165px;
	font: normal 2.5em Georgia, Times New Roman, Times, serif;
	text-shadow: 2px 2px 2px #000;
}

#pageHeader h2 {
	margin: 0;
	position: absolute;
	top: 107px;
	left: 165px;
	color: #ffffff;
	font: normal 1.3em Georgia, Times New Roman, Times, serif;
	text-shadow: 2px 2px 2px #000;
}

#contentContainer {
	width: 530px;
	padding-bottom: 20px;
	padding-top: 10px;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 30px;
}

.logo img {
	margin-bottom: 10px;
}

#sidebarContainer {
	width: 217px;
	background: repeat-y url(images/sidebar_bg.png);
	margin-bottom: 20px;
}

#sidebarContainer #top {
	width: 217px;
	height: 76px;
	background: no-repeat url(images/sidebar_top.png);
}

#sidebarContainer #bottom {
	width: 217px;
	height: 64px;
	background: no-repeat url(images/sidebar_bottom.png);
}

#sidebarContainer #sidebar {
	padding: 0 35px;
	font-size: 0.9em;
}

#sidebarContainer .sideHeader {
	font: bold 1.2em Georgia, Times New Roman, Times, serif;
	margin-bottom: 5px;
	text-decoration: underline;
}

#footer {
    font-size: 0.8em;
	background: no-repeat url(images/footer_bg.png);
	width: 766px;
	height: 64px;
	text-align: center;
	/*font-family: Georgia, Times New Roman, Times, serif;*/
}

#footer p {
	margin: 0;
	padding: 32px 30px 0;

}

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

}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	background: repeat-x url(images/divider.png);
	font-size: 0.9em;
}

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

}

#breadcrumbcontainer li {
	display: inline;

}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	margin-bottom: 15px;
	font-size: 0.9em;
}

#navcontainer #current {
	background: no-repeat center bottom url(images/button_current.png);
	color: #300c00;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: no-repeat center bottom url(images/button_current.png);
	color: #300c00;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	width: 205px;
	height: 21px;
	display: block;
	background: no-repeat url(images/button_normal.png) center bottom;
	padding-top: 9px;
	margin-bottom: 5px;
	text-indent: 35px;
	color: #ecedd2;
	text-decoration: none;
}

#navcontainer a:hover {
	background: no-repeat center bottom url(images/button_over.png);
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	margin: -5px 0 20px 10px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	height: 10px;
}

#navcontainer ul ul a:hover{
	background: none;
	color: #300c00;
}

#navcontainer ul ul #current{
	background: none;
}

#navcontainer ul ul .currentAncestor {
	color: #300c00;
	background: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
	font-style: italic;
	border-top: 1px solid #cfc5b9;
	border-bottom: 1px solid #cfc4b8;
	margin: 10px 0;
	padding: 0 10px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style-image: url(images/leaf.png);
}

#contentContainer #content li {
    margin: 0 0 0 20px;
}

#contentContainer #content ul ul {
	margin: 8px 0 0;
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
} 

/* Table Styles */
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: 30px;
	padding-bottom: 10px;
	background: repeat-x bottom url(images/divider.png);
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font: bold 1.3em Georgia, Times New Roman, Times, serif;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

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

.blog-entry-title {
	font: bold 1.9em Georgia, Times New Roman, Times, serif;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.blog-entry-date {
	font: 0.9em Georgia, Times New Roman, Times, serif;
	padding-bottom: 6px;
	padding-left: 15px;
	background: url(images/clock.png) no-repeat left 2px;
}

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

.blog-entry-body {
	padding-top: 14px;
	background: repeat-x url(images/divider.png) 0 top;
}

.blog-entry-comments {
	font-size: 0.9em;
	padding-top: 10px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-left: 12px;
	margin-left: 7px;
	background: url(images/leaf.png) no-repeat left center;
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-left: 12px;
	margin-left: 7px;
	background: url(images/leaf.png) no-repeat left center;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 1px;
}

.blog-comments-rss-link {
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 1px;
}

/* @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: bold 1.9em Georgia, Times New Roman, Times, serif;
	margin-bottom: 5px;
	letter-spacing: -1px;
}

.album-description {
	margin-bottom: 80px;
	font: 0.9em Georgia, Times New Roman, Times, serif;
	padding-bottom: 10px;
	background: repeat-x bottom url(images/divider.png);
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
	padding: 5px;
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	background: #dedfc9;
	padding: 5px;
	margin: auto;
    border: none;
}

.thumbnail-frame img:hover {
	background: #cccebc;
}


.thumbnail-caption {
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 3px;
	margin: 0;
	font-size: 0.85em;
	height: 50px;
	width: 100%;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 33px 20px 20px 36px;
}

.photo-navigation {
	width: 780px;
	height: 242px;
	background: no-repeat url(images/photo_header_bg.png);
	margin: 0 0 10px;
	position: relative;
}

.photo-links {
	margin: 0;
	position: absolute;
	top: 200px;
	left: 50px;
	color: #d5d6c0;
}

.photo-navigation a:link, .photo-navigation a:visited {
	padding-right: 5px;
	padding-left: 5px;
}

.photo-navigation a:hover {

}

.photo-frame {
	padding: 5px;
	background: #ecedd2;
	margin-left: 18px;

}

.photo-title {
	color: #ffffff;
	margin: 0;
	position: absolute;
	top: 67px;
	left: 165px;
	font: normal 2.5em Georgia, Times New Roman, Times, serif;
	text-shadow: 2px 2px 2px #000;
}

.photo-caption {
	margin: 0;
	position: absolute;
	top: 107px;
	left: 165px;
	color: #ffffff;
	font: normal 1.3em Georgia, Times New Roman, Times, serif;
	text-shadow: 2px 2px 2px #000;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font: bold 1.9em Georgia, Times New Roman, Times, serif;
	margin-bottom: 5px;
	letter-spacing: -1px;
}.movie-page-description {
	margin-bottom: 10px;
	font: 0.9em Georgia, Times New Roman, Times, serif;
	padding-bottom: 10px;
	background: repeat-x bottom url(images/divider.png);
}

.movie-thumbnail-frame {
	width: 132px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.movie-thumbnail-frame img {
	background: #dedfc9;
	padding: 5px;
}

.movie-thumbnail-frame img:hover {
	background: #cccebc;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	font-family: Georgia, Times New Roman, Times, serif;
	padding: 3px;
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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



/* custom */

/* VERBS */

.verbTitle {
    font-size: 1.1em;
    position: relative; bottom: 4px;
}

.verbTitle a, .verbTitle a:visited {
    color: #6a4226;
    text-decoration: none;
    border-bottom: thin dotted #6a4226;
}

.verbTitle a:hover {
    color: #b6aa00;
    border-bottom: thin solid #b6aa00;
}

.verbDiv {
    margin: 3px;
    padding: 3px;
    font-size: 0.9em;
}


/* PAGES */

.pagesDiv {
    font-size: 1.2em;
    text-align: center;
    color: #888;
}

.pagesDiv a, .pagesDiv a:visited {
    color: #6a4226;
    text-decoration: none;
}

.pagesDiv a:hover {
    color: #b6aa00;
    text-decoration: underline;
}


/* LEAF TABLE */

.leafTable {
    margin: 0 auto;
}

.centerLeaf {
    min-width: 30px;
    text-align: center;
    color: #b6aa00;
    background-color: #6a4226;
    font-size: 1.2em;
    padding: 2px 5px;
    border: none;
}

.centerLeaf a {
    color: white;
}

.rightLeaf, .leftLeaf {
    height: 30px;
    width: 30px;
}
.rightLeaf {
    background: left no-repeat url(pics/right_leaf.png);
}
.leftLeaf {
    background: right no-repeat url(pics/left_leaf.png);
}


/* WOODFRAME */

.woodframe {
    width: 100%;
}
.woodframeTop {
    color: #694125;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    height: 25px;
    background: bottom repeat-x url(pics/woodframe_title.png);
}
.woodframeLeft, .woodframeRight {
    width: 90px;
    height: 25px;
}
.woodframeLeft {
    background: bottom no-repeat url(pics/woodframe_decoration_left.png);
}
.woodframeRight {
    background: bottom no-repeat url(pics/woodframe_decoration_right.png);
}
.woodframeRoot, .woodframePalm {
    width: 41px;
    min-height: 78px;
}
.woodframeRoot {
    background: top left no-repeat url(pics/woodframe_root.png);
}
.woodframePalm {
    background: top left no-repeat url(pics/woodframe_palm.png);
}

/* DESCRIPTION TABLE */

.descriptionTable {
    font-size: 0.9em;
    margin: 5px;
}

.descriptionTitle {
    color: #694125;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: 1px dashed #694125;
    padding: 3px;
    margin-bottom: 6px;
}

.descriptionLabel {
    vertical-align: top;
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
}


.expression {
    font-size: 1.2em;
    text-align: center;
    margin: 15px 0;
    font-style: italic;
}


/* MISC */

.splitter {
    background: repeat-x url(images/divider.png);
    height: 3px;
    margin: 10px 0;
}
.comment {
    font-size: 0.9em;
}
.sqlDebug {
    padding: 5px;
    border: thin black dashed;
}
td.info {
    text-align: center;
    padding: 0 4px;
    border-right: dashed #6a4226 thin;
    font-size: 0.95em;
}
td.data {
    padding-left: 4px;
}
td.title {
    text-align: center;
    background-color: #6a4226;
    padding: 2px;
}
td.title a {
    color: white;
}
td.title a:hover {
    font-weight: bold;
}
a img {
    text-decoration: none;
    border: none;
}