/*  
Theme Name: Liteness
Theme URI: http://blog.orbyonline.com/liteness/
Description: A lite-weight WordPress theme.  
Version: 1.0
Author: Tom Richards
Author URI: http://orbyonline.com
*/

/****************
 * Body Styling *
 ****************/
body {
	font-size: small;	
	font-family: 'Lucida Grande', Arial, Verdana, sans-serif;
	background: #DDD;
	color: #555;
}
	body hr {
		display: none;
	}
body.single #photoPage {
	width: 940px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0 auto;
}
#recentPhotos, #nonRecent {
	width: 856px;
	padding: 0 10px;
	margin: 0 auto;
}
body.archive #album {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1100px;
	min-width: 700px;
}
body.index {
	min-width: 900px;
}
body.archive {
	min-width: 740px;
}
body.single  {
	min-width: 960px;
}

/**************************
 * Image and Link Styling *
 **************************/
a, a:visited { 
	color: #4F8BBF;
}
	a:hover { 
		color: #265686;
	}
	a strong {
		color: #4F8BBF;
		font-weight: bold;
	}
		a:hover strong {
			color: #265686;
		}
	a.feed {
		background: url(images/feed_icon.gif) left center no-repeat;
		padding-left: 15px;
	}
	.categories {
		background: url(images/categories.gif) left center no-repeat;
		padding-left: 17px;
	}
	.permalink a {
		background: url(images/permalink.gif) left center no-repeat;
		padding-left: 15px;
	}
	.comments a {
		background: url(images/comments.gif) left center no-repeat;
		padding-left: 19px;
	}
img {
	margin: 10px;
	border: 0;
}
	img.left {
		float: left;
		margin-left: 0;
	}
	img.right {
		float: right;
		margin-right: 0;
	}
	img.no_effects {
		margin: 0 1px;
	}

/*******************
 * Heading Styling *
 *******************/
h2, caption {
	text-shadow: none;
	text-align: center;
	line-height: 2.5em;
	font-size: 90%;
	letter-spacing: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 3px double #CCC;
	border-bottom: 3px double #CCC;
}
h2 a, h4 a, h2 a:visited, h4 a:visited {
	color: #D94040;
}
h2 a:hover, h4 a:hover {
	color: #FF0000;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5;
	text-shadow: 3px 3px 2px #CCC;
	color: #D94040;
}
h4 {
	font-size: 120%;
	color: #222;
	line-height: 1.4;
	padding: 0;
	background: none;
	border-bottom: 1px #CCC dotted;
}
	
/*****************************
 * Recent Categories Styling *
 *****************************/
#recentCategories {
	background: #F8F8F8;
	width: 854px;
	margin: 20px auto 0;
	border: 1px #CCC solid;
}
	#recentCategories h2 {
		border: none;
		margin: 5px 0;
		color: #666;
	}
	#recentCategories .date {
		color: #999;
		font-size: 80%;
	}
	#recentCategories .description {
		display: inline;
		line-height: 1.5em;
	}
	#recentCategories .numImages {
		font-style: italic;
		display: inline;
		color: #999;
		line-height: 1.5em;
	}
	#recentCategories ul li {
		position: relative;
		float: left;
		width: 258px;
		margin: 0 0 20px 20px;
	}
		#recentCategories ul li img.album_img {
			background: #FFF;
			padding: 8px;
			margin: 0;
			border: 1px #999 solid;
		}
		#recentCategories ul li h3 a em {
			position: absolute;
			top: 0;
			right: 0;
			width: 258px;
			height: 108px;
			text-indent: -5000px;
			background: transparent url(images/go_album.gif) 106px -100px no-repeat;
		}
		#recentCategories ul>li h3 a em {
			background: transparent url(images/go_album.png) 106px -100px no-repeat;
		}
			#recentCategories ul li h3 a:hover em {
				background-position: 50% 9px;
			}
/*************************
 * Recent Photos Styling *
 *************************/
#recentPhotos {
	margin: 20px auto;
	
}
	#recentPhotos ul {
		margin: 10px -10px;
		width: 876px;
	}
	#recentPhotos ul li {
		background: transparent url(images/slide_back.gif) top left no-repeat;
		margin: 10px;
		float: left;
		width: 126px;
		height: 126px;
	}
		#recentPhotos>ul>li {
			background-image: url(images/slide_back.png);
		}
		#recentPhotos li.vert img {
			margin: 10px 0 0 28px;
			padding: 0;
			border: 1px inset;
		}
		#recentPhotos li.horiz img {
			margin: 28px 0 0 10px;
			padding: 0;
			border: 1px inset;
		}

/**********************
 * Non Recent Styling *
 **********************/
#nonRecent {
	margin: 0 auto;
	padding: 0 0 30px;
}
	#nonRecent h2, caption {
		margin-bottom: 10px;
	}
		
/********************
 * All Albums Table *
 ********************/
#allAlbums {
	width: 562px;
	float: left;
}
	#allAlbums li {
		padding: 5px 10px 0 3px;
		font-size: 100%;
		position: relative;
	}
		#allAlbums li.primary ul.sub_album {
			display: none;;
		}
		#allAlbums li li {
			padding: 5px 0;
			margin-left: 15px;
			font-size: 90%;
			border-top: 1px solid #CCC;
		}
			#allAlbums li li li {
				font-size: 100%;
			}
	#allAlbums .albumTitle {
		padding-bottom: 5px;
		margin-right: 6em;
		position: relative;
	}
	#allAlbums .numImages {
		color: #A8A8A8;
		position:absolute;
		top: 5px;
		right: 10px;
	}
		#allAlbums li li .numImages {
			right: 0px;
		}
	#allAlbums li.alt {
		background: #EEE;
		border: 1px solid #C8C8C8;
	}
		#allAlbums li.alt li {
			border-top: 1px solid #DDD;
		}
		#allAlbums li.alt .numImages {
			color: #AAA;
		}
	#allAlbums li a {
		padding-left: 17px;
	}
	a.expandAlbum, a.expandAlbumTrans, a.closeAlbumTrans, a.closeAlbum {
		background: url(images/expand_arrow_1.png) center left no-repeat;
	}
		a.expandAlbumTrans {
			background-image: url(images/expand_arrow_2.png);
		}
		a.closeAlbumTrans {
			background-image: url(images/expand_arrow_3.png);
		}
		a.closeAlbum {
			background-image: url(images/expand_arrow_4.png);
		}
	.expandText {
		display: inline;
		padding: 0 5px;
		font-size: .8em;
		font-style: italic;
		color: #999999;
	}

/********************
 * Colophon Styling *
 ********************/	
#colophon {
	width: 272px;
	float: right;
}
	#colophon img {
		float: right;
		margin: 0 0 5px 5px;
	}
	#colophon p {
		margin-bottom: 1em;
		font-size: 90%;
		line-height: 1.5em;
	}
		#colophon p.rss {
			margin-bottom: 0;
		}
	#colophon ul {
		font-size: 90%;
		line-height: 1.5em;
		margin: .5em 0 .5em 1em;
	}

/**********************
 * Photo Page Styling *
 **********************/
#photoPage {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
	#photoPage img {
		margin: 0;
	}
	#photoPage #thePhoto {

	}
		#photoPage #thePhoto img {
			padding: 6px;
			background: #FFF;
			border: 1px solid #777;
		}
		#photoPage #nextPost a em, #photoPage #prevPost a em {
			background: #987398;
			display: block;
			text-indent: -5000px;
			position: absolute;
			top: 0;
		}
		#photoPage.horiz #nextPost a em, #photoPage.horiz #prevPost a em {
			width: 327px;
			height: 440px;
		}
		#photoPage.vert #nextPost a em, #photoPage.vert #prevPost a em {
			width: 219px;
			height: 654px;
		}
			#photoPage.horiz #nextPost a em {
				left: -345px;
			}
			#photoPage.horiz #prevPost a em {
				right: -344px;
			}
			#photoPage.vert #nextPost a em {
				left: -344px;
			}
			#photoPage.vert #prevPost a em {
				right: -344px;
			}
			#photoPage #prevPost a em {
				background: url(images/previous_photo.gif) 50% -100px no-repeat;
			}
			#photoPage #prevPost a>em {
				background-image: url(images/previous_photo.png);
			}
				#photoPage #prevPost a:hover em {
					background-position: 50% 7px;
				}
			#photoPage #nextPost a em {
				background: url(images/next_photo.gif) 50% -100px no-repeat;
			}
			#photoPage #nextPost a>em {
				background-image: url(images/next_photo.png);
			}
				#photoPage #nextPost a:hover em {
					background-position: 50% 7px;
				}
	#photoPage #prevPost {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	#photoPage #nextPost {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	#photoPage #nextPost, #photoPage #prevPost {
		background: transparent url(images/slide_back.gif) top left no-repeat;
		width: 126px;
		height: 126px;
		text-align: center;
	}
		#photoPage>#nextPost, #photoPage>#prevPost {
			background-image: url(images/slide_back.png);
		}
		#photoPage #nextPost img,	#photoPage #prevPost img {
			border: 1px inset;
		}
		#photoPage #nextPost.vert a, #photoPage #prevPost.vert a {
			display: block;
			height: 116px;
			width: 126px;
			padding-top: 10px;
			cursor: pointer;
		}
		#photoPage #nextPost.horiz a, #photoPage #prevPost.horiz a {
			display: block;
			height: 98px;
			width: 126px;
			padding-top: 28px;
		}
	#photoPage #photoText {
		position: absolute;
		top: 136px;
		left: 10px;
		width: 126px;
	}
	#photoPage #photoExif {
		position: absolute;
		top: 136px;
		right: 10px;
		width: 126px;
	}
	#photoPage #photoText {
		text-align: right;
	}
	#photoPage #photoExif {
		text-align: left;
	}
		#photoPage #photoText h3, #photoPage #photoExif h3 {
			color: #888;
			font-weight: bold;
			font-size: 110%;
			letter-spacing: 0em;
			margin-bottom: .2em;
			margin-top: .7em;
			border-bottom: 2px #C6C6C6 solid;
		}
		#photoPage #photoText h3 {
			margin-right: -7px;
			padding-right: 7px;
		}
		#photoPage #photoExif h3 {
			margin-left: -7px;
			padding-left: 7px;
		}
		#photoPage #photoText p, #photoPage #photoExif p {
			font-size: 90%;
			line-height: 1.4em;
		}

/*****************
 * Album Styling *
 *****************/
#album {
	padding: 0 20px;
}
	#album img {
		margin: 0;
	}
	#album #albumInfo {
		width: 262px;
		float: left;
	}
		#album #albumInfo img {
			border: 1px #777 solid;
			background: #FFF;
			padding: 10px;
		}
		#album #albumInfo h2 {
			margin: .5em -10px .2em;
			border: none;
			text-transform: none;
			line-height: 1.3em;
			color: #888;
			font-weight: bold;
			font-size: 120%;
			letter-spacing: .1em;
			border-bottom: 2px #C6C6C6 solid;
		}
			#album #albumInfo h2.panorama {
				margin-top: 2em;
			}
		#album #albumInfo p {
			font-size: 90%;
			line-height: 1.4em;
			margin: .5em 0 0;
		}
	#album #albumPhotos {
		margin-left: 282px;
		min-height: 400px;
	}
		#album #albumPhotos h3 {
			margin: 0 0 10px 10px;
			border: none;
			float: left;
			width: 100%;
			text-align: left;
			text-transform: none;
			line-height: 1.3em;
			color: #888;
			font-weight: bold;
			font-size: 110%;
			letter-spacing: .1em;
			border-bottom: 2px #C6C6C6 solid;
		}
		#album #albumPhotos ul {
			float: left;
			padding-bottom: 20px;
		}
		#album #albumPhotos li {
			background: transparent url(images/slide_back.gif) top left no-repeat;
			width: 126px;
			height: 126px;
			text-align: center;
			float: left;
			margin: 0 0 10px 10px;
		}
			#album #albumPhotos>li {
				background-image: url(images/slide_back.png);
			}
			#album #albumPhotos li img {
				border: 1px inset;
			}
			#album #albumPhotos li.vert a {
				display: block;
				height: 116px;
				width: 126px;
				padding-top: 10px;
			}
			#album #albumPhotos li.horiz a {
				display: block;
				height: 98px;
				width: 126px;
				padding-top: 28px;
			}

/*******************
 * Content Styling *
 *******************/
#content {
	clear: both;
	background: #DDD url(images/content_bg.gif) top left repeat-x;
}
	#content .container {
		padding-top: 1px;
		width: 900px;
		margin: 0 auto;
	}

/******************
 * Comment Styling *
 ******************/
body #comment_container.hideComments {
	display: none;
}
#comment_container {
	display: block;
}
.postmeta {
	margin: 0 141px;
	color: #999;
	padding: 5px 0;
	letter-spacing: .1em;
	font-size: 90%;
}
	.postmeta strong {
		color: #888;
	}
	.postmeta a, .postmeta a:visited {
		color: #95BADA;
	}
		.postmeta a:hover {
			color: #4F8BBF;
		}
#view_comments {
	font-size: 120%;
	border: none;
	line-height: 1.1em;
	margin: 10px 20px 0 0;
	padding: 0;
	letter-spacing: .1em;
	text-transform: none;
	font-weight: bold;
	color: #999;
}
	#view_comments a {
		background: url(images/comments.png) center right no-repeat;
		padding-right: 18px;
	}
#comment_area {
	display: block;
	color: #777;
	text-align: left;
	margin: 5px 141px;
}
	#comment_area form {
		margin-top: 10px;
	}
	#comment_area form p {
		margin-top: 1em;
		color: #888;
	}
	#comment_area h2 {
		border-top: 2px #C6C6C6 solid;
		text-align: left;
		font-size: 170%;
		line-height: 1.1em;
		margin: 0;
		padding: 10px 0;
		letter-spacing: .1em;
		text-transform: none;
		color: #999;
	}
.commentlist {
	border-top: 2px #C6C6C6 solid;
	margin: 0;
	padding: 20px 0 0;
	line-height: 0.0;
}
	.commentlist li {
		clear: both;
		margin: 0 0 30px;
		padding: 0;
		position: relative;
		list-style-type: none;
	}
		.commentlist li .commentNumber {
			position: absolute;
			top: 0em;
			left: -110px;
			min-width: 100px;
			z-index: 0;
			font-size: 300%;
			line-height: 1.0;
			color: #EEE;
			font-weight: bold;
			text-align: right;
		}
		.commentlist li .commentmeta {
			position: relative;
			font-weight: bold;
			color: #BBB;
			line-height: 1.1em;
			width: 100%;
		}
			.commentlist li .commentmeta .commentauthor {
				width: 55%;
				float: left;
				font-size: 140%;
				padding-bottom: 5px;
				line-height: 1.1em;
			}
				.commentlist li .commentmeta .commentauthor cite {
					font-style: normal;
					color: #777;
				}
			.commentlist li .commentmeta .commentdate { 
				width: 42%;
				float: right;
				text-align: right;
		}
		.commentlist li .commenttext {
			line-height: 1.8em;
			clear: both;
			position: relative;
		} 
	.post form {
		margin-top: 10px;
	}
	.post form p {
		margin-left: 20px;
	}


/******************
 * Footer Styling *
 ******************/	
#footer {
	clear: both;
	padding: 1em 0;
	margin-top: 1em;
}
	#footer p {
		text-align: center;
		color: #AAA;
		font-size: 80%;
	}

/*****************
 * Clear Classes *
 *****************/
.clearclass {
	clear: both;
}
