/* @group General Styles */

body {
      font: 0.8em/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
      color: #444;
      margin: 0;
      padding: 0;
      background-color: #000;
}

p {
}

b, strong {

}

a:link, a:visited {
      text-decoration: none;
      border-bottom-style: dotted;
      border-bottom-width: 1px;
}

a:hover, a:active {
      border-bottom-style: solid;
}

img {
      border: none;
}

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

.image-right {
      float: right;
      margin: 3px 0 3px 10px;
}
      
/* @end */

/* @group Layout */

#container {
      width: auto;
      background-color: #fff;
      background-repeat: repeat-y;
      z-index: 0;
}

.clearer {
      clear: both;
}

#pageHeader {
      height: 160px;
      position: relative;
      z-index: 2;
}

#fader {
      height: 182px;
      position: relative;
      z-index: 1;
}

#pageHeader img {
}

#pageHeader #title {
      width: 280px;
      height: 0px;
      position: absolute;
      opacity: 1;
}

#pageHeader #title h1 {
      margin: 0;
      color: #fff;
      font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
      letter-spacing: -1px;
      font-weight: normal;
      font-style: normal;
      text-shadow: -1px 1px 2px #505050;
      position: absolute;
      top: 30px;
      left: 15px;
}

#pageHeader #title h2 {
      margin: 0;
      position: absolute;
      top: 70px;
      left: 15px;
      font: normal normal 1.2em/normal "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
      letter-spacing: -0.06em;
}

#contentContainer {
}


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

#sidebarContainer {
      width: 240px;
      color: #fff;
      font-size: 0.9em;
      float: right;
}


#sidebarContainer #sidebar {
      padding: 12px 0px;
}

#sidebarContainer .sideHeader {
      font-size: 1.3em;
}

#sidebarContainer .sideHeader,
#sidebarContainer h1,
#sidebarContainer h2,
#sidebarContainer h3,
#sidebarContainer h4,
#sidebarContainer b,
#sidebarContainer strong {
      margin: 0 0 5px 0;
}

#footer {
      width: 980px;
      color: #fff;
      font-size: 0.9em;
      padding: 15px 0;
}

#footer p {
      padding: 0px 15px;
}

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

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

/* @group Bread-crumb */

#breadcrumbcontainer {
      
}

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

#breadcrumbcontainer li {
      display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
      
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
      padding-top: 149px;
      display: block;
      position: relative;
      z-index: 10000;
}

#navcontainer #current {
      border-bottom-width: 3px;
      border-bottom-style: solid;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
      border-bottom-width: 3px;
      border-bottom-style: solid;
}

/* Parent - Level 0 */

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

#navcontainer li {
      display: inline;
}

#navcontainer a {
      color: #fff;
      border-bottom: none;
      margin-left: 15px;
      display: block;
      float: left;
      height: 20px;
}

#navcontainer a:hover {
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: #333;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
      position: absolute;
      left: 0;
      top: 171px;
      background-repeat: repeat-y;
      width: 100%;
      height: 25px;
      z-index: 50;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
      padding-top: 2px;
      color: white;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
}

#navcontainer ul ul ul a:hover{
}

#navcontainer ul ul ul #current{
}

#navcontainer ul ul ul .currentAncestor {
}
/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
      color: #96a7bb;
      border-top: 1px solid #eeeeee;
      border-bottom: 1px solid #eeeeee;
}

h1 {
      font-size: 2em;
}

h2 {
      font-size: 1.5em;
}

h3 {
}

h4 {
}

.imageStyle {

}

.clear-left {
      clear: left;
}
      
/* @end */


/* @group Global Classes */

blockquote, .standout {
      background-color: #eee;
      text-align: left;
      float: center;
      margin: .75em;
      padding: 1px 10px;
      border-top: 1px solid #666;
      border-bottom: 1px solid #666;
      color: #666;
      font-size: 1em;
      font-style: oblique;
}

h1 {
      margin: 0 0 0px;
}

h2 {
      margin: 0 0 0px;
}

h3 {
      margin: 0 0 0px;
}

h4 {
      margin: 0 0 0px;
}

.imageStyle {
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}.blog-entry-summary {
}
.blog-archive-headings-wrapper {
      margin-bottom: 20px;
      border-bottom: 1px solid #f9f9f9;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
      font-size: 1.5em;
}

.blog-archive-link {
      padding-bottom: 10px;
      border-bottom: 1px solid #f2f2f2;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}      
/* @end */

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

.blog-entry-title {
      font-size: 1.4em;
}

.blog-entry-date {
      padding-bottom: 5px;
      padding-left: 18px;
      border-bottom: 1px solid #f2f2f2;
      color: #999;
      font-size: 0.9em;
}

/*styles the category link in the main entry */
.blog-entry-category {
      margin-left: 10px;
      padding-left: 18px;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
      margin-left: 10px;
      padding-left: 15px;
      background: url(images/permalink_white.png) no-repeat left center;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more {
}

.blog-entry-body {
      padding-top: 5px;
      border-top: 1px solid #f9f9f9;
}

.blog-entry-comments {
      margin-top: 10px;
      color: #fff;
      font-size: 0.9em;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
      padding-left: 20px;
}

a[href^="javascript:HaloScan"]:hover {
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
      padding-left: 18px;
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
      display: none;
}

/* styles the archives in the blog sidebar */
#blog-archives {
}

a.blog-archive-link-enabled:link,
a.blog-archive-link-enabled:visited {
      color: #fff;
      text-decoration: none;
      padding: 5px 25px;
      width: 200px;
      height: 18px;
      float: left;
      border-bottom-width: 1px;
      border-bottom-style: solid;
}

a.blog-archive-link-enabled:hover {
}

.blog-archive-link-disabled {
      padding: 5px 25px;
      width: 200px;
      height: 18px;
      float: left;
      border-bottom-width: 1px;
      border-bottom-style: solid;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

a.blog-category-link-enabled:link,
a.blog-category-link-enabled:visited {
      color: #fff;
      text-decoration: none;
      padding: 5px 25px;
      width: 200px;
      height: 18px;
      float: left;
      border-bottom-width: 1px;
      border-bottom-style: solid;
}

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

.blog-category-link-disabled {
      padding: 5px 25px;
      width: 200px;
      height: 18px;
      float: left;
      border-bottom-width: 1px;
      border-bottom-style: solid;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
      margin: 0 -30px;

}

a.blog-rss-link:link,
a.blog-rss-link:visited {
      color: #fff;
      text-decoration: none;
      padding: 5px 48px;
      width: 184px;
      height: 18px;
      float: left;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      background: url(images/rss_icon.png) no-repeat 30px center;
}

a.blog-rss-link:hover {
}


a.blog-comments-rss-link:link,
a.blog-comments-rss-link:visited {
      color: #fff;
      text-decoration: none;
      padding: 5px 25px;
      width: 200px;
      height: 18px;
      float: left;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      background: url(images/rss_icon.png) no-repeat 5px center;
}

a.blog-comments-rss-link:hover {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
      border-bottom: 1px solid #f2f2f2;
      padding-bottom: 10px;
}

.filesharing-item {
      border-bottom: 1px solid #f2f2f2;
      border-top: 1px solid #f9f9f9;
      padding: 10px;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
      padding-top: 5px;
      color: #949494;
      font-size: 0.9em;
}

/* @end */

/* @group Photo Album */

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

.album-title {
      font-size: 1.7em;
}

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

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

.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin-bottom: 60px;
      margin-right: 14px;
}

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

.thumbnail-frame a:link,
.thumbnail-frame a:visited {
      border: none;
}

.thumbnail-frame img {
    margin: auto;
    border: 2px solid #d6dedc;
}

.thumbnail-caption {
      margin: 0;
      padding: 0;
      height: 35px;
      display: block;
      font-size: 0.9em;
}      
/* @end */

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

.photo-background {
}

.photo-navigation {
      text-align: left;
      height: 122px;
      position: relative;
      display: block;
      margin-bottom: 20px;
}

.photo-links {
      position: absolute;
      top: 79px;
      left: 15px;
}

.photo-navigation a:link,
.photo-navigation a:visited {
      color: #fff;
      text-decoration: none;
      padding-bottom: 3px;
      border-bottom-style: none;
      height: 15px;
      margin-right: 15px;
}

.photo-navigation a:hover {
      border-bottom-width: 3px;
      border-bottom-style: solid;
}

.photo-frame{
      border: 10px solid #fff;
      margin: 0 15px;
}

.photo-title {
      margin: 0;
      width: 265px;
      height: 87px;
      padding-top: 35px;
      position: absolute;
      color: #fff;
      font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
      letter-spacing: -1px;
      font-weight: normal;
      font-style: normal;
      font-size: 2em;
      text-shadow: 1px 1px 1px #000;
      padding-left: 15px;
      right: 0;
}

.photo-caption {
      margin: 0;
      width: 265px;
      height: 87px;
      padding-top: 35px;
      position: absolute;
      top: 32px;
      color: #434d59;
      text-shadow: 1px 1px 1px #242a31;
      font: normal normal 1.2em/normal "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
      letter-spacing: -0.06em;
      padding-left: 15px;
      right: 0;
}

/* @end */
      
/* @end */

/* @group Quicktime Page */

.movie-description {
}
      
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
      font-size: 1.7em;
}.movie-page-description {
      margin-bottom: 10px;
}.movie-thumbnail-frame {
      float: left;
      width: 132px;
      margin-right: 12px;
      margin-bottom: 12px;
      text-align: center;
}

.movie-thumbnail-frame a:link,
.movie-thumbnail-frame a:visited {
      border: none;
}

.movie-thumbnail-frame img {
      border: 2px solid #d6dedc;
}

.movie-thumbnail-frame:hover {
}.movie-thumbnail-caption {
      font-size: 0.9em;
}
      
/* @end */

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

.movie-background {
      text-align: center;
      margin: 10px;
}

.movie-title {
      color: #fff;
      margin: 5px 0 0 0;
}

.movie-frame {
      padding: 5px;
}
      
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
}

form {      
}

form label {

}

.form-input-field {
      width: 99%;
      font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
      color: #353535;
} 

.form-input-button {
      font-size: 1.4em;
} 
/* @end */

/* @group Tooltip */
/*tooltip*/

.tooltip {
      width: 200px;
      color: #fff;
      text-align: center;
}

.tooltip h4 {
      color: #fff;
      font-weight: bold;
      text-shadow: 2px 2px 1px #222;
      margin: 0;
      padding: 13px 5px 3px;
      background: url(images/balloon.png) top left no-repeat;
      font-size: 11px;
}

.tooltip p {
      margin: 0;
      padding: 0 5px 10px;
      text-shadow: 2px 2px 1px #222;
      background: url(images/balloon.png) bottom left no-repeat;
      font-size: 10px;
}

/* @end */