/*
Theme Name: slyseekr
Theme URI: http://www.slyseekr.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Jeff Lagasca
Author URI: http://www.jefflagasca.com/
Tags: photoblog, minimalist, dynamic

	slyseekr v1.0
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Jeff Lagasca,
	Copyright 2010, All Rights Reserved. Please don't plagiarizem, customize!

*/


/* @font-face */

@font-face {
	font-family: 'Biro';
	src: url('font/biro_script-webfont.eot');
	src: local(' '), 
			 local(' '), 
			 url('font/biro_script-webfont.woff') format('woff'), 
			 url('font/biro_script-webfont.ttf') format('truetype'), 
			 url('font/biro_script-webfont.svg#webfont39WYUhwZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('font/helveticaneue-condensed_0-webfont.eot');
	src: local(' '), 
			 local(' '), 
			 url('font/helveticaneue-condensed_0-webfont.woff') format('woff'), 
			 url('font/helveticaneue-condensed_0-webfont.ttf') format('truetype'), 
			 url('font/helveticaneue-condensed_0-webfont.svg#webfont') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('font/helveticaneue-lightcond_0-webfont.eot');
	src: local(' '), 
			 local(' '), 
			 url('font/helveticaneue-lightcond_0-webfont.woff') format('woff'),
			 url('font/helveticaneue-lightcond_0-webfont.ttf') format('truetype'), 
			 url('font/helveticaneue-lightcond_0-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Universals */

* {
	margin: 0;
	padding: 0;
	border: none;}

body {
	padding: 25px 35px;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: small;}

.opera body,
.ie body {
	font-size: 70%;}

a,
a:visited {
	color: #fff;
	text-decoration: none;}

a:hover,
a:visited:hover {
	color: rgb(255,247,153);
	text-decoration: none;
	-webkit-transition: color ease-out 0.5s;}

ul {
	list-style: none;}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1em;}
	
input {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 125%;}

/* Structure */

#header,
#page,
#footer {
	max-width: 1280px;
	margin: 0 auto;}

.home #header,
.home #page,
.home #footer,
.single #header,
.single #page,
.single #footer {
	max-width: 980px;}

#header {
	margin-bottom: -10px;}

ul.sidebar {
	width: 70px;
	float: left;
	padding: 30px 25px 0 30px;
	text-transform: uppercase;}

ul.sidebar li {
	height: 15px;
	text-align: right;}

ul.sidebar li.nav {
	width: 84px;
	height: 23px;
	font-size: 175%;
	text-align: left;}

ul.sidebar li.navNewer {
	padding-left: 2px;}

ul.sidebar li.navOlder {
	width: 75px;
	padding-left: 15px;
	letter-spacing: 0px;}

ul.sidebar li hr {
	width: 55px;
	height: 3px;
	margin: 6px 0 -6px 0;
	float: right;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.3);}

ul.sidebar a.btnNav img {
	width: 30px;
	height: 20px;
	float: left;
	margin: 0 0 0 -33px;
	background: url('images/btnNav.png') top left no-repeat;}

ul.sidebar a.btnNavNewer img,
ul.sidebar a.btnNavNewer:visited img {
	margin-top: -8px;
	background-position: top left;}
ul.sidebar a.btnNavNewer:hover img,
ul.sidebar a.btnNavNewer:visited:hover img {
	background-position: bottom left;}

ul.sidebar a.btnNavOlder img,
ul.sidebar a.btnNavOlder:visited img {
	margin-top: 3px;
	background-position: top right;}
ul.sidebar a.btnNavOlder:hover img,
ul.sidebar a.btnNavOlder:visited:hover img {
	background-position: bottom right;}

.post {
	margin: 0 0 0 135px;}

h2.postTitle {
	margin-top: 30px;
	font-size: 275%;
	text-align: center;
	color: #000;}

h2.postTitle a,
h2.postTitle a:visited {
	font-family: 'Biro';
	color: rgba(0,0,0,0.75);}
	
.entry {
	margin: 0;
	color: #fff;
	text-align: center;}

.entry div {
	max-width: 600px;
	margin: 0 auto;}

.entry .copy {
	margin-top: 2px auto;
	font-size: 120%;
	text-align: center;}

.entry .copy p {
	padding-bottom: 10px;}

.entry .copy p a,
.entry .copy p a:visited {
	color: #fff799;
	text-decoration: underline;}

.entry .copy p a:hover,
.entry .copy p a:visited:hover {
	color: #fff200;
	text-decoration: underline;}

.entry .postdate,
.entry .exif {
	margin: 8px auto;
	text-align: center;}

.entry .postdate {
	font-size: 130%;
	margin: 15px auto;
	font-variant: small-caps;}

.entry .photo {
	display: inline-block;
	position: relative;}

.entry .photo img {
	border: 15px solid #fff;
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgb(#999);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);}

.entry .photo div {
	width: 28px;
	height: 28px;
	position: absolute;}

.photo div.tl {
	top: -2px;
	left: -2px;}
.photo div.tr {
	top: -2px;
	right: -2px;}
.photo div.br {
	bottom: -2px;
	right: -2px;}
.photo div.bl {
	bottom: -2px;
	left: -2px;}

.home p.postmetadata {
	padding-bottom: 30px;}


/* Comments */

h3#comments,
#respond h3 {
	margin-top: 30px;
	font-size: 150%;
	text-align: center;
	color: #fff;
	font-variant: small-caps;}

h3#comments {
	padding-left: 135px;}

ol.commentlist {
	width: 500px;
	padding-left: 135px;
	margin: 20px auto 0 auto;
	list-style: none;}

ol.commentlist li {
	padding: 0 0 10px 40px;
	border-bottom: 3px solid rgb(255,255,255);
	border-bottom: 3px solid rgba(255,255,255,0.3);}

ol.commentlist li img.avatar {
	float: left;
	margin: 0 0 0 -40px;} 

/* Respond */

#respond {
	width: 500px;
	padding: 0 0 50px 135px;
	margin: 0 auto;}
	
#respond h3 {
	margin-top: 50px;}

#respond #commentform p {
	text-align: center;
	padding: 3px 0;}

#respond #commentform input,
#respond #commentform textarea {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-variant: normal;
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0px 2px 2px #ddd;
	-webkit-box-shadow: inset 0px 2px 2px #ddd;
	box-shadow: inset 0px 2px 2px #ddd;}

#respond #commentform input:hover,
#respond #commentform textarea:hover {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.7);
	-webkit-transition: background-color ease-out 0.5s;}

#respond #commentform input:focus,
#respond #commentform textarea:focus {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,1.0);
	-webkit-transition: background-color ease-out 0.5s;}

#respond #commentform p.input {
	width: 150px;
	padding: 0;
	margin: 5px 3px;
	float: left;}

#respond #commentform p.inputName {
	margin-left: 20px;}

#respond #commentform p.input input {
	width: 140px;
	height: 15px;
	padding: 3px 5px;
	font-size: 95%;}

#respond #commentform p label {
	display: block;
	font-size: 140%;
	margin: 5px 0 3px 0;
	color: #fff;}

#respond #commentform textarea {
	width: 490px;
	padding: 5px;
	margin: 5px 0;
	float: right;
	font-size: 115%;}

#respond #submit {
	padding: 5px 8px;
	float: right;
	margin: 0 0 50px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}

/* Page */

.page {
	background-color: rgb(205,202,194);}

.page h1.pageTitle,
.archive h1.pageTitle,
.search h1.pageTitle {
	font-size: 300%;
	float: right;
	margin: -75px 0 0 0;
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	color: #fff;}

.page #header,
.archive #header,
.search #header {
	margin-bottom: 30px;
	border-bottom: 3px solid #fff;
	border-bottom: 3px solid rgba(255,255,255,0.3);}

.page #content,
.archive #content,
.search #content {
	padding-bottom: 30px;
	border-bottom: 3px solid #fff;
	border-bottom: 3px solid rgba(255,255,255,0.3);}

.page #content,
.archive #content,
.search #content {
	max-height: 1200px;}

.page #content .post,
.archive #content .post,
.search #content .post {
	width: 215px;
	margin: 0 0 20px 0;}

.ie .page #content .post,
.ie .archive #content .post,
.ie .search #content .post,
.opera .page #content .post,
.opera .archive #content .post,
.opera .search #content .post {
	float: left;
	margin: 0 15px 15px 0;}

.page #content .post .entry,
.archive #content .post .entry,
.search #content .post .entry {
	text-align: left;}

.page .navigation,
.archive .navigation,
.search .navigation {
	float: left;
	margin: 10px 0;
	font-size: 150%;}


/* Archives Template */

.page-template-archived-php #content {
	-moz-column-width: 215px; 
	-webkit-column-width: 215px; 
	-moz-column-gap: 0.5em; 
	-webkit-column-gap: 0.5em;}
	
.page-template-archived-php #content .post .entry a h3,
.page-template-archived-php #content .post .entry a:visited h3 {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;
	font-size: 250%;
	font-size: #fff;
	letter-spacing: -1px;}

.page-template-archived-php #content .post .entry h2 {
	font-family: 'HelveticaNeue', Helvetica, Arial, sans-serif;}

.page-template-archived-php #content .post .entry a h2,
.page-template-archived-php #content .post .entry a:visited h2 {
	color: #666;}

.page-template-archived-php #content .post img.thumbnail,
.archive #content .post img.thumbnail,
.search #content .post img.thumbnail {
	margin: 0 0 5px 0;
	border: 5px solid #fff;
	-moz-box-shadow: 0 1px 2px #999;
	-webkit-box-shadow: 0 1px 2px #999;
	box-shadow: 0 1px 2px #999;}


/* Tags */

.page-template-tags-php #content {
	-moz-column-width: 285px; 
	-webkit-column-width: 285px; 
	-moz-column-gap: 0.5em; 
	-webkit-column-gap: 0.5em;}

.ie .page-template-tags-php #content {}
	
.page-template-tags-php #content a,
.page-template-tags-php #content a:visited {
	min-height: 1.2em;
	margin: 0 0 10px 0;
	display: block;
	line-height: 0.9em;}
	
.ie .page-template-tags-php #content a,
.ie .page-template-tags-php #content a:visited,
.opera .page-template-tags-php #content a,
.opera .page-template-tags-php #content a:visited {
	width: 300px;
	float: left;
	margin-right: 15px;}
	

/* Search Page */

.page-template-searchpage-php #content {
	height: 300px;
	text-align: center;}

form#searchform {
	width: 900px;
	padding-top: 60px;
	margin: 0 auto;}

form#searchform label {
	display: block;
	font-size: 400%;}

form#searchform input#s {
	width: 500px;
	height: 50px;
	padding: 5px 10px 6px 10px;
	margin-right: 5px;
	font-size: 400%;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 2px 2px #eee;
	-webkit-box-shadow: inset 0 2px 2px #eee;
	box-shadow: inset 0 2px 2px #eee;}

form#searchform input#s:hover {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	-webkit-transition: background-color 0.5s ease-out;}

form#searchform input#s:focus {
	background-color: #fff;
	background-color: rgba(255,255,255,1.0);
	-webkit-transition: background-color 0.5s ease-out;}

form#searchform input#searchsubmit {
	display: inline-block;
	width: 150px;
	padding: 3px 10px 0px 10px;
	font-size: 340%;
	background-color: #000;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;}


/* Search Results */

body.search-results {
	background-color: rgb(205,202,194);}

.search-results #content p.postmetadata {
	line-height: 1.05em;
	font-size: 90%;}

.search-results #content h3 {
	font-size: 90%;}

.search-results #content h2 {
	margin: 2px 0 3px 0;
	font-size: 200%;}

/* Footer */

#footer {
	clear: both;
	margin-top: 20px;
	padding: 10px 0 0 135px;
	text-align: right;
	color: #fff;}

.home #footer,
.single #footer {
	text-align: center;
	border: none;}

.page #footer,
.archive #footer {
	margin-top: 0;
	clear: none;}

#footer .linkbar {
	font-size: 140%;
	text-transform: uppercase;} 

#footer .linkbar a,
#footer .linkbar a:visited {
	color: #000;
	padding: 0 10px;}

#footer .copyright {
	clear: both;
	font-size: 110%;
	font-variant: small-caps;}

#footer hr {
	width: 525px;
	height: 2px;
	float: right;
	clear: both;
	margin: 5px 0;
	background-color: #fff;
	background-color: rgba(255,255,255,0.3);}

.home #footer hr,
.single #footer hr {
	margin: 5px auto;
	float: none;}

#footer a.subscribe,
#footer a.subscribe:visited {
	color: rgb(247,148,29);}


/* Disqus Thread */

#disqus_thread {
	width: 580px;
	padding: 1px 10px 10px 10px;
	margin: 50px 0 0 250px;
	background: rgba(255,255,255,0.8);
	border: 5px solid #fff;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.5);}

a.dsq-brlink {
	display: block;
	width: 580px;
	margin: 0 0 0 255px;
	text-align: right;}
