/* @override 
	http://ipsum.napkinware.local/styles.css */

body {
	font: 12pt Georgia, Utopia, serif;
	line-height: 145%;
	background: #eee url('http://bits.napkinware.com/texture.png');
	color: #353535;
	color: rgba(0,0,0,.8);
}
h1 {
	text-align: center;
	margin: 0;
	font: bold 36pt 'Rokkitt', Georgia, Utopia, serif;
	color: #484848;
	text-shadow: -1px -1px 2px rgba(255,255,255,.25);
}
h1 a {
	text-decoration: none;
}
h2 {
	font-family: 'Rokkitt', Georgia, Utopia, serif;
	font-size: 17pt; font-weight: normal;	
	margin: -1.5em 0 0 0; padding: 0;
	color: #fff;
	text-align: center;
}
header>a, footer>a, 
h3 strong {
	color: rgba(164,164,164,.75);
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}
header {
	background-color: #3a3632;
	width: 20cm;
	margin: 2em auto;
	padding: 2em 0;
	border-radius: 5px;
}
header h1 {
	color: #d0d0ba;
	text-shadow: -1px -1px 1px rgba(0,0,0,.05);
}
header hr {
	width: 75%;
	border: 1px solid #524f49;
	border-bottom: 0;
	margin: 2.5em auto 3em;
}
header>blockquote,
footer>p,
header>p {
	text-align: center;
	margin: 0;
	font: 11pt 'Rokkitt', Georgia, Utopia, serif;
	color: #8d8572;
	text-shadow: none;
}
header>p {
	text-align: left;
	width: 80%;
	margin: .25em 6em;
}
header>p code {
	margin: 0 .25em 0 1em;
	color: #fff;
}
footer>p a,
header a {
	color: #fff;
}
ul.examples {
	overflow: hidden;
	margin-left: 3.75%;
	padding-bottom: 10px;
}
ul.examples li  {
	position: relative;
	list-style-type: none;
	border: 0;
	width: 21.25%; height: 125px;
	margin: 0 3.5%; padding: 0;
	line-height: 95%;
	float: left;
	background-color: #d0d0ba;
	border: 6px solid #fff;
	overflow: hidden;
	box-shadow: 1px 1px 10px rgba(0,0,0,.5);
}
ul.examples li h2 {
	border: 0;
	text-shadow: none;
	margin: 0; padding: 0;
	text-align: center;
	background-color: rgba(0,0,0,.75);
	color: #ddd;
	font-size: 9.5pt;
	line-height: 140%;
	position: absolute;
	width: 100%;
	bottom: 0;
}
ul.examples li p {
	margin: .25em;
	text-align: center;
	font: 10pt/115% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h3 {
	clear: both;
	text-shadow: -1px -1px 1px rgba(255,255,255,.5);
	font: bold 110% "Gill Sans", sans;
	color: rgba(0,0,0,.75);
	margin: 2em 0 .25em;
}
h3 strong {
	font-weight: normal;
	padding-left: .5em;
}
h3:first-child {
	margin-top: 1em;
}
a {
	color: #333;
	text-decoration: none;
}
blockquote {
	margin: -20px 0 3em;
	font-style: italic;
	text-align: center;
	color: rgba(164,164,164,.75);
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
}
li {
list-style-type: square;
margin-left: 0; padding-left: 0;
}
code,
li em {
	font: 9pt "Lucida Console", "Andale Mono", mono;
	color: #666; background-color: rgba(200,200,200,.25);
	margin: 2px 0 2px; padding: 2px 3px;
	vertical-align: text-bottom;
	line-height: 19px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.btn {
	font-size: smaller;
	background-color: rgba(164,164,164,.25);
	padding: 2px 5px 1px;
	border-radius: 5px;
	-webkit-box-shadow:  -1px -1px 1px rgba(255,255,255,.25);
}
header>a:hover, footer>a:hover {
	color: rgba(64,64,64,.75);
}
@media print {
	header,footer,header>a,footer>a {
		display: none;
	}
	body {
		line-height: 140%;

	}
}