/* BLOG PAGE */

.blog-entry{
	margin-top: 20px;
}

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

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

		.blog-entry-title{
			margin-bottom: 5px;
			font-size: 20px;
			font-weight: bold;
			color: #4498DF;
		}

		.blog-entry-date{
			color: #AAA;
			margin-bottom: 5px;
			font-size: 12px;
			font-style: italic;
		}

		.blog-entry-comments{
			margin-top: 5px;
		}






/* BLOG ARCHIVE PAGE - Deprecated v2 */

/*.blog-archive-background{
	margin: 50px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #777777;
}

	.blog-archive-background a:link, .blog-archive-background a:visited{ text-decoration: underline; }
	.blog-archive-background a:hover, .blog-archive-background a:active{ text-decoration: none; }

	.blog-archive-headings-wrapper, .blog-archive-entries-wrapper{
		width: 800px;
		margin: 0 auto;
		padding: 20px;
		line-height: 1.5em;
	}

		.blog-archive-headings-wrapper{ padding-bottom: 0; }

		.blog-archive-month{
			padding-bottom: 5px;
			font-size: 20px;
			font-weight: bold;
			color: #4498DF;
		}

		.blog-archive-link, .blog-archive-link a{ color: #000; }*/






/* PHOTO GALLERY THUMBNAIL PAGE - v2 */

.album-title{
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #4498DF;
}

.album-description{
	margin-bottom: 60px;
	padding: 10px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background-color: #FFFFCC;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 10px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}






/* PHOTO GALLERY INDIVIDUAL PAGE */

body.photo-background{
	margin: 50px 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #777777;
	text-align: center;
}
		
		p.photo-title, p.photo-caption{
			display: inline;
			margin: 0;
			padding: 0;
			font-size: 20px;
			font-weight: bold;
			color: #4498DF;
		}

		p.photo-caption{ color: #CCC; padding-left: 5px; }
		p.photo-caption:before{ content: ": "; }

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

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

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






/* FILESHARING PAGE */

.filesharing-description{
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background-color: #FFFFCC;
}

.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{
		margin-bottom: 5px;
		font-size: 20px;
		font-weight: bold;
	}

		.filesharing-item-title a{
			color: #4498DF;
		}






/* MOVIE ALBUM PAGE */

.movie-page-title{
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #4498DF;
}

.movie-page-description{
	margin-bottom: 20px;
	padding: 10px;
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background-color: #FFFFCC;
}

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

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






/* MOVIE ALBUM POPUP WINDOW PAGE */

body.movie-background{
	margin:20px;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #4498DF;
	line-height: 1.5em;
}