/*
Title: SonerEker.com print styles.
Author: Soner Eker, soner@sonereker.com
Updated: Jan 11 2010
*/

body {
	background: white;
	font-size: 10pt;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
	}

hr {
  display: none;
  }

h1 {
  font-size: 14pt;
  padding: 10px 0 10px 0;
  margin-bottom: 50px;
  line-height: 1.7em;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  }

.updated-at {
  display: none;
  }

div#print-footer {
  margin-top: 30px;
  font-size: 8pt;
  color: #999;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.4em;
  }

h2 {
  margin-top: 10px;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  }

h3, h4, h5, h6 {
  font-size: 10pt;
  margin-top: 10px;
  font-weight: bold;
  }

h1#logo {
  display: none;
  }

#container, #content {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

div#content {
	margin-left: 10%;
  padding-top: 4em;
	}

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

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

#content a[href^="/"]:after {
  content: " (http://sonereker.com" attr(href) ") ";
   }