

/* 
      seyDoggy edGy r1 for RapidWeaver 3.5 - updated November 12, 2006
      for support issues, please contact support@seydoggy.com
*/

/* @group General Styles */

body {
      font-family: Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
      font-size: 1.0em;
      margin: 0px;
      padding: 0px 40px;
      color: #3f3f3f;
      background: #ffffff;
      min-width: 695px;
}

p {

}

b, strong {

}

a:link, a:visited {
      text-decoration: none;
      color: #1f97d5;
}

a:hover, a:active {
      text-decoration: none;
      color: #feac00;
}

img {

}

a img {
      border: none;
}

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

.image-right {
      float: right;
      margin: 5px 5px 5px 5px;
}

/* @end */

/* @group Layout */

#container {
      position: relative;
      top: 5px;
      width: 615px;
      min-width: 615px;
      max-width: 615px;
      margin: 40px auto;
      padding: 0px;
}

.clearer {
      clear: both;
}

#pageHeader {
      position: relative;
      top: 0px;
      left: 0px;
      height: 150px;
      width: 100%;
      background: #1f97d5; /* this is for backup */
      margin: 0px;
      padding: 0px;
      border: 1px solid #c6e2ff
      clear: both;
}

#pageHeader #skin {
      height: 150px;
      width: 615px;
      background: transparent;
}

#pageHeader #skin #window {
      height: 150px;
}

#pageHeader #window #title img {
      position: relative;
      top: 40px;
      right: 40px;
      float: right;
      height: 79px;
      width: 119px;
}

#pageHeader #title {
      position: absolute;
      top: 0px;
      height: 150px;
      min-height: 150px;
      max-height: 150px;
      width: 100%;
      z-index: 1;
}

#pageHeader h1 {
      padding-top: 40px;
      padding-left: 40px;
      padding-bottom: 0px;
      margin-bottom: 0px;
      margin-top: 0px;
      text-align: left;
      color: #f1f1f1;
}

#pageHeader h1, .photo-title {
      font-size: 25px;
}

#pageHeader h2 {
      position: relative;
      top: 0px;
      padding: 0px;
      padding-left: 40px;
      margin-top: 0px;
      text-align: left;
      color: #f1f1f1;
}

#pageHeader h2, .photo-caption {
      font-size: 14px;
}

#contentContainer {
}

#contentContainer #content {
      margin: 20px 20px 0px 247px
}

#sidebarContainer {
      float: left;
      width: 187px;
      padding-left: 20px;
      margin-top: 20px;
      font-size: 12px;
      color: #999999;
}

#sidebarContainer #sidebar {
      padding: 0px;
}

#sidebarContainer .sideHeader {
      margin: 10px 0px;
      text-align: left;
      font-size: 13px;
      font-weight: bold;
      color: #1f97d5;
}

#sidebarContainer #logo {
      text-align: center;
      margin: 10px 0px;
      padding: 10px 0px;
      border-top: 1px solid #e0e0e0;
}

#sidebarContainer #logo img {
      height: 79px;
      width: 119px;
}

#footer {
      float: right;
      font-size: 10px;
      text-align: right;
      margin: 0px 20px;
      position: relative;
      top: 10px;
}

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

}

#footer a:hover, #footer a:active {

}

/* @end */

/* @group Bread-crumb */

#bottom {
      height: 43px;
      padding: 5px;
      padding-top: 10px;
      margin: 0px auto 15px auto;
      clear: both;
}

#breadcrumbcontainer {
      float: left;
      width: 50%;
      font-size: 11px;
      text-align: left;
      color: #1f97d5;
      margin: 0px 20px;
      position: relative;
      top: 10px;
}

#breadcrumbcontainer ul {

}

#breadcrumbcontainer li {

}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer {
      background: #ffffff;
      line-height: 2.0em;
      position: relative;
      top: 0;
      width: 100%;
      display: block;
}

#navcontainer #current {
      color: #333333;
      font-weight: bold;
      background: #f1f1f1;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
      color: #333333;
      font-weight: bold;
      background: #f1f1f1;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
      display: block;
      color: #333333;
      text-decoration: none;
      padding-left: 10px;
      border-bottom: 1px solid #cccccc;
      height: 25px;
}

#navcontainer a:hover {
      background: #f1f1f1;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
      background: #ffffff;
}

#navcontainer ul ul a {
      color: #c3c3c3;
      padding: 0px 0px 0px 30px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
      font-weight: bold;
      background: #f9f9f9;
}

#navcontainer ul ul .currentAncestor {
      font-weight: bold;
      background: #f9f9f9;
}
/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
      padding: 0px 0px 0px 50px;
      color: #808080;
}

#navcontainer ul ul ul a:hover{

}

#navcontainer ul ul ul #current{
      font-weight: bold;
      background: #fdfdfd;
}

#navcontainer ul ul ul .currentAncestor {
      font-weight: bold;
}


/* Child Level 3 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
      color: #999999;
      padding: 0px 0px 0px 70px;
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
      color: #b3b3b3;
      padding: 0px 0px 0px 90px;
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
      color: #cccccc;
      padding: 0px 0px 0px 110px;
}

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

}
/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
      position: relative;
      top: 0px;
      margin-bottom: 0px;
      border-top: 1px solid #e0e0e0;
      font-size: 13px;
}

#side-navcontainer .current {
      background: #f1f1f1;
}

#side-navcontainer .current:hover {

}

#side-navcontainer .currentAncestor {

}

/* Parent - Level 0 */

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

#side-navcontainer li {
      position: relative;
      display: inline;
      height: 0px;
}

#side-navcontainer a {
      display: none;
      padding-left: 10px;
      padding-top: 6px;
      height: 20px;
      padding-bottom: 3px;
      border-bottom: 1px solid #e0e0e0;
}

#side-navcontainer a:hover {
      background: #e9e9e9;
      color: #a0a0a0;
}

#side-navcontainer a:active {

}

/* Child - Level 1 */

#side-navcontainer ul ul {

}

#side-navcontainer ul ul li {

}

#side-navcontainer ul ul a {
      display: block;
      padding-left: 10px;
}

#side-navcontainer ul ul a:hover {

}

#side-navcontainer ul ul .current {

}

#side-navcontainer ul ul .currentAncestor {

}

/* Child - Level 2 */

#side-navcontainer ul ul ul {

}

#side-navcontainer ul ul ul li {

}

#side-navcontainer ul ul ul a {
      padding-left: 30px;
}

#side-navcontainer ul ul ul a:hover {

}

#side-navcontainer ul ul ul .current {

}

#side-navcontainer ul ul ul .currentAncestor {

}

/* Child Level 3 */

#side-navcontainer ul ul ul {

}

#side-navcontainer ul ul ul ul li {

}

#side-navcontainer ul ul ul ul a {
      padding-left: 50px;
}

#side-navcontainer ul ul ul ul a:hover {

}

/* Child Level 4 */

#side-navcontainer ul ul ul ul {

}

#side-navcontainer ul ul ul ul ul li {

}

#side-navcontainer ul ul ul ul ul a {
      padding-left: 70px;
}

#side-navcontainer ul ul ul ul ul a:hover {

}

/* Child Level 5 */

#side-navcontainer ul ul ul ul ul {

}

#side-navcontainer ul ul ul ul ul ul li {

}

#side-navcontainer ul ul ul ul ul ul a {
      padding-left: 90px;
}

#side-navcontainer ul ul ul ul ul ul a:hover {

}

/* @end */

/* @end */

/* @group Global Classes */

blockquote, .standout {
      color: #979797;
      font-style: italic;
      padding-left: 20px;
      border-left: solid 4px;
      border-color: #e0e0e0;
}

h1, h2, h3, h4 {
      color: #1f97d5;
}

.imageStyle {

}

/* Main content area unordered list styles */

#contentContainer #content ul {

}

#contentContainer #content li {

}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {

}

#sidebarContainer #sidebar li {

}

/* Table Styles */

table {

}

/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-entry-summary {

}

.blog-archive-headings-wrapper {

}

.blog-archive-entries-wrapper {

}

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

}

.blog-archive-month {

}

.blog-archive-link {

}

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

}

/* @end */

.blog-entry {
      padding-top: 10px;
      padding-bottom: 10px;
      border-bottom: solid 1px #e0e0e0;
}

.blog-entry-title {
      font-size: 1.2em;
      font-weight: bold;
      color: #1f97d5;
}

.blog-entry-date {
      font-size: 0.7em;
      padding-bottom: 10px;
      background: url(images/clock-blue.png) no-repeat  left 1px;
      padding-left: 15px;
}

/*styles the category link in the main entry */

.blog-entry-category {

}

.blog-entry-category a:link, .blog-entry-category a:visited {
      background: no-repeat url(images/catag-blue.png) left 1px;
      padding-left: 15px;
}

.blog-entry-category a:hover {
      background: no-repeat url(images/catag-orange.png) left 1px;
      padding-left: 15px;
}

/*styles the permalink link in the main entry */

.blog-entry-permalink {

}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
      background: no-repeat url(images/perma-blue.png) left 1px;
      padding-left: 15px;
}

.blog-entry-permalink a:hover {
      background: no-repeat url(images/perma-orange.png) left 1px;
      padding-left: 15px;
}

.blog-read-more {
      font-size: 0.7em;
}

.blog-read-more a:link, .blog-read-more a:visited {
      background: no-repeat url(images/read-more-blue.png) left 1px;
      padding-left: 15px;
}

.blog-read-more a:hover {
      background: no-repeat url(images/read-more-orange.png) left 1px;
      padding-left: 15px;
}

.blog-entry-body {

}

.blog-entry-comments {

}

/* styles the archives in the blog sidebar */

#blog-wrapper {

}

#blog-archives {
      margin-top: 5px;
}

#blog-archives a:link, #blog-archives a:visited {
      background: no-repeat url(images/clock-blue.png) left 1px;
}

#blog-archives a:hover {
      background: no-repeat url(images/clock-orange.png) left 1px;
}

.blog-archive-link-enabled {
      padding-left: 15px;
}

.blog-archive-link-disabled {
      background: no-repeat url(images/clock-blue.png) left 1px;
      padding-left: 15px;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
      margin-top: 15px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: solid 1px #e0e0e0;
      border-bottom: solid 1px #e0e0e0;
}

#blog-categories a:link, #blog-categories a:visited {
      background: no-repeat url(images/catag-blue.png) left 1px;
}

#blog-categories a:hover {
      background: no-repeat url(images/catag-orange.png) left 1px;
}

.blog-category-link-enabled {
      padding-left: 15px;
}

.blog-category-link-disabled {
      background: no-repeat url(images/catag-blue.png) left 1px;
      padding-left: 15px;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
      margin-top: 5px;
      padding-top: 5px;
      border-top: solid 1px #e0e0e0;
}

#blog-rss-feeds a:link, #blog-rss-feeds a:visited {
      background: no-repeat url(images/rss.png) left 1px;
}

#blog-rss-feeds a:hover {
      background: no-repeat url(images/rss-blue.png) left 1px;
}

.blog-rss-link {
      padding-left: 15px;
}

.blog-comments-rss-link {

}

/* @end */

/* @group File Sharing */

.filesharing-description {
      text-align: left;
      font-size: 1.2em;
      font-weight: bold;
      color: #1f97d5;
      margin-bottom: 20px;
}

.filesharing-item {
      background: #f1f1f1;
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 5px;
      border: solid 1px #e0e0e0;
}

.filesharing-item:hover {
      background: #e9e9e9;
}

.filesharing-item-title a:link {

}

.filesharing-item-title a:hover {

}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
      font-size: 0.7em;
}

/* @end */

/* @group Photo Album */

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

.album-title {
      text-align: left;
      font-size: 1.2em;
      font-weight: bold;
      color: #1f97d5;
}

.album-description {
      font-size: 0.8em;
      margin-bottom: 60px;
}

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

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

.thumbnail-frame {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #474747;
      padding: 3px;
      border: solid 1px #e0e0e0;
}

.thumbnail-frame:hover {
      background: #373737;
      border: solid 1px #1f97d5;
}

.thumbnail-frame a {

}

.thumbnail-frame a:hover {

}

.thumbnail-frame a:hover img {
      margin: auto;
      border: solid 1px #1f97d5;
}

.thumbnail-frame img {
      margin: auto;
      border: solid 1px #e0e0e0;
}

.thumbnail-caption {
      margin: 0;
      padding: 0;
      height: 35px;
      display: block;
      font-size: 0.8em;
      color: #1f97d5;
}

/* @end */

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

.photo-background {
      text-align: center;
      margin: 0px auto;
      background: #ffffff url(images/content-white.png) repeat-y center;
}

.photo-navigation {
      background: transparent;
      text-align: center;
      margin-top: 30px;
}

.photo-navigation p {
}

.photo-links {
      padding: 20px 0px 0px 0px;
}

.photo-navigation a:link, .photo-navigation a:visited {
      padding: 0px 0px;
      margin: 0px 0px;
}

.photo-navigation a:hover {

}

.photo-frame {
      text-align: center;
      margin: 30px auto 0px auto;
      background: #373737;
      padding: 10px;
      border: solid 1px #e0e0e0;
}

.photo-title {
      padding: 0px 0px;
      margin: 0px 0px;
}

.photo-caption {
      padding: 0px 0px;
      margin: 0px 0px;
}

#flashcontent {
      text-align: center;
}

/* @end */

/* @end */

/* @group Quicktime Page */

.movie-frame {
      text-align: center;
}

.movie-description {
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      color: #1f97d5;
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      color: #1f97d5;
}

.movie-page-description {
      text-align: center;
      font-size: 0.9em;
      margin-bottom: 20px;
}

.movie-thumbnail-frame {
      float: left;
      display: inline;
      margin: 0px 10px 40px;
      text-align: center;
      width: 131px;
      padding: 3px;
      border: solid 1px #e0e0e0;
      background: #474747;
}

.movie-thumbnail-frame:hover {
      border: solid 1px #1f97d5;
      background: #373737;
}

.movie-thumbnail-caption {
      color: #1f97d5;
      font-size: 0.8em;
      margin-top: 2px;
      text-align: center;
      width: 131px;
}

/* @end */

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

.movie-background {
      background: #474747;
}

.movie-title {
      text-align: center;
      font-size: 1.2em;
      font-weight: bold;
      color: #1f97d5;
}

.movie-frame {
      min-width: 0px
}

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
      text-align: left;
      font-size: 1.2em;
      font-weight: bold;
      color: #1f97d5;
}

form {
      text-align: left;
      font-size: 0.9em;
      color: #1f97d5;
}

.required-text {

}

.form-input-field {
      width: 98%;
}

.form-input-button {

}

/* @end */