/*
 * style file for Palm lectionary download page
 * Simon Kershaw
 * simon @ kershaw.org.uk
 * 18 September 2005
 *
 */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	color: black;
	background: white;
}


a, a:link, a:visited, a:active, a:hover
{
	text-decoration: none;
}

h1, h2, h3
{
	color: #CC3300;
}

h1
{
	font-size: 1.5em ;
}

h2
{
	font-size: 1.2em ;
}

h3
{
	font-size: 1em ;
}

.small
{
	font-size: 0.7em ;
}

table.almanac
{
	border-spacing: 10px 50px ;
}


#minimenu, #minimenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
}

#minimenu a
{
	background: #BB2222;
	color: #FFAAAA;
	display: block;
/*	width: 20%;
*/
}

#minimenu li
{
	background: #BB2222;
	color: #FFAAAA;
	float: left;
	width: 20%;
}

#minimenu li ul
{
	background: #BB2222;
	color: #FFAAAA;
	position: absolute;
	width: 10em;
	left: -999em;
}

#minimenu li:hover ul, #minimenu li.sfhover ul
{
	left: auto;
}

form.minimenu
{
	background: #BB2222;
}

#afterminimenu
{
	clear: left;
}


form.almform
{
    text-align: left;
    width: 75%;
    border-style: ridge;
    border-width: medium;
    padding: 5px 25px;
}

/* end of file */

