/* @group Sitemap */

#sidebarContainer #sitemap ul{

/* Adjust Sitemap */
margin-left: 15px;

/* Adjust Bullet Type */
list-style-type: square;
}

#sidebarContainer #sitemap dd{

/* Adjust Category Links */
margin-left: 8px;
font-size: 15px;
      color: #b99975;
      line-height: 1.5;
      font-variant: small-caps;
}

#sidebarContainer #sitemap dt{

/* Adjust Category Title */
padding: 6px 0;
font-size: 13px;
      color: #b99975;
}

/* @end */

*{
      padding: 0px;
      margin: 0px;
      outline: none;
}

img {
      border: none;
}

html, body {
      margin: 0;
      padding: 0;
      border: 0;
      height:  100%;
}
body { 
      text-align: center;
      font: .85em/1.4 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

a:hover, a:active {
      
}

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

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

span#blurb a:hover, #bannerEC a:hover {
      border-bottom: 1px dotted #666;
} 

#titleLogo{
      width: 945px;
      height: 150px;
      position: absolute;
      display: block;
}

span#blurb{
      display: block;
      width: 640px;
      padding-top: 4px;
      letter-spacing: normal;
      font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2.slogan{
      font-size: 16px;
      font-family: georgia;
      font-style: italic;
      font-weight: normal;
      line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6{
      line-height: 1.2;
}
h5
{
	color: #b99975;
	line-height: 1.2;
	font-size: 16px;
}
h6
{
	color: #7e0511;
	line-height: 1.2;
	font-size: 1em;
	font-weight: bold;
}
#container{
      width: 945px;
      margin: 0 auto;
}

#wrapperOuter {
      min-height: 100%;
      text-align: left;
}

#topWrapper{
      position: absolute;
      margin: 152px 0px 0px 0px;
      width: 946px;
      overflow: hidden;
}

#banner{
      position: absolute;
      width: 925px;
      height: 285px;
      left: 10px;
      z-index: 5;
}

#contentWrapper{
      width: 926px;
      padding: 10px 10px 50px 10px;
      z-index: 1;
}

#contentBackground{
      min-height:250px;
        height:auto !important;
        height:250px;
      position: relative;
      z-index: 2;
}

#contentBackgroundX{
      min-height:350px;
        height:auto !important;
        height:350px;
      position: relative;
      z-index: 3;
}

#contentContainer{
      z-index: 4;
}

#sidebarContainer h1{
      font-size: 1.9em;
}

#sidebarContainer h2{
      font-size: 1.8em;
}


#sidebarContainer h3{
      font-size: 1.7em;
} 

#sidebarContainer h4{
      font: italic 1.7em "georgia, times new roman, serif";
}

#sidebarContainer h5{
      font: 1.5em "georgia, times new roman, serif";
} 

#sidebarContainer h6 { 
      font-size: 1.4em;
}

#sidebarContainer{
      width: 200px;
      z-index: 50;
}

.clear{
      clear: both;
}

#bottomInfo{
      width: 906px;
      margin: 16px 0 0 0;
      height:  11px;
      padding: 8px 10px 8px 10px;
      border-top: 2px solid #c1af80;
background: none;}

#breadcrumb{
      font-size: 10px;
      float: left;
      color: #888;
      width: 65%;
}

#breadcrumb span{
      font-size: 12px; 
      float: left; 
      font-weight: bolder;
}

#breadcrumb a{
      font-size: 10px;
      font-weight: bolder;
      color: #ccc;
      text-decoration: none;
}

#footerInfo{
      font-size: 10px;
      text-align: right;
      color: #c1af80;
      font-weight: bolder;
}

#footerInfo a{
      color: #ccc;
      border: none;
      font-size: 10px;
      text-decoration: none;
}

#breadcrumb ul{
      list-style: none;
}

#breadcrumb li, #breadcrumb li a{
      float: left;
}

#footer{
      clear: both;
      padding-bottom: 60px;
}

#contentWrapper h2{
      font-size: 1.65em;
}

h2#sideHeader{
      font-size: 23px;
      padding-bottom: 10px;
}

#contentContainer h1, #contentContainer h2, #contentContainer h3, 
#contentContainer h4, #contentContainer h5, #contentContainer h6 {
      font-weight: normal;
      padding-bottom: 8px;
}


.break{
      padding-bottom: 27px;
      background: url(images/break.gif) no-repeat center bottom;
      margin-bottom: -16px;
      position: relative;
      z-index: 0;
}

.extraContainer h3{
      font-size: 16px;
      padding-bottom: 7px;
}

#myExtraContainer3 a{
      font-size: 1.4em;
}

/* @group Toolbar */

/* Toolbar Styles */

#toolbar{
      position: relative;
      width: 925px;
      margin: 10px 10px 0px 10px;
      z-index: 8;
}

#toolbar ul{
      border-bottom: 1px solid #ccc;
      z-index: 9;
}

* html #toolbar ul{
      border-bottom: none;
      z-index: 9;
}

#toolbar ul li {      position: relative;
      display: inline;
      float: left;
      height: 20px;
      z-index: 10;
}

#toolbar ul li a{
      height: 21px;
      text-align: center;
      display: block;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold;
      z-index: 11;
}

*:first-child+html #toolbar ul li a,
*:first-child+html #toolbar ul li a:hover{
      height: 24px;
}

#toolbar ul a:hover{
      margin-top: -7px;
      color: #444;
}

#toolbar .current{
      border-color: #333;
}

#toolbar ul li a#current,
#toolbar ul li a.currentAncestor {
      margin-top: -7px;
      border-top-width: 7px;
      border-top-style: solid;
      position: absolute;
}

#toolbar ul li span{
      float: right;
      border-left: 1px dotted #aaa;
}

#toolbar ul ul li span{
      border: none;      
}
      
#toolbar ul ul li a#current {
      margin-top: 0px;
      border-top-width: 0px;
      border-top-style: none;
}

#toolbar ul ul #current:hover {
      
}

#toolbar ul ul li a.currentAncestor {
      margin-top: 0px;
      border-top-width: 0px;
      border-top-style: none;
}

/* Parent - Level 0 */

/* Child - Level 1 */

#toolbar ul ul li a, #toolbar ul ul li a:hover{
      border: none;
}

#toolbar ul ul {
      padding-top: 8px;
      margin: 0;      position: absolute;
      border-top: none;
      background: none;
      border: none;
      z-index: 11;
}

#toolbar ul ul li {
      display: inline;
      height: 38px;
      z-index: 12;
}

* html #toolbar ul ul li {
      height: 40px;
      z-index: 12;
}

#toolbar ul ul li a {
      display: block;
      width: 125px;
      height: 22px;
      font: normal 10px "Verdana", sans-serif;
      letter-spacing: normal;
      text-transform: none;
      padding: 10px 0 0 0;
      margin: 0;
      z-index: 13;
}

#toolbar ul ul li a:hover {
      margin-top: 0;
}

/* Child Level 3 */

#toolbar ul ul ul {
      padding-top: 0;
      position: absolute;
      left: 125px;
      top: 0;
      background: none;
      border: none;
      padding-left: 6px;
}

#toolbar ul ul ul ul li { 
}

#toolbar ul ul ul ul a{
}

#toolbar ul ul ul ul a:hover{

}

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

div#toolbar ul li:hover ul, div#toolbar ul ul li:hover ul, div#toolbar ul ul ul li:hover ul, div#toolbar ul ul ul ul li:hover ul, div#toolbar ul ul ul ul ul li:hover ul{display:block;
}
/* @end */



/* @group Global Classes */

blockquote, .standout {
      color: #7e0511;
      margin-right: .85em;
	font: 1.5em/1.2 georgia;
	margin-left: .80em;
}

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

#contentContainer #content li {
}

#contentContainer ul{
      padding-left: 15px;
}

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

#sidebarContainer ul {
}

#sidebarContainer li {
}


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

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}.blog-entry-summary {
      margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
}

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

.blog-archive-link {
      border-color: #bbb;
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom-style: solid;
      border-bottom-width: 1px;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}      
/* @end */

/* @group Tag Cloud */
ul.blog-tag-cloud {
      padding: 8px 0;
      text-align: justify;
      border-bottom: 1px solid #474747;
}

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

.blog-entry {
      
      margin: 20px 0px 25px 0px;
}

.blog-entry-title {
      margin-bottom: 3px;
      letter-spacing: -1px;
      font-family: inherit;
      font-size: 1.8em;
      font-weight: normal;
}

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

.blog-entry-date {
      font-size: 0.9em;
      margin-bottom: 15px;
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc;
      font-weight: bold;
}

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

.blog-entry-body {margin:0px 0px 30px 0px;
}

.blog-entry-comments {
      margin-top: 10px;
      background: #f4f4f4;
      padding: 7px 3px 7px 10px;
      border-bottom: 1px solid #ddd;
}

.blog-entry-tags{
      padding-top: 10px;
      font-weight: bolder;      
}

#blog-categories a:hover, #blog-archives a:hover, .blog-tag-cloud li a:hover, #blog-rss-feeds a:hover{
      color: #fff;
}


/*styles the category link in the main entry */
.blog-entry-category {
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
      padding: 8px 0;
      line-height: 1.8;
      border-bottom: 1px solid #474747;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
      padding: 8px 0;
      line-height: 1.8;
      border-bottom: 1px solid #474747;
      border-top: 1px solid #474747;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
      padding: 8px 0;
      line-height: 1.8;
}

.blog-rss-link {
      background: url(images/rss.png) no-repeat 0 1px;
      padding-left: 17px;
}

.blog-comments-rss-link {
      background: url(images/rss.png) no-repeat 0 1px;
      padding-left: 17px;
}

/* Comment links */
a.blog-comment-link {
}

/* Trackback links */
a.blog-trackback-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

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

.filesharing-item-title a:link {
      letter-spacing: 2px;
      margin-bottom: 5px;
      font: normal 2em Georgia, serif;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
      padding-top: 20px;
      margin-bottom: 0px;
      font: bold 2.2em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.album-description {
      font-size: 0.9em;
      margin-bottom: 75px;
      padding-bottom: 10px;
      border-bottom: 5px solid #ccc;
}


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

.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin: 0 7px 50px 6px;
}

* html .thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin: 0 5px 50px 5px;
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

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

.thumbnail-frame img {
      margin: auto;
      border: 1px solid #999;
}

.thumbnail-caption {
      color: #444;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 38px;
      display: block;
      text-align: left;
      font-size: 9px;
      font-family: Verdana;
}
      
/* @end */

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

.photo-background {
}

body.photo-background #myExtraContent3 {
      display: none;
}

.photo-navigation {
      height: 115px;
      position: relative;
      margin: 0 auto;
      width: 650px;
}

.photo-links {
      float: right;
      font-size: 14px;
      font-weight: bolder;
      padding-top: 80px;
}

.photo-navigation a:link,
.photo-navigation a:visited {
      padding: 0 5px;
      text-decoration: none;
}

.photo-navigation a:hover {
      background: transparent;
}

.photo-frame{
      border-bottom: 1px solid #333;
      border-top: 1px solid #333;
}

.photo-title {
      position: absolute;
      top: 43px;
      left: 3px;
      letter-spacing: -1px;
      font: bold 2.3em/normal "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.photo-caption {
      margin: 0;
      position: absolute;
      top: 80px;
      left: 3px;
      letter-spacing: normal;
      font: normal 1.2em/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @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 Page */

.movie-description {

}
      
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
      margin-bottom: 0px;
      font: bold 2.2em "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}.movie-page-description {
      font-size: 0.9em;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 5px solid #ccc;

}.movie-thumbnail-frame {
      width: 144px;
      min-height: 100px;
      float: left;
      position: relative;
      margin-right: 10px;
      margin-bottom: 10px;
      border: 1px solid #bbb;
      text-align: center;
      padding: 5px 0 0 0;
      background: #ddd;
      font: 9px Verdana, "Lucida Grande", Lucida, sans-serif;
      color: #444;
}

.movie-thumbnail-frame:hover {
}.movie-thumbnail-caption {
      padding: 0 10px;
}
      
/* @end */

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

body.movie-background #myExtraContent1, body.movie-background #myExtraContent2,
body.movie-background #myExtraContent3{
      display: none;
}

.movie-background {
      margin: 15px 10px 10px 10px;
}

.movie-title {
      padding-top: 5px;
      font: normal 2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
      color: #fff;
}

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


/* @end */

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

.required-text {
} 

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

.form-input-button { 
} 
/* @end */


