/*
 * RapidWeaver 3.6 Style Sheet
 * Theme Name: JoshLockhart.com
 * Theme Author: Josh Lockhart
 * Theme Website: http://www.joshlockhart.com
 * Theme Version: 3.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: 25px 0;
	padding: 0;
	color: #666;
}

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: #EEE; font-style: italic; }

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

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






/* <ul> and <ol> CSS Styles 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: 820px;
	margin: 0 auto; 
}

#header{
	position: relative;
	width: 800px;
	padding: 10px 10px 0 10px;
}

	#subheader{
		margin: 0;
		padding: 8px;
		font-size: .8em;
		color: #666;
		background: #E5E5E5;
		display: none;
	}

		#title{ color: #000; font-weight: bold; padding-right: 5px; }

	#header img{ float: left; } /* 290px wide and 90px tall w/ white BG */
	
	#header ul{
		margin: 0;
		padding: 40px 50px 30px 0px; /* For IE6 */
		list-style: none;
		float: right;
	}

	html > body #header ul{ padding: 40px 50px 50px 0px; } /* For all else */
		#header ul li{ float: left; margin-left: 15px; }
		#header ul a{ color: #9E9E9E; text-decoration: none; }

#contents{
	margin: 0 10px;
	padding: 40px 40px 25px 40px;
	line-height: 1.5em;
	background: #FFF url('images/shadow.jpg') top repeat-x;
}
	#contents-main h3, #sidebar h3{ margin-bottom: 10px; font-weight: normal; font-size: 14px; }
	
#footer{
	clear: both;
	margin: 0;
	padding: 0 50px 20px 50px;
	min-height: 50px;
	background: transparent url('images/footer_gray.jpg') bottom no-repeat;
}

	#footer-content{
		margin: 0;
		padding: 10px 0 15px 0; /* For IE6 */
		font-size: .8em;
		border-top: 1px solid #CCC;
	}

	html > body #footer-content{ padding: 15px 0; } /* For all else */

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

	#breadcrumbs li{
		display: inline;
	}





/* BLOG ENTRIES */

.blog-entry{ padding-bottom: 30px; }
h1.blog-entry-title, h1.blog-entry-title a{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.3em;
}
.blog-entry-date, .blog-entry-date a, .blog-entry-comments, .blog-entry-comments a{ color: #333; }
.blog-entry-date{ font-size: 14px; font-style: italic; padding: 10px 0; }
.blog-entry-comments{ padding-top: 10px; }
.blog-category-link-disabled { color: #555; font-style: italic; }
#blog-categories,#blog-archives,#blog-rss-feeds{ display: block; padding-top: 15px; }
.blog-entry-tags { margin: 0; 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-month{
	display: block;
	margin: 0;
	font-size: 20px;
}
.blog-archive-link{
	padding-bottom: 10px;
}






/* FILE SHARING */

.filesharing-description{ padding-bottom: 15px; }
.filesharing-item{ padding-top: 15px; margin-top: 15px; border-top: 1px solid #CCC; }
.filesharing-item-title{ font-size: 1.5em; }
.filesharing-item-description{ font-size: .9em; }






/* PHOTO ALBUM */

.album-title{
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 20px;
}
.album-description { margin-bottom: 30px; }
.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 50px;
}
.thumbnail-frame { position: absolute; bottom: 0; left: 0; }
.thumbnail-frame img{ margin: auto; }
.thumbnail-caption { margin: 0; padding: 0; }






/* PHOTO ALBUM LARGE IMAGE */

.photo-background{ background: #FFF; text-align: center; }
.photo-navigation{
	width: 100%;
	margin: 0px;
	padding-bottom: 70px; /* For IE6 */
	background: #FFF url('images/shadow.jpg') bottom repeat-x;
}
html > body .photo-navigation{ padding-bottom: 60px; } /* For all else */
.photo-title{ margin: 0; padding: 0; font-size: 35px; }
.photo-frame{ margin-top: 25px; margin-bottom: 30px; }






/* 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;
	font-size: 20px;
}
.movie-page-description{ margin-top: 10px; margin-bottom: 15px; }
.movie-thumbnail-frame{
	display: block;
	border-top: 1px solid #DDD;
	padding: 15px 0;
	width: 100%; 
	clear: left;
	content: "."; 
	height: 0; 
	clear: both;
}
.movie-thumbnail-frame img{ float: left; margin-right: 15px; padding-right: 5px; margin-bottom: 15px; border: 1px solid #ddd; }
.movie-thumbnail-caption{ float: left; }






/* MOVIE ALBUM POPUP */

.movie-background{
	padding: 10px;
	background: #FFF;
	text-align: center;
}
.movie-title{ color: #333; }