/* links */
.typography a, .typography a:visited {	
	color: #ffaf00;
	text-decoration: none;
}
.typography a:hover {
	color: #ff9900;
	text-decoration: underline;
}


.typography ul, .typography ol {
	margin: 5px 5px 0 5px;
	padding: 0 5px;
}
.typography ul li {
	margin: 0 0 5px 25px;
	list-style: disc;
}

.typography p {
	padding: 10px;		
	margin: 0;
}

/* images */

.typography img.float-right {
  	margin: 5px 0px 10px 10px;  
}
.typography img.float-left {
  	margin: 5px 10px 10px 0px;
}

.typography code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
.typography acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
.typography blockquote {
	margin: 10px 20px 10px 10px;
 	padding: 10px 25px;  
	font-weight: bold;
	border: 3px solid #FDCB08;
	background-color: #000;
	color: #FDCB08;
}


/* start - table */
.typography table {
	border-collapse: collapse;
	margin: 0 10px 10px 0;	
}
.typography th strong {
	color: #fff;
}
.typography th {
	height: 29px;
	padding: 11px;
	color: #000;
	text-align: left;
}
.typography tr {
	height: 30px;
}
.typography td {
	padding: 11px;
}
.typography td.first, .typography th.first {
	border-left: 0px;
}
.typography tr.row-a {
	background: #F8F8F8;
}
.typography tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

.typography h1, .typography h2, .typography h3 {
	padding: 10px;		
	margin: 0;
}

.typography h1 {
  color: #000;
  font-size: 190%;
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 		
}

.typography h2 {
  color: #000;
  font-size: 130%;
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;

}

.typography h3 {
  color: #000;
  font-size: 120%;
  text-transform:uppercase;
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;

}

.typography h4 {
  color: #000;
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;

}

.typography h5 {
  color: #000;
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold;
	font-style:italic;

}

.typography h6 {
  color: #000;
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: normal;
	text-decoration:underline;

}


.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}