/* @group General Styles */

body {
      color: #000000;
      font: 0.84em/1.6em "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
      text-align: center;
      margin: 0;
      padding: 0;
      background: #fdfdfd none 0 top;
}

body #topbar{
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      width: 100%;
      overflow: hidden;
      height: 182px;
      
}
body #shadow{
      position: absolute;
      left: 0;
      top: 182px;
      z-index: 0;
      width: 100%;
      overflow: hidden;
}

p {
}

b, strong {

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

a:hover, a:active {

}

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 {
      margin: 0px auto; /* Right And Left Margin Widths To Auto */      position: relative;
}

.clearer {
      clear: both;
}

#pageHeader {
      padding-top: 0;
      height: 182px;
      width: 100%;
      margin-top: -18px;
}

#pageHeader img {
      
}

#pageHeader h1 {
      color: #fff;
      text-align: left;
      padding-top: 20px;
      padding-left: 20px;
      font-size: 2.2em;
}

#pageHeader h2 {
      text-align: left;
      color: #fff;
      padding-left: 20px;
      font-size: 1.2em;
      margin-top: -10px;
}

#contentContainer {
      margin-bottom: 10px;
      margin-top: 20px;
}

#contentContainer #content {
      text-align: left;
      font-size: 1.1em;
      line-height: 1.5em;
      color: #181818;
      margin-top: 20px;
      font-weight: normal;
      font-style: normal;
}
#content a, #sidebar a {
      text-decoration: none;
}

#sidebarContainer {
      width: 250px;
      float: right;
      margin-bottom: 10px;
      right: 0;
}
#sidetop{
      top: 0;
      left: 0;
      width: 1px;
      height: 200px;
      clear: left;
      float: left;
}
#sidebottom{
      left: 0;
      width: 1px;
      height: 180px;
      clear: left;
      float: left;
      bottom: 0;
}
#sidebarContainer #sidebar {
      text-align: left;
      padding-left: 10px;
      font-size: 1.1em;
      color: #212121;
}
#sidebarContainer #sidebar ul li{
      margin-left: 25px;
}
#sidebarContainer .sideHeader {
      color: #000000;
      font-weight: bold;
      margin: 0;
      font-size: 1em;
}
#footer {
      height: 5px;
      margin-bottom: 40px;
      padding-bottom: 40px;
      margin-right: auto;
      margin-left: auto;
}
body {
      margin-bottom: 130px;
}

#footer p {
}

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

}

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

/* @group Boxes */

 .box h3{
      text-align: center;
      color: #fff;
      width: 100%;
      height: 22px;
      font-size: 1em;
      background: #000 url(images/subnav.png) no-repeat center;
}
 .box{
      text-align: left;
      color: #000000;
      border: 1px solid #e9e9e9;
      border-top-style: none;
      padding-bottom: 5px;
      position: relative;
      width: 96%;
      margin-bottom: 10px;
}
.box p{
      padding-right: 5px;
      padding-left: 5px;
}

.box ul{
      
}
.box li {
      margin-left: 25px;
}
/* @end */

/* @group Navigation */

/* Toolbar Styles */

#navcontainer {
      z-index: 999;
      width: 100%;
      text-align: left;
      height: 50px;
      padding-left: 7px;
      padding-right: 7px;
      margin-top: -34px;
}

#navcontainer .current {
      background-color: #fdffff;
      color: #000;
}
#navcontainer .current {
      
}

#navcontainer .current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

#navcontainer ul{
      list-style:none;
      padding: 0px;
      z-index: 5;
}


#navcontainer li {
      position: relative;
      display: inline;
      float: left;
      margin-right: 5px;
}

#navcontainer a {
      display: inline-block;
      text-decoration: none;
      color: #444;
      height: 40px;
      line-height: 36px;
      padding-right: 7px;
      padding-left: 7px;
      float: left;
      clear: right;
      background: #fdffff no-repeat;
      border: 1px solid #d4d4d4;
      border-bottom-style: none;
      font-size: 1.1em;
}
#navcontainer a {
      
}
#navcontainer a:hover {
      
}
#navcontainer a:hover {
      background-color: #fdffff;
      color: #000;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
      display: none;
}

#navcontainer ul ul li {
      display: none;
}

#navcontainer ul ul a {
      display: none;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul .current{
}


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

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}
/* @group Sub-Navigation */



/* Toolbar Styles */



#sub_navcontainer {
      position: relative;
      top: 0;
      font-size: 1em;
      text-align: left;
      margin: 0 1px 0 0;
}

/* Parent - Level 0 */

#sub_navcontainer ul {
      list-style: none;
      display: inline;
      margin: 0;
      padding: 0;
}

#sub_navcontainer ul li { /*hides the top level*/
      position: relative;
      display: inline;
      margin: 0;
      padding: 0;
}

#sub_navcontainer ul li a { /*hides the top level*/
      display: none;
}

/* Child - Level 1 */

#sub_navcontainer ul ul {
      display: block;
      margin-bottom: 10px;
}

#sub_navcontainer ul ul li {
}

#sub_navcontainer ul ul li a {
      display: block;
      padding-left: 10px;
      line-height: 22px;
      margin-top: 1px;
      height: 22px;
      background: transparent url(images/subnavtop.gif) no-repeat left center;
      font-size: 1.1em;
}

/* Child Level 2 */

#sub_navcontainer ul ul ul {
      border-top: none;
      margin-bottom: 0;
}
#sub_navcontainer ul ul ul li a {
      border-bottom: none;
      margin-left: 20px;
      background: transparent url(images/subnav.gif) no-repeat left center;
      font-size: 1em;
}

#sub_navcontainer ul ul ul li {

}
#sub_navcontainer ul ul ul li a:hover {
      background-color: transparent;
}
#sub_navcontainer ul ul ul a.current{
      background-color: transparent;
}

#sub_navcontainer ul ul ul li a {
}

/* Child Level 3 */

#sub_navcontainer ul ul ul ul li a {
      padding: 0 0 0 80px;
}

/* @end */



/* @end */

/* @group Bread-crumb */

#spacer{
      margin-top: 10px;
      margin-bottom: 10px;
}
#breadcrumbcontainer {
      margin-top: 15px;
      padding-top: 10px;
      clear: left;
}

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

#breadcrumbcontainer li {
      display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
      
/* @end */

/* @group Global Classes */

blockquote, .standout {
      font-style: italic;
      margin: 0;
      font-size: 1em;
      color: #b8b8b8;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.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 {
      margin: 10px 0;
      padding: 0;
}

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
      font-size: 1em;
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
      margin: 30px 0 0 0;
      padding-top: 30px;
      border-top: 1px solid;
}

ul.blog-tag-cloud:before {
      content: "Tag cloud:";
      display: block;
      margin-bottom: 5px;
      font-size: 1.1em;
      margin-top: 10px;
}

ul.blog-tag-cloud li {
      display: inline;
      margin: 0 1px 0 0;
      padding: 0;
}
#sidebarContainer #sidebar ul.blog-tag-cloud li{
      margin-left: 1px;
}
 ul.blog-tag-cloud li{
      margin-left: -20px;
      
}
ul.blog-tag-cloud li a:after {
      content: ", ";
}

ul.blog-tag-cloud li a {
}

ul.blog-tag-cloud li a:hover {
      text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

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

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
      font-size: 1.6em;
      margin-bottom: 5px;
}

.blog-archive-link {
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
      
/* @end */

.blog-entry {
      margin-bottom: 20px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eaeaea;
      margin-top: 10px;
}

.blog-entry-title {
      font-size: 1.4em;
      margin: 0 0 5px;
      font-weight: normal;
}

.blog-entry-title a:link {
      text-decoration: none;
      color: #383838;
}

.blog-entry-date {
      color: #414141;
      margin-bottom: 15px;
      padding-left: 6px;
      font-size: .9em;
}

.blog-read-more {
      display: block;
      padding-top: 10px;
      font-style: italic;
}

.blog-entry-body {
}

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

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

.blog-entry-category a:link, .blog-entry-category a:visited {
      color: #414141;
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
      padding-left: 6px;
      margin-left: 2px;
      color: #6b091c;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
      color: #50071e;
}

/* styles the archives in the blog sidebar */
#blog-archives {
      margin-bottom: 10px;
      text-decoration: none;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
      margin-bottom: 10px;
      text-decoration: none;
      margin-top: 14px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
      margin-bottom: 10px;
}

.blog-rss-link {
      background: url(images/rss_icon.gif) no-repeat left center;
      padding-left: 16px;
      text-decoration: none;
}

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

/* Comment links */
a.blog-comment-link {
      background: no-repeat left center url(images/comments.png);
      padding-left: 16px;
      margin-right: 5px;
}
.blog-entry-comments {
      background: url(images/comments.png) no-repeat left center;
      text-indent: 38px;
}
/* Trackback links */
a.blog-trackback-link {
      background: url(images/trackback.png) no-repeat left center;
      padding-left: 16px;
}

/* @end */
/* @group Photo Album */

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

      background: #000 url(images/efix.jpg) no-repeat left top;
      clear: left;
      margin: 9px 0 0 8px;
      float: left;
      width: 200px;
      padding: 52px 4px 5px 6px;
      position: absolute;
      top: 180px;
      left: 1px;
}

.exif-data p {
      color: #d5d5d5;
      text-align: left;
      padding-left: 17px;
      border-bottom: 1px solid #2f2f2f;
      font-size: 14px;
      line-height: 14px;
      padding-bottom: 10px;
}

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

p.exif-colour-space {
}

/* icon */

p.exif-focal-length {
      
}

/* icon */

p.exif-dimensions {
      
}

/* icon */

p.exif-pixel-y-dimension {
      }

/* icon */

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

/* icon */

p.exif-shutter-speed {
      
}

/* icon */

p.exif-datetime-original {
      
}

p.exif-subsec-time {
}

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

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

/* icon */

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

/* icon */

p.exif-image-uniqueid {
      
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

/* icon */

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

/* icon */

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

/* icon */

p.exif-datetime-digitized {
      
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

/* icon */

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

/* icon */

p.exif-iso-rating {
      
}

/* icon */

p.exif-maker-note {
      
}

p.exif-digital-zoom-ratio {
}

/* icon */

p.exif-user-comment {
      
}
/* @end */

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

.album-title {
      font-size: 1.6em;
      margin-bottom: 5px;
}

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


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

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

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
      padding: 1px;
      border-top: 1px solid #eaeaea;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #b0b0b0;
      border-bottom: 1px solid #b0b0b0;
      margin: auto;
}

.thumbnail-caption {
      color: #000;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 38px;
      display: block;
}
      
/* @end */

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

.photo-navigation a:link, .photo-navigation a:visited {
      color: #f2f2f2;
      margin-top: 0;
      margin-bottom: 0;
      text-align: center;
}

/* color title image below */

.photo-caption {
      font-style: italic;
      color: #a9a9a9;
      padding: 0px;
      margin-top: 7px;
}

.photo-links {
      color: #a9a9a9;
      margin-bottom: 6px;
}

.photo-links a {

}

.photo-links a:hover, .photo-links a:active {

}.photo-navigation a:hover {      text-decoration: underline;
      color: #dbdbdb;
}

/* new_elemens */

html > body .photo-background {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
}

html > body .photo-navigation {
}.photo-background {
}

.photo-navigation {
      margin-bottom: 35px;
}

.photo-links {
      margin: 0;
      color: #fff;
}

.photo-navigation a:link, .photo-navigation a:visited {
      color: #f9f9f9;
}

.photo-navigation a:hover {

}

.photo-frame{
      padding: 1px;
      border-top: 1px solid #eaeaea;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #b0b0b0;
      border-bottom: 1px solid #b0b0b0;
      margin-top: 28px;
}

.photo-title {
      margin: 40px 0 0;
      color: #fff;
      font-size: 2.2em;
}

.photo-caption {
      margin: 12px 0 10px;
      color: #fff;
      font-size: 1.1em;
}

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

/* @group Quicktime Page */

.movie-description {

}
      
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
      font-size: 1.6em;
      margin-bottom: 5px;
}.movie-page-description {
      margin-bottom: 15px;
}.movie-thumbnail-frame {
      width: 132px;
      height: 132px;
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      padding: 1px;
      border-top: 1px solid #eaeaea;
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #b0b0b0;
      border-bottom: 1px solid #b0b0b0;
}

.movie-thumbnail-frame:hover {
}

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

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

.movie-background {
      background: #fafafa;
      margin: 10px;
}

.movie-title {
      color: #636363;
      font-size: 2.5em;
}

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


/* @end */

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

.required-text {
} 

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

.form-input-button {
      float: right;
} 
/* @end */


/* @group JS-Kit Override */

.js-kit-comments, .js-CommentsArea{ width: 98%; } /* IE does not like 100% width */
/* @end */

/* @group Up2Five */

/*Up2five*/
.column {
      float: left;
}
.one { width: 100%; }
.two { width: 50%; }
.three { width: 33%; }
.four { width: 25%; }
.five { width: 20%; }
.column .content { width: 90%; margin: 0 auto;
}


/* @end */

/* @group Xtra */

/* @group EC1 */
.Xtra1{
      margin-bottom: 5px;
      font-size: 1.1em;
      line-height: 1.5em;
      background-color: #fecd2e;
      text-align: left;
      display: block;
}
#extraContainer1{
      padding: 20px 20px 5px;

}

/* @end */

/* @group EC2 */
.Xtra2{
      margin-bottom: 10px;
      font-size: 1.1em;
      line-height: 1.4em;
      }
#extraContainer2{
      padding-bottom: 10px;
      padding: 10px;
      text-align: left;
}
#extraContainer2 .box li {
      margin-left: -15px;
}
/* @end */

/* @group EC3 */
.Xtra3{
      margin-bottom: 10px;
      font-size: 1.2em;
      line-height: 1.4em;
      margin-top: 10px;
      text-align: left;
}
#extraContainer3{
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: normal;
      font-style: normal;
      font-size: 1em;
}

/* @end */

/* @group EC4 */
.Xtra4{
      font-size: 1.2em;
      line-height: 1.6em;
      margin-top: 20px;
}
#extraContainer4{
      padding: 20px;
      background-color: #fff;
      text-align: left;
}


/* @end */

/* @group EC5 */
.Xtra5{
      font-size: 1.1em;
      line-height: 1.6em;
      width: 100%;
      overflow: hidden;
      text-align: left;
      margin-right: 10px;
      margin-left: 10px;
      position: absolute;
      right:0px;
}
#extraContainer5{
      padding-top: 7px;
      padding-bottom: 10px;
      color: #fff;
}


/* @end */



/* @end */

/* @group Searchbox */



#searchBox {
      display: none;
      position: absolute;
      top: 20px;
      right: 0;
      height: 35px;
      float: right;
      width: 300px;
      text-align: right;
      padding-right: 15px;
      padding-bottom: 0px;
      padding-top: 0px;
}

#searchBox fieldset {
      display: block;
      border: none;
      margin: 0;
      padding: 0;
}

#searchBox input {
      background-color: #212121;
      border: 1px solid #4e4e4e;
      color: #ffffff;
      border-collapse: collapse;
      border-spacing: 0;
      font-size: 100%;
      height: auto;
      margin: 0;
      padding: 1px 3px;
      z-index: 1;
}

/* @end */

/* @group Logo */

#logo{
      position: absolute;
      top: 20px;
      right: 30px;
      width: 200px;
      height: 100px;
}

/* @end */

/* @group Cartloom */

.add_button{
      background: url(images/add_button.png) no-repeat;
      color: #fff;
      border-style: none;
}
.add_button :hover{
      color: #fff;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
      
}

.filesharing-item {
      margin-bottom: 15px;
      padding: 7px;
}
.filesharing-item-title{
      background: url(images/icons/dload.png) no-repeat left center;
      padding-left: 44px;
      font-size: 1.4em;
      letter-spacing: 1px;
      font-style: normal;
      padding-top: 4px;
}
.filesharing-item-title a:link {
      
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

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

/* @end */