/*-----------------------------------------------------------------------------
Community Links Print Stylesheet

version:   2.0
date:      02/06/08
author:    george ornbo
email:     george@shapeshed.com
website:   http://www.shapeshed.com
-----------------------------------------------------------------------------*/

/* General
-----------------------------------------------------------------------------*/

/* Remove border around linked images */
img
	{
	border: 0;
	}

.right
	{
	float: right;
	margin: 0px 10px 0px 5px;
	}

.left
	{
	float: left;
	margin: 0px 10px 0px 5px;
	}

/* Wrapper
-----------------------------------------------------------------------------*/
	
#wrapper{
	width: auto;
	text-align: left;
	float: none !important;
}

/*
#wrapper:before{
	content: "This is a print-friendly version of the Community Links Website";
}
*/
h1{
	border-bottom: 3px solid #000;
	padding-bottom: 5px;
}
h1 a{
	border-bottom: none;
}


#footer{
	margin-top: 1.5em;
	width: auto;
	text-align: left;
	float: none !important;
	border-top: #000000 1px solid;
}

.img-right
	{
	float: right;
	clear: right;
	padding: 0px 0 10px 10px;	
}

/* Remove elements
-----------------------------------------------------------------------------*/

#skip-links, #search-form, #nav, #secondary-nav, #content h2 span, #sub-nav, #quick-links, #footer p.right{
	display: none;
	}

/* Header
-----------------------------------------------------------------------------*/
	
#header h1
	{ 
	width: auto;
	border-bottom: #000000 3px solid;
	}
	
/* Typography
-----------------------------------------------------------------------------*/

body {
	font-family: helvetica, arial, sans-serif;
	background: white;
	font-size: 11pt;
	text-align: center;
}



li {
	font-family: helvetica, arial, serif;
}

p {
	font-size: 10pt;
	font-family: helvetica, arial, serif;
	line-height: 1.2em;
}

#footer p{
	font-size: 8pt;
	line-height: 1em;
}

/* Links
-----------------------------------------------------------------------------*/

a
	{
	color: #000000;
	font-weight: bold;
	border-bottom: #999999 1px dotted;
	text-decoration: none;
}