/*<group=General Styles>*/

body {
      background: url(images/background.gif) repeat;
      margin: 0;
      font: 0.85em Georgia, Times New Roman, Times, serif;
      color: black;
      text-align: left;
      padding: 0;
}

p {
}

b, strong {

}

a:link, a:visited {
      text-decoration: underline;       color: #7e0100; //#7e0100;
}

a:hover, a:active {
      text-decoration: none;       color: #7e0100; //#6f4714;
}

img {
      border-style: none;
}

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

.image-right {
      float: right;
      margin: 3px 0 3px 3px;
      padding: 3px 0 3px 3px;
}
      
/*</group>*/

/*<group=Layout>*/

#container {
      margin-top: 10px;}

.clearer {
      clear: both;
}

#pageHeader {      display: block;      margin-left: auto;      margin-right: auto;      margin-bottom: 30px;      width: 390px;      height: 71px;      background: #000 url(images/head.png) no-repeat;      color: #fff;}h1 {      margin-left: 20px;}#contentContainer {
          margin: 0px 170px 50px 120px;          padding: 10px 30px 10px 10px;          min-height: 22em;          background: url(images/parchment.png);          color: #000;          border: thick solid black;}

#contentContainer #content {
      padding: 0 20px 0 20px;}
#menu {      position:absolute;      top:60px;      right:50px;      width:160px;      border: thin solid black;      background: rgb(189, 77, 13)}#menu a, #menu a:hover{      color: black !important;      text-decoration: none !important;}#menu #top {      background: rgb(135, 25, 0) url(images/nav.png) center no-repeat;      width: 160px;      height: 26px;
}#sep {      background: rgb(135, 25, 0) url(images/sep.png) center no-repeat;      width: 160px;      height: 26px;
}/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
      padding: 20px;
      font-size: 0.9em;
}

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

#breadcrumbcontainer li {
      display: inline;
}

#breadcrumbcontainer a {
      color: rgb(189, 77, 13);
      text-decoration: underline;
}

#breadcrumbcontainer a:hover {
      color: rgb(189, 77, 13);
      text-decoration: none;
}

/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {}

#navcontainer #current {
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {      background: url(images/bullet.png) no-repeat;      background-position: 2px 3px;      padding-left: 22px;
}

#navcontainer a {
      color: black;
      text-decoration: none;
}

#navcontainer a:hover {
      color: black;
      text-decoration: underline;
}

/* Child - Level 1 */

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

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

/* Child - Level 2 */

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

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

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

#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 ul {
      margin: 0;
      padding: 0;
}

#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 ul {
      display: none;
}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

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

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
      font-size: 1em;
}
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {}

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

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-entries-wrapper .blog-entry-body {
}
.blog-archive-month {
      color: rgb(189, 77, 13);
      font-size: 1.5em;
      font-weight: bold;
}

.blog-archive-link {
      margin-bottom: 20px;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}      
/*</group>*/

.blog-entry {
      margin-bottom: 20px;
      padding-bottom: 50px;
      background: url(images/hr.png) no-repeat  bottom;
}

.blog-entry-title {
      color: black;
      font-size: 1.3em;
      font-weight: bold;
}

.blog-entry-date {
      color: rgb(189, 77, 13);
      padding-bottom: 10px;
}

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

.blog-entry-body {
      text-align: justify;
}

.blog-entry-comments {
}

/*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 {
      color: black !important;      text-decoration: none !important;      background: url(images/bullet.png) no-repeat;      background-position: 2px 3px;      padding-left: 22px;}/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
      margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
      padding-bottom: 10px;
      margin-bottom: 10px;
}

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

.filesharing-item-title a:link {
      text-transform: uppercase;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
      display: none;
}

.album-description {
      color: #000000;
      padding-bottom: 70px;
}

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

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

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
      color: #7e0100;
      font-size: 0.9em;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 38px;
      display: block;
}
      
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
}

.photo-navigation {
       background: #bc4d0d;      border-bottom: solid thick #871900;
      height: 50px;
      text-align: left;
      padding-top: 20px;
}

.photo-links {
      margin: 0;
      padding: 0 0 0 40px;
}

.photo-navigation a:link, .photo-navigation a:visited {
      color: #f7f5bb;
      text-decoration: underline;
}

.photo-navigation a:hover {
      text-decoration: none;
}

.photo-frame{
      margin-left: 60px;      border-left: thick solid black;      border-right: thick solid black;      border-bottom: thick solid black;
      background-color: #f1d7af;
      padding: 15px;      padding-top: 65px;      padding-bottom: 65px;
}

.photo-title {
      color: #f7f5bb;
      text-shadow: 0px 0px 4px #76a8db;
      padding-top: 0px;
      padding-left: 40px;
      font-size: 1.6em;
      margin: 0;
      display: inline;
      font-weight: bold;
}

.photo-caption {
      color: #f7f5bb;
      text-shadow: 0px 0px 2px #76a8db;
      padding-left: 20px;
      font-size: 1.1em;
      margin: 0px;
      display: inline;
      font-weight: bold;
}

/*</group>*/
      
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {

}
      
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
      color: #6f4714;
      font-size: 1.3em;
      font-weight: bold;
}.movie-page-description {
      color: #9c7839;
      padding-bottom: 10px;
}.movie-thumbnail-frame {
      width: 132px;
      text-align: center;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
}.movie-thumbnail-caption {
}
      
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
      margin: 10px 0;
}

.movie-title {
      padding-top: 27px;
      background: url(images/footer_background.jpg) repeat-x;
      height: 74px;
      color: #444444;
      font-size: 1.3em;
}

.movie-frame {

}
      
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { 
} 

.required-text {
} 

.form-input-field {
      background: #e2caa2;
      color: #6f462f;
} 

.form-input-button { 
} 
/*</group>*/

dt {font-weight: bold;}dd {padding: 2px;}