/** included in WYSIWYG editor **/
/** colours **/
.typography { font-family: Calibri,Arial,sans-serif; font-size: 12pt; color: #666; }
.typography .info { color: #666; font-size: 0.8em; }
.typography a { text-decoration: none; color: #e0a800; }
.typography .news-class a, .typography .news-class #title { color: #069; }
.typography .sports-news-class a, .typography .sports-news-class #title { color: #f93; }
.typography .events-class a, .typography .events-class #title, .typography .events-class h3 { color: #969; }
.typography a:hover { text-decoration: underline;	color: #e0a800; }
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography h1 a, .typography h2 a, .typography h3 a, .typography h4 a, .typography h5 a, .typography h6 a { color: #666; } 
.typography hr, .typography td, .typography th { border-color: #666; }
img.border { border-color: #e0e0e0; }

/** do not edit below this line **/

.typography h1 { font-size: 2.0em; margin-bottom: 0.6em; }
.typography h2 { font-size: 1.7em; margin-bottom: 0.6em; }
.typography h3 { font-size: 1.5em; margin-bottom: 0.6em; }
.typography h4 { font-size: 1.3em; margin-bottom: 0.4em; }
.typography h5 { font-size: 1.1em; margin-bottom: 0.4em; }
.typography h6 { font-size: 1.0em; margin-bottom: 0.2em; }

.typography sup, .typography sub { font-size: 0.7em; }
.typography sup { vertical-align: super; }
.typography sub { vertical-align: sub; }
.typography img.margin { margin: 0px 10px 4px; }
.typography img.border { border-width: 3px; border-style: solid; }
.typography hr { border: none; border-top-style: dotted; border-top-width: 1px; margin: 20px 0px; }
.typography p, .typography li, .typography dt, .typography dd { line-height: 1.2em; }
.typography p, .typography ul, .typography ol, .typography dl, .typography blockquote { margin-bottom: 1.0em; }
b.typography lockquote { margin-left: 2em; margin-top: 1.0em; }
.typography ul, .typography ol { list-style-type: disc; margin-left: 1.2em;  }
	.typography li { padding-left: 0.2em; }
	.typography dd { margin-left: 1.2em; }
	
pre { font-size: 0.8em; margin: 1.0em 0; word-wrap: break-word; }
.clear { clear: both; }

/** tables **/
table.border { margin-bottom: 1.0em; border-collapse: collapse; }
	table.border td, table.border th { padding: 2px 3px; border-width: 1px; border-style: solid; }
	
/** captioned images **/
p.photo-with-caption { display: table; float: right; background-color: #fff; border: 1px solid #999; padding: 6px; text-align: center; margin: 0px 10px 4px; font-size: 0.7em; font-family: palatino, georgia, garamond, Times New Roman, Serif; color: #666; }
	p.photo-with-caption img { border: 1px solid #999; margin-bottom: 6px; display: block; }
	
.typography .message { display: inline-block; margin-bottom: 20px; color: #666; background-color: #fcc; padding: 3px 10px; font-weight: bold; }