@import url(fonts.css);

BODY {
	background-image : url(images/32BGE.JPG);
	font-family : "Calligraph421 BT", "Bradley Hand ITC", "MS Serif", "New York", serif;
}

.gereth {
	font-family: "Tempus Sans ITC", "Calligraph421 BT", "Bradley Hand ITC", "MS Serif", "New York", serif;
	font-size: large;
}

.journalbook{
	background-image : url(images/parchmentstone960.jpg);
	float: left;
	width: 60%;
	max-width: 985px;
}

.journalpage{
	padding-right : 5px;
	padding-left : 150px;
	}

.scratchpad{
	margin-left : 1%;
	width : 37%;
	float : left;
	background-image : url(images/leather.jpg);
	max-width: 645px;
}

DT {
	font-weight : bold;
}

.note{
	padding-left : 8px;
	float : left;
	background-image : url(images/paper.jpg);
	width: 75%;
	margin-right : 8px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 8px;
	padding-right : 4px;
	font-size: large;
}

.smallnote{
	padding-left : 8px;
	float : right;
	background-image : url(images/paper.jpg);
	margin-right : 4px;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 4px;
	padding-right : 4px;
	font-size: large;
}

HR {
	height : 1px;
	color : Black;
	background-color : inherit;
	width: 100%;
}

.footer {
	text-align : center;
	clear : both;
	color : Silver;
	background-color : inherit;
	width : 100%;
}

.divider {
	clear: both;
	width: 100%;
}

A, A:LINK, A:VISITED {
	color : #009900;
	text-decoration : none;
	background-color : inherit;
}

A:HOVER, A:ACTIVE, A:FOCUS {
	text-decoration: underline;
}

.hidden {
	display: none;
}

IMG {
	border: none;
}

.floatleft {
	float: left;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-top: 3px;
}

.floatright {
	float: right;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 3px;
}

.blog {
	padding-left: 5px;
}

.blogentry {
	font-size: large;
}

.rightarc {
	float : right;
	padding-right : 10px;
}

.leftarc {
	float : left;
	padding-left : 10px;
}

.centered {
	text-align: center;
}

.bloghead {
	text-align: right;
}

.bloghead H2 {
	display: inline;
}

.indented {
	text-indent : 15px;
	clear : both;
}

#content {	
	font-size: large;
}

#content > p {
	display: inline;
	margin-left: 2em;
}

.strike {
	text-decoration: line-through;
}
