/*
 * RapidWeaver 3.6 Style Sheet
 * Theme Name: Milano
 * Theme Author: Josh Lockhart <support@joshlockhart.com>
 * Theme Website: http://www.joshlockhart.com
 * Theme Version: 4.0
 * Updated 26 May 2007
 * (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: #CCC;
	background-color: #1A1A1A;
	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; }

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






/* Adding <ul> and <ol> CSS for Rapidweaver 3.6 */

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






/* 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 #35352D;
}
#header h1{ font-size: 24px; }
#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: #FFF; }

#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 #35352D;
	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; }
h1.blog-entry-title, h1.blog-entry-title a{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 18px;
	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; }
p.blog-entry-tags { padding: 5px 0; }






/* BLOG TAG CLOUD - Rapidweaver 3.6+ */

ul.blog-tag-cloud {
	margin: 15px 0 0 0;
	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;
}






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






/* PHOTO ALBUM EXIF METADATA - Rapidweaver 3.6+ */

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






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