/*
-------------------------------------------
File: 'Blueball Classic Colors' styles.css Style Sheet
Created: 16, December, 2005
Last Modified: 29, January, 2006
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2006 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/* @group GENERAL STYLES */



body {
      background-color: #ffffff;      text-align: center;
      font-family: "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;      font-size: 11px;
      line-height: 16px;
      font-weight: normal;
      color: #000000;
      margin-top: 30px;
      margin-bottom: 30px;
}


p {
}


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


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


b, strong {
      font-weight: bold;
}

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

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

img {
}

a img {
      border: 0px;
}

.clear {
      clear: both;
}

/* @end */


/* @group GLOBAL CLASSES */

.imageStyle {
      padding: 3px 6px 3px 6px;
      margin: 0px;
}

blockquote, .standout {
      font-weight: bold;
      font-style: normal;
      text-align: left;
      font-size: 11px;
      line-height: 16px;
      color: #555555;
      padding-left: 10px;
      border-left:  5px solid #6c96ac;
}


h1 {
      font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
      font-size: 20px;
      line-height: 1.1em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
      letter-spacing: -1px;
}

h2 {
      font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
      font-size: 18px;
      line-height: 1.1em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
      letter-spacing: -1px;
}

h3 {
      font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
      font-size: 16px;
      line-height: 1.1em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
      letter-spacing: -1px;
}


h4 {
      font-size: 14px;
      line-height: 1.1em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
}


h5 {
      font-size: 12px;
      line-height: 1.1em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
}


/* @end */

/* @group CONTAINER */


#container {
      width: 740px;
      height:  auto;
      background: url(images/RWTP1_bg740_middle.png) repeat-y;      margin: 0px auto; /* Right And Left Margin Widths To Auto       text-align: center; /* Hack To Keep IE5 Windows Happy */}

#container #top{
      position: relative;
      background: url(images/RWTP1_bg740_top14.png) top no-repeat;
      width:  740px;
      height: 14px;
      z-index: 3;
}

#container #bottom{
      position: relative;
      background: url(images/RWTP1_bg740_bottom14.png) bottom no-repeat;
      width:  740px;
      height: 14px;
      z-index: 4;
}


/* @end */

/* @group PAGEHEADER */


#pageHeader {
      position: relative;      margin-left: 12px;
      margin-right:  12px;      height: 90px;      background-color: #375362;
      border: 0px;
}

#pageHeader h1 { 
      margin: 0px;
      padding-left: 25px;
      padding-top: 25px;
      font-family: Myriad, "Myriad Roman" , "Myriad Pro" , "Myriad Web", "Lucida Grande", Lucida, Tahoma, Arial, Verdana, sans-serif;
      font-size: 22px;
      line-height: 1.1em;
      color: #000000;
      text-align: left;
      font-weight: bold;
      text-shadow: 0px 0px 0px #333333;
}

#pageHeader h2 {
      margin: 0px;
      padding-left: 25px;
      padding-top: 8px;       color: #000000;
      font-size: 13px;
      font-weight: bold;
      text-align: left;
      font-family: "Minion Pro", Minion, Palatino, Georgia, Times, serif;
      text-transform: uppercase;
      text-shadow: 0px 0px 0px #333333;
      letter-spacing: .2px;
}

#pageHeader #logo{

      float: right;
      margin-right: 0px;
      margin-left: 24px;
}

#breadcrumbcontainer {
      position:  relative;
      text-align:  center;
      margin-left: 12px;
      margin-right: 12px;
      margin-bottom: 12px;
      height:  24px;
      background: url(images/breadcrumb_bg.png) repeat-x;
      padding:  3px 0px 0px 18px;
      font-size:  10px;
      text-align: left;
      color: #555555;
      border-top: 1px solid #6c96ac;
}

#breadcrumbcontainer ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      padding-top: 6px;
      padding-left: 8px;
      display:  inline;
}

#breadcrumbcontainer li { 
      margin: 0 0 0px 0;
      display: inline;
}

#breadcrumbcontainer a {
      text-decoration: none;
      display: inline;
      color:  #666666;
}

#breadcrumbcontainer a:hover {
      text-decoration: underline;
      display: inline;
      color:  #666666;
}

/* @end */

/* @group CONTENT LAYOUT */


#contentwrapper {
      position: relative;
      margin-left:  12px;
      margin-right: 12px;
      background: none;
      padding:  0px;
}

#sidebarContainer {
      float: left;
      position: relative;
       width: 200px;
      padding: 0px 0px 10px 8px;
      margin: 0px;
      background: none;
      z-index: 5;
}

#sidebarContainer #sidebar .sideHeader {
      font-size: 13px;
      line-height: 1.1em;
      color: #375362
      text-align: center;
      font-weight:  bold;
      margin: 4px 0px 5px 0px;
      padding: 0px 10px 0px 10px;
      background: none;
}      

#sidebarContainer #sidebar {
      margin-top: 0px;
      padding: 10px 8px 10px 8px;
      font-size: 11px;
      line-height: 15px;
      color: #555555;
      background-color: #ffffff;
      border-top: 1px dashed #aeaeae;
      border-bottom: 1px dashed #aeaeae;
      background-color: #eeeeee;
      text-align: left;
}

#sidebarContainer #sidebar p {
}


#contentContainer {
      position: relative;
      margin-left: 208px;
      padding: 0px 24px 18px 24px;
      text-align:  left;
      background: none;
}

#footer {
      position: relative;
      height: 30px;
      margin-left: 8px;
      margin-right: 8px;
      background: none;
      padding: 7px 10px 8px 10px;
      text-align: center;
      border-top: 1px dashed #aeaeae;
      z-index: 6;
}

#footer p {
}

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

#footer a:hover, #footer a:active {
}
      
/* @end */



/* @group TOOLBAR */


.clearfix:after{
content: ".";
display: block;
height: 0px;
clear: both;
visibility: hidden;
}

/* Toolbar Styles */

#navcontainer {
      line-height: normal;
      text-align: left;
      font-size: 11px;
      font-weight: normal;
}

#navcontainer #current {
      text-decoration: none;
      font-weight: bold;
      color: #375362;
      font-size: 11px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
      color: #375362;
      text-decoration: underline;
}


/* Parent - Level 0 */


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

#navcontainer li { 
      margin: 0px;
      padding: 0px;
      width: 200px;
      margin-bottom: 1px;
}

#navcontainer a{
      display: block;
      height:  24px;
      color: #777777;
      text-decoration: none;
      text-indent: 35px;
      background: #FFFFFF url(images/navbutton200_mainbg.png) no-repeat top left;
      padding: 5px 0px 0px 0px;
}

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



/* Child - Level 1 */



#navcontainer ul ul li { 
      margin: 0px;
}

#navcontainer ul ul a
{
      display: block;
      height: 16px;
      padding: 0px 0px 3px 0px;
      color: #777777;
      text-decoration: none;
      text-indent: 50px;
      background: url(images/menuarrow45.png) left top no-repeat;
}

#navcontainer ul ul a:hover{
      text-decoration: none;
      color: #375362;
}

#navcontainer ul ul #current{
      text-decoration: none;
      font-weight: bold;
      color: #375362;
      height: 16px;
}

#navcontainer ul ul .currentAncestor {

}



/* Child - Level 2 */



#navcontainer ul ul ul li { margin: 0px;}

#navcontainer ul ul ul a
{
      display: block;
      height: 16px;
      padding: 0px 0px 3px 0px;
      color: #777777;
      text-decoration: none;
      text-indent: 66px;
      background: url(images/menuarrow61.png) left top no-repeat;
}

#navcontainer ul ul ul a:hover{
      text-decoration: none;
      color: #375362;
}

#navcontainer ul ul #current{
      text-decoration: none;
      font-weight: bold;
      color: #375362;
      height: 16px;
      
}

#navcontainer ul ul .currentAncestor {
}


/* Child - Level 3 */



#navcontainer ul ul ul ul li { margin: 0px;}

#navcontainer ul ul ul ul a
{
      display: block;
      height: 16px;
      padding: 0px 0px 3px 0px;
      color: #777777;
      text-decoration: none;
      text-indent: 82px;
      background: url(images/menuarrow77.png) left top no-repeat;
}

#navcontainer ul ul ul ul a:hover{
      text-decoration: none;
      color: #375362;
}

#navcontainer ul ul ul #current{
      text-decoration: none;
      font-weight: bold;
      color: #375362;
      height: 16px;
      
}

#navcontainer ul ul ul .currentAncestor {
}






      
/*</GROUP>*/



/* @group BLOG */



.blog-entry {
      font-family: "Lucida Grande", Lucida, Verdana, Helvetica, Arial, sans serif;
      margin: 10px 0px 4px 0px;
      border-bottom: 1px dashed #aeaeae;
}

.blog-entry-title {
      font-size: 15px;
      line-height: 18px;
      color: #375362;
      text-align: left;
      font-weight: bold;
      margin-bottom: 5px;
}

.blog-entry img {      padding: 3px;      border: 0px;}

.blog-entry-date {
      font-size: 11px;
      text-indent: 16px;
      color: #555555;
      margin-bottom: 5px;
      padding: 2px;
      background: url(images/menuarrow.png) left no-repeat;
}

.blog-entry-category {
      color: #375362;
      font-size: 11px;
      margin-bottom: 5px;
      padding: 2px;
      background: #eeeeee;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

.blog-entry-comments {
      font-size: 10px;
      text-align:  left;
      color: #375362;
      margin-top: 7px;
}



/* @end */

/* @group BLOG ARCHIVE PAGE */

.blog-archive-background {
      width: 720px;            text-align: left; /* To Make Content Centered */
      margin: 0px auto;
      padding: 0px;
      background: #ffffff;
}

.blog-archive-headings-wrapper {
      text-align: left;
      width: 720px;
      margin-left: 24px;
      margin-right: 24px;
}

.blog-archive-entries-wrapper {
      width: 720px;
      text-align: left;
      margin-left: 24px;
      margin-right: 24px;
}

.blog-archive-month {
      font-size: 20px;
      line-height: 1.3em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
      margin-top: 34px;
      padding-bottom: 6px;
      margin-bottom: 8px;
      border-bottom: 1px dashed #aeaeae;
}

.blog-archive-link {
      margin: 0px;
      font-size: 12px;
}

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

/* @end */

/* @group FILE SHARING */

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

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

.filesharing-item a{
      color: #555555;
      text-decoration: none;
}

.filesharing-item a:hover {
      color: #375362;
      text-decoration: none;
}

.filesharing-item-title {
      font-size: 13px;
      margin-bottom: 5px;
      font-weight: normal;
}

.filesharing-item-description {
}

/* @end */

/* @group PHOTO ALBUM */

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

table td{
      text-align: center;
}

.album-title {
      font-size: 24px;
      line-height: 1.3em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
      margin-top: 8px;
      margin-bottom: 8px;
}

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

.thumbnail-table {
}

.thumbnail-frame {      margin-top: 30px; /*moves pictures so that captions show on portrait pics */
      border-style: none;
}

.thumbnail-frame a:hover {
      border-style: none;
}

.thumbnail-frame a {
      border-style: none;
}

.thumbnail-frame img {
      border: hidden;
}

.thumbnail-caption {
      margin-top: 3px;
      font-size: 14px;
      color: #000000}

/* @end */

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

.photo-background {
      margin: 0px;
      padding: 20px;
      text-align: center;
      background: none #ffffff;
}

.photo-navigation {
      padding:  12px;
      margin-bottom: 22px;
      background-color: #6c96ac;
      text-align: center;
      border-bottom:  4px solid #dddddd;
}

.photo-navigation a:link, .photo-navigation a:visited {
      font-size: 12px;
      color: #000000;
}

.photo-navigation a:hover {
      font-size: 12px;
      color: #000000;
}

.photo-frame{
      margin-bottom: 22px;
      padding: 6px;
      border: 1px solid #aeaeae
}

.photo-links {
      font-size: 12px;
      color: #000000;
}

.photo-title {
      margin: 8px 0px 4px 0px;
      font-size: 16px;
      line-height: 1.3em;
      color: #000000;
      text-align: center;
      font-weight:  bold;
      text-shadow: 0px 0px 0px #333333;
      line-height: 20px;
      padding-top: 10px;
}

.photo-caption {
      font-size: 12px;
      line-height: 15px;
      margin: 0px;
      color: #000000;
}

/* @end */

/* @end */


/* @group QUICKTIME ALBUM */


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


.movie-page-title {
      font-size: 18px;
      line-height: 1.3em;
      color: #375362;
      text-align: left;
      font-weight:  bold;
      margin-bottom: 8px;
}.movie-page-description {
      margin-bottom: 15px;

}.movie-thumbnail-frame {
      float: left;
      display: inline;
      border: 1px solid #aeaeae;      padding: 1px;
      text-align: center;
      margin: 0px 10px 10px 0px;
}

.movie-thumbnail-frame:hover {
      border: 1px solid #375362;
}.movie-thumbnail-caption {
      margin-top: 3px;
      margin-bottom:  3px;
      font-size: 11px;
      color: #555555
}

      
/* @end */

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

.movie-background {
      margin: 15px 0px 15px 0px;
      text-align: center;
      background: #6c96ac;
}

.movie-title {
      font-size: 18px;
      line-height: 1.3em;
      color: #375362;
      text-align: left;
      font-weight: bold;
      margin: 20px 20px 5px 20px;
}

.movie-description {
      margin-top: 3px;
      margin-bottom: 15px;
      text-align: center;
}

.movie-frame {
      text-align: center;
      padding: 2px;
      background: #ffffff;
}
      
/* @end */


/* @group Quicktime Page */

.movie-background {
      margin: 15px 0px 15px 0px;
      text-align: center;
      background: #6c96ac;
}

.movie-title {
      font-size: 18px;
      line-height: 1.3em;
      color: #375362;
      text-align: left;
      font-weight: bold;
      margin: 20px 20px 5px 20px;
}

.movie-description {
      margin-top: 3px;
      margin-bottom: 15px;
      text-align: center;
}

.movie-frame {
      text-align: center;
      padding: 2px;
      background: #ffffff;
}
      
/* @end */

/* @end */


/* @group CONTACT FORM */


.message-text {
}

.required-text {
      color: #375362;
} 

.form-input-field {
}

.form-input-button {
}

/* @end */