@charset "utf-8";
/* CSS Document */

body
{
	background-color: #EEE;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000;
	
	margin: 0;
}


@font-face {
	font-family: Rockwell;
	src: url('fonts/Rockwell-Reg.TTF');
}

@font-face {
	font-family: Old English;
	src: url('fonts/OldEnglish.TTF');
}

p
{
	text-align: justify;
	text-indent: 10px;
}

a	{ text-decoration: none;	}

#bg-TOP
{
	position: absolute;
	top: 0px;
	width: 100%;
}

#main
{
	position: absolute;
	top: 0px;
	width: 100%;
}

	#main img
	{
		margin: 10px;
	}
	
	.main
	{
		background-image: url(images/coffee-bottom.png);
		background-repeat: no-repeat;
		background-position: bottom right;
	}

		#header
		{
			font-family: Old English, Georgia, "Times New Roman", Times, serif;
			font-size: 80pt;
			text-align: center;
		}
		
		#date
		{
			float: left;
			font-family: "Century Schoolbook", "times New Roman", serif;
			padding-bottom: 5px;
			font-size: 10pt;
		}
		
		#credits
		{
			margin-top: -5px;
			float: right;
			font-family: "Century Schoolbook", "times New Roman", serif;
			line-height: 8pt;
			text-align: right;
			font-size: 7.5pt;
		}
		
		#headline
		{
			font-family: Rockwell, Arial, Helvetica, sans-serif;
		}

		#bigNavigation
		{
			font-size: 50pt;
			float: left;
		}
		
			#bigNavigation a, #footer a
			{
				color: #000;
			}
			
			#bigNavigation a:hover, #footer a:hover
			{
				color: #ad0000;
			}
		
		#greetings
		{
			float: left;
			margin-left: 20px;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-right: 5px;
			padding-left: 10px;
			border-left: 1px solid #000;
			font-size: 12pt;
		}

	#main h1
	{
		font-family: "Century Schoolbook", "times New Roman", serif;
		font-size: 30pt;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #ad0000;
	}
	
	#main h2
	{
		font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
		font-size: 16pt;
		color: #ad0000;
		margin: 0;
	}
	
	#main h3
	{
		font-family: "Century Schoolbook", "times New Roman", serif;
		font-size: 8pt;
		text-align: right;
		color: #000;
		margin: 0;
		margin-bottom: 10px;
	}
	
	#main a
	{
		color: #ad0000;
	}
	
	#main a:hover
	{
		color: #000;
	}
	
	#mini td
	{
		display: block;
		float: left;
		width: 45%;
		padding: 10px;
		text-align: justify;
		font-size: 8pt;
	}
	
	.mini
	{
		display: block;
		padding: 10px;
		text-align: justify;
		font-size: 8pt;
	}
	
	#content, #slideshow, #mini
	{
		vertical-align: top;
	}
	
	.news-ellie
	{
		background-image: url(images/news_ellie.png);
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	.news-alice
	{
		background-image: url(images/news_alice.png);
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.readMore
	{
		text-align: center;
		font-family: "Century Schoolbook", "times New Roman", serif;
		font-weight: bold;
	}
	
	
#navigation
{
	vertical-align: top;
	width: 200px;
	border-right: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#navigation h1
	{
		margin: 0;
		margin-bottom: 5px;
		font-family: Rockwell, "Century Schoolbook", "times New Roman", serif;
		font-size: 12pt;
	}
	
	#navigation a
	{
		color: #000;
		letter-spacing: -1px;
	}
	
	#navigation a:hover
	{
		color: #ad0000;
	}
	
	#navigation ol
	{
		font-size: 8pt;
		padding-left: 25px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
		list-style-type: upper-roman;
	}
	
	#navigation ul
	{
		font-size: 8pt;
		padding-left: 20px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
		list-style-type: square;
	}
	
	.n
	{
		padding: 3px;
		font-size: 7.5pt;
	}
	
		#slideshow
		{
			height: 350px;
		}
		
		#slideshow img
		{
			background-color: #666;
		}
	
#footer
{
	font-size: 9pt;
	font-family: "Century Schoolbook", "times New Roman", serif;
	text-align: right;
}

#Tweets_alice ul, #Tweets_ellie ul
{
	list-style: none;
	display: block;
	text-align: justify;
	width: 100%;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

	.twitterTime
	{
		 font-size: 7pt;
		 display: block;
		 text-align: right;
	}
	
#pages
{
	margin: 20px;
	border-top: 1px dashed #555;
	font-family: Rockwell, "Century Schoolbook", "times New Roman", serif;
	padding: 10px;
	width: 100%;
	float: none;
	
	text-align: center;
}
