/* 
      seyDoggy waVy r1 for RapidWeaver 3.5 - updated May 3, 2007
      for support issues, please contact support@seydoggy.com
*/

/* @group General Styles */

#background {
      font-family: Tahoma, Geneva, Arial, Helvetica, Verdana, Trebuchet MS, sans-serif;
      font-size: 95%;
      margin: 0px;
      padding: 0px 40px;
      color: #000000;
      background: url(images/stripe-d-grad.png) no-repeat;
}

p {
      
}

b, strong {
      
}

a:link, a:visited {
      text-decoration: underline;
}

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

img {
      
}

a img {
      border: none;
}

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

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

/* @end */

/* @group Layout */

#container {
      position: relative;
      top: 0px;
      width: 900px;
      margin: 30px auto;
      padding: 0px;
      font-size: 1.0em;
}

.clearer {
      clear: both;
}

#pageHeader {

}

#logo {
      display: none;
}

#skin {
      background: url(images/skin-1.png) no-repeat;
      height: 100px;
}

#header1 {
      background: url(images/editable_images/header1-1.png) no-repeat center bottom;
}

#header2 {
      background: url(images/editable_images/header2-1.png) no-repeat center;
}

#window1 {
      background: url(images/window1.png) no-repeat;
      height: 90px;
}

#window2 {
      background: url(images/window2.png) no-repeat;
      height: 100px;
}

#site_title {
      margin: 0 auto;
      padding: 35px 0 0;
      font-size: 1.8em;
      text-align: center;
}

#site_title, .photo-title {

}

#site_slogan {
      margin: 0 auto;
      padding: 0;
      font-size: 1.2em;
      text-align: center;
}

#site_slogan, .photo-caption {

}

#contentContainer {
      background: url(images/content.png) repeat-y;
}

#contentContainer #content {
      padding: 10px 30px 10px;
}

#sidebarContainer {
      clear: both;
      margin: 0;
      font-size: 0.85em;
}

#sidebar_title {
      font-size: 1.2em;
      font-weight: bold;
}

#sidebar_title2 {
      font-size: 1.2em;
      font-weight: bold;
}

#sidebar {
      padding: 10px 24px 10px;
      margin: 0 6px;
      height: 108px;
      overflow: auto;
}

#sidebar2 {
      padding: 0 0 30px;
      font-size: 0.85em;
      display: none;
}

#sidebarContainer #logo {
      
}

#sidebarContainer #logo img {
      
}

#footerContainer {
      background: url(images/footer.png) no-repeat;
      height: 100px;
      font-size: 0.8em;
      text-decoration: none;
}

#footer {
      text-align: center;
}

#footer a:link, #footer a:visited {
      text-decoration: none;
}

#footer a:hover, #footer a:active {
      text-decoration: underline;
}

/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
      clear: both;
      text-align: center;
      font-size: 0.7em;
      border-top: 1px solid #e2e5e3;
      padding: 8px 0 0;
}

#breadcrumbcontainer ul {
      
}

#breadcrumbcontainer li {
      
}

#breadcrumbcontainer a {
      
}

#breadcrumbcontainer a:hover {
      
}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Horizontal Styles */

#navbar-bg {
      background: url(images/editable_images/navbar-bg.png) no-repeat center bottom;
}

#navbar-fg {
      background: url(images/navbar.png) no-repeat;
}

#toolbar_horizontal {
      height: 25px;
      position: relative;
      z-index: 3;
      font-size: 0.85em;
}

#toolbar_horizontal .current {
}

#toolbar_horizontal .current:hover {
}

#toolbar_horizontal .currentAncestor {
}

/* Parent - Level 0 */

#toolbar_horizontal ul{
      list-style: none;
      margin: 0;
      padding: 0 0 0 8px;
      z-index: 5;
}

#toolbar_horizontal li {
      position: relative;
      display: inline;
      float: left;
}

#toolbar_horizontal a {
      display: block;
      float: left;
      padding: 5px 10px;
      text-decoration: none;
}

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

#toolbar_horizontal .current, #toolbar_horizontal .currentAncestor {
      text-decoration: none;
}

#toolbar_horizontal .current:hover, #toolbar_horizontal .currentAncestor:hover {
      text-decoration: none;
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#toolbar_horizontal ul ul {
      position: absolute;
      top: 25px;
      left: 0;
      right: 0;
      display: none;
      z-index: 6;
      width: 100px;
      padding: 3px 0 0;
}

#toolbar_horizontal ul ul li {
      display: block;
      background: url(images/list-bg.png) no-repeat;
}

#toolbar_horizontal ul ul a {
      padding: 5px;
      display: block;
      width: 110px;
}

#toolbar_horizontal ul ul a:hover, #toolbar_horizontal ul ul a:active, #toolbar_horizontal ul ul .currentAncestor {
      color: #fff;
      background: url(images/list-bg.png) no-repeat;
}

* html #toolbar_horizontal ul ul a:hover, * html #toolbar_horizontal ul ul a:active, * html #toolbar_horizontal ul ul .currentAncestor {
      color: #fff;
      background: #000;
      opacity: 0.5;
      -moz-opacity: 0.5;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#toolbar_horizontal ul ul .current {
      color: #fff;
      text-decoration: underline;
      background: #000;
      opacity: 0.8;
      -moz-opacity: 0.8;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

#toolbar_horizontal ul ul .current:hover {
      text-decoration: none;
      color: #fff;
      text-decoration: none;
      background: #000;
      opacity: 0.5;
      -moz-opacity: 0.5;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* Child Level 3 */

#toolbar_horizontal ul ul ul {
      position: absolute;
      left: 120px;
      top: -3px;
}

#toolbar_horizontal ul ul ul ul li { 

}

#toolbar_horizontal ul ul ul ul a{
}

#toolbar_horizontal ul ul ul ul a:hover{

}

div#toolbar_horizontal ul ul, div#toolbar_horizontal ul ul ul, div#toolbar_horizontal ul li:hover ul ul, div#toolbar_horizontal ul li:hover ul ul ul, div#toolbar_horizontal ul li:hover ul ul ul ul, div#toolbar_horizontal ul li:hover ul ul ul ul ul{
display:none;
}

div#toolbar_horizontal ul li:hover ul, div#toolbar_horizontal ul ul li:hover ul, div#toolbar_horizontal ul ul ul li:hover ul, div#toolbar_horizontal ul ul ul ul li:hover ul, div#toolbar_horizontal ul ul ul ul ul li:hover ul{
display:block;
}

/* @end */

/* @group footer */

#toolbar_footer {
      padding: 30px 0 10px;
      text-align: center;
}

#toolbar_footer .currentAncestor:hover {
      
}

#toolbar_footer a:link, #toolbar_footer a:visited {
      padding: 0 15px;
      text-decoration: none;
      text-align: center;
}

#toolbar_footer a:hover, #toolbar_footer a:active {
      text-decoration: underline;
}

/* Parent - Level 0 */

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

#toolbar_footer ul li {
      display: inline;
      text-align: center;
      margin: 0;
}

#toolbar_footer ul li .current {

}

#toolbar_footer ul li .currentAncestor {
      
}

/* Child - Level 1 */

#toolbar_footer ul ul  
      {
      display : none;
}


/* @end */

/* @end */

/* @group Global Classes */

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

h1, h2, h3, h4, h5, h6 {
      margin-top: 0;
      padding-top: 0;
}

.imageStyle {
      border: none;
}

/* Main content area unordered list styles */

#contentContainer #content ul {
      
}

#contentContainer #content li {
      
}

ul.disc {
      
}

ul.circle {
      
}

ul.square {
      
}

ol.arabic-numbers {
      
}

ol.upper-alpha {
      
}

ol.lower-alpha {
      
}

ol.upper-roman {
      
}

ol.lower-roman {
      
}

/* Sidebar area unordered list styles */

#sidebarContainer #sidebar ul {
      
}

#sidebarContainer #sidebar li {
      
}

/* Table Styles */

table {
      
}

/* @end */

/* @group Blog */

/* @group Tag Cloud */
.blog-entry-tags {
      font-size: 0.8em;
}

.blog-entry-tags a {
      background: url(images/tag.gif) no-repeat left 3px;
      padding: 3px 0 3px 18px;
}

ul.blog-tag-cloud {
      list-style: none;
      padding: 5px 0 0 0;
      margin: 0;
      border-top: 1px solid #e2e5e3;
}

ul.blog-tag-cloud li {
}

ul.blog-tag-cloud li a {
      background: url(images/tag.gif) no-repeat;
      padding: 0 0 3px 18px;
}

.blog-tag-size-1 {      
}

.blog-tag-size-2 {      
}

.blog-tag-size-3 {      
}

.blog-tag-size-4 {      
}

.blog-tag-size-5 {      
}

.blog-tag-size-6 {      
}

.blog-tag-size-7 {      
}

.blog-tag-size-8 {      
}

.blog-tag-size-9 {      
}

.blog-tag-size-10 {      
}

.blog-tag-size-11 {      
}

.blog-tag-size-12 {      
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {      
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {      
}

.blog-tag-size-17 {      
}

.blog-tag-size-18 {      
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {      
}

/* @end */

#plugin_sidebar {
      font-size: 0.70em;
      padding: 10px 0 0 0;
      margin: 10px 0 0 0;
      line-height: 1.7em;
}

/* @group Blog Archives */

.blog-archive-background { }
.blog-archive-entries-wrapper { }       
.blog-archive-headings-wrapper { }
.blog-archive-month {
            background: url(images/cat.png) no-repeat 0 center;
      padding-left: 15px;
      line-height: 15px;
      height: 15px;
      white-space: nowrap;
       }       
.blog-archive-link {

}

/* @end */

/* @group Blog Classes */

.blog-entry {
      margin-bottom: 20px;
}

.blog-entry-title {
      font-weight: bold;
      font-size: 1.5em;
      line-height: 1.5em;
}

.blog-entry-date {
      background: url(images/date.png) no-repeat 0 center;
      line-height: 15px;
      display: table;
      margin: 0 0 10px;
      text-indent: 17px;
      font-size: 0.75em;
      position: relative;
}

.blog-entry-summary {
      margin: 10px;
}

.blog-entry-body {
      padding: 10px;
}

.blog-entry-comments {
      margin: 15px 0 5px;
      position: relative;
      z-index: 2;
      font-size: 0.75em;
}

.blog-entry-category {
      line-height: 15px;
      background: url(images/cat.png) no-repeat 0 center;
      padding-left: 15px;
      margin: 0 4px 0 10px;
}

* html .blog-entry-category {
      display: inline-block;
      padding-left: 0;
}

.blog-entry-permalink {
      line-height: 15px;
      background: #ffffff url(images/perma.png) no-repeat 0 center;
      padding-left: 15px;
      margin: 0 0 0 10px;
}

* html .blog-entry-permalink {
      line-height: 15px;
      background: #ffffff url(images/perma.png) no-repeat 0 center;
      padding-left: 0;
      display: inline-block;
}

.blog-read-more {
      background: url(images/readmore.png) no-repeat;
      position: relative;
}

.blog-image-smiley { }

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

#blog-categories {
      float: left;
      text-align: left;
      width: 32%;
      border-top: 1px solid #e2e5e3;
      padding: 5px 0 0;
}

.blog-category-link-enabled {
      background: url(images/cat.png) no-repeat 0 center;
      padding-left: 15px;
}

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-category-link-enabled:hover {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-category-link-disabled {
      background: #ffffff url(images/cat.png) no-repeat 0 center;
      padding-left: 15px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
      float: left;
      text-align: left;
      margin-right: 10px;
      width: 32%;
      border-top: 1px solid #e2e5e3;
      padding: 5px 0 0;
}

.blog-archive-link-enabled {
      background: url(images/date.png) no-repeat 0 center;
      padding-left: 15px;
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-archive-link-enabled:hover {
      background-position: left center;
      background-repeat: no-repeat;
}

.blog-archive-link-disabled {
      background: url(images/date.png) no-repeat 0 center;
      padding-left: 15px;
}

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

#blog-rss-feeds {
      width: 32%;
      float: left;
      text-align: left;
      padding: 5px 0 0;
}

.blog-rss-link {
      background: url(images/rss.png) no-repeat 0 top;
      padding-left: 15px;
}

.blog-rss-link:hover {
      background-position: left center;
}

.blog-comments-rss-link {
      float: left;
      padding-left: 15px;
      background: url(images/com.png) no-repeat 0 center;
}

.blog-comments-rss-link:hover {
      float: left;
      background-position: left center;
}
      
/* @end */

/* @end */



/* @group File Sharing */

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

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

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

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

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

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

.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin: 0 auto 60px;
      padding: 0 8px;
}

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

.thumbnail-frame:hover {
      border: solid 1px #ddd;
      background: #f3f3f3;
}

.thumbnail-frame a {
      
}

.thumbnail-frame a:hover {
      
}

.thumbnail-frame a:hover img {
      margin: auto;
}

.thumbnail-frame img {
      margin: auto;
}

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

/* @end */

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

.photo-background {
      text-align: center;
      margin: 0px auto;
      background: url(images/content.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: 0;
      margin: 0;
}

.photo-navigation a:hover {
      
}

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

.photo-title {
      padding: 0;
      margin: 0;
      font-size: 1.4em;
      text-decoration: center;
}

.photo-caption {
      padding: 0;
      margin: 0;
      font-size: 1.2em;
      text-decoration: center;
}

#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;
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
      font-size: 1.2em;
      font-weight: bold;
}

.movie-page-description {
      font-size: 0.9em;
      margin-bottom: 15px;
}

.movie-thumbnail-frame {
      background: #fff;
      border: solid 1px #e2e5e3;
      padding: 3px;
      width: 132px;
      float: left;
      margin-bottom: 20px;
      margin-right: 5px;
      text-align: center;
}

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

.movie-thumbnail-caption {
      font-size: 0.8em;
      margin-top: 2px;
}

/* @end */

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

.movie-background {
      background: #fff;
}

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

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

/* @end */

/* @end */

/* @group Contact Form */

.message-text {
      
}

form {
      
}

.required-text {
      
}

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

.form-input-button {
      
}

/* @end */

/* @group Slide show */

#flashcontent {
      text-align: center;
}

/* @end */