/* @override http://mgoa/themes/mgoa/css/typography.css */

/* @group base-html */
.typography strong,.typography dt {
	font-weight: bold;
}

.typography abbr,.typography acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

.typography del {
	text-decoration: line-through;
}

.typography blockquote,.typography ul,.typography ol,.typography dl {
	margin: 1em;
}

.typography caption {
	margin-bottom: .5em;
	text-align: center;
}

.typography sup {
	vertical-align: super;
}

.typography sub {
	vertical-align: sub;
}

.typography p,.typography fieldset,.typography table,.typography pre {
	/* margin-bottom: 1em; */
}

/* @end */

/* @group headers */

.typography h1,.typography  h2,.typography  h3,.typography  h4,.typography  h5,.typography  h6 {
	font-weight: normal;
	color: #111;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.typography h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

.typography h2 {
	font-size: 2em;
margin: 0;
}



.typography h3 {
	/*font-size: 1.5em;*/
	line-height: 1;
	margin: 0;
}

.typography h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}

.typography h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.typography h6 {
	font-size: 1em;
	font-weight: bold;
}

/* @end */

/* @group tables */

.typography table {
	/*width: auto;*/
	margin-bottom: 0.5em;
	border-top: 1px solid #ccc;
	border-bottom: 2px #444 solid;
}

.typography table caption {
	font-variant: small-caps;
}

.typography table.fixed {
	table-layout: fixed;
}

.typography th,.typography td {
	padding: 0.5em;
}

.typography th {
	font-weight: bold;
	text-align: center;
}

.typography thead th {
	color: #000;
	border-bottom: 2px #800 solid;
}

.typography tbody th {
	background: #ccc;
	color: #333;
}

.typography tbody th[scope="row"], .typography tbody th.sub {
	background: #f0f0f0;
}

.typography tbody th {
	border-bottom: 1px solid #fff;
	text-align: left;
}

.typography tbody td {
	border-bottom: 1px solid #eee;
}

.typography tbody tr:hover th[scope="row"],
.typography tbody tr:hover tbody th.sub {
	background: #f0e8e8;
}

.typography tbody tr:hover td {
	_background: #fff8f8;
}

/* @end */

/* @group lists */

.typography ol,.typography ul,.typography dl {
	margin-left: 2em;
}

.typography dl dd {
	margin-left: 1em;
}

.typography ol li {
	list-style: decimal outside;
}

.typography ul, .typography ol, .typography dl {
	line-height: 1.5em;
	margin: 0 0 1em 1em;
}

.typography ul ul li {
	list-style-type: circle;
}

.typography ol ol li {
	list-style-type: lower-latin;
}

.typography li {
	padding-left: 25px;
	line-height: 1.5em;
	list-style: none;
	background: url(../images/pin.png) no-repeat;
	margin-bottom: 5px;
	color: #444;
	font-size: 12px;
}

.typography dt {
	font-weight: bold;
}

.typography dd {
	margin: 0 0 1em 0.8em;
}

/* @end */

/* @group content classes */
.typography p {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


.typography blockquote,.typography  cite,.typography q {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


.typography strong,.typography b {
	font-weight: bold;
}

.typography em,.typography i {
	font-style: italic;
}

.typography pre,.typography  code,.typography  kbd,.typography  tt,.typography  samp,.typography  var {
	font-size: 100%;
}

.typography pre,.typography  code {
	color: #800;
}

.typography acronym,.typography  abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: .07em;
	cursor: help;
}

.typography sub,.typography  sup {
	font-size: 91.6667%;
}

.typography hr {
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #eee solid;
}

.typography .highlight {
	color: #f60;
}

.typography .dimmed {
	color: #888;
}

.typography .info {
	background: #f8f8f8;
	color: #666;
	padding: 10px;
	margin-bottom: 0.5em;
	font-size: 91.7%;
}

.typography .note {
	background: #efe;
	color: #040;
	border: 2px #484 solid;
	padding: 10px;
	margin-bottom: 1em;
}

.typography .important {
	background: #ffe;
	color: #440;
	border: 2px #884 solid;
	padding: 10px;
	margin-bottom: 1em;
}

.typography .warning {
	background: #fee;
	color: #400;
	border: 2px #844 solid;
	padding: 10px;
	margin-bottom: 1em;
}



/* @end */

/* @group Links */

.typography a {
	color: #4D87C7;
	background: transparent;
	text-decoration: none;
}

.typography a:visited {
	color: #036;
}

.typography a:focus,
.typography   a:hover,
.typography   a:active {
	color: #182E7A;
	text-decoration: underline;
}

/* @end */

/* @group images */

.typography div.captionImage {
	padding: 10px;
}
.typography div.captionImage .caption{
	margin-left: 5px;
	font-size: 10px;
}
.typography div.image.right,.typography  div.captionImage.right,.typography  img.right {
	float: right;
	margin-left: 20px;
}

.typography div.image.left,.typography  div.captionImage.left,.typography  img.left {
	float: left;
}

.typography div.image.leftAlone,.typography  div.captionImage.leftAlone,.typography  img.leftAlone {
	float: left;
	margin-right: 100%;
}

.typography div.image.center,.typography  div.captionImage.center,.typography  img.center {
	float: none;
	margin-left: auto;
	display: block;
}
.typography div.captionImage img,.typography  img.float_left,.typography img.float_right,.typography img.center {
	padding: 5px;
	border: 1px solid #ddd;

}


/* @end */
