/*
 * RapidWeaver 3.5 Style Sheet
 * Theme Name: Milano
 * Theme Author: Josh Lockhart <support@joshlockhart.com>
 * Theme Website: http://www.joshlockhart.com
 * Theme Version: 3.0
 * Updated 11 August 2006.
 * (c) 2006, Josh Lockhart
 *
 * This work is created by Josh Lockhart and may only be used with this Rapidweaver theme in accordance
 * with the terms of use provided at the website noted above. This disclaimer must not be removed or 
 * separated from the markup below under any circumstances.
 *
*/






/* BASIC ELEMENTS */

body{
      margin: 0;
      padding: 25px;
      font-size: 12px;
      color: #666666;
      background-color: #ffffff;
      border-top: 10px solid #C0DB5A;
}

a:link, a:visited{ text-decoration: underline; }
a:hover, a:active{ text-decoration: none; }
a img{ border: 0; }

h1, h2, h3, h4, h5{ margin: 0; padding: 0; }
h1{ font-size: 20px; }
h2{ font-size: 18px; }
h3{ font-size: 16px; }
h4{ font-size: 14px; }
h5{ font-size: 12px; }

p{}

blockquote{ padding: 10px 15px; margin: 15px 0; background: #111; font-style: italic; }

.image-right{ float: right; padding: 10px 0 10px 10px; }
.image-left{ float: left; padding: 10px 10px 10px 0; }

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




/* LAYOUT */

#wrapper{ width: 800px; margin: 0 auto; }

#header{
      width: 100%;
      position: relative;
      margin: 0 0 15px 0;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #cccccc;
}
#header h1{ font-size: 24px; color: #FFF; }
#header ul{
      margin: 0;
      padding: 0;
      list-style: none;
      position: absolute;
      bottom: 5px;
      right: 0;
}
#header ul li{ float: left; border-left: 1px solid #cccccc; }
#header ul li:first-child{ border-left: none; }
#header ul a{ padding: 5px; text-decoration: none; }
#header ul a:hover{ color: #FF9900; }
#header ul a.current{ color: #666666; }

#logo{ position: relative; }
#logo img{ padding-bottom: 18px; }
#custom-logo{ display: none; position: absolute; top: 0; left: 0; width: 800px; background-color: #FFF; background-position: top; background-repeat: no-repeat; }


#contents, #sidebar{ line-height: 1.4em; }
#contents h3, #sidebar h3{ margin-bottom: 15px; }
#contents{ /* See /css/sidebar/... */ }
#sidebar{ padding-bottom: 15px; width: 210px; }

#footer{
      clear: both;
      border-top: 1px solid #cccccc;
      padding: 15px 0;
      color: #555;
}

#breadcrumb{
      display: block;
      margin: 0;
      padding-top: 10px;
}

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

            #breadcrumb li{
                  display: inline;
            }






/* BLOG ENTRIES */

.blog-entry{ padding-bottom: 20px; }
.blog-entry-title{
      display: block;
      margin: 0;
      padding: 0;
      font-size: 18px;
      color: #FFF;
      font-weight: bold;
}
.blog-entry-date{ font-style: italic; padding: 5px 0 3px 0; }
.blog-entry-comments{ padding-top: 5px; }
.blog-category-link-enabled { }
.blog-category-link-disabled { color: #555; font-style: italic; }
.blog-entry-summary{}
.blog-read-more{}
#blog-categories,#blog-archives,#blog-rss-feeds{ display: block; padding-top: 15px; }





/* BLOG ARCHIVES */

.blog-archive-background{}
.blog-archive-entries-wrapper{}
.blog-archive-headings-wrapper{ padding-bottom: 15px; }
.blog-archive-month{ color: #FFF; }
.blog-archive-link{}






/* CONTACT FORM */

.message-text{}
.required-text{}
.form-input-field{}
.form-input-button{}






/* FILE SHARING */

.filesharing-description{ padding-bottom: 20px; }
.filesharing-item{ padding: 8px 20px 8px 8px; border-top: 1px solid #35352D; }
.filesharing-item:hover{ background: #111; }
.filesharing-item-title{}
.filesharing-item-description{ color: #AAA; }






/* PHOTO ALBUM */

.album-title{ display: none; }
.album-description { margin-bottom: 15px; }
.thumbnail-wrap {
      text-align: center;
      position: relative;
      float: left;
      margin-right: 14px;
      margin-bottom: 30px;
      padding: 5px;
}
.thumbnail-frame { position: absolute; bottom: 0; left: 0; }
.thumbnail-frame img { padding: 5px; background-color: #FFF; margin: auto; }
.thumbnail-frame img:hover{ background-color: #C0DB5A; }
.thumbnail-caption { margin: 0; padding: 0; }






/* PHOTO ALBUM LARGE IMAGE */

.photo-background{}
.photo-navigation{}
.photo-title{ font-size: 24px; color: #FFF; }
.photo-title, .photo-caption, .photo-links{ margin: 0; padding: 0 0 5px 0; }
.photo-frame{ margin-top: 5px; border: 5px solid #FFF; }






/* MOVIE ALBUM */

.movie-page-title{
      display: block;
      margin: 0;
      padding: 0 0 5px 0;
      font-size: 20px;
      color: #FFF;
}
.movie-page-description{ margin-bottom: 15px; }
.movie-thumbnail-frame{
      display: block;
      border-top: 1px solid #35352D;
      padding: 15px;
      width: 100%; 
      content: "."; 
  height: 0; 
  clear: both;
}
.movie-thumbnail-frame img{ float: left; padding-right: 5px; margin-bottom: 15px;}
.movie-thumbnail-caption{ float: left; padding-left: 10px; }






/* MOVIE ALBUM POPUP */

.movie-background{}
.movie-title{ color: #FFF; }
.movie-frame{}






/* QUICKTIME */

.movie-description{}
.movie-frame{}