/* Font style sheet for stevematthews.com

Portions of this style sheet are derived from 
http://www.thenoodleincident.com/tutorials/typography/css/real.css 
Owen Briggs (OB) © 2002 */



#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* OB: use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
	}
	
/* OB: the following classes are to demonstrate better line heights for narrow columns */	



.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/* typography */
a {
	text-decoration: none;
	color: #666666;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #e0a213;
	}

acronym {
text-decoration:none
}	
	
h1 {
	font-size: 3em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0em;/* OB: both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment. */
	color: #333333;
	letter-spacing: -1px;
	}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 1.2em;
	margin-right: 0em;
	margin-bottom: 0.6em;
	margin-left: 0em;
	padding-bottom: 0.2em;
	color: #999999;
	}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.3em;
	margin-right: 0em;
	margin-bottom: -0.3em;
	margin-left: 0em;
	padding-bottom: 0.2em;
	}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.3em;
	margin-right: 0em;
	margin-bottom: 0.3em;
	margin-left: 0em;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 0.2em;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}


ol, ul, li {/*
	list-style: none;*/
	font-size: 1em;
	line-height: 1em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
	}
.listBullet01 {
	margin-bottom: 1em;
	list-style-type: square;
	line-height: 1.2em;
}

.listBullet02 {
	margin-bottom: 1em;
	list-style-type: circle;
	line-height: 1.2em;
	margin-left: 20px;
}
p {
	font-size: 1.1em;
	line-height: 1.5em;
	margin-top: 1.2em;
	margin-right: 0em;
	margin-bottom: 1.2em;
	margin-left: 0em;
	}
	

ul                                      { margin: 0 0 25px 25px; }
ul li                                   { font: 15px Helvetica, Sans-Serif; margin: 0 0 8px 0; }



li > p {
	margin-top: 0.2em;
	}
pre {/* OB: moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay. */
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
	
.thrColFixHdr #container #sidebar2 #address {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: center;
	color: #666666;
	margin-top: 10px;
}
	
.thrColFixHdr #container #sidebar2 #phone {
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	margin-top: -16px;
	margin-bottom: 8px;
}
.thrColFixHdr #container #sidebar2 #sidebar-header-1 {
	font-size: 1em;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 3px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.thrColFixHdr #container #sidebar2 #days {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 10px;
	text-align: center;
	color: #666666;
}
.thrColFixHdr #container #sidebar2 #hours {
	font-size: 1.3em;
	line-height: 1.2em;
	margin-top: -12px;
	text-align: center;
	color: #333333;
	margin-bottom: 10px;
}
.thrColFixHdr #container #sidebar2 #sidebar-caption {
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	margin-top: -7px;
}
tr {
	vertical-align: top;
}
.CollapsiblePanelContent a {
	line-height: 1.2em;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #999999;
}
.CollapsiblePanelContent p {
	line-height: 1.2em;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #999999;
}
.bullet-list {
	margin-left: -23px;
	list-style-type: none;
	background-image: url(../images/right-arrow.png);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	padding-left: 20px;
	color: #999999;
}
