/* @group General Styles */

body, #background {
      font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
      font-size: 0.8em;
      margin: 0;
      padding: 0 40px;
}

p {
      
}

b, strong {
      
}

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

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

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;
      width: 600px;
      margin: 0 auto;
      padding: 0px;
      font-size: 15px;
}

.clearer {
      clear: both;
}

#logo {
      display: block;
      margin: 0 auto 10px;
      text-align: center;
}

.header {
      height: 123px;
}

#title_box, .photo-title {
      height: 86px;
      text-align: center;
}

#title_box a:hover {
      text-decoration: none;
}

#site_link {
      position: relative;
      top: 20px;
      display: block;
      text-align: center;
      padding: 10px 0;
      color: #ffffff;
      font-weight: normal;
}

#site_title {
      font-size: 1.9em;
}

#site_slogan {
      font-size: 1.0em;
}

#contentContainer {
      margin: 0 0 30px;
}

#contentContainer #content {
      padding: 0 0 10px;
      line-height: 1.7em;
      font: 14px/1.7em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
      margin: 0 190px 0 0;
}

#sidebarContainer .sidebar {
      float: right;
      padding: 10px;
      margin: 14px 0 10px 10px;
      width: 300px;
      font-size: 1.1em;
      line-height: 1.5em;
      border: 1px solid;
      border-color: green;
}

#sidebarContainer .sidebar h2 {
      font-weight: normal;
}

#sidebarContainer {
      clear: both;
      margin: 0;font-size: 13px;
      
}

#sidebar_title {
      font-size: 20px;
      font-weight: normal;
      margin: 0 0 10px;
}

#footerContainer {
      text-decoration: none;
}

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

#footerContainer .sidebar {
      font-size: 0.70em;
      padding: 10px;
      margin: 20px auto;
      border: 1px solid;
      line-height: 1.7em;
      clear: both;
}

#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;
      padding: 0;
      font-size: 0.7em;
      text-align: center;
}

#sidebarContainer .sidebar .breadcrumbcontainer {
      text-align: right;
      padding: 10px 0 0;
}

#footerContainer .breadcrumbcontainer {
      text-align: center;
      padding: 8px 0 0;
}

#breadcrumbcontainer ul {
      
}

#breadcrumbcontainer li {
      
}

#breadcrumbcontainer a {
      
}

#breadcrumbcontainer a:hover {
      
}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Horizontal Styles */

#toolbar_horizontal {
      height: 20px;
      position: relative;
      z-index: 3;
      margin: 9px 9px 20px;
      font-size: 12px;
      line-height: 19px;
}

/* Parent - Level 0 */

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

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

#toolbar_horizontal a {/*ben*/
      display: block;
      padding: 6px 15px 10px;
      text-decoration: none;
}

#toolbar_horizontal a {
      display: block;
      padding: 0 20px 2px;
      text-decoration: none;
}

#toolbar_horizontal a:hover, #toolbar_horizontal .current, #toolbar_horizontal .currentAncestor {
      text-decoration: none;
      background: url(images/nav.png) repeat-x;
      border-bottom: 2px solid;
}

#toolbar_horizontal ul li .current:hover, #toolbar_horizontal ul li a:active {
      background: url(images/nav-click.png) repeat-x;
}

#toolbar_horizontal ul li .current:hover, #toolbar_horizontal ul li .currentAncestor:hover {
      text-decoration: underline;
}

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

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

#toolbar_horizontal ul ul li a {
      padding: 2px 5px;
      display: block;
      width: 110px;
      color: #ffffff;
}

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

#toolbar_horizontal ul ul li .current {
      color: #fff;
      text-decoration: underline;
      background: #000;
      opacity: 0.8;
}

#toolbar_horizontal ul ul .current:hover {
      text-decoration: none;
      color: #fff;
      text-decoration: none;
      background: #000;
      opacity: 0.5;
}

/* Child Level 3 */

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

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: 10px 0;
      text-align: center;
      clear: both;
}

#toolbar_footer .currentAncestor:hover {
      
}

#toolbar_footer a:link, #toolbar_footer a:visited {
      padding: 0 14px;
      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;
      line-height: 1.0em;
}

.imageStyle {
      border: none;
}

/* Main content area unordered list styles */

#contentContainer #content ul {
      
}

#contentContainer #content li {
      margin: 0 0 15px;
}

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 plugin_sidebar */

/* @group Tag Cloud */

ul.blog-tag-cloud {
      text-align: left;
      padding: 5px 0;
      margin:  5px 0;
      border-style: solid;
      border-width: 1px;
      border-right: none;
      border-left: none;
}

ul.blog-tag-cloud li {
      display: inline;
      padding-right: 5px;
      margin: 0;
}

.blog-tag-size-1 {      
      font-size: 0.8em;
}

.blog-tag-size-2 {      
      font-size: 0.85em;
}

.blog-tag-size-3 {      
      font-size: 0.9em;
}

.blog-tag-size-4 {      
      font-size: 0.95em;
}

.blog-tag-size-5 {      
      font-size: 1em;
}

.blog-tag-size-6 {      
      font-size: 1.05em;
}

.blog-tag-size-7 {      
      font-size: 1.1em;
}

.blog-tag-size-8 {      
      font-size: 1.15em;
}

.blog-tag-size-9 {      
      font-size: 1.2em;
}

.blog-tag-size-10 {      
      font-size: 1.25em;
}

.blog-tag-size-11 {      
      font-size: 1.3em;
}

.blog-tag-size-12 {      
      font-size: 1.35em;
}

.blog-tag-size-13 {
      font-size: 1.4em;
}

.blog-tag-size-14 {      
      font-size: 1.45em;
}

.blog-tag-size-15 {
      font-size: 1.5em;
}

.blog-tag-size-16 {      
      font-size: 1.55em;
}

.blog-tag-size-17 {      
      font-size: 1.6em;
}

.blog-tag-size-18 {      
      font-size: 1.65em;
}

.blog-tag-size-19 {
      font-size: 1.7em;
}

.blog-tag-size-20 {      
      font-size: 1.75em;
}

/* @end */

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

#blog-categories {
      text-align: left;
      margin: 5px 0;
      padding: 5px 0 0;
      border-top-style: solid;
      border-width: 1px;
      border-right: none;
      border-left: none;
}

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

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
}

.blog-category-link-enabled:hover {
}

.blog-category-link-disabled {
      background: url(images/cat.png) no-repeat;
      padding-left: 17px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
      text-align: left;
      padding: 5px 0 0;
      border-top-style: solid;
      border-width: 1px;
      border-right: none;
      border-left: none;
}

.blog-archive-link-enabled {
      background: url(images/date.png) no-repeat;
      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;
      padding-left: 15px;
}

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

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

.blog-rss-link {
      background: url(images/rss.png) no-repeat;
      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;
}

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



/* @end */

/* @group entry */

.blog-entry-tags {
      font-size: 0.8em;
}

.blog-entry-tags a {
}

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

.blog-entry-title {
      margin: 0;
      padding: 0;
      text-decoration: none;
      font: normal 2.2em/1.5em Helvetica, sans-serif;
}

.blog-entry-title a {
      text-decoration: none;
}

.blog-entry-title a:hover, .blog-entry-title a:active {
      text-decoration: underline;
}

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

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

.blog-entry-body {
}

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

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

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

.blog-read-more {
      background: url(images/readmore.png) no-repeat;
      position: relative;
      padding-left: 17px;
      margin-left: 15px;
}

.blog-image-smiley { }

.blog-entry-comments-inline {
      border: solid 1px;
}



/* @end */


/* @end */



/* @group File Sharing */

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

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

.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: 10px;
}

/* @end */

/* @group Photo Album */

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

.album-title {
      text-align: left;
      font-size: 16px;
      font-weight: bold;
}

.album-description {
      font-size: 11px;
      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;
      border: none;
      background: none;
}

.thumbnail-frame {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 3px;
      background: none;
      border: none;
}

.thumbnail-frame:hover {
}

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

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

.photo-title {
      display: none;
}

.photo-caption {
      padding: 0;
      margin: 0;
      font-size: 1.2em;
      text-align: 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 {
      margin-bottom: 5px;
      font-size: 2.0em;
}

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

.movie-thumbnail-frame {
      width: 132px;
      height: 132px;
      float: left;
      position: relative;
      margin-right: 10px;
      margin-bottom: 10px;
      border: 1px solid;
      text-align: center;
      padding: 2px;
}

.movie-thumbnail-frame:hover {
}

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

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

.movie-background {
      margin: 10px;
}

.movie-title {
      font-size: 2.0em;
}

.movie-frame {
      margin-bottom: 10px;
}
      
/* @end */


/* @end */

/* @group Contact Form */

.message-text {
      
}

form {
      
}

.required-text {
      
}

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

.form-input-button {
      
}

/* @end */

/* @group Slide show */

#flashcontent {
      text-align: center;
}

/* @end */

/* @group RapidSearch */

#rapidsearch {
      border: none;
      background-color: transparent;
}

#rapidsearch form {
      background-color: transparent;
}

#search_credits {
      display: none;
}



/* @end */