/*
 * Group: Primary Elements
*/

html{}

body{
      width: 850px;
      margin: 0 auto;
      position: auto;
}

h1,h2,h3,h4,h5{
      margin: 0 0 10px 0;
      padding: 0;
}

h1{ font-size: 2em; }

h2{ font-size: 1.75em; }

h3{ font-size: 1.5em; }

h4{ font-size: 1.25em; }

h5{ font-size: 1em; }




p{
      margin: 0 0 15px 0;
      padding: 0;
}

a{}

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

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

a img{ border: none; }

.imageStyle {}

.image-left{ 
      float: left;
      padding: 15px;
}

.image-right{
      float: right;
      padding: 15px;
}

p, .filesharing-description, .album-description, .blog-entry-body, .movie-page-description, .movie-description{
      line-height: 1.4em;
}

code{
      font-family: courier;
      padding: 15px 0;
}

.blockquote {padding: 15px 30px ;}

.clearfix:after{
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      visibility: hidden;
}





/*
 * Group: List Elements
*/

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





/*
 * Group: Layout Elements
*/

.pad{ padding: 20px; }

#banner{
      width: 100%;
      height: 100px;
      background-position: top left;
      background-repeat: no-repeat; 
padding: 0px; 
}

#content-wrapper{
      position: relative;
      width: 100%;
 
}

#sidebar{
      width: 200px;
height: 100%;
background: #fff;
}
      
      
      }
      
      #blog-categories br, #blog-archives br, #blog-rss-feeds br{ display: none; }
      
      #blog-categories, #blog-archives{
            padding-bottom: 20px;
      }
      
      #blog-categories a, .blog-category-link-disabled{
            display: block;
            padding: 4px 0 4px 25px;
            background: transparent url(images/tag_blue.gif) left no-repeat;
      }
      
      #blog-archives a, .blog-archive-link-disabled{
            display: block;
            padding: 4px 0 4px 25px;
            background: transparent url(images/calendar.gif) left no-repeat;
      }
      
      #blog-rss-feeds a{
            display: block;
            padding: 4px 0 4px 25px;
            background: transparent url(images/icon-sidebar-rss.gif) left no-repeat;
      }
      
#content{
      width: 640px;
      float: right;
padding-top: 25px;
padding-left: 10px;
}

#footer{
      padding: 40px  0 20px 20px;

}






/*
 * Group: Breadcrumb Elements
*/

#breadcrumbs{ 
      font-size: 12px;
      font-weight: bold;
      background: transparent url(images/breadcrumb-highlight-2.png) top repeat-x;
}

#breadcrumbs ul{
      margin: 0;
      padding: 10px;
      list-style: none;
}

#breadcrumbs li{ display: inline; }





/*
 * Group: Toolbar Menu
*/

#toolbar{ background: transparent url(images/toolbar-highlight.png) top repeat-x ; }

#toolbar ul{
      margin: 0;
      padding-left: 0px;
      padding-top: 0px; 
      list-style: none;
}

#toolbar li{ display: inline; }

#toolbar a{
      display: block;
      padding: 6px 0px 3px 0px;
      background: transparent url(images/icon-toolbar-arrow.gif) 0 7px no-repeat;
}

      #toolbar a.current, #toolbar a.currentAncestor, #toolbar a.current:hover, #toolbar a.currentAncestor:hover {font-weight: bold;}
      
      #toolbar a.current{ text-decoration: none; }

#toolbar ul ul{ 
      line-height: 1.6em;
      padding: 0px 0 1px 0px;
}

#toolbar ul ul li{ display: block; }

#toolbar ul ul a{ 
      display: inline;
      padding: 0 0 0 10px;
      background: transparent url(images/icon-toolbar-submenu.gif) 0 30px no-repeat;
}






/*
 * Group: Blog Page Style
*/

/* Blog entry container */
.blog-entry {
      margin-bottom: 20px;
}

/* Blog title and permalink */
.blog-entry-title {
      margin-bottom: 5px;
}

/* Blog entry date and category tags */
.blog-entry-date{
      font-weight: bold;
      font-size: 1.2em;
}

/* Surrounds each category tag link */
.blog-entry-category{}

/* Surrounds blog entry body copy */
.blog-entry-body{
      padding: 10px 0 0 0;
}

/* The 'Read More' link */
.blog-read-more{}

/* Blog article tags */
p.blog-entry-tags {
      margin-top: 10px;
      padding-left: 20px;
      background: transparent url(images/tag_blue.gif) left no-repeat;
}

/* Comments and Trackback links */
.blog-entry-comments{
      display: inline;
}

/* Blog 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;
}                                                      





/*
 * Group: Blog Archive Page
*/

/* Styles the background of the archive page */
.blog-archive-background{}

/* Styles around ALL archive entries */
.blog-archive-entries-wrapper{}

/* Style around the archive header (which contains archive name and links) */
.blog-archive-headings-wrapper

/* Styles the month/week/year heading */
.blog-archive-month{
      font-size: 2em;
}

/* Styles the month/week/year links */
.blog-archive-link{
      padding: 5px 0;
}





/*
 * Group: Contact Form Page Style
*/

/* Styles the message that appears at the top of the form */
.message-text{}

/* Styles the required text labels */
.required-text{}

/* Styles text input fields */
.form-input-field{}

/* Styles form buttons */
.form-input-button{}





/*
 * Group: File Sharing Page Style
*/

/* Styles the page description */
.filesharing-description{ margin-bottom: 15px; }

/* Surrounds each file sharing entry */
.filesharing-item{
      padding: 0 0 15px 40px;
      background: transparent url(images/icon-page.jpg) 0 0 no-repeat;
}

/* Styles the title of each entry */
.filesharing-item-title{
      font-size: 2em;
}

/* Styles the description for each entry */
.filesharing-item-description{}





/*
 * Group: Photo Album Page Style
*/

/* Styles the album title */
.album-title{
      font-size: 2em;
}

/* Styles the album description */
.album-description{ 
      display: block;
      padding: 16px 0 0px 0;
}

/* Surrounds all image thumbnails */
.album-wrapper{
      margin-top: 0px;

}

/* Surrounds each album thumbnail entry; use for positional and alignment purposes */
.thumbnail-wrap{
      text-align: center;
      position: relative;
      float: left;
      margin-bottom: 0px;
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 0px;
}

/* Surrounds the thumbnail image and caption */
.thumbnail-frame {
      position: absolute;
    bottom: 0;
    left: 0;
}

/* Styles the thumbnail caption */
.thumbnail-caption{}





/*
 * Group: Photo Album Large Page
*/

/* Styles the background for this page */
.photo-background{
      margin: 0;
      padding: 20px 0 0 0;
      width: 100%;
      text-align: center;
      background-color: transparent;
}

/* Styles around the navigation controls */
.photo-navigation{
      width: 840px;
      margin: 0 auto;
}

/* Styles the title of this page */
.photo-title{
      font-size: 2em;
}

/* Styles the photo caption */
.photo-caption{ margin: 5px 0; }

/* Styles the navigation links */
.photo-links{}

/* Styles the photo itself */
.photo-frame{}

/* Photo EXIF Metadata */
.exif-data {
}
.exif-data p {
      margin: 0;
      padding: 0;
}
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 {
}





/*
 * Group: Movie Album Page Style
*/

/* Styles the page title */
.movie-page-title{
      font-size: 2em;
}

/* Styles the page description */
.movie-page-description{
      padding: 15px 0;
}

/* Styles around the movie thumbnail */
.movie-thumbnail-frame{
      display: block;
      width: 100%;
      overflow: auto;
      padding: 10px 0;
      border-top: 1px solid #CCC;
}

/* Movie Thumbnail */
.movie-thumbnail-frame img{ 
      float: left;
      padding-right: 15px;
}

/* Styles the movie thumbnail caption */
.movie-thumbnail-caption{ 
      float: left;
      font-size: 1.2em;
}






/*
 * Group: Movie Album Popup Page Style
*/

/* Styles the background of the popup window */
.movie-background{
      padding: 25px;
}

/* Styles the movie title */
.movie-title{
      font-size: 1.2em;
}

/* Styles around the actual movie (This is also used on the standard quicktime page style) */
.movie-frame{
      width: 100% !important;
      padding-bottom: 20px;
      overflow: hidden;
      text-align: left;
}





/*
 * Group: Quicktime Movie Page Style (See .movie-frame directly above, too)
*/

/* Styles the movie description */
.movie-description{}