/*
	STAYINGSMART PRINT CSS
	CREATED:01.03.09
	MODIFIED:28.04.09
	AUTHOR:ANDY FIELD
*/

/* RESET
******************************************/

#nav,
#widgets,
#skip,
#sidebar,
#footer ul,
#top {
	display:none;
}

/* BASE
******************************************/

html>body {
	font-size:12px;
}

body {
	background:#fff;
	color:#111;
	font-family:"Helvetica Neue",Arial,Helvetica,"Lucida Grande",sans-serif;
	font-size:75%;
	line-height:1.5em; 
	padding:1em;
	text-align:left;
}

a {
	color:#2aa0eb;
	font-weight:bold;
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

hr {
	height:1px;
	color:#ccc;
	margin:1.615385em 0;
	padding:0;
	background-color:#ccc;
	border:0;
}

.rule
 {
	border-bottom:1px solid #ccc;
	margin:0 0 2.076924em 0;
}

/* TYPOGRAPHY
******************************************/

p,dl,ol,ul,td,th {
	font-size: 1em;
	line-height: 1.75em;
}

p {
	margin:0 0 0.875em 0;
}

p.intro {
	font-size: 1.166667em;
	font-weight:bold;
	line-height: 1.5em;
	margin:0 0 0.75em 0;
}

dl,ol,ul {
	margin:0 0 1.615385em 0;
}

ul ul {
	font-size:100%;
}

h1,h2,h3,h4,h5,h6,dt {
	font-weight:bold;
}

#header #logo a {
	border:none;
	color:#999;
	display:block;
	font-size: 1.166667em;
	font-weight:bold;
	line-height: 1.75em;
	text-decoration:none;
}

h1 {
	border-bottom:1px solid #ccc;
	font-size: 2em;
	line-height: 0.875em;
	margin:0 0 0.4375em 0;
	padding:0 0 0.4375em 0;
}

h2 {
	font-size:1.666667em;
	line-height:1.3125em;
	margin:0 0 0.525em 0;
}

h2 span {
	font-weight:normal;
}

h3 {
	font-size: 1.333333em;
	line-height: 1.3125em;
	margin:0 0 0.65625em 0;
}

h4,h5.h6,dt {
	font-size: 1.166667em;
	line-height: 1.5em;
	margin:0 0 0.75em 0;
}

dd p {
	font-size:100%;
	margin:0 0 0.875em 0;
}

#footer,
#footer a {
	color:#999;
	font-weight:normal;
}
