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

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

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

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

h1
{
	font-size: 1.5em ;
}

h2
{
	font-size: 1.2em ;
}

h3
{
	font-size: 1em ;
}

.small
{
	font-size: 0.7em ;
}

.alogo
{
	font-size: 78px;
	letter-spacing: 0.05em;
	font-family: almanac;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*
*/

.otherlabel, .downloadlabel
{
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    background-color: #800;
    color: #fdd;
}
.downloadlabel input, .otherlabel input
{
    display: none;
}

.yarchive
{
    display: none;
}

.cwstar, .sfonly, .previewsummary
{
    padding-bottom: 1rem;
}
.previewdate
{
    color: #800;
    display: inline-block;
}
.previewsummary
{
    display: inline-block;
}
.cwstar .previewsummary
{
    color: #800;
}
.previewsummary, .previewdesc
{
    margin-left: 3rem;
}
.previewical, .previewicaldesc
{
    display: none;
}
.cwtitle, .bcp_long_title
{
    display: inline;
}

/* end of file */
