/* ----------------------------------------------- [ Reset ] */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 	margin: 0; 	padding: 0; 	border: 0; 	outline: 0; 	font-size: 100%; 	vertical-align: baseline; 	background: transparent; } body { background:#fff; 	line-height: 1; } ol, ul { 	list-style: none; } blockquote, q { 	quotes: none; } blockquote:before, blockquote:after, q:before, q:after { 	content: ''; 	content: none; } :focus { 	outline: 0; } ins { 	text-decoration: none; } del { text-decoration: line-through; } table { 	border-collapse: collapse; 	border-spacing: 0; } a img { border: none; }

/* ----------------------------------------------- [ General Elements ] */

html, body { height: 100% }
html { font-size:100.00% }

body {
	background: #2d2f31;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 0;
	min-width: 1005px;
}

#page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*min-width: 980px;*/
	margin: 0 20px -50px 20px;
}

/* ----------------------------------------------- [ Typography ] */

h1, h2, h3, h4 {
	font-size: 22px;
	margin: 0px 0px 20px 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
}

h1 { font-size: 24px }
h2 { font-size: 20px }
h3 { font-size: 18px }
h4 { font-size: 16px; margin: 0; }

p { margin: 1em 0}
p, li, td { line-height: 150% }
ul, ol, dl, p { padding: 0; }
li { margin: 0 0 5px 30px; }

input, textarea, select { font-size: 13px; padding: 4px; }
pre, code {
	font: 11px Monaco, 'andale mono', 'lucida console', monospace;
	line-height:18px;
	margin-bottom:18px;
}

div.small p { font-size: 11px; line-height: 1; margin: 0 0 5px 0; }
span.blued { color: #45a9ce }
div.proj-desc { font-size: 12px; font-weight: bold; }
span.error { font-size: 100px; font-weight: bold; color: #fff; text-shadow: 1px 1px 20px #000; line-height: 1;}

/* ----------------------------------------------- [ Links ] */

a, a:visited {
	border-bottom: 1px solid transparent;
	color: #45a9ce;
	text-decoration: none;
	font-weight: bold;
}

a:hover { text-decoration: underline; }
h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: normal; }

a.btt {
	background: url(../img/v2-icons.png) right -209px no-repeat;
	padding-right: 15px;
	text-decoration: none;
}

/* fix underlining of images */
.thumbnail a { border-bottom: none; }
.thumbnail a:hover { border-bottom: none; }

/* ----------------------------------------------- [ Header ] */

#header { padding: 15px 0 10px 0 }
#header #logo {
	display: none;
	float: left;
	background: url(../img/ink_logo.png) 0 0 no-repeat;
	height: 40px;
	width: 60px;
	margin: 0 15px 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
#header #logo:hover { background-position: 0 -40px; }
#header #logo a { display: block; height: 100%; width: 100% }

#search { float: right }
#search input#s {
  border: 1px solid #212223;
  background: #212223 url(../img/v2-icons.png) 5px -114px no-repeat;
  padding-left: 27px;
  width: 187px;
  color: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; 
}

#search input#s:focus {
  border-bottom: 1px solid #3f3f3f;
  border-top: 1px solid #0a0a0a;
}

/* hide included search button */
#search #submit-search { display: none }

ul#main-menu { list-style: none; margin: 0; float: left; }
ul#main-menu li  {
	float: left;
	position: relative;
	margin: 3px 0 0 15px;
	padding: 0 0 8px 0;
}
ul#main-menu li.all { margin-left: 0 }
ul#main-menu li a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border-bottom: none;
	text-shadow: 0 1px 0px #000;
	
	-webkit-border-radius: 5px;	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background .2s ease-in-out;
}

ul#main-menu li.current-cat a,
ul#main-menu li.current-cat:hover > a,
ul#main-menu li:hover > a {
	background: #111; 
	background: rgba(0,0,0,0.5);
}

/* clearfix */
ul#main-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
ul#main-menu {
	display: inline-block;
}
html[xmlns] ul#main-menu {
	display: block;
}
* html ul#main-menu {
	height: 1%;
}

/* ----------------------------------------------- [ Content ] */

.loading { background: url(../img/loading1.gif) center center no-repeat; clear: both; height: 50px }
.loading span { display: block; padding: 17px 32px 0 }
.under { margin-top: 20px }

#content .entry-content h1, #content .entry-content h2, #content .entry-content h3, #content .entry-content h4 {
	margin: 20px 0 10px;
	padding: 0;
}

#content .entry-title, #content .entry-title a, #content .entry-title a:visited {
	color: #fff;
	font: bold 13px Helvetica, Arial, sans-serif;
	margin-bottom: 3px;	
}

#content .full-title, #content .full-title a, #content .full-title a:visited { 
	margin: 0;
	font-size: 22px; 
}

#content div.entry-content { color: #666; padding-bottom: 10px }
#content div.entry-content ol, #content div.entry-content ul { margin: 0 0 10px 14px;padding: 0 }
#content div.entry-content ul { list-style-image: url(../img/v2-list.png) }
#content div.entry-content ol { list-style:decimal }
#content div.entry-content li { margin: 0 0 5px 0; padding: 0 }

#content .by-line, #content .filed,
#content p.filed { color: #333; font-size: 10px; margin-bottom: 0 }
#content .by-line a, #content .by-line a:visited, 
#content .filed a, #content .filed a:visited {
  background: #080808;
	color: #444;
	font-weight: normal;
	padding: 3px 5px;
	margin: 0 2px 0 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0);
	box-shadow: 0 1px 3px rgba(0,0,0,0);
	
	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
}

#content .by-line a:hover, #content .filed a:hover {
	background: #666;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

#content .by-line address { display: inline; font-style: normal }
#content .comment-feed {padding-top: 5px; float: right }
#content a.comment-feed, #content a.comment-feed:visited { color: #333; font-size: 12px }

#content .pagination { position: relative; margin-right: 305px; margin-top: 30px; }
#content .pagination .previous { float: left; }
#content .pagination .next { float: right; }
#content .pagination .next a, #content .pagination .previous a {
	display: block;
	border: none;
	background: url(../img/v2-icons.png) 0 -277px no-repeat;
	height: 35px;
	width: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

#content .pagination .next a:hover { 	background-position: 0 -277px }
#content .pagination .next a:active { 	background-position: 0 -276px }
#content .pagination .previous a { 	background-position: 0 -237px }
#content .pagination .previous a:hover { 	background-position: 0 -237px }
#content .pagination .previous a:active { 	background-position: 0 -236px }

#content .pagination-single { float: left; }
#content .pagination-single span { display: block; margin: 5px 0; padding: 5px 10px; }
#content .pagination-single .back a {
	display: block;
	border: none;
	background: url(../img/v2-icons.png) 0 -320px no-repeat;
	height: 30px;
	padding-left: 30px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 1px 5px #000;
	text-decoration: none;
	text-indent: -9999px;
}

#content .pagination-single span a:hover { text-indent: 0;}

/* ----------------------------------------------- [ Content Holders ] */

#allposts { margin-right: 265px }
#content { position: relative }
#content ol.archive { color: #666; 	list-style: none; } 
#content ol.archive .meta { margin-top: 10px; }
#content ol.archive .meta, #content ol.archive .meta a, #content ol.archive .meta a:visited { color: #777; 	font-size: 10px; }
#content ol.archive .meta a:hover { border-bottom-color: #777 }
#content ol.archive li.search h3, #content ol.archive li.search p { 	line-height: 130%; 	margin-bottom: 5px; }
#content ol.archive li.search .meta { line-height: 100%; }


#content ol.archive li.items {display: none;}
#content ol.archive li.items, #content .single_post, #content ol.archive li.search {	
	background: #000;
	margin: 0 10px 10px 0;
	padding: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 10px #000;
	-moz-box-shadow: 0 1px 10px #000;
	box-shadow: 0 1px 10px #000;
}
#content ol.archive .excerpt { width: 200px; text-align: center; }
#content ol.archive .excerpt .thumbnail { margin-bottom: 10px; } 
#content ol.archive .excerpt a.excerpt-overlay { display: block; position: absolute; top:0; left: 0; height: 100%; width: 100%;}
#content ol.archive li.items .full { width: 640px; margin: 10px; }
#content .single_post { width: 640px; padding: 20px; }

#infotop {
  position: relative;
  background: #212223;
  border: 1px solid #202020;
  margin: 0 0 20px 0;
	padding: 15px;
	text-align: center;
}

#infotop h3 { margin-bottom: 0 }
#infotop #closer { position: absolute; right: 20px; top: 18px; }

.close a {
	border: none;
	position: absolute;
	display: block;
	background: url(../img/v2-icons.png) 0 -167px no-repeat;
	height: 23px;
	width: 23px;
	top: 15px; right: 15px;
	text-indent: -9999px;
	overflow: hidden;
}

.close a:hover {
	background-position: 0 -145px;
}

.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

/* ----------------------------------------------- [ Sidebar ] */

#sidebar-bg {
	position: fixed;
	top: 0; right: 0;
	width: 290px;
	height: 100%;
	background: #111;
	background: rgba(0,0,0,0.75);
}

#sidebar {
	position: relative;
	float: right;
	width: 250px;
	margin: -47px 0 20px 0;
	padding: 0;
	font-size: 12px;
	text-shadow: 0 1px 1px #000;
}

#sidebar .rss {
	float: right;
	margin-bottom: 20px;
}

#sidebar ul#socialz {	margin: 1.5em 2px; padding: 0;}

#sidebar ul#socialz li {
	float: left;
	padding: 0; margin: 0;
}

#sidebar ul#socialz li a {
	display: block;
	background: url(../img/socialz.png) 0 0 no-repeat;
	height: 24px;
	width: 30px;
	margin-right: 14px;
	text-indent: -9999px;
	overflow: hidden;
}

#sidebar ul#socialz li a.end { margin-right: 0 }
#sidebar ul#socialz li a.email { width: 30px }
#sidebar ul#socialz li a.aim { background-position: -38px 0; }
#sidebar ul#socialz li a.fb { background-position: -70px 0; }
#sidebar ul#socialz li a.fm { background-position: -110px 0; width: 38px; }
#sidebar ul#socialz li a.etsy { background-position: -160px 0; width: 50px; }


/* ----------------------------------------------- [ Footer ] */
.push, #footer { height: 50px }
#footer { position: relative; margin: 0; padding: 0 20px 0 0; color: #666; font-size: 10px }
#footer a, #footer a:visited { color: #fff; font-weight: bold; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; }
#footer a:hover { border-bottom-color: #fff; }
#footer p { margin: 0; padding: 0; text-align: right; }

/* wp-stats */
#footer img#wp-stats { visibility: hidden; }

/* ----------------------------------------------- [ Helper classes ] */

.clear { 	clear: both; 	display: block; 	float: none; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* ----------------------------------------------- [ Wordpress specific classes ] */

.left { 	float: left; } 
.right { 	float: right; } 
.textright { 	text-align: right; } 
.alignleft { 	float:left; 	margin-right:1em; 	margin-bottom:1em; } 
.alignright { 	float:right; 	margin-left:1em; 	margin-bottom:1em; } 
.aligncenter { 	display: block; 	margin-left: auto; 	margin-right: auto; } 
.wp-caption { 	text-align: left; } 
.wp-caption.alignleft { 	margin-left: 0; } 
.wp-caption.alignright { 	margin-right: 0; }
.wp-caption img { 	margin: 0; 	padding: 0; 	border: 0 none; }
.wp-caption p.wp-caption-text {
	position: relative;
	margin-top: -30px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: #000 0 1px 10px;
	opacity: .8;
	line-height: 17px;
	padding: 5px 8px;	
}