/*
-------------------------------------------
File: 'Blueball Two 36' styles.css Style Sheet
Created: 15, December, 2006
Last Modified: 13, October, 2007
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2007 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group GENERAL STYLES */

body {
      background-color: transparent;
      background-image: none;
      background-position: top left;
      background-repeat: repeat-x;      text-align: center;
      font-family: "lucida grande", lucida, verdana, arial, helvetica, sans-serif;      font-size: 12px;
      line-height: 1.5em;
      font-weight: normal;
      color: #353535;
      margin-top: 0;
      margin-bottom: 20px;
}

p {
}

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


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


b, strong {
      font-weight: bold;
}

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

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

img {
      padding: 0;
}

a img {
      border: none;
}

.clear {
      clear: both;
}

.clearer {
      clear: both;
}

/* @end */


/* @group GLOBAL CLASSES */

.imageStyle {
      padding: 0;
      margin: 0;
      border: none;
}

blockquote, .standout {
      font-weight: bold;
      font-style: normal;
      font-size: 12px;
      color: #1b5cbc;
      padding-left: 10px;
      text-align: left;
      margin-left: 5px;
      border-left-width: 5px;
      border-left-style: solid;
      border-left-color: #fc8300;
}


h1 {
      font-size: 18px;
      line-height: 1.3em;
      color: #1b5cbc;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-style: normal;
      font-weight: bold;
}

h2 {
      font-size: 16px;
      line-height: 1.3em;
      color: #1b5cbc;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-weight:  bold;
      margin-top: 6px;
}

h3 {
      font-size: 14px;
      line-height: 1.3em;
      color: #1b5cbc;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-weight:  bold;
      margin-top: 1px;
}


h4 {
      font-size: 14px;
      line-height: 1.3em;
      color: #fc8300;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-style: normal;
      font-style: italic;
      font-weight: bold;
}


h5 {
      font-size: 13px;
      line-height: 1.2em;
      color: #353535;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-weight: bold;
      font-style: normal;
      margin: -2px 0px 1px 0px;
}

ul.disc {
      list-style-type: disc;
}

ul.circle {
      list-style-type: circle;
}

ul.square {
      list-style-type: square;
}

ol.arabic-numbers {
      list-style-type: decimal;
}

ol.upper-alpha {
      list-style-type: upper-alpha;
}

ol.lower-alpha {
      list-style-type: lower-alpha;
}

ol.upper-roman {
      list-style-type: upper-roman;
}

ol.lower-roman {
      list-style-type: lower-roman;
}


/* @end */

/* @group CONTAINER */


#container {
      width: 840px;
      height:  auto;
      background: #ffffff;
      margin: 0px auto;
      margin-top: -16px;
      margin-bottom: 0px;
      padding-top: 0px;
      z-index: 20;
      border-left-width: 6px;
      border-left-style: solid;
      border-left-color: #1990d6;
      border-right-width: 6px;
      border-right-style: solid;
      border-right-color: #1990d6;}

* html #container {
      margin-top: 0px;
}


/* @end */

/* @group PAGEHEADER */


#container #pageHeader {
      position: relative;      width: 840px;      height: 185px;      background: transparent url(images/bb2_pageheader_bg.png) top center no-repeat;
      border: 0;
      margin-bottom: 18px;
      z-index: 5;
}

#container #pageHeader #logo {
      position: absolute;
      top: 25px;
      left: 40px;
      display: block;
      height: 92px;
      width: 200px;
      z-index: 20;
}

#container #pageHeader h1 { 
      font-size: 30px;
      line-height: 1.5em;
      color: #1b5cbc;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-style: normal;
      font-weight: bold;
      padding: 37px 20px 0 264px;
      z-index: 10;
}

#container #pageHeader h2 {
      font-size: 18px;
      line-height: 1.3em;
      color: #fc8300;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-weight:  normal;
      font-style: normal;
      margin-top: -25px;
      padding: 0 20px 0px 264px;
      z-index: 15;
}

#container #pageHeader #breadcrumbcontainer {
      position: relative;
      top: 51px;
      margin: 0 auto;
      text-align: left;
      padding: 0 0 0 32px;
      background: none;
      color: #a7a7a7;
      border-top: 0;
      font-size: 10px;
      font-weight: normal;      text-transform: uppercase;
      letter-spacing: .2px;
}

* html #container #pageHeader #breadcrumbcontainer {
      top: 63px;
      padding: 0 0 24px 32px;
}

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

#container #pageHeader #breadcrumbcontainer li { 
      margin: 0 0 0 0;
      display: inline;
}

#container #pageHeader #breadcrumbcontainer a {
      text-decoration: none;
      display: inline;
      color:  #a7a7a7;
}

#container #pageHeader #breadcrumbcontainer a:hover {
      text-decoration: underline;
      display: inline;
      color:  #a7a7a7;
}


/* @end */

/* @group CONTENT LAYOUT */


#contentwrapper {
      position: relative;
      width: 840px;
      margin: 0 auto;
      margin-top: 0;
      background: none;
      padding-top: 0;
      z-index: 20;
}


#sidebarContainer {
      float: right;
      border-top:  solid 1px #cccccc;
      width: 180px;
      margin-top: 0px;
      margin-right: 20px;
      margin-left: 0;
      margin-bottom: 12px;
      padding: 0;
      font-size: 11px;
      line-height: 1.5em;
      color: #555555;
      text-align: left;
      background: transparent;
      z-index: 10;
}

* html #sidebarContainer{
      margin-top: 15px;
      margin-right: 10px;
      margin-left: 0;
      margin-bottom: 6px;
}

#sidebarContainer .sideHeader {
      font-size: 13px;
      color: #1b5cbc;
      text-align: left;
      font-family: helvetica, arial, verdana, sans-serif;
      font-weight: bold;
      margin: 5px 0 7px 0;
      padding: 0 3px 0 0;
      line-height: 1.4em;
}      


#sidebarContainer p {
      padding: 0 15px 0 6px;
      margin: -8px 0 0 0;
}


#contentContainer {
      margin: -9px 210px 10px 0;
      padding: 15px 30px 0 40px;
      text-align:  left;
      background: transparent;
      line-height: 1.7em;
}

#contentContainer #content {
      position: relative;
      padding: 5px 0px 0 0;
      margin: 0;
}

#footer {
      position: relative;
      padding: 12px 25px 20px 25px;
      background: #ffffff;
      margin: 0;
      text-align: center;
      font-size: 11px;
}#footer2 {
      position: relative;
      background: #ffffff;
     }#footer p {
      font-size: 11px;
      color: #575666;
      margin-top: 55px;
}


#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 {
      margin-top: 12px;
      line-height: normal;
      text-align: left;
      font-size: 11px;
      font-weight: normal;
}

#navcontainer #current {
      text-decoration: none;
      font-weight: bold;
      color: #1b5cbc;
      font-size: 12px;
      background: url(images/bluedot_over.png) left center no-repeat;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
      color: #1b5cbc;
      font-weight: bold;
}


/* Parent - Level 0 */


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

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

#navcontainer a {
      display: block;
      font-size: 12px;
      height:  20px;
      color: #777777;
      text-decoration: none;
      text-indent: 14px;
      background: url(images/graydot_over.png) left center no-repeat;
      padding: 4px 0 0 0;
}

#navcontainer a:hover {
      color: #1b5cbc;
      text-decoration: none;
      background: url(images/bluedot_over.png) left center no-repeat;
}



/* Child - Level 1 */



#navcontainer ul ul li { 
      margin: 0 0 0 15px;
      width: 165px;
}

#navcontainer ul ul a {
      display: block;
      font-size: 11px;
      height: 20px;
      padding: 0 0 0 0;
      color: #777777;
      text-decoration: none;
      text-indent: 13px;
      background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul a:hover {
      text-decoration: none;
      color: #fc8300;
      background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul #current{
      text-decoration: none;
      font-weight: bold;
      color: #1b5cbc;
      height: 20px;
      font-size: 11px;
      background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul .currentAncestor {
      text-decoration: none;
      font-weight: bold;
      color: #1b5cbc;

}


/* Child - Level 2 */


#navcontainer ul ul ul li {
      margin: 0 0 0 15px;
      width: 150px;
}

#navcontainer ul ul ul a {
      display: block;
      height: 20px;
      padding: 0 0 0 0;
      color: #777777;
      text-decoration: none;
      text-indent: 13px;
      background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul a:hover {
      text-decoration: none;
      color: #1b5cbc;
      background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul #current {
      text-decoration: none;
      font-weight: bold;
      color: #1b5cbc;      
}

#navcontainer ul ul ul .currentAncestor {
      text-decoration: none;
      font-weight: bold;
      color: #1b5cbc;
}


/* Child - Level 3 */



#navcontainer ul ul ul ul li {
      margin: 0 0 0 15px;
      width: 135px;
}

#navcontainer ul ul ul ul a {
      display: block;
      height: 20px;
      padding: 0 0 0 0;
      color: #777777;
      text-decoration: none;
      text-indent: 13px;
      background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul ul a:hover {
      text-decoration: none;
      color: #1b5cbc;
      background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul #current {
      text-decoration: none;
      font-weight: bold;
      color: #1b5cbc;      
}

#navcontainer ul ul ul .currentAncestor {
      text-decoration: none;
      font-weight: bold;
      color: #1b5cbc;
}

/* @end */



/* @group BLOG */


.blog-entry {
      margin: 10px 0px 4px 0;
      padding-bottom: 16px;
      border-bottom: 1px solid #dcdcdc;
      background: transparent;
}

* html .blog-entry {
      margin: 5px 0px 8px 0;
}

.blog-entry-title {
      font-size: 15px;
      line-height: 1.3em;
      color: #1b5cbc;
      font-family: helvetica, arial, verdana, sans-serif;
      text-align: left;
      font-weight:  bold;
      letter-spacing: .2px;
      margin-bottom: 5px;
      padding-left: 20px;      background: url(images/magnify.png) no-repeat left center;
}

.blog-entry-title a {
      text-decoration: underline;
      color:  #1b5cbc;
}

.blog-entry-title a:hover, a:active {
      text-decoration: none;
      color:  #fc8300;
}


.blog-entry img {}

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

.blog-read-more {
      font-size: 11px;
      margin-top: 6px;
      margin-left: 6px;
      padding: 0px;
      font-style: normal;
}

.blog-read-more a {
      font-size: 11px;
}

.blog-read-more a:hover {
      font-size: 11px;
}

.blog-entry-body {
}

.blog-entry-comments {
      margin-top: 10px;
      font-size: 11px;
      color: #fc8300;
      padding-bottom: 10px;
}

.blog-entry-comments a {
      color: #fc8300;
}

.blog-entry-comments-inline {
      font-size: 11px;
      line-height: 1.4em;
      text-align:  left;
      color: #666666;
      font-style: italic;
      margin-top: 8px;
      padding-bottom: 10px;
}

p.blog-entry-tags {
      font-size: 11px;
      line-height: 1.4em;
      text-align:  left;
      margin-top: 8px;
      padding-left: 20px;
      font-style: normal;
}

/*styles the category link in the main entry */
.blog-entry-category {
      color: #777777;
      font-size: 11px;
      margin-bottom: 5px;
      padding: 3px;
      background: none;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
      height: auto;
      padding-left: 20px;
      background: url(images/bb2_blogpage.png) no-repeat left bottom;}

/* styles the archives in the blog sidebar */
#blog-archives {
      margin-bottom: 12px;
      line-height: 1.6em
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
      margin: 12px 0 12px 0;
      font-size: 11px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
      margin-top: 12px;
      margin-bottom: 10px;
      line-height: 1.6em;
}

a.blog-rss-link {
      background: url(images/rss_icon.gif) no-repeat left center;
      padding-left: 18px;
      display: block;
      float: left;
}

a.blog-rss-link:active {
      background: url(images/rss_icon.gif) no-repeat left center;
      padding-left: 18px;
      display: block;
      float: left;
      text-decoration: underline;
      color:  #1b5cbc;
}

a.blog-rss-link:hover {
      background: url(images/rss_icon.gif) no-repeat left center;
      padding-left: 18px;
      display: block;
      float: left;
      text-decoration: none;
      color:  #fc8300;
}

a.blog-comments-rss-link {
      background: url(images/rss_icon.gif) no-repeat left center;
      padding-left: 18px;
      display: block;
      float: left;
}

a.blog-comments-rss-link:active {
      background: url(images/rss_icon.gif) no-repeat left center;
      padding-left: 18px;
      display: block;
      float: left;
      text-decoration: underline;
      color:  #1b5cbc;
}

a.blog-comments-rss-link:hover {
      background: url(images/rss_icon.gif) no-repeat left center;
      padding-left: 18px;
      display: block;
      float: left;
      text-decoration: none;
      color:  #fc8300;
}


/* @end */

/* @group BLOG ARCHIVE PAGE */


.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

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

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

.blog-archive-link a:hover {
}

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

/* @end */


/* @group BLOG TAG CLOUD */

ul.blog-tag-cloud {
      margin: 0 0 10px 0;
      padding: 0;
      text-align: left;
}

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

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



/* @group FILE SHARING */

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

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

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

.filesharing-item a:hover {
      color: #1b5cbc;
      text-decoration: underline;
}

.filesharing-item-title {
      font-size: 13px;
      margin-bottom: 5px;
      font-weight: normal;
      background: url(images/download_arrow.png) left center no-repeat;
      padding-left: 10px;
      
}

.filesharing-item-description {
}

/* @end */

/* @group PHOTO ALBUM */


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


.album-title {
      font-size: 18px;
      line-height: 1.3em;
      font-family: helvetica, arial, verdana, sans-serif;
      color: #1b5cbc;
      text-align: left;
      font-weight:  bold;
      margin-top: 12px;
      margin-bottom: 8px;
}

#flashcontent {
      margin-top: 16px;
}

.album-description {
      font-size: 13px;
      margin-bottom: 75px;
      padding-bottom: 20px;
}

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

.thumbnail-wrap {      text-align: left;      position: relative;      float: left;
      margin: 0 16px 60px 0;      padding-right: 10px;}

* html .thumbnail-wrap {
      margin: 0 8px 30px 0;}

.thumbnail-frame {
      position: absolute;    bottom: 0px;    left: 0px;
}

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

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

.thumbnail-frame img {
      border: 1px solid #7a7a7a;
      padding: 3px;
}

.thumbnail-caption {
      font-size: 11px;
      color: #777777;
      height: 50px;      display: block;
      width: 100%;
      margin: -2px 0 0 0;      padding: 0 0 0 4px;
}

/* @end */

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

#flashcontent {
      margin-top: 10px;
}
.photo-background {
      margin: 0 auto;
      padding: 0px 50px 20px 50px;
      text-align: center;
      background: #000000 url(images/bb2_gradbg.png) top left repeat-x;
}

.photo-navigation {
      padding:  12px;
      margin-bottom: 22px;
      background-color: #ffffff;
      text-align: center;
      border-left-width: 6px;
      border-left-style: solid;
      border-left-color: #1990d6;
      border-right-width: 6px;
      border-right-style: solid;
      border-right-color: #1990d6;
}

.photo-navigation a:link, .photo-navigation a:visited {
      font-size: 14px;
      color: #1b5cbc;
      text-decoration: none;
}

.photo-navigation a:hover {
      font-size: 14px;
      color: #fc8300;
      text-decoration: none;
}

.photo-frame {
      margin-bottom: 22px;
      padding: 8px;
      text-align: center;
      border: 1px solid #7a7a7a;
      background: #ffffff;
}

.photo-links {
      text-align: center;
      font-size: 12px;
      padding: 5px;
      color: #1b5cbc;
}

.photo-links a:link, .photo-links a:visited {
      text-align: center;
      font-size: 12px;
      padding: 5px;
      color: #1b5cbc;
      text-decoration: none;
}

.photo-links a:hover {
      text-align: center;
      font-size: 12px;
      padding: 5px;
      color: #fc8300;
      text-decoration: none;
}

.photo-title {
      margin: 8px 0 4px 0;
      font-size: 20px;
      font-family: helvetica, arial, verdana, sans-serif;
      line-height: 1.3em;
      color: #1b5cbc;
      text-align: center;
      line-height: 1.2em;
      padding-top: 10px;
      font-weight: bold;
}

.photo-caption {
      font-size: 13px;
      line-height: 15px;
      margin: 10px;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
      margin: 0;
      padding: 0;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}

/* @end */

/* @end */

/* @end */


/* @group QUICKTIME ALBUM */


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


.movie-page-title {
      font-size: 18px;
      font-family: helvetica, arial, verdana, sans-serif;
      line-height: 1.2em;
      color: #1b5cbc;
      text-align: left;
      margin-bottom: 8px;
      font-weight: bold;
}.movie-page-description {
      font-size: 13px;
      margin-bottom: 60px;

}.movie-thumbnail-frame {

      width: 132px;
      float: left;
      margin: 0 30px 20px 0;
      text-align: center;
}

* html .movie-thumbnail-frame {
      margin: 0 15px 10px 0;
}

.movie-thumbnail-frame img {
      border: 1px solid #7a7a7a;
      padding: 3px;
      background: transparent;
}

.movie-thumbnail-frame a:hover {
      border-style: none;
      text-decoration: none;
      background: transparent;
      padding: 0px;
      border: 0px;
}
.movie-thumbnail-caption {
      margin: 0;
      font-size: 11px;
      color: #777777;
      padding-top: 0;
      width: 138px;
      height: 50px;
      display: block;
      text-align: center;
}

      
/* @end */

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

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

.movie-title {
      font-size: 18px;
      font-family: helvetica, arial, verdana, sans-serif;
      line-height: 1.2em;
      color: #1b5cbc;
      text-align: center;
      margin: 20px 20px 5px 20px;
      font-weight: bold;
}

.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 0 15px 0;
      text-align: center;
      background: #ffffff;
}

.movie-title {
      font-size: 18px;
      font-family: helvetica, arial, verdana, sans-serif;
      line-height: 1.2em;
      color: #1b5cbc;
      text-align: center;
      margin: 20px 20px 5px 20px;
      font-weight: bold;
}

.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: #1b5cbc;
} 

.form-input-field{
}

.form-input-button {
}

/* @end */
