/*************************************************************************
	Lead Your Life / Pad Media
	MODULE: 	print.css
	PURPOSE:	global print styles
*************************************************************************/

/* Auto float clearing for compliant browsers
*************************************************************************/
.clearfloat:after,
#masthead:after,
#nav:after,
#trail:after,
#trail ul:after,
#footer:after,
#footer ul:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/* Elements to hide
*************************************************************************/
#skip,
#masthead ul,
#trail,
#sidebar,
#masthead #header,
#footer #icf,
#footer ul {
	display:none;
}

/* General Rules and classes
*************************************************************************/
body {
	color:#636363;
	background:#CCC;
	font: normal 11pt/normal Arial,"Helvetica Neue","Helvetica",sans-serif;
	margin:10px 0;
	padding:0;
}
.right,
.floatright {
	float:right;
	text-align:right;
}
.left,
.floatleft {
	float:left;
	text-align:left;
}
.alignright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.clear {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

/* Layout (sizes / floats / positions of main elements)
*************************************************************************/
#content {
	clear:both;
	margin:2cm 0 0 0;
}


/* General Content formatting
*************************************************************************/
h1,h2,h3,h4,h5,h6 {
	margin:0 0 7mm 0;
	padding:0;
	font-weight:normal;
	color:#00A4E3;	
}
p {
	margin:0 0 7mm;
}
ul,
ol,
dl {
	margin:0 0 7mm 17px;
	padding:0;
}
li {
	margin:0 0 4mm;
}
h1 {
	font-size:1.9em;
}
h2 {
	font-size:1.6em;
}
h3 {
	font-size:1.3em;
}
a,a:link {
	color:#00A4E3;
	font-weight:bold;
}
a:visited {
	color:#00A4E3;	
}
a:hover {
	color:#00A4E3;
}
blockquote {
	color:#666;
	background:#F4F4F4;
	border:1px solid #E9EAEC;
	margin:0 0 7mm 0;
	padding:5mm;
	font-style:italic;
	-moz-border-radius-bottomright: 5mm;
	-webkit-border-bottom-right-radius: 5mm;	
}
blockquote p {
	margin:0;
}
cite {
	display:block;
	color:#00A4E3;
	text-align:right;
}
address {
}
dl {
}
dt {
}
dd {
}
.small {
	font-size:0.75em;
}
.smaller {
	font-size:0.90em;
}

/* Images
*************************************************************************/
img {
	border:none;
}
.imageright {
	float:right;
	text-align:right;
	margin:0 0 30px 30px;
}
.imageleft {
	float:left;
	text-align:left;
	margin:0 30px 30px 0;
}


/* Masthead
*************************************************************************/
#masthead {
	padding:1cm 0 0;
	border-bottom:2px solid #CCCCCC;	
}

/*** Images ***/

#masthead #logo {
	float:left;
	margin:0 0 5mm;
}

/*** Phone Num ***/

#masthead p {
	float:right;
	color:#00A4E3;
	font-size:1.7em;
	margin:1.5cm 0 0 0;
}


/* Footer
*************************************************************************/
#footer {
	clear:both;
	font-size:0.80em;
	margin:2cm 0 0 0;
	padding:3mm 0;
	border-top:2px solid #CCCCCC;	
	
}
#footer p {
	margin:0;
	line-height:normal;
}

