/* @group General Styles */

body {
      background: repeat url(images/body_bg.png);
      font: 0.8em/1.5em  "Lucida Grande", Arial, sans-serif;
      color: #004F6D;
      margin: 210px 26px 70px 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: 750px;
      background: repeat-y url(images/content_bg.png);
}

.clearer {
      clear: both;
}

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

#pageHeader h1 {
      color: #ffffff;
      margin: 0;
      left: 165px;
      font: normal 2.5em  "Lucida Grande", Arial, sans-serif;
      text-shadow: 2px 2px 2px #000;
}

#pageHeader h2 {
      margin: 0;
      left: 165px;
      color: #ffffff;
      font: normal 1.3em  "Lucida Grande", Arial, sans-serif;
      text-shadow: 2px 2px 2px #000;
}

#contentContainer {
	position: relative;
	top: -200px;
      width: 470px;
      padding-bottom: 0px;
      padding-top: 0px;
}

#contentContainer #content {
      padding-right: 20px;
      padding-left: 30px;
 	 line-height: 1.6em; 
font-size: .9em;
}


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

#sidebarContainer {
position: relative;
	top: -200px;
left: -10px;
      width: 217px;
      background: repeat-y url(images/sidebar_bg.png);
      margin-bottom: 20px;
      margin-right: 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;
      color: #fff;
}

#sidebarContainer .sideHeader {
      margin-bottom: 5px;
      text-decoration: underline;
}

#footer {
      background: no-repeat url(images/footer_bg.png);
      width: 766px;
      height: 218px;
      text-align: center;
	color: #fff;
      font-family: "Lucida Grande", Arial, sans-serif;
      position: relative;
      top: 50px;
}

#footer p {
      margin: 0;
      padding: 185px 30px 0;
}

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

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	float: left;
      margin-right: 30px;
      margin-left: 30px;
      padding-top: 0px;
      font-size: 0.85em;
}

#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 {
line-height: 1.2em;
}

h2 {
line-height: 1.2em;

}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
      margin: 20px;
      padding: 0;
      list-style: none;
}
#contentContainer #content li {
      background: no-repeat left 6px  url(images/list_item.png);
      padding-left: 20px;
      padding-bottom: 8px;
}

#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 {
      margin-bottom: 10px;
      font: 0.9em Georgia, Times New Roman, Times, serif;
      padding-bottom: 10px;
      background: repeat-x bottom url(images/divider.png);
}

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

.blog-entry-body {
}

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

/*styles the category link in the main entry */
.blog-entry-category {
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.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 {
}

.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: 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 */


