/* ---
 Global tags
--- */
html {
	overflow-y: scroll;
}
body {
	cursor: default;
	background-color: #f4f4f4;
}
a {
	color:black;
}
a:hover, .post-title a:hover span {
	background-color: #ffa;
	-webkit-transition: background-color 0s;
	-moz-transition: background-color 0s;
	-o-transition: background-color 0s;
	transition: background-color 0s;
}
a, .post-title a span {
	background-color: transparent;
	-webkit-transition: background-color .8s;
	-moz-transition: background-color .8s;
	-o-transition: background-color .8s;
	transition: background-color .8s;
}
#logo a:hover, #menu a:hover, .post-title a:hover {
	background-color: transparent;
}
a:active, blockquote {
	color: #888;
}
h2, h3, h4 {
	letter-spacing: -0.02em;
}
h2, h3, h4, .huge, blockquote.big {
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	/*font-family: 'HelveticaNeueLT Std', inherit;*/
}
h2, h3, h4, .huge {
	color: black;
}
.link-dump h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.huge, blockquote.big {
	font-family: 'OFL Sorts Mill Goudy TT';
}
.huge {
	font-weight: bold;
}
.huge em, #mobile-survey em {
	font-style: normal;
	background-color: #ffa;
}
#ie-sucks {
	display: none;
}
/*#main ul {
	list-style: none;
	margin-left: 0;
	padding-left: 2em;
	text-indent: -2em;
}
#main ul li:before {
	content: "\2014 \2003";
}*/
/* ---
 Main UI
--- */
#logo {
	background-image:url("asset/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
}
#logo a {
	text-decoration: none;
	display: block;
}
#logo span {
	display: none;
}
#header-stick {
	position:fixed;
}
#header-stick, #main-col {
	background-image:url("asset/89.gif");
	background-repeat: repeat-x;
	background-position: top;
}
#main h2 {
	padding-top: 22px;
	padding-bottom: 22px;
}
#main > h2:first-child, .top-main-content h2 {
	margin-top: -22px;
	margin-bottom: 0;
}
#logo-holder, #sub-logo, #menu-holder {
	padding-top: 22px;
}
#menu-holder {
	padding-bottom: 22px;
	margin-bottom: 22px;
}
#menu {
	margin:0;
	float: left;
	width: 752px;
}
#menu li {
	float:left;
	list-style-type:none;
	width: 176px;
	margin-right: 16px;
}
#menu li.last {
	margin-right: 0;
}
/*#menu span {
	color: #888;
}*/
#menu a {
	text-decoration:none;
	display:block;
	color: black !important;
}
hr {
	background-color: #000000;
}
pre {
	padding: 11px;
	overflow: auto;
	background-color: white;
	font-family: 'Anonymous Pro', 'andale mono', 'lucida console', monospace;
}
#footer-contact {
	text-align: right;
}
/* ---
 Styles
--- */
::selection {
	background: #ffff64;
	color: #000;
}
::-moz-selection {
	background: #ffff64;
	color: #000;
}
a.seamless {
	text-decoration: none;
}
.bottom-margin {
	margin-bottom: 22px;
}
.post-title, .post-content, .post-meta, .top-border, .comment {
	background-image:url("asset/1.gif");
	background-position: top;
	background-repeat: repeat-x;
}
.top-border, .comment {
	padding-top: 22px;
}
.input-labeler-active {
	color: #888;
}
/* ---
 Project page
--- */
h3.project-title {
	margin: 0;
}
h3.project-title span, .project-meta, .project-meta * {
	color: #888 !important;
}
h3.project-title span {
	font-family: Georgia;
	line-height: 1em;
}
.boks-help .q {
	font-weight: bold;
}
.le-bon-coin-coin #fb-root, .le-bon-coin-coin .fb-like, .le-bon-coin-coin .share-btn {
	float:left;
}
.le-bon-coin-coin #features h4 {
	margin-bottom:0;
	font-weight:bold;
}
/* ---
 About + Projects
--- */
.about-page h2, .project-page h2 {
	margin-bottom: 0;
	background-image:url("asset/1.gif");
	background-position: top;
	background-repeat: repeat-x;
}
/* ---
 Blog
--- */
.post-title, .link-dump h2 {
	margin-bottom: 0;
}
.post-title a {
	text-decoration: none;
	display: block;
}
.post-content, .post-meta {
	padding-top: 22px;
}
#posts > .post:first-child {
	margin-top: -22px;
}
#posts > .post:first-child .post-title {
	background: none;
}
.link-dump h2 {
	font-weight: normal;
	letter-spacing: 0;
}
.ld-icon {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 1em;
	display: block;
}
.comment-author {
	font-weight: bold;
}
.comment-time {
	text-decoration: none;
	color: #888;
}
#comment-list .avatar {
	float: right;
	margin-top: 3px;
	margin-left: 1em;
}
.author-comment .author-link {
	background-color: #ffa;
}
#commentform input, #commentform textarea, #s {
	border: none;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #f4f4f4;
	outline: none;
}
#commentform input, #s {
	height: 22px;
	background-image:url("asset/1.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}
#s {
	height: 23px;
	margin-bottom: -1px;
}
#commentform label, #search-form label {
	font-weight: normal;
}
#comment {
	height: 154px;
	background-image:url("asset/ta.gif");
	line-height: 22px;
}
#subscribe {
	height: 16px !important;
	background: none !important;
}
#submit {
	background: white !important;
}
.overTxtLabel {
	color: #888;
}
#prev-next a {
	text-decoration: none;
	color: #888;
}
#bottom-next {
	text-align: right;
}
.post pre {
	margin-right: -192px;
}
#comment-list pre {
	margin-right: 0;
}
.post-content span.vid {
	display: block;
	margin-bottom: 14px;
}