/*
Theme Name: Lensco
Theme URI: http://lensco.be/
Description: Fo Shizzle
Version: 2
Author: Lensco
Author URI: http://lensco.be/
*/

/* CSS Reset
---------------------------------------------------- */

html { height: 100%; }
body, form, ol, ul, dl, li, dt, dd, td, th, tr { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0 0 1.5em 0; padding: 0; }
ul { list-style: none; }
ol { margin-bottom: 1em; }
ol li { margin-left: 2em; }
img { border: 0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
a:focus { outline: 0; }


/* HTML5 compatibility
---------------------------------------------------- */

header,
footer,
nav,
section,
article,
aside {
	display: block;
	}
	

/* Typography
---------------------------------------------------- */

body {
	font-size: 16px;
	line-height: 24px;
	}

.post,
textarea {
	font-family: Optima, Palatino, Georgia, serif;	
	}

body,
.post a,
.post strong,
#also h2,
#also li h3,
input,
footer h3,
blockquote.pullquote {
	font-family: Helvetica Neue, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
@font-face {
	font-family: "Rockwell";
	font-weight: bold;
	src: url(fonts/Rockwell_Bold.ttf) format("truetype");
	}
h1,
h2,
h3,
nav,
footer .menu {
	font-family: Rockwell, Cambria, Palatino, Times, serif;
	letter-spacing: -0.05em;
	}
	
code,
pre {
	font-family: "Andale Mono", courier, monospace;
	letter-spacing: -0.07em;
	word-spacing: -0.3em;
	font-weight: normal;
	}


/* General
---------------------------------------------------- */

body {
	color: #002244;
	background-color: #222;
	height: 100%;
	min-width: 1060px;
	}
	
	
h1 {
	font-size: 36px;
	color: #444;
	line-height: 36px;
	margin-bottom: 18px;
	margin-top: -6px;
	}
	h1 a {
		color: #444;
		}
h2 {
	font-size: 24px;
	margin: 44px 0 28px;
	color: #777;
	}
h3 {
	font-size: 18px;
	margin: 0;
	color: #666;
	}
h4 {
	font-size: 16px;
	margin: 0;
	color: #888;
	}
		
a {
	color: #1D5A8C;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: all ease 0.2s;
	}
	a:hover {
		color: #94C0DD;
		text-decoration: none;
		}
	.post a {
		line-height: 0;
		}
			
code {
	line-height: 0;
	}

input,
textarea {
	border: 0;
	margin 0;
	padding: 5px 6px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #adb5bc;
	background: rgba(0,0,0,.1);
	color: #fff;
	}
	input:focus, input:active,
	textarea:focus, textarea:active {
		background: #fff;
		color: #222;
		}
	#submit,
	input[type="submit"] {
		background: #1D5A8C;
		color: #fff;
		cursor: pointer;
		}
		#submit:active {
			background: #94C0DD;
			}


/* Common
---------------------------------------------------- */

.hide  { display: none; }
.left  { float: left; }
.right { float: right; }

.textCenter, .center { text-align: center; }
.textRight  { text-align: right; }
.textLeft   { text-align: left; }
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	* html .clearfix { height: 1%; }
	*:first-child+html .clearfix { zoom: 1; }

.clearBoth {
	clear: both;
	}

article .meta {
	margin-top: 6px;
	}
	.meta li {
		font-weight: bold;
		color: #aaa;
		text-align: right;
		}
		.meta .date {
			font-size: 18px;
			margin-bottom: 24px;
			}
		.meta .tags {
			font-size: 14px;
			padding-top: 1px;
			}
			.meta .tags a {
				color: #666;
				background: #fff;
				}
				.meta .tags a:hover {
					background: #e6e6e6;
					color: #555;
					}

h1 .comments a,
h2 .comments a {
	font-size: 18px;
	color: #bbb;
	font-style: normal;
	margin-left: .6em;
	background: url(images/comment.png) no-repeat right 0;
	padding-right: 14px;
	}
	h1 .comments a:hover,
	h2 .comments a:hover {
		color: #666;
		background-color: transparent;
		background-position: right -36px;
		}


/* content styles */

code {
	color: #555;
	}
pre {
	font-size: 13px;
	background: #eee;
	background: rgba(0,0,0,.05);
	padding: 0 6px 24px 24px;
	margin: 0 0 24px 0;
	overflow: auto;
	}
blockquote {
	border-left: 3px solid #ddd;
	border-left: 3px solid rgba(0,0,0,.15);
	margin-left: 24px;
	padding-left: 12px;
	}

.post ul {
	margin-bottom: 1em;
	}
	.post li {
		margin-left: 24px;
		list-style: url(images/bullet.png);
		}
	ul.padded li {
		padding-bottom: 12px;
		}

.aligncenter {
	display: block;
	margin: 24px auto 0 auto;
	}

img.margin {
	margin: 24px auto 0 auto;
	}
	
p.caption {
	color: #777;
	font-size: 14px;
	margin: 0 0 24px 0;
	}
	
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.5em;
	}
	
.footnotes {
	margin-top: 41px;
	padding-top: 6px;
	border-top: 1px solid #ddd;
	font-size: 13px;
	color: #666;
	}
	.single .footnotes li {
		list-style: decimal;
		}
		
abbr {
	cursor: help;
	border: 0;
	}
	
.download a {
	display: block;
	line-height: 24px;
	background: #eee url(images/download.png) no-repeat 12px 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 6px 12px 6px 60px;
	-webkit-transition: none;
	}
	.download a:hover {
		background-position: 12px -38px;
		background-color: #ddd;
		}
	.download a span {
		font-weight: normal;
		color: #999;
		}

blockquote.pullquote {
	border-color: #ddd;
	border-style: solid;
	border-width: 3px 0;
	margin-top: 6px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	font-size:15px;
	color: #444;
	}
	blockquote.pullquote p {
		margin: 0;
		}

.embed {
	background: #161616;
	padding: 12px;
	width: 720px;
	margin-left: -192px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}
	.embedCaption {
		width: 164px;
		float: left;
		margin-right: 16px;
		color: #777;
		font-style: italic;
		text-align: right;
		font-size: 14px;
		line-height: 22px;
		}
	.embed p {
		margin: 0;
		}


/* Layout & Grid
---------------------------------------------------- */

.col {
	float: left;
	margin-right: 24px; 
	}

.col1 { width: 72px; }
.col2 { width: 168px; }
.col3 { width: 264px; }
.col4 { width: 360px; }
.col5 { width: 456px; }
.col6 { width: 552px; }
.col7 { width: 648px; }
.col8 { width: 744px; }
.col9 { width: 840px; }
.col10 { width: 936px; }

.shift0_5 { margin-left: 48px; }
.shift1   { margin-left: 96px; }
.shift1_5 { margin-left: 144px; }
.shift2   { margin-left: 192px; }
.shift3   { margin-left: 288px; }

.pull1   { margin-left: -96px; }
.pull2   { margin-left: -192px; }
.pull2_5 { margin-left: -240px; }
.pull3   { margin-left: -288px; }


nav {
	position: fixed;
	top: 70px;
	left: 908px;
	z-index: 1;
	}
	#logo {
		margin: 0;
		}
		#logo a {
			display: block;
			background: #fff url(images/logo.jpg) no-repeat;
			text-indent: -999px;
			overflow: hidden;		
			height: 100px;
			width: 120px;
			position: relative;
			z-index: 3;
			}
	nav ul {
		margin: 6px 0 0 52px;
		}
		nav li {
			position: relative;
			top: -100px;
			z-index: 2;
			}
			nav:hover li { top: 0; }
			nav li:nth-child(1) { -webkit-transition: all ease 0.6s; }
			nav li:nth-child(2) { -webkit-transition: all ease 0.4s; }
			nav li:nth-child(3) { -webkit-transition: all ease 0.2s; }
			nav li:nth-child(4) { -webkit-transition: all ease 0.1s; }

			nav li a {
				font-weight: normal;
				}
	.home nav {
		position: absolute;
		}

article {
	background: #fff;
	padding: 70px 0 48px 96px;
	}

#also {
	position: relative;
	z-index: 2;
	background: #1D5A8C;
	padding: 24px 0 48px;
	}
	#also h2 {
		color: #fff;
		margin: 0 0 18px;
		}
	#also li {
		border-top: 2px solid #4A7999;
		color: #72A1C1;
		color: rgba(255,255,255,.5);
		font-size: 12px;
		line-height: 18px;
		padding-top: 12px;
		}
		#also li h3 {
			font-size: 14px;
			line-height: 18px;
			margin-bottom: 12px;
			}
			#also li h3 a {
				color: #fff;
				}
				#also li h3 a:hover {
					color: #72A1C1;
					color: rgba(255,255,255,.5);
					}

		#also li p {
			margin: 0;
			}
		#also li a {
			color: #72A1C1;
			color: rgba(255,255,255,.2);
			}
			#also li a:hover {
				color: #fff;
				}


footer {
	position: relative;
	z-index: 2;
	padding: 24px 0 48px;
	color: #fff;
	font-size: 14px;
	}
	footer a {
		color: #4A7999;
		}
	footer p {
		margin: 0;
		}
		
	footer .menu {
		margin-top: 24.5px;
		font-size: 16px;
		}
		footer .menu a {
			font-weight: normal;
			}
	
	footer .twitter p {
		font-size: 12px;
		line-height: 18px;
		margin-top: 4px;
		overflow: hidden;
		}
			
	footer #searchform {
		margin: 28px 0 18px;
		}
		footer #searchform #s {
			margin: 0;
			width: 136px;
			height: 22px;
			padding: 4px 0 0 6px;
			-webkit-border-top-right-radius: 0;
			-webkit-border-bottom-right-radius: 0;
			-moz-border-radius: 3px 0 0 3px;
			background: #fff;
			}
		footer #searchform #searchsubmit {
			width: 26px;
			height: 26px;
			padding: 0;
			margin: 0;
			border: 0;
			background: #1D5A8C;
			vertical-align: middle;
			-webkit-border-top-right-radius: 2px;
			-webkit-border-bottom-right-radius: 2px;
			-moz-border-radius: 0 3px 3px 0;
			}
	footer .copyright {
		color: #555;
		font-size: 11px;
		}



/* Comments
---------------------------------------------------- */

#commentsWrapper {
	position: relative;
	z-index: 2;
	background: #C2CCD3;
	padding: 52px 0 36px;
	}
	#comments h2 {
		margin-top: 0;
		color: #777;
		color: rgba(0,0,0,.6);
		}

.commentlist {
	margin-bottom: 48px;
	border-top: 1px solid #adb5bc;
	}
	.comment {
		padding: 12px 0;
		border-bottom: 1px solid #adb5bc;
		}
		.comment cite {
			font-style: normal;
			font-size: 16px;
			color: #666;
			}
		.comment .date {
			margin-bottom: 0;
			font-size: 16px;
			}
			.comment .date a {
				color: #888;
				}
				.comment .date a em {
					font-weight: normal;
					visibility: hidden;
					color: #1D5A8C;
					}
					.comment .date a:hover em,
					.comment:hover .date a em {
						visibility: visible;
						}
	.pingback .post,
	.trackback .post {
		color: #777;
		}
		.pingback .post p,
		.trackback .post p {
			font-size: 11px;
			line-height: 16px;
			}

#commentform input {
	width: 156px;
	}
	#commentform #submit {
		width: 168px;
		}
	#commentform input.inactive {
		color: #777;
		}
	#commentform input.error {
		color: #d00;
		}
#commentform textarea {
	width: 540px;
	max-width: 540px;
	}
#commentform p {
	margin-bottom: 12px;
	}
	

/* Other
---------------------------------------------------- */

.home .single .post p {
	margin: 0;
	}
	.home .single .post .moreLink {
		font-size: 14px;
		color: #999;
		}

#a404 h2 {
	font-size: 192px;
	margin: 0;
	line-height: 1em;
	}

#grid, #vgrid {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
	}
	#grid  { background-image: url(images/bg_column.png); }
	#vgrid { background-image: url(images/bg_line.png); }

#toggleGrid, #toggleVGrid {
	color: transparent;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	}
	#toggleVGrid { left: auto; right: 0; }
	

.archives {
	margin-bottom: 22px;
	border-right: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	}
	.archives > li {
		line-height: 22px;
		font-size: 14px;
		border-top: 1px dashed #ccc;
		padding: 22px 0;
		}
		.archives .meta .date {
			margin-bottom: 6px;
			}
		.archives h2 {
			margin: 4px 0 7px;
			}
		.archives .post p {
			display: inline;
			}
			
.oldNotice {
	background: #fbff8f;
	color: #222;
	padding: 15px 0;
	text-align: center;
	}
