/* 
	Name: Eastleigh Borough Council
	Date: August 2009 
	Description: Print stylesheet
	Version: 1.0 
	Author: Pete Luffman
	Author URI: http://www.merchantmarketinggroup.com 
*/  

/*********************************************** 
				Hide elements 
***********************************************/

#accessibility,
#header h1,
#toolbar,
#fonts,
#search,
#slideshow,
#breadcrumbs,
#options,
#MainMenu,
#sectionNav,
#siteContents,
#articleFooter,
#quickJump,
#pageTools,
#toggle,
#footer ul,
.externalLink,
.remove,
.collapse,
.rss,
.hidden {
	display:none;
	}
	
/*********************************************** 
				Global
***********************************************/

body { font-family: Arial, Helvetica, sans-serif; font-size:9pt; }

h1 {
	font-size:25pt;
	font-weight: normal;
	color: #40A43D;
	border-top: 1pt solid #2E7846; 
	border-bottom: 1pt solid #2E7846; 
	}
h2 {
	font-size:18pt;
	font-weight: normal;
	color: #40A43D;
	padding: 5pt 0;
	margin: 0;
	}
h3 { font-size:12pt; }
a:link, a:visited { color: #40A43D; }
hr { 
	background:#E6E6E6; 
	color:#E6E6E6; 
	height: 1pt;
	border: none;
	clear: left;
	}

/*********************************************** 
				Layout
***********************************************/

#wrapper { margin: 0 0 2em 0; }
#main-content {clear: left;}
#main-content .col { float:left; width:46%; padding: 2%; }  
#footer { border-top: 2pt solid #40A43D; color: #666666; font-size: 8pt; clear: both; }

/* Individual page styling */

.news #main img {
	float: left;
	margin: 0 20px 0 0;
	}

/*********************************************** 
			Common classes
***********************************************/

.smallprint { font-size: 7pt;}
.modifiedDate, .publishedDate { 
	font-size: 9pt;
	font-style: italic;
	color: #666666; 
	padding: 0px;
	margin: 0px;
	}
	
/* Show URLs after content links */

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   text-decoration: none;
   }
#content a[href^="/"]:after {
   content: " (http://www.eastleigh.gov.uk" attr(href) ") ";
   }
#content h2 a:link:after, #content h2 a:visited:after {
   content: "";
   }
