/* @group General Styles */

body {
      font: 0.8em/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
      color: #666;
      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 10px 3px 0;
}

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

/* @group Layout */

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

.clearer {
      clear: both;
}

#pageHeader {
      height: 122px;
      background: url(images/header_bg.png) repeat-x;
      position: relative;
}

#pageHeader img {
}

#pageHeader #title {
      width: 280px;
      height: 122px;
      position: absolute;
      background: url(images/title_bg.png) repeat-x;
}

#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 15px;
}

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

#sidebarContainer #sidebar {
      padding: 30px 15px;
}

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

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

#footer {
      width: 280px;
      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: 91px;
      display: block;
      position: relative;
}

#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: #fff;
}

#navcontainer a:active {
}

/* Child - Level 1 */

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

#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 {
      margin: 0;
      padding: 0px 10px;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      color: #a0a0a0;
}

h1 {
      margin: 0 0 5px;
}

h2 {
      margin: 0 0 5px;
}

h3 {
      margin: 0 0 5px;
}

h4 {
      margin: 0 0 5px;
}

.imageStyle {
}

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

#contentContainer #content li {
}

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

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

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
      margin: 0;
      padding: 10px 0;
      text-align: justify;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      float: 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 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: 50px;
}

.blog-entry-title {
      font-size: 1.7em;
      font-weight: normal;
}

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

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

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

.blog-read-more {
}

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

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

/* Comment links */
a.blog-comment-link {
      padding-left: 20px;
}

/* Trackback links */
a.blog-trackback-link {
      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 {
}

a.blog-rss-link:link,
a.blog-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-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;
}

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

/* 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 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;
      height: 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 */