/* @group General Styles */

body {
      background: repeat url(images/body_bg.png);
      margin: 0;
      padding: 0;
      font: 0.85em/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #606060;
}

p {
}

b, strong {

}

a:link, a:visited {
      color: #323c80;
      text-decoration: none;
}

a:hover, a:active {
      text-decoration: underline;
}

img {
      border: none;
}

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

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

/* @group Layout */
.clearer {
      clear: both;
}

.contentSpacer {
      height:320px;
      float:right;
      width:1px;
}

.sideSpacer {
      height:210px;
      float:right;
      width:1px;
}

.clear {
      clear:both;
      height:1px;
      overflow:hidden;
}

#top_grad {
      background: repeat-x url(images/top_grad.png);
      width: 100%;
      height: 182px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
}

#container {
      width: 555px;
      position: relative;
      z-index: 1;
}

#pageHeader {
      width: 555px;
      height: 182px;
      background: no-repeat url(images/header_bg.png);
}

#pageHeader img {

}

#contentContainer {
      width: 555px;
      background: repeat-y url(images/content_bg.png);
      position: relative;
      z-index: 2;
}

#contentContainer #content {
      position: relative;
      z-index: 6;
      padding: 30px 80px 30px 40px;
}

#contentContainer #stampsTop {
      background: no-repeat url(images/stamps_top.png);
      width: 274px;
      height: 238px;
      position: absolute;
      top: -62px;
      right: 34px;
      z-index: 3;
}

#contentContainer #stampsBottom {
      background: no-repeat url(images/stamp_bottom_left.png);
      width: 122px;
      height: 125px;
      position: absolute;
      left: 0;
      bottom: 0px;
      z-index: 4;
}

#contentContainer #title {
      width: 435px;
      background: no-repeat left 45px url(images/title_underline.png);
      height: 54px;
      position: relative;
      z-index: 5;
      margin-bottom: 15px;
      padding-top: 0;
      padding-left: 40px;
      padding-right: 80px;
}

#contentContainer #title h1 {
      line-height: 1.5em;
      font-size: 1.8em;
      font-weight: normal;
      padding-top: 0;
      padding-right: 20px;
      padding-left: 0;
      margin: 0 0 3px;
}

#contentContainer #title h2 {
      padding-right: 80px;
      font-size: 1em;
      font-weight: normal;
      line-height: normal;
      margin: 0;
}

#sidebarContainer {
      position: absolute;
      left: 531px;
      top: 40px;
      width: 284px;
      z-index: 8;
}

#sidebarContainer #postcard {
      width: 87px;
      height: 220px;
      position: absolute;
      right: 0;
      top: 289px;
      background: no-repeat url(images/bottom_of_card.png);
      z-index: 9;
}

#sidebarContainer #stamp {
      width: 207px;
      height: 50px;
      position: absolute;
      left: 17px;
      top: 289px;
      background: no-repeat url(images/bottom_of_stamp.png);
      z-index: 10;
}

#sidebarContainer #sidebar {
      background: repeat-y url(images/sidebar_bg.png) 17px 0px;
      width: 207px;
      font-size: 0.9em;
      padding-top: 50px;
}

#sidebarContainer #sidebar #sideText {
      position: relative;
      z-index: 12;
      padding-right: 25px;
      padding-bottom: 10px;
      padding-left: 25px;
}

#sidebarContainer #sidebar #bottom {
      margin: 0;
      background: no-repeat url(images/sidebar_bottom.png) 17px 0px;
      width: 207px;
      height: 26px;
}

#sidebarContainer .sideHeader {
      position: relative;
      z-index: 11;
      color: #6a5e57;
      font-size: 1.4em;
      line-height: 1.3em;
      margin: 0;
      font-weight: normal;
}

#footer {
      width: 555px;
      background: no-repeat url(images/footer_bg.png);
      height: 106px;
      font-family: Georgia, Times New Roman, Times, serif;
}

#footer p {
      margin: 0;
      padding-top: 40px;
      padding-right: 80px;
      padding-left: 10px;
      color: #6ea09f;
}

#footer a:link, #footer a:visited {
      color: #6ea09f;
      text-decoration: none;
}

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

/* @group Bread-crumb */

#contentContainer #content #breadcrumbcontainer {
      margin-top: 15px;
      color: #c1bcb0;
      font-size: 0.9em;
}

#contentContainer #content #breadcrumbcontainer ul {
      background: #e7e3d3;
      border: 1px solid #d8d1c4;
      padding: 2px;
      list-style-type: none;
      margin: 0;
      float: right;
}

#contentContainer #content #breadcrumbcontainer li {
      display: inline;
      background: none;
      padding: 0;
}

#contentContainer #content #breadcrumbcontainer a {
      color: #c1bcb0;
      text-decoration: none;
}

#contentContainer #content #breadcrumbcontainer a:hover {
      text-decoration: underline;
}
      
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
      width: 284px;
      height: 289px;
      background: no-repeat url(images/menu_bg.png);
      font-size: 1.1em;
}

#navcontainer #current {
      background: no-repeat left center url(images/button_over.png);
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
}

/* Parent - Level 0 */

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

#navcontainer li {
      margin-bottom: 8px;
}

#navcontainer a {
      color: #6a5e57;
      text-decoration: none;
      padding-left: 25px;
      height: 15px;
}

#navcontainer a:hover {
      background: no-repeat left center url(images/button_over.png);
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
      padding-top: 8px;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
      padding-left: 35px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
}

/* Child - Level 2 */

#navcontainer ul ul ul {

}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
      padding-left: 55px;
}

#navcontainer ul ul ul a:hover{

}

/* 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: 10px 0;
      padding: 0 10px;
      font-style: italic;
      color: #939087;
      background: #e7e3d3;
      border: 1px solid #d8d1c4;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

/* Main content area unordered list styles */

#contentContainer #content ul {
      margin: 20px;
      padding: 0;
      list-style: none;
}#contentContainer #content li {
}

ul.disc li {
      padding-left: 12px;
      padding-bottom: 8px;
      background: url(images/list_item.png) no-repeat left 6px;
}

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;
}
#contentContainer #content ul ul {
      margin: 8px 0 0 0;
}

/* 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: 0 0 10px;
      padding: 0;
      text-align: justify;
}

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 {
      margin-bottom: 10px;
}
.blog-archive-headings-wrapper {
      background: no-repeat -40px bottom  url(images/divider.png);
      margin-bottom: 30px;
      padding-bottom: 30px;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
      font-size: 1.4em;
      padding-right: 20px;
      display: inline;
}

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

.blog-entry {
      margin-bottom: 30px;
      background: no-repeat -40px bottom  url(images/divider.png);
      padding-bottom: 30px;
}

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

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

.blog-entry-title a:hover {
      color: #323c80;
}

.blog-entry-date {
      margin-bottom: 15px;
}

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

.blog-entry-body {
}

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

/*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 {
      margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

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

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

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

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
      margin-bottom: 30px;
      padding-bottom: 30px;
      background: no-repeat url(images/divider.png) -40px bottom;
}

.filesharing-item-title a:link {
      font-size: 1.4em;
      margin-bottom: 3px;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
      font-size: 1.7em;
      margin-bottom: 10px;
}

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

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

.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin-bottom: 10px;
      margin-right: 10px;
      padding-top: 90px;
      padding-left: 5px;
      padding-right: 5px;
      background: #fff repeat-x left 0px url(images/photo_top_grad.png);
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
      margin: auto;
      border: none;
}

.thumbnail-caption {
      margin: 0 -5px;
      padding: 0 0 20px 0;
      font-size: 0.9em;
      background:  repeat-x left bottom url(images/photo_bottom_grad.png);
      height: 38px;
      display: block;
}
      
/* @end */

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

.photo-background {
      text-align: left;
}

.photo-navigation {
      background: repeat-x url(images/top_grad.png);
      width: 100%;
      height: 182px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
}

.photo-links {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: no-repeat url(images/photo_header_bg.png);
      width: 636px;
      height: 159px;
      margin: 0;
      padding: 72px 80px 0 40px;
}

.photo-navigation a:link, .photo-navigation a:visited {

}

.photo-navigation a:hover {

}

.photo-frame{
      margin-top: 200px;
      margin-left: 40px;
      background: #fff;
      padding: 8px;
      border: 1px solid #90836d;
}

.photo-title {
      position: absolute;
      left: 40px;
      top: 15px;
      z-index: 20;
      font-size: 1.1em;
      font-weight: bold;
      padding: 0;
      margin: 0;
}

.photo-caption {
      position: absolute;
      top: 32px;
      left: 40px;
      z-index: 21;
      font-size: 1.1em;
      padding: 0;
      margin: 0;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
      color: #fff;
      margin-left: 40px;
}

/* 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 {
}.movie-page-description {
}.movie-thumbnail-frame {
      background: #fff repeat-x left 0px url(images/photo_top_grad.png);
      width: 142px;
      height: 142px;
      float: left;
      padding: 19px 0 0 0;
      margin-bottom: 10px;
      margin-right: 10px;
      text-align: center;
}

.movie-thumbnail-frame img {
      border-left: 5px solid #fff;
      border-right: 5px solid #fff;
}

.movie-thumbnail-frame:hover {
}.movie-thumbnail-caption {
      background:  repeat-x left bottom url(images/photo_bottom_grad.png);
      padding: 5px 5px 19px 5px;
      font-size: 0.9em;
}
      
/* @end */

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

.movie-background {
      background: repeat url(images/movie_body_bg.png);
      margin: 0 10px;
}

.movie-title {
      background:  repeat-x left bottom url(images/photo_bottom_grad.png);
      padding: 5px 5px 29px 5px;
      font-size: 1.4em;
      margin: 0 -10px;
}

.movie-frame {
      background: #fff repeat-x left 0px url(images/photo_top_grad.png);
      padding: 29px 10px 0px 10px;
      text-align: center;
}
      
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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


