/*<group=General Styles>*/

body {
      background: #ffffff repeat center top  url(images/editable_images/bg.jpg) fixed;
      margin: 0px 5px 0px 5px;
      letter-spacing: -0.005em;
      font: 0.7em 'Lucida Grande', LucidaGrande, Arial, Lucida, Helvetica, sans-serif;
      padding: 0;
      color: #000000;
}

p {
}

b, strong {
      font-weight: bold;
      letter-spacing: 1px;
}

a:link, a:visited {
      text-decoration: none;
      color: #2D090A;
}

a:hover, a:active {
      text-decoration: underline;
      color: #4c1211;
}

img {
      border: none;
}

.image-left {
      float: left;
      margin: 3px 3px 3px 0;
      padding: 3px 3px 3px 0;
      position: relative;
      z-index: 1;
}

.image-right {
      float: right;
      margin: 0px 0 3px 3px;
      padding: 3px 0 3px 3px;
      position: relative;
      z-index: 1;
}
      
/*</group>*/

/*<group=Layout>*/

#container { 
      background: right repeat-y url(images/editable_images/sidebar_bg.jpg);
      width: 780px; 
      text-align: left;
      border-right: 1px solid #ffffff;
      position: relative;
      border-style: none;
      margin: 0px auto 50px auto;
}

#clearer {
}

#pageHeader {
      height: 150px;
      background: repeat-x url(images/editable_images/header_bg.jpg);
}

#pageHeader img {
      position: absolute;
      top: 28px;
      right: 45px;
      z-index: 2;
}

#pageHeader h1 {
      margin: 0px;
      font: normal 2.4em Verdana, Arial, Helvetica, sans-serif;
      font-weight: bold;
      padding: 50px 20px 0px 40px;
      color: #ffffff;
}

#pageHeader h2 {
      margin: 0px;
      padding-right: 20px;
      padding-left: 40px;
      font: normal 1.4em Verdana, Arial, Helvetica, sans-serif;
      font-style: italic;
      color: #ffffff;
}

#contentContainer {
      margin-right: 190px;
      padding-top: 20px;
      padding-bottom: 20px;
      position: relative;
      z-index: 4;
      background: repeat url(images/editable_images/content_bg.jpg) left top;
}

#contentContainer #content {
      padding-right: 40px;
      padding-left: 40px;
      line-height: 1.8em;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      letter-spacing: normal;
      text-align: left;
}

#sidebarContainer {

      width: 190px;
      float: right;
      position: relative;
      z-index: 3;
      padding-top: 27px;
      margin-bottom: 50%;
}

#sidebarContainer #sidebar {
      line-height: 1.5em;
      padding-right: 8px;
      padding-bottom: 10px;
      padding-left: 8px;
}

#sidebarContainer .sideHeader {
      padding-right: 8px;
      padding-left: 8px;
      font-weight: bold;
      font-size: 12px;
}

#footer {
      display: block;
      clear: both;
      text-align: left;
      background: repeat-x url(images/editable_images/footer_bg.jpg);
      height: 31px;
      color: #745e30;
}

#footer p {
      margin: 0;
      padding-top: 8px;
      padding-left: 40px;
      padding-bottom: 6px;
}

#footer a:link, #footer a:visited {
      color: #747474;
}

#footer a:hover, #footer a:active {
      color: #e8e8e8;
}
      
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
      clear: both;

}

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

#breadcrumbcontainer li {
      display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
      
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
      line-height: 2.0em;
      margin-bottom: 20px;
      position: relative;
}

#navcontainer #current {
      font-weight: bold;
      background: no-repeat url(images/editable_images/button_over.jpg);
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
      background: #f0f9f9;
}

#navcontainer a {
      background: no-repeat url(images/editable_images/button.jpg);
      display: block;
      text-decoration: none;
      padding-left: 10px;
      height: 23px;
}

#navcontainer a:hover {
      background: no-repeat url(images/editable_images/button_over.jpg);
}

/* Child - Level 1 */

#navcontainer ul ul {
      text-indent: 20px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
      text-indent: 40px;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul a:hover {

}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
      text-indent: 60px;
}

#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 {
      text-indent: 80px;
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a {
}

#navcontainer ul ul ul ul ul a:hover {
}
/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
      padding: 10px;
      background: #ffffff;
      font-style: italic;
      letter-spacing: 1px;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}


#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
      margin: 7px;
      padding: 0 10px;
}

#sidebarContainer #sidebar li {
}


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-month {
      letter-spacing: 6px;
      font-size: 2.2em;
}

.blog-archive-link {
      margin-bottom: 20px;
}

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

.blog-archive-link a:hover, .blog-archive-link a:active {
}
      
/*</group>*/

.blog-entry {
}

.blog-entry-title {
      font-weight: normal;
      margin-bottom: 3px;
      letter-spacing: 6px;
      font-size: 1.5em;
}

.blog-entry-date {
      margin-top: 2px;
      letter-spacing: 5px;
      margin-bottom: 10px;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

.blog-entry-body {
      margin-bottom: 45px;
}

.blog-entry-comments {
      margin-top: 10px;
      border-top: 1px dotted #bfbfbf;
}
      
/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
      margin-bottom: 20px;
      border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
      margin-bottom: 15px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
      font-weight: normal;
      margin-bottom: 3px;
      letter-spacing: 6px;
      font-size: 1.5em;
}

.album-description {
      margin-bottom: 65px;
      margin-top: 2px;
      letter-spacing: 5px;
      border-bottom: 1px dotted #bfbfbf;
      padding-bottom: 5px;
}

.album-wrap {
      position: relative;
}

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


.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 {
      font-size: 0.9em;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 38px;
      display: block;
}
      
/*</group>*/

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

.photo-background {
      margin: 0;
}

.photo-navigation {
      height: 80px;
      margin-bottom: 50px;
}

.photo-links {
      background: #ffffff;
      padding: 5px;
      position: relative;
      top: 7px;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
      padding: 10px;
}

.photo-title {
      color: #ffffff;
      margin: 0px;
      font-weight: normal;
      padding: 20px 20px 0px 40px;
      letter-spacing: 4px;
      font-size: 1.8em;
}

.photo-caption {;
      margin: 0px;
      font-weight: normal;
      padding-right: 20px;
      padding-left: 40px;
      letter-spacing: 3px;
      font-size: 0.9em;
}

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

/*<group=Quicktime Page>*/

.movie-description {

}
      
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
      font-weight: normal;
      margin-bottom: 3px;
      letter-spacing: 4px;
      font-size: 1.5em;
}

.movie-page-description {
      margin-bottom: 5px;
      margin-top: 2px;
      letter-spacing: 7px;
      border-bottom: 1px dotted #bfbfbf;
      padding-bottom: 5px;
}

.movie-thumbnail-frame {
      border-bottom: 1px solid #bfbfbf;
      width: 131px;
      float: left;
      text-align: center;
      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 {
      background: #f7f5f6;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      font-size: 1.5em;
      letter-spacing: 7px;
      padding: 8px;
}

.movie-frame {

}
      
/*</group>*/


/*</group>*/

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

.required-text {
} 

.form-input-field {
} 

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


