/* @override 
	http://premilitar/themes/premilitar/css/typography.css
	http://www.premilitar.dospuntocero.cl/themes/premilitar/css/typography.css?m=1264886517
	http://premilitarorion.cl/themes/premilitar/css/typography.css
	http://premilitar.com/themes/premilitar/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 caption {
	margin-bottom: .5em;
	text-align: left;
}

.typography sup {
	vertical-align: super;
}

.typography sub {
	vertical-align: sub;
}

.typography p,.typography fieldset,.typography table,.typography pre {
	margin-bottom: 10px;
}

/* @end */

/* @group headers */

.typography h1,.typography  h2,.typography  h3,.typography  h4,.typography  h5,.typography  h6 {
	font-weight: normal;
		color: #ffb700;

}

.typography h1 {
	font-size: 24px;
	line-height: 28px;
}

.typography strong {
	color: #acaaa6;
	font-size: 13px;
}

.typography h2 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}

.typography h3 {
	font-size: 18px;
	line-height: 22px;
}

.typography h4 {
	font-size: 16px;
	line-height: 20px;
}

.typography h5 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

.typography h6 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.typography p,.typography li {
	font-size: 12px;
	line-height: 16px;
}

.typography a {
	color: #ffd24c;
}

/* @end */

/* @group tables */

.typography table {
	width: 100%;
	margin-bottom: 0.5em;
}

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

.typography th,.typography td {
	padding: 0.5em;
	font-size: 12px;
}

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

.typography ul li strong {
	color: #ffd24c;		
}

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

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

/* @end */

/* @group lists */



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

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

.typography ul li {
	list-style: disc outside;
}

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

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

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

.typography li {
	margin-left: 35px;
	line-height: 1.5em;
}

.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;
	text-align: justify;
}

.typography blockquote {
	color: #fff;
	font-weight: bold;
	margin: 10px;
}
.typography blockquote p{
	margin: 0;
}
.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 images */

.typography img {
	border: none;
}

.typography img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.typography img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 16px;
}

.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}

.typography img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.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;
}



/* @end */