/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/*blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* https://bwblabs.com/styles/base001.css */
/* v0.02 | 20090609 */
html
{
	overflow-y: scroll;
}
body
{
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.75em;
	line-height: 1.7;
	color: #3c3940;
	background-color: #333;
	overflow-x: hidden;
}

div.warning
{
	background-color: #FF9;
	text-align: center;
}

a, a:visited
{
	color: #0099b9;
}

abbr
{
	border-bottom: dotted 0.1em black;
}

h1, h2, h3, h4, p, ul
{
	margin-bottom: 0.1em;
}

p
{
	margin-bottom: 2em;
}

dt
{
	font-weight: bolder;
	margin-bottom: 0.2em;
}

dd
{
	margin-left: 3em;
	margin-bottom: 1em;
}

sup
{
	font-size: smaller;
	vertical-align: super;
}

sup a
{
	text-decoration: none;
}

ol
{
	list-style-type: decimal;
}

.clear
{
	clear: both;
}

div#header
{
	background-color: #3B3B3B;
}

div#header div.minimal
{
	min-width: 60em;
	max-width: 70em;
	width: 80%;
	margin: 0 auto 0 auto;
	overflow: auto;
}

div#header div.minimal h3
{
	float: left;
	font-size: 2.5em;
	font-weight: lighter;
	padding: 0.1em 0.25em 0.1em 0.25em;
	line-height: 1.25;
	width: 7em;
}

div#header span.tweet
{
	color: #0099b9;
}
div#header span.feelings
{
	color: #EEE;
}
div#header span.trademark
{
	font-size: small;
	vertical-align: super;
}

/* start navigation */

div#header ul.navigation
{
	float: right;
}

ul.navigation li
{
	float: left;
	margin-top: 1em;
	margin-right: 1.5em;
	line-height: 1;
}

ul.navigation li a, ul.navigation li input
{
	background-color: #C0C0C0;
	color: #333;
	/*opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);*/

	font-weight: bold;
	text-decoration: none;
	font-size: 1.75em;
	padding: 0.3em 0.8em 0.3em 0.8em;
}
ul.navigation li input
{
	font-family: "Lucida Grande", sans-serif;
	border: 0;
	margin-top: -0.33em;
	padding-top: 0.25em;
	padding-bottom: 0.28em;/*TODO: fix 1 px less for FF*/
}

ul.navigation li#latest a:hover,
ul.navigation li#latest a.active
{
	background-color: #F60;
	color: #FFF;
}

ul.navigation li#first a:hover,
ul.navigation li#first a.active
{
	background-color: #3F3;
	color: #333;
}

ul.navigation li#love a:hover,
ul.navigation li#love a.active
{
	background-color: #F33;
	color: #FFF;
}

ul.navigation li#happy a:hover,
ul.navigation li#happy a.active
{
	background-color: #FF3;
	color: #333;
}

ul.navigation li#free a:hover,
ul.navigation li#free a.active
{
	background-color: #939;
	color: #FFF;
}

ul.navigation li#type input:focus,
ul.navigation li#type input.active
{
	background-color: #0099b9;
	color: #FFF;
}

ul.navigation li#type
{
	margin-right: 0;
}
/* end navigation */

div#main
{
	clear: both;
	margin: 0.75em 0 1em 0;
	overflow-x: hidden;
}

.invisible
{
	left: -9999px;
	top: -9999px;
}

.polaroid
{
	display: block;
	position: absolute;
	top: 7em;
	margin: 0 auto 0 auto;
	min-width: 36em;
	max-width: 45em;
	min-height: 32em;
	max-height: 40em;
	background-color: #FFF;
	padding: 0 3em 0 3em;
	width: auto;
	height: auto;
	border: 0.15em solid #999;
	padding-bottom: 3em;
	overflow: hidden;
}

.polaroid div.author
{
	float: right;
	display: block;
	width: 34em;
	padding: 1em 0 1em 0;
}

.polaroid div.author a
{
	text-align: right;
	display: block;
}

.polaroid div.author a.name
{
	margin-top: -0.25em;
	margin-bottom: -0.5em;
	font-size: 2.5em;
	color: #333;
	text-decoration: none;
}

.polaroid div.author a.date
{
	margin-bottom: -0.5em;
	font-style: italic;
	color: #999;
	text-decoration: none;
	font-size: 1.3em;
}

.polaroid div.author div
{
	float: right;
}

.polaroid div.author a img
{
	float: right;
	margin-left: 1em;
	border: 2px solid #333;
	background-color: #000;
}

.polaroid .photo
{
	clear: both;
	background-color: #000;
	min-height: 300px;
	border: 0.15em solid #333;
	text-align: center;
}

.polaroid .photo img
{
	padding: 0;
	margin: 0;
	border: 0;
}

.polaroid h1.message
{
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.2em;
}
