/* BASIC ELEMENTS */

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

a:link, a:visited{ text-decoration: underline;
	color: silver;
}
a:hover, a:active{ text-decoration: none;
	color: #7f7f7f;
}
a img{ border: 0;
}

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

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;
	color: white;
}

#header{
      width: 100%;
      position: relative;
      margin: 0 0 15px 0;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #35352D;
	float: left;
}
#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 #35352D; }
#header ul li:first-child{ border-left: none; }
#header ul a{ padding: 5px; text-decoration: none; }
#header ul a:hover, #header ul a.current{ color: #bc9e43;
}

#logo{ position: relative;
	float: none;
	clear: both;
}
#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;
	font-size: 12px;
}

#footer{
      clear: both;
      border-top: 1px solid #35352D;
      padding: 15px 0;
      color: #555;
	font-size: 10px;
}

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

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

            #breadcrumb li{
                  display: inline;
            }






/* BLOG ENTRIES */

.blog-entry{ padding-bottom: 20px;
	font-size: 12px;
}
.blog-entry-title{
      display: block;
      margin: 0;
      padding: 0;
      font-size: 16px;
      color: #bc9e43;
}
.blog-entry-date{ padding: 5px 0 3px 0;
	font-size: 8pt;
	color: #bc9e43;
}
.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: 4px;
      margin-bottom: 30px;
	border-color: #000;
	padding: 10px;
}
.thumbnail-frame { position: absolute; bottom: 0; left: 0;
	border-style: none;
	padding: 0;
}
.thumbnail-frame img { padding: 0; background-color: #FFF; margin: auto;
	border-style: none;
	color: #000;
}
.thumbnail-frame img:hover{ background-color: #C0DB5A;
	border-style: none;
}
.thumbnail-caption { margin: 0; padding: 0;
	font-size: 11px;
}






/* PHOTO ALBUM LARGE IMAGE */

.photo-background{
}
.photo-navigation{
	padding-bottom: 10px;
}
.photo-title{ font-size: 24px; color: #FFF; }
.photo-title, .photo-caption, .photo-links{ margin: 0; padding: 0;
	border-style: none;
}
.photo-frame{ margin-top: 0; border: 0 none #FFF;
	color: black;
}






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