/*
Theme Name: NTM
Description: Print Styles for NTM
Author: Purple, Rock, Scissors
Author URI: http://purplerockscissors.com/
*/


/* Fundamental Styles */

body
{
	color: #4D4D4D;
    background: white;
    font-size: 12pt;
    font-family: Georgia, serif;
    margin: 0 5%;
}

a
{
	color: #000;
	text-decoration: none;
}


h2, h3, h4, h5, h6
{
	font-style: italic;
	font-weight: lighter;
}


/* Elements to Hide */

h1,
#nav,
#subnav,
form,
#sidebar,
#header .description,
.sociable,
.navigation,
#respond
{
	display: none !important;
}

/* special issues & layout */

#logo
{
	border: none !important;
	display: inline !important;
	vertical-align: bottom;
}

.hide_print
{
	border-bottom: 3px double #CCC;
	margin: 0 0 20pt 0;
	padding: 0 0 10pt 0;
}

#header
{
	margin: 0 30pt 0 0;
}



.header_images
{
	display: none;
}

.header_images h2,
.header_images h3
{
	font-size: 12pt;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.wp-caption-text
{
	font-style: italic;
	font-size: 9pt;
}

#footer
{
	font-size: 9pt;
}

img
{
    display: block;
    border: 1px solid #CCC;
    margin: 0 0 2pt 0;
    padding: 3pt;
}

.post
{
	border-bottom: 1px solid #999;
	margin: 0 0 15pt 0;
	padding: 0 0 5pt 0;
}

.tagdata
{
	font-size: 9pt;
	font-style: italic;
}

.meta
{
	display: block !important;
	margin: 0 0 10pt 0;
}



