@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: inherit;
font-family: inherit;
vertical-align: baseline;
}
body{overflow-x:hidden;}
img{vertical-align:middle;}

#header ul li {display:inline;margin-right:5px;}


/* -------------- UNIQUE -------------- */

* {	margin:0; padding:0; }

/* Color
----------------------------------------

Bookmarks
	2a2121	Brown
	e4f2aa	Green headers
	ffffff	Text
	86817e	Timestamp (span.meta)
	46413e	Border-bottom

Favorites
	f0f9c6	Background yellow-green
	1f1b17	Text
	e3ecb9	Citation yellow-green
	46413e	Citation text
	c9d3a0	Border-bottom

Screenshots
	444444	Background gray
	999999	Border-bottom

----------------------------------------*/

body {
	background: #fff none repeat scroll 0 0;
	color: #333;
	font-family: "Helveitca Neue", Helvetica, Verdana, sans-serif;
	font-size:1em;
	line-height:1.5em;
	-webkit-text-size-adjust: none;
	}
#header {
	background: #2a2121 url(../images/header.jpg) top left repeat-x;
	}
#content {
	overflow: hidden;
	}
h1 {
	font: normal 1.2em/1em "Helvetica Neue", Helvetica, Verdana, sans-serif;
	text-align: left;
	}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	display: block;
	padding: 0.75em 0.5em 0.618em;
	xfont-weight: normal !important;
	color: #fff;
	text-shadow: 0 -1px 2px #2a2121;
	}
p#nav {
	position: absolute;
	top: 0; right: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 43px;
	}
p#nav a:link,
p#nav a:visited,
body.about p#nav a:hover {
	display: block;
	padding: 0.9em 0.75em 0.4em;
	border-left: 1px #000 solid;
	color: #ddd;
	text-shadow: 0 -1px 2px #2a2121;
	text-decoration: none;
	}
p#nav a:hover,
body.about p#nav a:link,
body.about p#nav a:visited {
	color: #fff;
	background-color: #000;
	}
/*h1 {
	text-align: center;
	}
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	display: block;
	margin: 0 auto;
	width: 171px;
	height: 43px;
	background: transparent url(../images/masthead.png) 0 11px no-repeat;
	text-indent: -9999px;
	}*/
h2 {
	margin: 1em 0.5em 0;
	font: normal 1.3em/1em Georgia, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	}
h3 {
	padding: 0.381em 0 0.25em;
	background-color: #2a2121;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	}
h4 {
	margin: 1em 0 0;
	padding: 0 0.5em;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #5e9ccb;
	}
ul {
	border-top: 1px #999 solid;
	}
body.about ul {
	margin: 0 0 1em;
	}
li {
	padding: 0.5em;
	}
p {
	margin: 0 0 1em;
	padding: 0 0.5em;
	}
em {
	font-style: italic;
	}
li.fav {
	position: relative;
	padding-bottom: 2.618em;
	}
li.fav cite {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	padding: 0.381em 0 0.25em;
	text-indent: 3.5em;
	width: 100%;
	background: transparent url(../images/cite.png) 0.5em 0 no-repeat;
	}
li.bm {
	xline-height: 1.618em;
	background: transparent url(../images/bm.png) 270px 0 no-repeat;
	}
li.bm h4 {
	margin: 0;
	padding: 0;
	}
li.no h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}
li.bm p,
li.no p {
	margin: 0;
	padding: 0;
	}
span.meta {
	white-space: nowrap;
	}
	

/* Color & Links
---------------------------------------*/
li { border-bottom: 1px #c9d3a0 solid; }
li.fav {
	color: #2a2121;
	background-color: #f9fbef;
	}
li.fav cite {
	background-color: #f0f2e6;
	}
li.bm {
	color: #2a2121;
	background-color: #f2e8e6;
	border-bottom-color: #d6cdcb;
	}
li.bm span.meta { color: #86817e; }
li.no {
	border-bottom-color: #ccc;
	}
li.no p {
	margin-left: 1.4em;
	color: #999;
	}
li.no span.meta {
	font-style: normal;
	color: #999;
	}
li.f {
	text-align: center;
	background-color: #444;
	border-bottom-color: #666;
	}
li.f img {
	-webkit-box-shadow: 0 3px 3px #333;
	}

a:link,
a:visited,
a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: none;
	}
a:active {
	text-decoration: none;
	}
li.fav a:link,
li.fav a:visited,
li.fav a:hover {
	color: #1f1b17;
	}
li.fav cite a:link,
li.fav cite a:visited,
li.fav cite a:hover {
	color: #46413e;
	}
li.bm a:link,
li.bm a:visited,
li.bm a:hover {
	color: #1f1b17;
	}