@charset "UTF-8";

/***********************************

	http://www.massmediums.com

***********************************/	


/***	TYPOGRAPHY	***/	

		
/*the following classes are to demonstrate better line heights for narrow columns*/	

.narrow1 {
	width: 50%;
	line-height: 90%;
}

.narrow2 {
	width: 50%;
	line-height: 105%;
}
		
a:link,
a:visited,
a:active {
	font-size: 90%;
	color: #658CA4;
	text-decoration: none;
}

a:hover { /*hover doesn't work in nn4*/
	color: #F7931E;
	text-decoration: none;
}
	
.blue {color: #658CA4;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #658CA4;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 140%;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #F7931E;
	margin: 10px 0 0 0;
	padding: 0;
}

h4 {
	font-size: 80%;
	font-weight: bold;
}

h5 {
	font-size: 70%;
	font-weight: bold;
}

h6 {
	font-size: 64%;
	font-weight: bold;
}

img {
	border: 0;
}

ol, ul, li {
	font-size: 100%;
	line-height: 120%;
}

ul {
	margin-left: 20px;
}

.list {
	list-style: disc !important;
	padding-bottom: 15px;
}

p {
	font-size: 1em;
	line-height: 120%;
	padding-bottom: 1em;
}

pre {
	font-family: monospace;
	font-size: 80%;
}

strong, b {
	font-weight: bold;
}

.clearer {
	clear: left;
}
