@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('type/titilliumtext22l002-webfont.eot');
    src: url('type/titilliumtext22l002-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/titilliumtext22l002-webfont.woff') format('woff'),
         url('type/titilliumtext22l002-webfont.ttf') format('truetype'),
         url('type/titilliumtext22l002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('type/titilliumtext22l004-webfont.eot');
    src: url('type/titilliumtext22l004-webfont.eot?#iefix') format('embedded-opentype'),
         url('type/titilliumtext22l004-webfont.woff') format('woff'),
         url('type/titilliumtext22l004-webfont.ttf') format('truetype'),
         url('type/titilliumtext22l004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}  
/* GENERIC STYLES */ 
.typography * {
	color:#3f3f3f;
	font-size:14px;
	font-family: "TitilliumText22LLight", "Trebuchet MS",  Geneva, sans-serif; 
}

/* PARAGRAPHS */
.typography p { 
 	line-height:150%;
	color:#333;
	text-align:justify;
	font-size:14px;
	font-family: "TitilliumText22LLight", "Trebuchet MS",  Geneva, sans-serif; 
	padding: 5px 0;
}

.typography strong {
	font-family: "TitilliumText22LMedium", "Trebuchet MS",  Geneva, sans-serif; 
}

.typography blockquote {
	background:#f0f0f0;
	padding:15px;
}	

/* LINKS */
.typography a{
	color: #f47838;
	text-decoration:none;
	font-weight:bold;
}
.typography a:hover{
	color: #3f3f3f;
}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 0 0 0 30px;
}

.typography li {
	margin: 0;
}

/*OL WITH BRACKETS */
.typography .references  ol {margin-left:23px; padding-left:0; counter-reset:item}
.typography .references ol>li {margin-left:0; padding-left:0; counter-increment:item; list-style:none inside; text-indent:-23px;}
.typography .references ol>li:before {content:"[" counter(item) "] "; padding-right:5px}


/* HEADER STYLES */

.typography h2{
	padding: 10px 0;
	font-size:125%;
	text-transform: uppercase;
/*	letter-spacing: -3px; */
	color: #000;
}

.typography h3{
	font-size:1.1em;
	font-weight:400;
	margin:0 0 5px;
	padding:0;
}

.typography h4{
	font-size:1em;
	font-weight:bold;
	color:#666;
	margin:10px 0 0 0;
	padding:0;
	border-bottom: 1px #999 solid;
}

.typography h5,
.typography h6{
	font-size:0.85em;
	font-weight:normal;
	margin:0;
	padding:2px 0;
	line-height: 1em;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}
.typography label {
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	border-collapse:collapse;
}
	.typography td {
		border:1px solid #999;
		padding:5px;
	}

.typography .noborder td {
		border: none;
		padding:5px;
	}
/*ARCHIVE START*/
.typography #search {
	padding: 10px 0;
}
.typography .archiveYearList1 {
	float:left;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.typography .archiveYearList2 {
	float:right;
	width: 350px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.typography .archiveTable {
	width: 100%;
	padding:0;
	margin:0;
}

.typography .archiveTable th {
	background-color:#F47838;
	color:#FFF;
}

.typography .archiveTable td {
	text-align: center;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: dotted #666 1px;
	}
.typography .archiveTable tr:nth-child(2n) {
    background-color: #FFF;
}

.typography .archiveTable tr:nth-child(2n+1) {
	background-color: transparent;
}

.typography .archiveTable a {
	color: #666;
	}
	
.typography .archiveTable a:hover {
	color: #000;
	}
	
.typography #searchSelect li{
	display: inline;
	list-style-type: none;
	}
		
/*ARCHIVE END*/

/*ARTICLE START*/
.typography  .article {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}



.typography  #articleBody #UDK {
	padding: 0 0 10px 0;
	width: 500px;
}

.typography  #articleBody {
	float:left;
	width:500px;
	padding: 10px 0 0 0;
}

.typography  #articleBody .titleAuthors{
	color: #F47838;
	font-weight: bold;
	border-bottom: solid #F47838 1px;
}
.typography  #articleBody h1 {
	font-size: 25px;
	padding: 0 0 10px 0;
	font-weight: bold;
}

.typography  #articleBody ul, #articleBody li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #339;
	font-weight: bold;
	}
	
.typography  #authorsBox{
	float:right;
	text-align:right;
	width: 200px;
	padding: 10px 0 0 20px;
}
.typography  #authorsBox .authorsProfile{
	border-bottom: solid #F47838 1px;
	margin: 0 0 10px 0;
}
.typography  .articleCount {
	width: 40px;
	height: 40px;
	padding: 5px;
	margin-left:10px;
	margin-right:5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #838383;
}
.typography  .articleCount .pageview{
	padding: 6px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	}
.typography #citation {
	margin-top:20px;	
	border-radius: 15px;
	background-color: #FFF;
	padding: 10px;
	}

.typography #citation h1{
	font-size:14px;
	}
/* Generic Utility */
.hide { position: absolute; top: -9999px; left: -9999px; }


/*ARTICLE END*/

/*ISSUE START*/

.typography  .issueDescription {
	margin: 20px 0;
	width: 720px;
}
.typography  .issueDescription .issueImage{
	float:left;
	width: 216px;
}
.typography  .issueDescription .issueMetadata{
	text-align: left;
	float:left;
	width: 494px;
	padding-left: 10px;
}

.typography  #issueTable {
	width: 100%;
	padding:0;
	margin:0;
}

.typography  #issueTable td {
	border: none;
	padding: 0px;
	border-bottom: #666  dotted 1px;
}

.typography  #issueTable tr:nth-child(2n) {
    background-color: #FFF;
}

.typography  #issueTable tr:nth-child(2n+1) {
	background-color: transparent;
}

.typography  #issueTable .paperType {
	padding: 0 10px;
	margin-top: 10px;
}

.typography  #issueTable .paperTitle {
	padding: 10px;
	font-size:18px;
	color: #F47838;
}

.typography  #issueTable .paperTitle a{
	font-size:18px;
 	line-height:100%;
}

.typography  #issueTable .paperAuthors {
	padding: 0 10px 10px 10px;
}

.typography  #paperColorStripe {
	border-bottom: 2px solid #F47838;}	
	
.typography  #contentColorStripe {
	border-bottom: 2px solid #539ed6;
}	
	
.typography  #issueTable .contentSection {
	padding: 0 10px;
	margin-top: 10px;
}

.typography  #issueTable .contentTitle {
	padding: 10px;
	font-size:14px;
	color: #539ed6;
	}
.typography  #issueTable .contentTitle a{
	font-size:14px;
 	line-height:100%;
	color: #539ed6;
}

.typography  #issueTable .contentTitle a:hover{
	color: #3f3f3f;
}
/*ISSUE END*/

/*TOP 10 START */

.typography #topStats {
	width: 100%;
	margin-top: 15px;
	}
	
.typography #top10Menu {
	margin: 0;
	padding: 0;
}
.typography #top10Menu ul {
	margin: 0;
	padding: 0;
}

.typography #top10Menu li{
	float: left;
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
.typography #top10Menu li a{
	padding: 0 10px;
	display: block;
	color: #FFF;
	background-color: #F47838;
}
.typography #top10Menu li a:hover{
	color: #FFF;
	background-color: #333;
	border-bottom: solid 2px #F47838;
	}
	
.typography #top10Menu li a.top10current {
	padding: 0 5px;
	display: block;
	color: #000;
	border-bottom: solid 2px #000;
	background-color: #FFF;
}

.typography  #top10Table {
	padding:0;
	width: 100%;
}

.typography #top10Table th {
	background-color:#F47838;
	color:#FFF;
	padding: 3px;
}

.typography  #top10Table td {
	border: none;
	padding: 3px;
	border-bottom: #666  dotted 1px;
}

.typography  #top10Table tr:nth-child(2n) {
    background-color: #FFF;
}

.typography  #top10Table tr:nth-child(2n+1) {
	background-color: transparent;
}

/*TOP 10 END*/
	
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

/* ICONS */
.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;
}