/*<group=General Styles>*/

body {
      text-align: center;
      background: #000000;
      margin: 0px;
      padding: 0px;
      color: #ffffff;
      font: 0.75em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

p {
}

b, strong {

}

a:link, a:visited {
      color: #cecdd3;
      text-decoration: none;
      text-shadow: 0px 1px 0px #000000;
}

a:hover, a:active {
      color: #ffffff;
      text-decoration: none;
      text-shadow: 0px 0px 2px #ffffff;
}

img {
      border-style: none;
}

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

.image-right {
      float: right;
      margin: 3px 0 3px 3px;
      padding: 3px 0 3px 3px;
}
      
/*</group>*/

/*<group=Layout>*/

#container { 
      width: 600px;      margin: 0px auto; /* Right And Left Margin Widths To Auto */      text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#clearer {
}

#pageHeader {
      width: 600px;
      height: 68px;
      background: no-repeat url(images/bg_glow.png);
}

#pageHeader img {

}

#pageHeader h1 {
      color: #ffffff;
      text-align: center;
      text-shadow: 0px 2px 3px #323548;
      padding-top: 10px;
      margin: 0;
      font-weight: normal;
}

#pageHeader h2 {
      color: #dfe2f1;
      text-align: center;
      text-shadow: 0px 2px 3px #323548;
      margin: 0;
      font-weight: normal;
      font-size: 1.3em;
}

#contentContainer {
      text-align: left;
      margin-right: 190px;
}

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

#sidebarContainer {
      width: 180px;
      float: right;
      text-align: left;
}

#sidebarContainer #sidebar {
      padding: 20px 10px;
}

#sidebarContainer .sideHeader {

}

#footer { 
      clear: both;
      text-align: center;
}

#footer p {
}

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

}

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

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
      margin-bottom: 10px;
}

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

#breadcrumbcontainer li {
      display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
      
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
      background: url(images/toolbar.png) no-repeat;
      height: 66px;
}

#navcontainer #current {
      text-shadow: 0px 0px 4px #ffffff;
      color: #ffffff;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
      text-shadow: 0px 0px 4px #ffffff;
      color: #ffffff;
}

/* Parent - Level 0 */

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

#navcontainer li {
      float: left;
}

#navcontainer a {
      width: 120px;
      height: 30px;
      display: block;
      text-align: center;
      text-decoration: none;
      color: #bcbfce;
      text-shadow: 0px 1px 2px #000000;
      font-size: 1.25em;
      padding-top: 8px;
}

#navcontainer a:hover {
      text-decoration: none;
      text-shadow: 0px 0px 4px #ffffff;
      color: #ffffff;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
      position: absolute;
      top: 33px;
      left: 0;
      text-align: left;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
      font-size: 1em;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

/* Child - Level 2 */

#navcontainer ul ul ul {
      display: none;
}

/*</group>*/

/*<group=Global Classes>*/

blockquote, .standout {
      padding: 10px;
      font-style: italic;
      font-size: 0.9em;
}

h1 {
      color: #ffffff;
      font-size: 2em;
      font-weight: bold;
      margin: 0px 0px 3px 0px;
}

h2 {
      color: #ffffff;
      font-size: 1.6em;
      font-weight: bold;
      margin: 0px 0px 3px 0px;
}

h3 {
      color: #ffffff;
      font-size: 1.2em;
      font-weight: bold;
      margin: 0px 0px 3px 0px;
}

h4 {
      color: #ffffff;
      font-size: 1em;
      font-weight: bold;
      margin: 0px 0px 3px 0px;
}

.imageStyle {

}
      
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {}.blog-archive-headings-wrapper {
      width: 600px;      height: 68px;
      background: no-repeat url(images/bg_glow.png);
      margin: 0px auto 20px; /* Right And Left Margin Widths To Auto */      text-align: left; /* Hack To Keep IE5 Windows Happy */
}

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

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
      color: #ffffff;
      text-align: center;
      text-shadow: 0px 2px 3px #323548;
      padding-top: 10px;
      margin: 0;
      font-weight: normal;
      font-size: 1.8em;
}

.blog-archive-link {
      text-align: center;
}.blog-archive-link a:link, .blog-archive-link a:visited {
      color: #dfe2f1;
      text-shadow: 0px 2px 3px #323548;
      margin: 0;
      font-weight: normal;
      font-size: 1.3em;
}

.blog-archive-link a:hover {
      text-decoration: none;
      text-shadow: 0px 0px 4px #ffffff;
      color: #ffffff;
}      
/*</group>*/

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

.blog-entry-title {
      font-size: 1.5em;
      color: #ffffff;
      font-weight: bold;
}

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

.blog-entry-body {
}

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

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/*</group>*/

/*<group=File Sharing>*/

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

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

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

/*</group>*/

/*<group=Photo Album>*/

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

.album-title {
      font-size: 1.5em;
      color: #ffffff;
      font-weight: bold;
}

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

.thumbnail-table {
}

.thumbnail-frame {
      margin: 0px;
      padding: 0px;
}

.thumbnail-frame:hover {
      height: 30px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
      color: #cecdd3;
      font-size: 0.8em;
}
      
/*</group>*/

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

.photo-background {
      margin: 10px 0 0;
}

.photo-navigation {
      background: url(images/toolbar.png) no-repeat;
      height: 66px;
      width: 600px;
      margin: 0px auto 20px; /* Right And Left Margin Widths To Auto */      text-align: center; /* Hack To Keep IE5 Windows Happy */;
      padding-top: 5px;
      padding-top: 10px;
}

.photo-links {
      margin: 0;
      padding-top: 5px;
}

.photo-navigation a:link, .photo-navigation a:visited {
      text-align: center;
      text-decoration: none;
      color: #bcbfce;
      text-shadow: 0px 1px 2px #000000;
}

.photo-navigation a:hover {
      text-decoration: none;
      text-shadow: 0px 0px 4px #ffffff;
      color: #ffffff;
}

.photo-frame{
      border: 5px solid #2b2f3e;
}

.photo-title {
      font-size: 1.3em;
      color: #ffffff;
      font-weight: bold;
      display: inline;
}

.photo-caption {
      color: #cecdd3;
      display: inline;
}

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

/*<group=Quicktime Page>*/

.movie-description {
      text-align: center;
}
      
/*</group>*/

/*<group=Quicktime Album>*/

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

.movie-page-title {
      font-size: 1.5em;
      color: #ffffff;
      font-weight: bold;
}.movie-page-description {
      margin-top: 5px;
      margin-bottom: 5px;
}.movie-thumbnail-frame {
      float: left;
      display: inline;
      margin-bottom: 20px;
      margin-right: 20px;
      text-align: center;
      width: 132px;
}

.movie-thumbnail-frame:hover {
}.movie-thumbnail-caption {
      color: #cecdd3;
      font-size: 0.8em;
      text-align: center;
      margin-top: 10px;
}
      
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
      margin-top: 5px;
}

.movie-title {
      font-size: 1.5em;
      color: #ffffff;
      font-weight: bold;
      text-align: center;
}

.movie-frame {
      text-align: center;
      margin-bottom: 10px;
}
      
/*</group>*/


/*</group>*/

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

.required-text {
} 

.form-input-field {
      background: #494d65;
      color: #a1a4b2;
} 

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


