
HTML {
	/*	
	background: url(../img/bg70bw.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	font-family: 'Schoolbell', Arial, serif;
	overflow-y: scroll;
}

BODY {
	margin: 0;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.justify {
	text-align: justify;
}
.centerContent {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}



DIV.content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	min-height: 500px;
	padding: 2px 10px;
	/*
	background-image: url(../img/grain.jpg);
	background-repeat: repeat;
	*/
}

DIV.content_blog {
	font-family: 'Schoolbell', Arial, serif;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	min-height: 500px;
	padding: 2px 10px;
}

DIV.content_blog_width {
	width:820px;
	margin-left:auto;
	margin-right:auto;
	padding: 2px 10px;
}


P {
	margin-top: 2px;
	margin-bottom: 8px;
}

.blog_entry {
	margin: 10px 10px 40px 10px;
	background-image: url(../img/paper2.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 14px 20px 10px 56px;
}

.blog_entry  h1{
	color:#888;
}

.blog_entry  P{
	font-size: 18px;
}

.blog_entry  span.date{
	/*background-color: #bbb;*/
	background-image: url(../img/gradient2.png);
	background-repeat: repeat-y;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	display: block;
	width: 100%;
}


.shadow {
	-moz-box-shadow:		3px 3px 5px 3px #ccc;
	-webkit-box-shadow:	3px 3px 5px 3px #ccc;
	box-shadow:				3px 3px 5px 3px #ccc;
}
.lighter50{	background-color: rgba(255, 255, 255, .5); }
.lighter60{	background-color: rgba(255, 255, 255, .6); }
.lighter70{	background-color: rgba(255, 255, 255, .7); }

.date_table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.date_table td {
	vertical-align:top;
	padding: 2px 3px;
}
	
.galleryThumb {
	width: 150px;
	height: 150px;
}

.div_link {
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
	cursor: pointer;
}