/* styles for journal */
body
{		
	font-family: Garamond, serif;
	font-size: 20px;
	line-height: normal;
	color: #003300;

}
input
{ background: #66ffcc;/* border: 1px dashed red;*/ }
textarea
{ background: #66ffcc; /*border: 1px dashed red;*/ }

#login /* settings for separate login page */
{
	position: relative;
	top: 10px;
	width: 640px;
	min-width: 300px;
	min-height: 100px;
	
	margin-left: auto;
	margin-right: auto;
	
	color: #3300CC;
	
	font-family: Monotype Corsiva, script;
	font-style: strong;
	font-size: 30px;
	font-align: left, top;
	
	background: #ffff99;
	border: 15px solid #003366;
	
	padding: 10px;
	font-size: 11px;
}

#main /* integratable version */
{
	position: relative;
	top: 10px;
	width: 640px;
	min-width: 300px;
	min-height: 100px;
	
	margin-left: auto;
	margin-right: auto;

	background: #66cccc;
	border: 15px solid #003366;
	display: block;
	
	padding: 5px;
}

/*h1 
	{		
		font-family: Monotype Corsiva, script;
		font-style: strong;
		font-size: 40px;
		font-align: left, top;
		line-height: normal;
		color: #003300;
	}
*/
.entries
{
	background: #66ffff;
	/*border: 1px dashed red;*/
	
	font-family: Garamond, serif;
	font-size: 16px;
	line-height: normal;
	color: #003333;
	
	margin: 25px;
	padding: 5px;
}
.header /*positions the "next page" link in journal.php*/
{
	position: absolute;
	bottom: 15px;
	left: 20px;
	
	background: #33CC66;
	/*border: 1px dashed red;*/
	padding: 5px;
	display: block;
	
	font: 20px garamond;
}
.footer /*positions the "prev page" link in journal.php*/
{
	position: absolute;
	bottom: 15px;
	right: 20px;
	
	background: #33cc66;
	/*border: 1px dashed red;*/
	padding: 5px;
	display: block;
	
	font: 20px garamond;
}