/*----------------------------------------------------------------------

DV8 - Master Print Styles

BY: MIGHTY // MIGHTYINTHEMIDWEST.COM

Author:			Andrew Philpott
Date Created:	07/06/2011
Last Modified:	07/07/2011

Copyright 2011, All Rights Reserved.

----------------------------------------------------------------------*/

@import 'base.css';



body {
	color: #333;
	font: 13pt 'Helvetica', 'Arial', sans-serif;
	line-height: 1.5em;
	margin: 0.5in;
	padding-top: 0.12in;
}

/* DEFAULT TEXT STYLES */
#primary h1 {
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#primary h2,
#docs h2 {
	font-size: 18pt;
	font-weight: bold;	
	margin-bottom: 0.5em;
}
#primary h3,
#docs h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 0.5em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

p,
ol,
ul {
	font-size: 13pt;
	margin-bottom: 1em;
}

a {
	color: blue!important;
	text-decoration: underline;
}
a:after {
	content: ' (' attr(href) ') ';
	color: #333;
	white-space: nowrap;
}
a[href='#']:after,
a[href='javascript:;']:after {
	display: none;
}

/* HIDE UNNECESSARY ELEMENTS */
#primary-nav,
#demo-btn,
#page-footer,
#find #intro h1,
#find #intro h1 + p,
#find #intro form,
.tel .type {
	display: none;
}


/* REDUCE IMAGE SIZES */
#branding a {
	text-decoration: none;
}
#branding a:after {
	display: none;
}
#branding img {
	width: 15%;
}
#detail-list img {
	height: 135px;
	width: 135px;
}
.zoom {
	display: block;
	height: 276px;
	margin-bottom: 2em;
	width: 400px;
}


/* RESTYLE ELEMENTS */
td {
	border-top: 1px solid #bbb;
}
.title,
.note,
.org,
.street-address,
.extended-address,
.days,
.country-name,
.tel,
.hours {
	display: block;
}
table .org {
	font-weight: bold;
}
table .external,
table a.email {
	display: none;
}
table small a:after {
	display: none;
}
th.company {
	width: 50%;
}
th.phone {
	width: 30%;
}
th.email {
	width: 20%;
}
td + td {
	padding-left: 5%;
}