/*-----------------------------------------------------
Title:		TMS News & Features styles for print media
Author:		John Reed, john@studibonito.com
Updated:	June 20 2007

Contents:
			 1 - baselines
			 2 - typography
			 3 - additional declarations
---------------------------------------------------- */





/* baselines
---------------------------------------------------- */
* {
	height: auto !important;
	}

#header ul,
#nav,
#search,
#left,
#right,
.nav,
.actions,
.functions {
	display: none;
	}

img, a img {
	border: none;
	vertical-align: text-bottom;
	}

abbr {
	border: none;
	}

table {
	border-collapse: collapse;
	border-top: 1pt solid #666;
	border-bottom: 1pt solid #666;
	margin: .25em 0 1em 0;
	width: 100%;
	}
/* ----------------------------------------------------
                                       end baselines */





/* typography
---------------------------------------------------- */
body {
	background: #fff;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	}
	
h1 {
	font-size: 24pt;
	margin: 0;
	}

h2 {
	font-size: 18pt;
	line-height: 1;
	margin: 0 0 1em 0;
	}

h3 {
	font-size: 16pt;
	line-height: 18pt;
	}

h4 {
	font-size: 14pt;
	line-height: 18pt;
	margin: 0;
	}

p {
	font-size: 12pt;
	line-height: 18pt;
	margin: 0 0 1em 0;
	}

p code {
	font-size: 10pt;
	}

dl, ul, ol {
	margin: 0 0 1em 2em;
	}

li, dt, dd {
	font-size: 11pt;
	line-height: 18pt;
	}

dt {
	font-weight: bold;
	}

dd {
	margin: 0 0 .5em 1em;
	}

td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: .3em .4em;
	vertical-align: top;
	}

th {
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding: .2em .4em;
	background: #999;
	color: #fff;
	border-bottom: 1pt solid #666;
	}

.odd td {
	background: #f4f4f4;
	}

label,
input,
select {
	font-size: 11pt;
	}

blockquote {
	margin: 0 0 1em 0;
	padding: .25em 4em;
	}

blockquote p {
	color: #333;
	font-size: 11pt;
	}

blockquote p code {
	font-style: normal;
	}

blockquote p cite {
	font-style: italic;
	text-align: right;
	display: block;
	}


/* overrides */
.source h3,
p.tagline,
p.metadata {
	margin: 0;
	}
	
.tagline,
.byline,
.results-count,
.metadata,
#footer p {
	font-size: 11pt;
	line-height: 18pt;
	}
/* ----------------------------------------------------
                                      end typography */





/* additional declarations
---------------------------------------------------- */
#header {
	border-bottom: 1pt solid #000;
	margin: 0 0 1em 0;
	float: none;
	}

div.metadata {
	float: right;
	margin: 0 0 1em 1em;
	padding: .75em;
	border: 1pt solid #000;
	}

div.metadata ul {
	margin: 0;
	padding: 0;
	}

div.metadata ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#footer {
	border-top: 1pt solid #000;
	margin: 1em 0 0 0;
	}
/* ----------------------------------------------------
                         end additional declarations */





