/* Base
----------------------------------------------- ***/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font: inherit;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a,
a:hover,
a:active {
	text-decoration: none;
	outline: 0;
}

strong,
b { font-weight: bold; }

dfn,
em,
i { font-style: italic; }

h1, h2, h3, h4, h5, h6 { text-rendering: optimizelegibility; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small { font-weight: normal; }

ol,
ul,
li { list-style: none; }

blockquote,
q { quotes: none; }

abbr[title],
acronym[title] { border-bottom: 1px dotted; }

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,
pre,
kbd,
samp { font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; }

img {
	border: 0;
	max-width: 100%;
	width: auto\9; /* Helps IE7-8 adjust responsive images */
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

input,
select,
textarea,
button {
	font: inherit;
	font-size: 100%;
	border: 0;
	display: inline-block;
	outline: 0;
}

input,
select,
button { vertical-align: middle; }

input,
select,
textarea { -webkit-appearance: none; }

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }

input,
button {
	line-height: normal;
	margin: 0;
	*overflow: visible;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

html input[disabled],
button[disabled] { cursor: default; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { -webkit-appearance: button; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

[hidden] { display: none; }

/* Ask
--------------------------------------------------- ***/
#ask-box {
	padding: 20px;
	width: 430px;
	display: none;
	overflow: hidden;
}

#ask-box,
.fancybox-skin {
	color: #363d3f;
	background-color: #fff;
}

#ask-box .portrait {
	margin: 2px 30px 0 0;
	width: 80px;
	float: left;
	position: relative;
}

#ask-box .portrait, .portrait span,
#ask-box .portrait img {
	width: 80px;
	height: 80px;
	display: block;
}

#ask-box .portrait span {
	position: absolute;
	top: 0;
	left: 0;
	background: url(http://static.tumblr.com/wassjkj/JuPmlkap8/bg-portrait-light.png) no-repeat;
}

#ask-box .form {
	float: right;
	width: 320px;
}

#ask-box .form h3 { margin: 0 0 10px 0; }

/* Global ---------------------------------- ***/
#wrap:before,
#wrap:after,
.whitebox:before,
.whitebox:after,
.whitebox_top:before,
.whitebox_top:after {
	line-height: 0;
	display: table;
	content: "";
}

#wrap:after,
.whitebox:after,
.whitebox_top:after { clear: both; }

#wrap,
.whitebox,
.whitebox_top { *zoom: 1; }

.clear {
	display: inline-block;
	clear: both;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clear { height: 1%; }