/**
 * typography definitions for FOHTD
 */
.typography * {
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
}
.typography blockquote {
	margin-left:20px;
}
.typography hr {
	padding:5px;
}
.typography p,
.typography ul li,
.typography ol li,
.typography dl dt,
.typography dl dd,
.typography blockquote,
.typography a {
	color:#333333;
	line-height:1.5em;
	font-size:1.2em;
}
.typography p,
.typography blockquote {
	margin-bottom:20px;
}

.typography em {
	color:#336699;
	font-weight:bold;
	font-style:normal;
	line-height:1.5em;
}

/** CMS LIST STYLES **/
.typography ul,
.typography ol {
	margin-left:10px;
	margin-bottom:20px;
}
	.typography ul li,
	.typography ol li {
		margin:4px 10px;
		line-height:1.5em;
	}
		.typography ul li {
		 list-style-type:disc;
		}
		.typography ol li {
			list-style-type:decimal;
    		}
	.typography ul.nobullet {
		margin-left:0px;
		margin-bottom:20px;
	}
	.typography ul.nobullet li {
		list-style:none;
		margin:0px;
	}
.typography dl.feature {
	display: none;
	}

.typography dl.pricelist {
	margin-bottom: 20px;
	}
.typography dl.pricelist dt {
	margin-left:20px;
	text-indent:-20px;
	}
.typography dl.pricelist dd {
	margin: 0 0 20px 20px;
	}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4 {
	margin-bottom:14px;
	color:#336699;
	font-weight:bold;
}
	.typography h1 {
		font-size:2.0em;
	}
	.typography h2 {
		font-size:1.6em;
		line-height:1.8em;
	}
	.typography h3 {
		font-size:1.2em;
	}
	.typography h4 {
		font-size:1.2em;
		font-weight: normal;
	}

/* LINK STYLES */
.typography a {
	color:#0083C8;
  	font-size:1em;
  	text-decoration:underline;
}
/*	.typography a:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
}  */
	
.typography table {
	font-size:1.2em;
	margin-bottom:20px;
}
	.typography table tr td {
		padding:3px 5px;
		color:#333333;
		vertical-align:top;
	}
	.typography table tr th {
		font-weight: bold;
		color:#336699;
		text-align:left;
		vertical-align:top;
		background-color:#b5d6f7;
		padding:3px 5px;
	}

.typography table.colour {
	background:#ECF5FE;
	}

.typography .alertcontainer {
	overflow: auto;
	}

.typography .alert {
/*	background:#EDE9D5; */
	border: 1px solid #B3A25C;
	width: 408px;
	float: left; 
	margin: 0 10px 20px 0;
}
	.typography .alert h2 {
		background: #BCAF70 url(../img/leaf2.jpg) no-repeat 99% 50%;
		color: #ffffff;
		margin:0;
		padding: 5px;
		font-size:1.3em;
		line-height:1.3em;
		font-weight: bold;
	}
	.typography .alert p {
		margin:0;
		padding: 5px;
	}
	.typography .alert ul {
		margin:0;
		padding: 5px;
	}
	.typography .alert ul li {
		list-style:none;
		margin:0;
	}
	.typography .alert ul li a {
		color:#336699;
		font-weight: bold;
	}

.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url(../img/rss.png) no-repeat 0 50%;
}

.typography .feed a {
	color:#336699;
	font-weight: bold;
	background:url(../img/arrow-r.gif) no-repeat 95% 50%;
	padding-right: 30px;
}

.typography .query {
	margin-left: 10px;
	font-size: 0.9em;
	color: #336699;
}

.typography .query a {
	color: #336699;
}

.typography .message {
	float:right;
	width: 152px;
	border: 1px solid #B3A25C;
/*	padding: 5px; */
	margin: 0 0 20px 0;
}
	.typography .message h2 {
		background: #BCAF70 url(../img/leaf3.jpg) no-repeat 3% 50%;
		color: #ffffff;
		margin:0;
		padding: 5px;
		font-size:1.3em;
		line-height:1.3em;
		font-weight: bold;
	}
	.typography .message a {
		font-size:1.2em;
		line-height:1.3em;
		font-weight: bold;
		color: #a53737;
		display: block;
		background:url(../img/arrowr2-r.gif) no-repeat 95% 75%;
		padding: 5px 16px 3px 5px;
		text-decoration:underline;
	}
	.typography .message .nonmember	{
		text-align:right;
		padding: 5px 0 5px 0;
	}
	.typography .message .nonmember a {
		font-size:1.1em;
		line-height:1.1em;
		font-weight: normal;
		color: #a53737;
		text-decoration:underline;
		background-image: none;
		padding-top: 0;
		padding-right: 5px;
	}	

.typography .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility; hidden;
	}

.typography .byline {
	color: #666666;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
}
.typography img.left {
	float:left;
}