/******************************************************************************************************************
	Ovarian Cancer Action: http://www.ovarian.org.uk/
	Developed by Electric Putty Ltd. <rob@electricputty.co.uk>

	MODULE: 	print.css
	PURPOSE:	Print styles
******************************************************************************************************************/

.skipto,
.header-links,
#nav-main,
.breadcrumbs,
.nav-secondary,
.mobile-nav-filter,
.paging,
.additional-content,
.social-links,
.site-footer__nav ul,
.page-controls,
.site-footer__left > p,
.article-footer { display: none !important; }

body {
	font-size: 100%;
	font-family: Arial, "Helvetica", "Helvetica Neue", sans-serif;
	line-height: 1.4;
	width: 960px;
	margin: 15px auto 0;
	color: #000;
	background: #FFF;
}

.site-header a[href]:after { content: none !important; }

	.site-header .site-logo { width: 30%; margin: 0 auto; }
		.site-header .site-logo img { max-width: 100%; }

a img { border:none; }

	a,a:link { color:#00a8b6; font-weight:bold; text-decoration:underline; }

	a:visited { color:#00a8b6; }
	
	a[href]:after { color: #000; text-decoration: underline; padding-left: 10px ;
		content: "[" attr(href) "] "; }

.additional-footer { border-top: 2px solid #b3b3b3; margin-top: 3em; }


/******************************************************************************************************************
GENERAL TEXT FORMATTING
******************************************************************************************************************/

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

 p,  ul,  ol
	{
	margin:0 0 1.2em;	
}

ul,
ol {
	margin-left:1.2em;
}

 li {
	margin-bottom:0.6em;
}

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

 h1 {
	font-size:1.4em;
	margin:1.2em 0;
}
 h2 {
	font-size:1.0em;
	margin-bottom:0;
}
 h3 {
	font-size:1.0em;
}
