html, body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-color: #000000; 
	color:#F4EBA4;
	font-size: 12px;
}

a {
	color: #FFFF00;
}
a:visited {
	color: #F4EBA4
} 

h3 {
	font-size: 16px;
	color:white;
	margin-left: 5%;
	margin-right:5%;
	min-width: 800px;
}

hr {
	margin-left: 6%;
	margin-right:6%;	
	min-width: 800px;
}

.PostPage {
/* 	border: 1px solid red; */
	margin-left:5%;
	margin-right:5%;
/* 	width:90%; */
	min-width: 800px;

}


.PostPage table tr td {
	padding: 4px 6px 4px 6px;
}

.PostPage table tr:nth-child(odd) td.colPost,
.PostPage table tr:nth-child(odd) td.colPic {
	background-color: #A46B5A;
}

.PostPage table tr nth_child(even) td.colPost,
.PostPage table tr nth_child(even) td.colPic {
	background-color: #000;
}

.PostPage table tr td.colPost {
	vertical-align: middle;
	border-right: 4px solid black;
	min-width: 620px;
}

/* Default imag handling inside a post... */
div.thePost img {
	margin:6px;
}

.PostPage h4 {
	font-size:14px;
	font-weight: bold;
	margin:0px;
	padding:0;
	color: #f4eba4; 
	clear:both;
} 

.PostPage .post_date 
{
	font-weight: bold;
	font-size:12px;
	display:block;
	color: #f4eba4;
	font-size:11px;	
	margin-bottom: 12px;
}


.PostPage tr td.colPic {
	text-align: center;
	vertical-align: middle;
	width: 180px;
}
.PostPage tr td.colPic img {
	max-width:150px;
}

#NewsPage .thePost {
	font-size:12px;
}



#DiaryPage {
	font-family: Century Gothic,Verdana,Arial,Helvetica,sans-serif;
}

#DiaryPage .post_date {
	font-size: 16px;
	font-weight: normal;
}

#DiaryPage .thePost {
	font-size: 14px;
}
