@charset "UTF-8";
/**
 * Ubuntu print Stylesheet
 *
 * 
 * @project		Ubuntu Patterns
 * @author		Web Team at Canonical Ltd
 * @copyright	2012 Canonical Ltd
 *
 */
body {margin:0; padding:0; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 13px Ubuntu, Helvetica,"Lucida Grande", serif; color: #000;}
 
* { background: #fff; color: #000; }

html { background: #fff; }
 
body {
	background: white;
	font-size: 16pt;
	line-height: 1.5;
}

.row {
	padding-left: 0;
	padding-right: 0;
}

h1 { font-size: 26px; }
h2 { font-size: 23px; }
p.intro { font-size: 18px; }

a:link, a:visited {
	color: #898989;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

nav,
#box-search,
.cookie-policy,
.link-top,
.single-post-cats,
.subscribe,
.yes-js #nav-global-wrapper,
.related-posts,
#nav-triggers,
.screen-only,
header.banner,
footer.global ul,
.top-link,
.legal, 
.instapaper_ignore { display: none !important; }



a[href]:after {
	content: " (" attr(href) ")";
	font-weight: 300;
	float: none;
	display: inline-block;
}

a.external[href]:after, #main-content .external:after {
	background: none;
	width: auto;
	float: none;
	display: inline;
	word-break: break-word;
}
 
a[href^="#"]:after,
.article-meta a:after,
a[href^="javascript"]:after,
div.logo a[href]:after {
	content: "";
}

.article-meta a {
	color: #333;
	text-decoration: none;
	font-weight: 300;
}

.glossary-box {
	border: 0;
	box-shadow: none;
	padding: 0 !important;
}

.glossary-box a,
.box,
.row .link-cta-ubuntu {
	padding: 0;
	text-align: left;
}

footer.global {
	background: #fff;
	  -moz-box-shadow: none;
	  -o-box-shadow: none;
	  -webkit-box-shadow: none;
  box-shadow: none;
	margin: 0;
	padding: 20px 0 0 0;
	border-top: 1px thin #afa79e;
}

footer div {
	 background: #fff;
	  -moz-box-shadow: none;
	  -o-box-shadow: none;
	  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 20px;
  padding-top: 20px;
}

.legal {
	  -moz-box-shadow: none;
	  -o-box-shadow: none;
	  -webkit-box-shadow: none;
  box-shadow: none;
	margin-left: 52px;
	padding-top: 20px;
}
