/* @group General Styles and Layout */

body, html {
      margin: 0;
      padding: 0;
}

body {
      font-family: Century Gothic, Arial, Geneva, sans-serif;
      font-size: 0.7em;
}

a, h1, h2, h3, strong {
}

a:hover {
      text-decoration: none;
}

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

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


#container {
      margin: 15px auto;
      width: 780px;
      border-width: 1px;
      border-style: solid;
      overflow: hidden;
}

#pageHeader {
      position: relative;
      width: 780px;
}

#pageHeader h1 {
      position: absolute;
      top: 40px;
      left: 20px;
      z-index: 100;
}

#pageHeader h2 {
      position: absolute;
      top: 80px;
      left: 20px;
      z-index: 100;
}
#pageHeader img {
      position: relative;
      display: block;
      width: 100%;
}

#pageHeader #image1 img, #pageHeader #image2 img, #pageHeader #image3 img, #pageHeader #image4 img, #pageHeader #image5 img {
      display: none;
}

#content {
      position: relative;
}

#mainContent {
      margin: 20px;
      margin-right: 160px;
      width: 600px;
      position: relative;
}

* html #mainContent {
      top: 20px;
      padding-bottom: 20px;
}

#mainContent h1 {
      font-size: 1.6em;
}

#mainContent h2 {
      font-size: 1.3em;
}

#mainContent h3 {
      font-size: 1.1em;
}

#mainContent h4 {
      font-size: 1em;
}

#mainContent .box {
      position: relative;
      font-size: 1.2em;
      line-height: 1.2;
}


#mainContent .box h1 {
      font-size: 1.1em;
}


#mainContent .box p.bottom {
      font-size: 0.9em;
}

#mainContent .box b, #mainContent .box strong {
      color: #000;
}

#mainContent .third {
      width: 180px;
      margin: 0 20px;
}

#mainContent .left {
      margin-left: 0;
      float: left;
}

#footer {
      margin: 20px auto;
      width: 780px;
      position: relative;
      text-align: center;
}

#sidebarContainer {
      position: absolute;
      top: auto;
      right: 0px;
      width: 140px;
      margin: 10px;
      color: #333;
      text-align: right;
      font-size: 0.9em;
}

* html #sidebarContainer {
      top: 20px;
}

#sidebarContainer .sideHeader {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 1.3em;
}

img {
      display: block;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
      font-size: 1em;
      color: #808ea0;
      font-weight: bold;
      height: 20px;
      padding-left: 20px;
      padding-right: 20px;
      display: block;
}

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

#breadcrumbcontainer li {
      display: inline;
}

#breadcrumbcontainer a:link, #breadcrumbcontainer a:active {
      color: #a8a7b1;
}



#breadcrumbcontainer a:hover {
      color: #333;
}
      
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
      position: relative;
      height: 60px;
      font-size: 1.2em;
}
/* Parent - Level 0 */

#navcontainer ul {
      position: relative;
      top: 16px;
      list-style-type: none;
      display: block;
      margin: 0;
      padding: 0;
      width: 780px;
}

#navcontainer ul li {
      display: block;
      margin: 0 12px;
      float: left;
}

#navcontainer ul li a {
      text-decoration: none;
      padding-bottom: 2px;
}

#navcontainer ul li a {
      border-bottom: none;
}

#navcontainer ul li a:hover {
      border-bottom-width: 5px;
      border-bottom-style: solid;
}

#navcontainer ul li a.current {
      border-bottom-width: 5px;
      border-bottom-style: solid;
      font-weight: bold;
}

#navcontainer ul li a.currentAncestor {
      border-bottom-width: 5px;
      border-bottom-style: solid;
      font-weight: bold;
}

/* Child - Level 1 */

#navcontainer ul ul {
      position: absolute;
      top: 25px;
}

#navcontainer ul ul li {
      margin-left: 0;
      font-size: 0.7em;
}


#navcontainer ul ul li a {
      padding-bottom: 1px;
}

#navcontainer ul ul li a {
      border-bottom: none;
}

#navcontainer ul ul li a:hover {
      border-bottom-width: 3px;
      border-bottom-style: solid;
}

#navcontainer ul ul li a.current {
      border-bottom-width: 3px;
      border-bottom-style: solid;
      font-weight: bold;
}


/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-archive-headings-wrapper {
      margin: 0px auto; /* Right And Left Margin Widths To Auto */
      text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper {
      margin: 0px auto; /* Right And Left Margin Widths To Auto */
      text-align: left; /* Hack To Keep IE5 Windows Happy */
      padding-top: 20px;
}

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

.blog-archive-month {
      padding: 20px 0 0;
      font-size: 2.5em;
      letter-spacing: 1px;
      margin: 0 0 5px;
}

.blog-archive-link {
      padding: 0 20px 20px;
}

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

      
/* @end */

.blog-entry {
      margin-bottom: 30px;
      border-bottom: 1px solid #eeeeee;
      padding-bottom: 15px;
}

.blog-entry-title {
      font-size: 1.9em;
      letter-spacing: 1px;
      font-weight: bold;
      margin-bottom: 3px;
      line-height: 1.5em;
}

.blog-entry-date {
      margin-bottom: 10px;
}

.blog-entry-body {
}

.blog-entry-comments {
      padding-top: 10px;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

.blog-archive-link-enabled {
      margin: 0 5px;
}

.blog-archive-link-disabled {
      margin: 0 5px;
}

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

.blog-category-link-enabled {
      margin: 0 5px;
}

.blog-category-link-disabled {
      margin: 0 5px;
}

/* 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 {
      background: #f5f5f5;
      margin-bottom: 10px;
      padding: 5px;
}

.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-size: 1.9em;
      letter-spacing: 1px;
      font-weight: bold;
      margin-bottom: 3px;
}

.album-description {
      margin-bottom: 8px;
}

.thumbnail-table {
      width: 99%;
      background: #f5f5f5;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
      font-size: 0.9em;
}

.album-description {
      margin-bottom: 60px;
}

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

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

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

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

.thumbnail-caption {
      margin: 0;
      padding: 0;
      height: 35px;
      display: block;
}
      
/* @end */

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

.photo-background {
      margin: 0;

}

.photo-navigation {
      background: #fff;
      border-bottom: 2px solid #818fa1;
      padding: 20px 40px 10px;
      margin-bottom: 20px;
      text-align: center;
}

.photo-links {
}

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

}

.photo-navigation a:hover {
}

.photo-frame{
      padding: 2px;
      background: #949b98;
      margin: auto;
}

.photo-title {
      font-size: 2.5em;
      letter-spacing: 1px;
      margin: 0 0 5px;
}

.photo-caption {
      font-size: 1.1em;
      margin: 0;
}

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

/* @group Quicktime Page */

.movie-description {

}
      
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
      font-size: 1.9em;
      letter-spacing: 1px;
      font-weight: bold;
      margin-bottom: 3px;
}

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

.movie-thumbnail-frame {
      width: 132px;
      float: left;
      text-align: center;
      margin-right: 10px;
      margin-bottom: 10px;
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
      
/* @end */

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

.movie-background {
}

.movie-title {
      font-size: 1.9em;
      letter-spacing: 1px;
      font-weight: bold;
}

.movie-frame {

}
      
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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

