/* BLOG PAGE */

.blog-entry{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #DDD;
}

	.blog-entry:first-child, script + .blog-entry{
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.blog-entry a{ color: #000; }

		.blog-entry-title{
			color: #000;
			margin: 0 0 5px 0;
			padding-left: 18px;
			background: #FFF url('images/post.png') left no-repeat;
		}

		.blog-entry-date{
			color: #AAA;
			margin-bottom: 5px;
		}

		.blog-entry-comments{
			padding-left: 18px;
			margin-top: 5px;
			background: #FFF url('images/quote1.png') left no-repeat;
		}






/* BLOG ARCHIVE PAGE */

.blog-archive-background{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #777777;
	background: url('images/on.jpg') repeat-x #0c0c0c 0px 115px;
}

	.blog-archive-headings-wrapper, .blog-archive-entries-wrapper{
		width: 800px;
		margin: 0 auto;
		padding: 25px;
		text-align: left;
		line-height: 1.4em;
		background-color: #FFF;
	}

		.blog-archive-month{
			font-size: 16px;
			font-weight: normal;
			margin: 0;
			padding-bottom: 3px;
			color: #000;
		}

		.blog-archive-link, .blog-archive-link a{ color: #000; }
		
	.blog-archive-headings-wrapper{ padding-bottom: 0; }







/* PHOTO GALLERY THUMBNAIL PAGE */

.album-title{
	color: #000;
	margin-bottom: 1px;
}

.album-description{ margin-bottom: 15px; }






/* PHOTO GALLERY INDIVIDUAL PAGE */

body.photo-background{
	text-align: center;
	margin: 20px;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #777777;
	background: url('images/on.jpg') repeat-x #0c0c0c 0px 115px;
}
		
		p.photo-title{
			font-size: 14px;
			color: #aaa;
			font-weight: bold;
			margin-bottom: 0px;
		}

		p.photo-caption, p.photo-links{ color: #666; }

			p.photo-links a{
				color: #666;
				text-decoration: underline;
			}

			p.photo-links a:hover, p.photo-links a:active{ text-decoration: none; }

	img.photo-frame{ border: 10px solid #FFF; }






/* MOVIE ALBUM PAGE */

.movie-page-title{
	color: #000;
	margin-bottom: 1px;
}

.movie-page-description{
	margin-bottom: 15px;
}

.movie-thumbnail-frame{
	float: left;
	padding: 10px;
}

	.movie-thumbnail-caption{
		padding-top: 5px;
	}






/* MOVIE ALBUM POPUP WINDOW PAGE */

body.movie-background{
	margin: 15px;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	color: #777;
	line-height: 1.4em;
}






/* FILESHARING PAGE */

.filesharing-description{
	margin-bottom: 15px;
}

.filesharing-item{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #DDD;
}

	.filesharing-item:first-child, .filesharing-description + .filesharing-item{
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}

	.filesharing-item-title{
		padding-left: 17px;
		background: #FFF url('images/download.gif') left no-repeat;
	}
