/* @group RESET */
* {
      padding: 0;
      margin: 0;
}

h1, h2, h3, h4, h5, h6 {
      padding-bottom: 1.0em;
      line-height: 1.0em;
}

p {
      margin: 0 0 1.0em;
}

ul, ol {
      padding: 1.0em 0;
      margin-left: 2.5em;
}

li {
      margin-left: 2.0em;
}

/* @end */

/* @global */

body {
      font: 75%/1.8em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}

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

a:hover {
      text-decoration: underline;
}

a:active {

}

img, img a {
      border-style: none;
}

h1, h2, h3, h4, h5, h6 {
      font-family: helvetica, "Lucida Grande","Lucida Sans Unicode", verdana, arial, sans-serif;
      font-weight: normal;
}

.clear {
      clear: both;
}

.widthCheck {
      background-color: red;
      margin: 0;
      padding: 0;
      height: 200px;
}

code {
      font: 1.1em/1.5em "Times New Roman", Times, serif;
}

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

.image-right {
      float: right;
      margin: 5px 0 5px 8px;
}

.clear {
      clear: both;
}

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

/* @end */

/* @group Layout */

#wrapper {
      width: 700px;
      margin: 0 auto;
      margin-top: 30px;
}

#contentbg {
      background: url(images/page-edge.png) repeat-y;
}

#container {
      background: url(images/page-sidebar-left.png) repeat-y center;
}

#top {
      width: 700px;
      height: 16px;
      background: url(images/page-top-left.png) no-repeat;
      margin: 0 auto;
}

#sidebarContainer {
      position: relative;
      left: 15px;
      width: 146px;
      padding: 0 0 15px;
      float: left;
      font-size: 0.8em;
}

#sidebar_title {
      font-size: 1.2em;
      font-weight: bold;
      margin: 0 0 10px;
}

#contentContainer {
      margin: 0 4px 0 180px;
}

#header {
      background: url(images/editable_images/header1.jpg) no-repeat;
      position: relative;
      margin: 0;
      top: -12px;
      width: 501px;
      padding-left: 15px;
      height: 73px;
      z-index: 5;
}

#header img {
      float: left;
      margin: 5px 15px 0 0;
}

#site_title {
      padding: 18px 0 0;
      text-align: center;
      font-size: 2.5em;
}

#site_slogan {      padding: 7px 0 0;
      text-align: center;
      font-size: 1.4em;
}

#content {
      position: relative;
      top: -12px;
      width: inherit;
      margin: 0 20px;
}

#bottom {
      width: 700px;
      height: 16px;
      background: url(images/page-bottom-left.png) no-repeat;
      margin: 0 auto;
}

#footer {
      width: 700px;
      margin: 0 auto 20px;
      height: 20px;
      text-align: center;
      padding: 20px 0;
}
      
/* @end */


/* @group nav */

#navcontainer {
      background: url(images/navigationbg.png) repeat-x;
      position: relative;
      top: -12px;
      width: 516px;
      height: 35px;
      margin: 0 0 15px;
      z-index: 100;
      padding: 1px 0 0;
}

#navcontainer a {
      display: block;
      text-decoration: none;
      text-align: center;
      height: 33px;
      line-height: 32px;
      padding: 0 12px;
      font-weight: bold;
      z-index: 100;
}

/* Parent - Level 0 */

#navcontainer ul {
      padding: 0;
      list-style: none;
      margin: 0px;
      z-index: 100;
      position: relative;
      float: left;
}

#navcontainer ul li {
      position: relative;
      float: left;
      display: inline;
      z-index: 100;
      margin: 0;
      padding: 0;
}

#navcontainer ul li.current {
      background: url(images/buttonleft.png) no-repeat left top;
      margin: 0;
      padding: 0 0 0 10px;
}

#navcontainer ul li.current a {
      background: url(images/buttonright.png) no-repeat right top;
      margin: 0;
      padding: 0 10px 0 0;
}

/* End */

/* Child - Level 1 */

#navcontainer ul ul {
      position: absolute;
      display: none;
      z-index: 100;
      top: 33px;
      left: 10px;
      white-space: normal;
}

#navcontainer ul ul li {
      border-bottom: 1px solid;
}

#navcontainer ul ul a,
#navcontainer ul li.current ul li a,
#navcontainer ul ul li.current a {
      background: none;
      line-height: 20px;
      width: 160px;
      text-align: left;
      z-index: 100;
      position: relative;
      height: 20px;
      display: block;
      padding: 0 5px;
      margin: 0 10px;
}

#navcontainer ul ul li.current {
      background: none;
      margin: 0;
      padding: 0;
}

/* Child Level 3 */

#navcontainer ul ul ul {
      position: absolute;
      left: 190px;
      top: 0;
}

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

#navcontainer ul ul ul ul {
      position: absolute;
      left: 140px;
      top: 0;
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}
      
/* @end */

/* @group Blog Classes */

#plugin_sidebar {
      margin-top: 10px;
}

h1.blog-entry-title {
      padding-bottom: 0.25em;
}

h1.blog-entry-title a {
      
} 

.blog-comment-link {

}

.blog-entry-comments {
      font-size: 0.8em;
}

.blog-entry {
      margin-top: 20px;
}

.blog-trackback-link {
      
}

.blog-entry-date {
      background: url(images/clock.png) no-repeat;
      font-size: 0.8em;
      text-indent: 20px;
      height: 18px;
      line-height: 18px;
      display: table;
      margin-bottom: 10px;
}

.blog-entry-category {
      line-height: 18px;
      background: url(images/category.png) no-repeat;
      display: table-cell;
      margin-left: 7px;
      padding-right: 5px;
      font-weight: bold;
}

.blog-entry-summary {
      margin: 10px;
}

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

.blog-entry-comments {
      margin-top: 20px;
      margin-bottom: 5px;
      font-weight: bold;
}

.blog-read-more a {
      background: url(images/readmore.png) no-repeat;
      padding-left: 20px;
      margin-left: 20px;
}

.blog-image-smiley { }

/* Blog Category Links */

#blog-categories {
      margin: 10px 0;
}

#blog-categories br {
      display: none;
}

.blog-category-link-disabled {
      background: url(images/category.png) no-repeat;
      padding-left: 22px;
      margin: 0;
      line-height: 18px;
      height: 18px;
      display: block;
}

.blog-category-link-enabled {
      background: url(images/category.png) no-repeat;
      padding-left: 22px;
      display: block;
      margin: 0;
}

/* Blog Archive Links */

#blog-archives {
      margin: 10px 0;
}

#blog-archives br {
      display: none;
}

.blog-archive-link-disabled {
      background: url(images/clock.png) no-repeat 0 top;
      padding: 0 0 0 22px;
      margin: 0;
      height: 18px;
      line-height: 18px;
      white-space: nowrap;
}

.blog-archive-link-enabled {
      background: url(images/clock.png) no-repeat 0 top;
      margin: 0;
      height: 18px;
      padding: 0 0 0 22px;
      white-space: nowrap;
      display: block;
}

/* RSS Feed Links */

#blog-rss-feeds {
      margin: 10px 0;
}

#blog-rss-feeds br {
      display: none;
}

.blog-rss-link {
      background: url(images/rss.png) no-repeat;
      display: block;
      margin: 0;
      padding-left: 22px;
      line-height: 18px;
      height: 22px;
}

.blog-comments-rss-link {
      background: url(images/rss.png) no-repeat;
      display: block;
      margin: 0;
      padding-left: 22px;
      line-height: 18px;
      height: 22px;
}

/* @group Cloud */

.blog-entry-tags {
      background: url(images/tag.png) no-repeat left top;
      font-size: 0.8em;
      margin: 10px 0;
      padding: 0 0 0 20px;
      line-height: 20px;
}
 
p.blog-entry-tags a:link, 
p.blog-entry-tags a:visited {
      
} 

p.blog-entry-tags a:hover {
      
}

p.blog-entry-tags a:active {
      
}

/* styles the Tag Cloud in the sidebar */

ul.blog-tag-cloud {
      margin: 10px 0;
      padding: 0;
}

ul.blog-tag-cloud li {
      display: inline;
      margin: 0 5px 0 0;
      padding: 0;
}

#sidebarContainer ul.blog-tag-cloud li a {
}

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

.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 Blog Archive */
.blog-archive-background {
      
}

.blog-archive-entries-wrapper {
      
}

.blog-archive-month {
      
}

.blog-archive-link {
      background: url(images/return.png) no-repeat;
      padding-left: 20px;
      display: table-cell;
      margin: 0;
      font-size: 0.8em;
      line-height: 18px;
      font-weight: bold;
}
/* @end */

/* @end */

/* @group Contact Form */

.message-text {
      font-weight: bold;
} 

.required-text {
      color: #ff0000;
} 

.form-input-field {
      
}

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

/* @group File Sharing */

.filesharing-description {
      margin-bottom: 10px;
}

.filesharing-item {
      border: 1px solid;
      padding: 10px;
      margin-bottom: 5px;
}

.filesharing-item-title {
      font-size: 1.2em;
}

.filesharing-item-description {
      font-style: italic;
}

/* @end */

/* @group Photo Album */       
.album-title {
      font-size: 2em;
      padding-bottom: 1.0em;
      line-height: 1.0em;
}

.album-description {
      
}

.album-wrapper {
      text-align: center;
      margin: 0 auto;
      display: inline-block;
      margin-bottom: 50px;
      clear: both;
}

.thumbnail-wrap {
      float: left;
      margin: 20px 20px 70px;
}

.thumbnail-frame {
      padding: 5px;
}

.thumbnail-frame img {
      padding: 5px;
      border: 1px solid;
} 

/*flash slide show centering*/
#flashcontent {
      text-align: center;
}

/* @end */

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

/* sample single page code
<body class="photo-background">

      <div class="photo-navigation">
            <p class="photo-title">By Merrifield-Photography.com</p>
            <p class="photo-caption">20070928_DSC03723</p>
            <p class="photo-links"><a href="../index.html">RapidWeaver's Photo Album</a> | <a href="page11-1001-full.html">Next</a></p>
      </div>
      
      <img class="photo-frame" src="page11-1000-full.jpg" alt="Loading Image" width="640" height="428"/>
            
      <div class="exif-data"><p class="exif-exposure-time">Exposure Time: 1/60</p><p class="exif-pixel-y-dimension">Y Dimension: 2592</p><p class="exif-iso-rating">ISO: 400</p><p class="exif-pixel-x-dimension">X Dimension: 3872</p></div>
            
</body>
*/

.photo-background {
      text-align: center;
      margin: 0 auto;
}

.photo-navigation {
      background: url(images/editable_images/header1.jpg) no-repeat center top;
      width: 100%;
      text-align: center;
      margin: 0 auto 40px;
      padding: 5px 0;
}

.photo-title {
      font-size: 2.0em;
      padding: 0;
      margin: 0;
}

.photo-caption {
      padding: 0;
      margin: 0;
}

.photo-links {
}

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

.photo-navigation a:hover {
}

.photo-frame {
      border: 4px solid;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
      width: 300px;
      text-align: center;
      margin: 0 auto;
}

.exif-data p {
      display: inline;
      margin-right: 10px;
      text-align: center;
}

.exif-data p:after {
      content: ", ";
}

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

/* @group Movie Album */

.movie-page-title {
      font-size: 2em;
      padding-bottom: 1.0em;
      line-height: 1.0em;
}

.movie-page-description {
      padding-bottom: 2.0em;
}

.movie-thumbnail-frame {
      padding: 5px;
      border: 1px solid;
      float: left;
      width: 132px;
      margin: 0 10px 20px;
}
      
.movie-thumbnail-frame img {
      
}

.movie-thumbnail-frame:hover {

}

.movie-thumbnail-caption {
      width: 95%;
      text-align: center;
}

/* @end */

/* @group Movie Album Pop Win */

.movie-background {
      
}

.movie-frame {
      padding: 5px;
      border: 1px solid;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      position: relative;
      z-index: 10;
}
      
/* @end */

/* @group Quicktime Movie */

.movie-description {
      clear: both;
}
      
/* @end */