/* * RapidWeaver 3.5 Style Sheet * Theme Name: JoshLockhart.com * Theme Author: Josh Lockhart * Theme Website: http://www.joshlockhart.com * Theme Version: 2.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: 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;}/* 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; }.blog-entry-title{	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 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; }/* 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; }