/* ====================================================================================================================
   generic
   ==================================================================================================================== */
   
@page {
	margin: 2cm;
}   
   
*{
	float: none;
	width: auto;
	max-width: none;
	background: none;
	position: static !important;
}

.color-white{
	color: black;
}

/* ====================================================================================================================
  	hidden stuff
   ==================================================================================================================== */
   
.hidden,
#search-btn, #main-nav-anchor, #search, #main-nav,
#sub-header, #cta-header,
.footer-logo,
.grid-divider,
#primary-sidebar,
#comments,
#fallback, #overlay,
#cover, .slider,
#why-linde .thumb,
.forklift-index .linde-btn,
.forklift-types,
.linde-drawer,
#header-quote-btn,
#contact-form,
.content-logo{
	display: none;
} 

/* ====================================================================================================================
  	block stuff
   ==================================================================================================================== */
   
#forklift-archive-title,
.mod-head .icon img,
.mod-head .icon,
#forklift-series, #forklift-type,
#photos img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ====================================================================================================================
	typography   
   ==================================================================================================================== */


body{
	font-family: DaxWeb, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.618em;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-family: DaxWeb, Arial, sans-serif;
	font-weight: 100;
	font-style: normal;
	line-height: 1.1em;
	color: black;
}

h1,
#forklift-title{
	font-size: 30pt;
	text-transform: uppercase;
}

h2, h3, h4{
	font-size: 20pt;
	text-transform: capitalize;
}

/* Centered text */

#solutions,
#footer-cta,
#businesses,
#why-linde,
#blog-feed,
.forklift-index,
#forklift-service, #spare-parts, #driver-training, #book-service,
#fleet-solutions, #power-solutions, #safety-solutions, #book-consultation,
#how-we-can-help-you, #small-business-packages, #tax-deductions, #obligation-free-demos, #sbs-packages,
#features, #performance, #safety, #ergonomics, #productivity, #reliability, #pricing,
#forklift-suggestions,
#forklift-header,
#photos, #details{
	text-align: center;
}

/* Smaller text */
.forklift-index h2{
	font-size: 80%;	
}

/* Really Smaller text */
#forklift-archive-series,
#forklift-series, #forklift-type{
	font-size: 50%;	
}


/* ====================================================================================================================
  	margins
   ==================================================================================================================== */

h1{
	margin: 37px 0 23px 0;
}

h2, h3, h4{
	margin: 23px 0 23px 0;
} 

.mod-head .icon{
	margin-bottom: 23px;
}

.gitem,
#footer-cta,
#blog-feed .entry,
#footer-nav,
#forklift-suggestions{
	margin: 37px 0 0 0;	
}

p{
	margin: 14px 0 0 0;
}



/* ====================================================================================================================
  
   ==================================================================================================================== */

ul, li{
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;	
	display: block;
}

li:before {
	content: "\00bb ";
	color: black;
}

#blog-feed ul li, #blog-feed ul li:before,
.forklift-index li, .forklift-index li:before{
	list-style-type: none;
	content: '';
}

/* ====================================================================================================================
	img  
   ==================================================================================================================== */

img{
	margin-right: 14px;
	height: auto;
}

#main-logo img{
	display: block;
	width: 200px;
	clear: both;
} 

img.size-full,
img.size-large,
img.width-100-p{
	width: 50%;
	height: auto;
}

/* Logo images */
.b-logo img,
.mod-head .icon img{
	height: 59px;
	width: auto;	
}

#footer-cta img{
	max-width: 100px;
}

#blog-feed img{
	max-width: 200px;
}

.approved img,
.rental-solutions img{
	max-width: 150px;
}

.forklift-index img{
	max-width: 350px;
}

/* ====================================================================================================================
  
   ==================================================================================================================== */

h1 a, h2 a, h3 a, h4 a{
	text-decoration: none;
}

a[href^="/"]:after {
	content: " (http://lindemh.com.au"attr(href) ")";
	font-size: 90%;
}

a[href^="http://"]:after {
	content: " ("attr(href)")";
	font-size: 90%;
}

a.nav-logo:after,
a.thumb:after,
#blog-feed h2 a:after,
#footer-cta div > a:first-child:after,
#solutions p:first-child a:after{
	content: "";	
}


/* ====================================================================================================================
  	Miscellaneous
   ==================================================================================================================== */
   
#footer-cta,
#footer-nav,
#forklift-suggestions{
	border-top: 1px solid black;
}

#footer-cta h3{
	margin-top: 0;	
}	

/* ====================================================================================================================
  	Forklift stuff
   ==================================================================================================================== */

#forklift-img{
	padding: 0 !important;
	width: auto !important;
}

#forklift-img img, #pricing .img img{
	width: 60%;
}

























