/* @group undo default */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%;font-weight: normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd,legend,input,select { margin:0; padding:0 }
a img,:link img,:visited img, fieldset { border:0; }
address { font-style:normal }
table { border:none;padding:0;margin:0;border-collapse:collapse;border-spacing:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal;font-weight:normal;text-align:left; }

/* @end */

/* @group basics */

#tumblr_controls {
	display: none;
	}

@font-face {
	font-family: 'junction';
	src: url('../fonts/junction.eot');
	src: local('junction regular Regular'), local('junctionregular'), url('../fonts/junction.woff') format('woff'), url('../fonts/junction.otf') format('opentype');
}

@font-face {
	font-family: 'museoslab-it';
	src: url('../fonts/museoslab-it.eot');
	src: local('Museo Slab 500 Italic'), local('MuseoSlab-500Italic'), url('../fonts/museoslab-it.woff') format('woff'), url('../fonts/museoslab-it.otf') format('opentype');
}

@font-face {
	font-family: 'museoslab';
	src: url('../fonts/museoslab.eot');
	src: local('Museo Slab 500'), local('MuseoSlab-500'), url('../fonts/museoslab.woff') format('woff'), url('../fonts/museoslab.otf') format('opentype');
}




body {
	font-family: junction, Helvetica, sans-serif;
	color: #666;
	background: #E7E0CF url(../images/back.png) 50% 0 repeat;
	font-size: 16px;
	}

#nimble {
	width: 860px;
	margin: 80px auto;
	padding-top: 80px;
	position: relative;
	background: #fff;
	-moz-box-shadow: #888 0 2px 4px;
	-webkit-box-shadow: #888 0 2px 4px;
/*	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
*/
	}

#tab {
	display: block;
	width: 49px;
	padding-top: 177px;
	height: 0;
	overflow: hidden;
	background: url(../images/tab.png) 0 0 no-repeat;
	position: absolute;
	top: 80px;
	left: -49px;
	z-index: 1;
	}

/* @end */

/* @group posts */

.post {
	position: relative;
	padding: 0 80px 60px 216px;
	line-height: 24px;
	}

.post a.date {
	font-family: museoslab, Helvetica, sans-serif; 
	display: block;
	position: absolute;
	top: 66px;
	left: -6px;
	color: #aaa;
	font-size: 14px;
	text-align: right;
	width: 200px;
	border: 0;
	}

.post a.date:hover {
	color: #b00000;
	}
	
.post h3 {
	font-family: museoslab, Georgia, Helvetica, sans-serif; 
	color: #666;
	font-size: 33px;
	line-height: 36px;
	padding-bottom: 30px;
	}

.post h3.small {
	font-size: 26px;
	}

.post h4 {
	font-family: museoslab, Georgia, Helvetica, sans-serif;
	color: #b00000;
	font-size: 24px;
	padding-bottom: 20px;
	}

.post blockquote {
	font-family: junction, Helvetica, sans-serif;
	padding: 0 60px 20px 30px;
	position: relative;
	margin-top: -1px;
	line-height: 24px;
	}

.attribution {
	color: #b00000;
	text-transform: uppercase;
	font-size: 12px;
	white-space: nowrap;
	}

a.attribution:hover {
	border-bottom: 1px solid #b00000;
	}

.openquote {
	color: #b00000;
	font-size: 60px;
	display: block;
	position: absolute;
	left: -2px;
	top: 20px;
	padding-top: 2px;
	}

.post p {
	margin-bottom: 20px;
	}

.post p a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #b00000;
	}

.post p a:hover {
	color: #b00000;
	}

.post img {
	max-width: 702px;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: -136px;
	}

.post img.vert {
	max-width: 566px;
	margin-bottom: 20px;
	margin-left: 0;
	}

.post {
	padding-bottom: 50px;
	background: transparent url(../images/logo.png) no-repeat bottom right;
	position: relative;
	}

.post strong {
	color: #333;
	font-weight: normal;
	}

.post sup {
	vertical-align: bottom;
	position: relative;
	top: -4px;
	}

.post sup a {
	font-weight: bold;
	}

.post ul {
	list-style-type: none;
	padding-left: 30px;
	padding-bottom: 12px;
	}

.post ul li {
	padding-bottom: 8px;
	}

.post ol {
	list-style-type: decimal;
	padding-left: 30px;
	padding-bottom: 12px;
	}

.post ol li {
	padding-bottom: 8px;
	}

.post .footnotes {
	padding-left: 14px;
	list-style-type: decimal;
	color: #aaa;
	font-size: 11px;
	line-height: 16px !important;
	}

.post .footnotes li {
	padding-bottom: 20px;
	}


.commentlink {
	position: absolute;
	bottom: 54px;
	right: 130px;
	text-align: right;
	width: 200px;
	}

.commentlink a {
	font-size: 11px;
	color: #aaa;
	}

.commentlink a:hover {
	color: #b00000;
	}

/* @end */

/* @group footer */

#footer {
	position: relative;
	width: 780px;
	height: 34px;
	background: url(../images/footer.jpg) 0 0 no-repeat;
	padding: 20px 40px 0 40px;
	color: #E3ABA9;
	font-size: 13px;
	text-shadow: #333 0 1px 3px;
	}

#copyright {
	position: absolute;
	top: 24px;
	left: 40px;
	font-size: 11px;
	opacity: .7;
	}

#menu {
	float: right;
	list-style-type: none;
	font-family: museoslab, 'Lucida Grande', Helvetica, sans-serif;
	font-size: 15px;
	}

#menu li {
	float: left;
	margin-left: 20px;
	}

#menu a {
	height: 0;
	padding-top: 23px;
	overflow: hidden;
	display: block;
	color: #fff;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-color: transparent;
	}

#menu #about {
	background-position: 0 0;
	width: 48px;
	}
#menu #about:hover {
	background-position: 0 -22px;
	}

#menu #archive {
	background-position: -62px 0;
	width: 60px;
	}
#menu #archive:hover {
	background-position: -62px -22px;
	}
	
#menu #rss {
	background-position: -140px 0;
	width: 24px;
	}
#menu #rss:hover {
	background-position: -140px -22px;
	}

#menu #twitter {
	background-position: -180px 0;
	width: 72px;
	}
#menu #twitter:hover {
	background-position: -180px -22px;
	}
	
#menu #portfolio {
	background-position: -180px 0;
	width: 72px;
	}
#menu #portfolio:hover {
	background-position: -180px -22px;
	}



/* @end */

/* @group contact form */

#contactform {
	margin: 10px 0 30px 198px;
	}

#contactform .text input,
#contactform .textarea textarea {
	background: #d7f8f9 url(../images/field_shadow2.gif) repeat-x 0 0;
	border: 1px solid #67c0c4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: junction, Lucida Grande, Helvetica, sans-serif;
	font-size: 16px;
	padding: 6px 4px 2px 4px;
	width: 411px;
	line-height: 20px;
	}

#contactform .textarea textarea {
	width: 480px;
	}

#contactform .text.randomfield input {
	width: 111px;
	}

#contactform dt {
	padding-bottom: 2px;
	}

#required {
	color: #ff2413;
	}

#contactform .error,
#contactform p.error {
	color: #ff2413;
	font-weight: bold;
	font-family: Arial;
	text-transform: uppercase;
	}

#contactform dd {
	padding-bottom: 20px;
	}

#contactform dt.sendit {
	padding-top: 20px;
	}

dd.firstNameField,
dt.firstNameField {
	position: absolute;
	top: -2000em;
	left: -2000em;
	}

/* @end */

/* @group navigation */

#navigation {
	position: relative;
	padding: 0 80px 60px 216px;
	font: ;
	}

#navigation a {
	font-family: museoslab, Georgia, Helvetica, sans-serif; 
	text-transform: uppercase;
	color: #aaa;
	font-size: 16px;
	border: 0;
	}

#navigation a:hover {
	color: #b00000;
	}

/* @end */

/* @group disqus */

#disqus_thread {
	position: relative;
	padding: 0 80px 60px 216px;
	line-height: 24px;
	}

#disqus_thread a {
	color: #b00000 !important;
	}

.dsq-brlink,
.dsq-dc-logo {
	position: absolute;
	left: -9999px;
	top: -9999px;
	}

.dsq-options,
#dsq-comments-title {
	position: absolute;
	left: -9999px;
	top: -9999px;
	}

#dsq-content .dsq-login-buttons,
#dsq-content .dsq-options,
#dsq-content .dsq-subscribe-menu {
	background: none !important;
	}

.dsq-comment-header-meta {
	padding: 8px !important;
	}

#dsq-comments {
	margin-top: 10px !important;
	}

#dsq-content .dsq-comment .dsq-header-avatar a.dsq-avatar,
#dsq-content .dsq-comment .dsq-header-avatar .dsq-drop-profile {
	display: none !important;
	}

/* @end */