@charset "utf-8";

/*
Theme Name: PixelPush
Theme URI: pxpush.com
Description: Custom WordPress theme for PixelPush by PixelPush
Author: Stephen Parke
Version: 3.0
Tags: 
*/


/*

Status:			draft, alpha, [beta], final
Last change:	9/17/11 [updating for med130, sp]
Authors:		Stephen Parke (sp)

Contents:
	- Reset
	- Layout/Global
	- Navigation
	- Typography
	- Internet Explorer
	- Boilerplate

*/



/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #fff; color:#8BB51E; text-shadow: none; }
::selection { background:#fff; color:#8BB51E; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { }
a:hover { color: #036; }






/* Layout/Global */
body {
	background: #EFEFEF;
}

nav, nav li a, h2, h3, h4, h5, h6, ul {
	font-family: minion pro, sans-serif;
	color: #666;
}

header {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	width: 1000px;
	margin: 6px auto 0;
}

#content header {
	height: 234px;
}

#content ul {
	margin: 0;
	list-style: none;
}

article {
	display: block;
	overflow: auto;
}

li.home {
	margin-bottom: 138px;
	background: url('i/icons.png') no-repeat;
}

li.ux {
	padding-right: 365px;
	background-position: right 0;
}

li.stats {
	padding-left: 365px;
	background-position: left -323px;
}

#page.musings #content li {
	width: 280px;
	padding: 20px;
	float: left;
	background: #fff;
	margin-right: 13px;
	margin-bottom: 20px;
	height: 140px;
}

#page.musings #content li h3 {
	font-size: 20px;
}

#page.musings #content li p {
	font-size: 14px;
}

#page.musings #content li a {
	color: #000;
	text-decoration: none;
}



/* Navigation */
nav {
	height: 70px;
	width: 576px;
	float: right;
}

nav li {
	width:25%;
	height: inherit;
	float: left;
}

nav .current_page_item a {
	color: #000;
}

nav a {
	display: block;
	width: 100%;
	color: #666;
	font-size: 32px;
	text-decoration: none;
	line-height: 89px;
	text-align: center;
}

nav a:hover {
	color: #000;
}



/* Typography */
p {
	font-size: 26px;
	line-height: 135%;
}

#page.resume p {
	width: 635px;
	float: left;
}

#page.resume aside {
	width: 323px;
	float: right;
	margin-top: 5px;
}

#content p a {
	color: #000;
	text-decoration: none;
}

#content p a:hover {
	color: #8BB51E;
}

#page.resume aside p {
	width: inherit;
	font-size: 22px;
	font-style: italic;
}

#page.resume .url {
	margin-top: -6px;
}

#page.resume .moreinfo {
	margin-top: 17px;
}

#page.resume #content li {
	overflow: hidden;
	margin-bottom: 50px;
}

#page.resume #content li:hover {
	background: rgba(255, 255, 255, 0.2);
	padding: 14px;
	margin-top: -14px;
	margin-left: -14px;
	margin-bottom: 36px;
}

#page.resume #content li:hover aside {
	margin-right: -14px;
}

h1 {
	width: 144px;
	height: 70px;
	float: left;
	background: url('i/logo.png');
	border-top: 6px solid #8BB51E;
	text-indent: -999em;
}

h1 a {
	display: block;
	width: inherit;
	height: inherit;
}

h2 {
	float: left;
	font-size: 72px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -3px;
	margin-top: 95px;
	text-indent: -8px;
}

#page.home h2 {
	font-size: 40px;
	line-height: 52px;
	font-style: normal;
	letter-spacing: -2px;
	text-indent: 8px;
	margin-top: 60px;
}

#page.home h2 em {
	font-size: 72px;
	font-style: italic;
	letter-spacing: -3px;

}

h3 {
	color: #000;
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 6px;
}

h4 {
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0;
}

#page.resume #content header a {
	float: right;
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f5f5f5), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #f5f5f5 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#cccccc');
	background-color:#f5f5f5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:20px;
	font-weight:normal;
	padding:8px 42px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-top: 118px;
	margin-right: 10px;
}

#page.resume #content header a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #e0e0e0 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ededed');
	background-color:#e0e0e0;
	color: #000;
}

#page.resume #content header a:active {
	position:relative;
	top:1px;
}


.myButton {
}

.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #f5f5f5) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #f5f5f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#f5f5f5');
	background-color:#cccccc;
}

.myButton:active {
	position:relative;
	top:1px;
}

article p {
	font-size: 17px;
	width: 70%;
	line-height: 142%;
	margin-bottom: 1.2em;
}

article a {
	color: #8bb51e;
}


/* Internet Explorer */




/* Boilerplate */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
