

/*
Title:      Smith Street Design styles for print media
Author:     Liz Whitaker-Freitas, liz@smithstreetdesigns.com
Updated:    March ,26 2005
*/

a{color: #FFFFFF;}

#date {
	float: right;
	margin-right: 10px;
	font-weight:bold;
 }

#bottom{
	margin: 0px auto; 
	margin-top: 20px; 
	width:700px; 
	text-align:left; 
	padding:0; 
}

h2 {
margin:0;
padding:0;
font-size: .8em; 
text-align: center;
}

html{height: 100%;   /* needed by Netscape to prevent it going crazy*/}

body{
	margin:50px 0 0 0;
	background-color: beige; 
	font-family: BernhardMod BT,serif;}

div.cat {
	width: 100%; 
	height: .8em; /* needed by NN6*/ 
	line-height: 1em; 
	margin-top: .9em; 
	font-size: 1.2em; 
	font-weight: bold; 
	margin-bottom: 5px;
}

div.subcat {
	width: 100%; 
	w\idth: 94%;     /*conforming browser hack*/ 
	margin-left: 6%; /* width and margin-left = 100% */
	height: 1.1em;   /* needed by NN6*/	
	border-bottom: 1px; 
	margin-top: .4em;
	font-size: 1em; 
	font-weight: bold;  
	margin-bottom: .5em;
	}
	
.itemname{	
	float: left; 
	position: relative; /*needed by IE6*/
	top: 5px; 	
	background-color: beige;	
	margin-bottom: -.3em;	
	border-bottom: solid white .2em;
	padding-right: 10px; 
	text-align: left;	
	}
	
div.cat>.itemname, div.subcat>.itemname	{
position:static; /*IE5 Mac Bug, items are offset */
}

.num	{
	float: right;
	position: relative; /* needed by IE6*/
	top: 5px;
	background-color: beige;
	margin-bottom: -.4em;/* border-bottom: solid white .2em; */
	width: 44px;
	text-align: right;
    font-size: 1em;
	color: black;
}



.desc {
 border: none;
 padding: 0 90px;
`font-style: italic;
 font-size: .9em;
 margin-bottom: .5em;

}

#content {
padding-top: 10px;
}

#bottom h2{margin:0;}
#bottom p {margin:0; padding:0; font-size:.75em;}

.hide{
	display: none;
	}
