/*
Theme Name: Littlerobothead Portfolio Theme
Theme URI: http://littlerobothead.com
Description: A custom theme for Nick Jones's portfolio.
Version: 1.0
Author: Nick Jones / nick@littlerobothead.com
Author URI: http://littlerobothead.com
*/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
	margin: 0; padding: 0;
}

body {
	font-family: Georgia, Times, serif;
	font-size: small;
	background: #dfddd7 url('../assets/backgrounds/body.gif') top center no-repeat;
	margin: 0;
}
/*
body#internal {
	background: #dfddd7 url('assets/backgrounds/noise.gif') top left repeat;
}
*/

/* Containers
-----------------------------*/
#navigation {
	background: #362f2d;
	overflow: auto;
	margin: 0;
}
.nav-elements {
	width: 940px;
	margin: auto;
}
.logo {
	float: left;
	padding: 15px 0 0 0;
}
#main {
	width: 100%;
	padding: 20px 0;
	height: 450px;
	background: url('assets/backgrounds/main-alt-april.jpg') bottom center no-repeat;
}
.tagline {
	width: 940px;
	margin: 20px auto -194px auto;
	font-size: 120%;
}
body#internal #main {
	width: 940px;
	margin: 55px auto;
	background: none;
	height: auto;
}
#content {
	width: 940px;
	height: 275px;
	margin: 200px auto;
	padding: 20px 0 0 12px;
}
.slide {
	width: 300px;
	float: left;
	padding: 0;
	margin: 40px 12px 40px 0;
}
.slide img {
	float: left;
	position: relative;
	z-index: 25;
	margin: 0;
	-moz-box-shadow: 0 0 4px #554f4f; /* FF3.5+ */
	-webkit-box-shadow: 0 0 4px #554f4f; /* Saf3.0+, Chrome */
	box-shadow: 0 0 4px #554f4f; /* Opera 10.5, IE 9.0 */
}
.slide-label {
	float: left;
	width: 280px;
	margin: 0 0 0 5px;
	background: #fff;
	padding: 4px;
	text-align: center;
}
#pre-footer {
	width: 940px;
	margin: auto;
	padding: 20px;
	clear: both;
}
.post-content {
	width: 940px;
	margin: auto;
}
#leftcolumn {
	width: 600px;
	margin: 0 20px 0 0;
	float: left;
}
#rightcolumn {
	width: 300px;
	float: left;
	margin: 40px 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;	
	padding: 0 0 0 20px;
	background: url('assets/backgrounds/leftcolumn-alt.png') top left no-repeat;
}
body#home #rightcolumn {
	background: none;
	margin: 0 0 20px 0;
}
body#internal #rightcolumn.blog-style {
	margin: 0 0 0 0;
}
#pic-xl {
	margin: 20px auto 0 auto;
	width: 940px;
}
#pic-xl img {
	margin: 20px 0 0 0;
	border: 4px solid #f7f6f2;
	-webkit-box-shadow: 0 0 4px #969593;
	-moz-box-shadow: 0 0 4px #969593;
}
#footer {
	margin: 40px 0 0;
	width: 100%;
	clear: both;
	color: #afada5;
	background: #f7f7f5 url('assets/backgrounds/footer-top.gif') top left no-repeat;;
	height: 200px;
	padding: 60px 0 0 0;
	position: relative;
	bottom: 0;
}
body#internal #footer {
	margin: 0;
	width: 100%;
	clear: both;
	color: #afada5;
	background: #f7f7f5 url('assets/backgrounds/footer-top.gif') top left no-repeat;
	height: 200px;
	padding: 60px 0 0 0;
	position: relative;
}
#copyright {
	width: 940px;
	margin: auto;
	padding: 0 20px 20px 20px;
	text-shadow: 0 1px 0 #efede6;
}
.tweetbox {
	width: 300px;
	padding: 0 0 60px 0;
	background: url('assets/backgrounds/tweetbox.gif') bottom center no-repeat;
}
.post-meta {
	margin: 10px 0 20px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #afada5;
	text-shadow: 0 1px 0 #efede6;
}
.mini-column {
	width: 190px;
	margin: 5px 10px 0 0;
	float: left;
}
.mini-column p {
	color: #989487 !important;
}

/* Type
-----------------------------*/
h1 {
	font-family: Georgia, Times, serif;
	font-weight: lighter;
	letter-spacing: -0.06em;
	color: #7e7a6d;
	text-shadow: 0 1px 0 #fff;
}
.tagline h1 {
	color: #555352;
	text-shadow: 0 1px 0 #efefef;
	text-align: center;
}
body#internal h1 {
	font-size: 240%;
}
h2 {
	font-size: 160%;
	font-weight: lighter;
	letter-spacing: -0.06em;
	color: #989487;
	margin: 0 0 0 0;
	line-height: 1.4em;
	text-shadow: 0 1px 0 #f7f7f5;
}
body#internal h2 {
	font-size: 160%;
	margin: 5px 0 8px 0;
	color: #555;
	text-shadow: 0 1px 0 #f7f7f5;
	clear: left;
}
body#internal h3 {
	color: #555352;
	font-size: 110%;
	margin: 10px 0 10px 0;
	font-weight: lighter;
	text-shadow: 0 1px 0 #f7f7f5;
	text-transform: uppercase;
}
#rightcolumn p {
	color: #989487;
}
#rightcolumn p + p {
	margin: 10px 0 0 0;
}
body#internal #leftcolumn p {
	font-size: 115%;
	line-height: 1.6em;
	letter-spacing: -0.06em;
	color: #362f2d;
}
body#internal #leftcolumn p + p {
	text-indent: 1.4em;
}
body#internal #rightcolumn ul li a {
	text-decoration: none;
	color: #5e5856;
}
p {
	line-height: 1.4em;
	color: #333;
}
.tweetbox p {
	margin: 0;
}
body#internal #leftcolumn form p+p {
	text-indent: 0;
}
.post-date {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #a39f92;
	font-size: 60%;
	display: block;
	letter-spacing: -0.075em;
	margin: -5px 0 0 0;
}
blockquote {
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	font-style: italic;
	color: rgba(0,0,0,0.2) !important;
	border-left: 5px solid rgba(197, 194, 186, 1.0);
	font-size: 120% !important;
	/* Remember to specify rgb for IE */;
}
/* Lists
-----------------------------*/
#navigation ul {
	float: right;
	width: 400px;
	margin: 0 0 0 0;
	padding: 20px 0 20px 20px;
	border: 0 !important;
}
#navigation ul li {
	padding: 12px 10px 30px;
	float: left;
	color: #706664;
	font-family: Helvetica, Arial, sans-serif;
	list-style: none;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 10px -20px 0;
	font-size: 80%;
	text-shadow: 0 1px 0 #000;
}
#navigation ul li:hover,
body.home li.home,
body.about li.about,
body.work li.work,
body.notebook li.notebook,
body.contact li.contact {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url('assets/backgrounds/active-nav.png') bottom center no-repeat;
	/* 362f2d */
}
#navigation ul li a {
	color: #706664;
	text-decoration: none;
}
#navigation ul a {
	text-decoration: none;
}
.slide dl {
	float: left;
	width: 480px;
	margin: 80px 0 0 -120px;
	background: url('assets/backgrounds/slide-dl.png') top left repeat;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* border-bottom: 1px solid #766c6a; */
	-webkit-box-shadow: 0 1px 0 #A0A3A1;
	-moz-box-shadow: 0 1px 0 #A0A3A1;
	border-top: 1px solid #4c4342;
}
.slide dt {
	font-size: 140%;
	letter-spacing: -0.06em;
	text-shadow: 0 1px 0 #362f2d;
	color: #d9d4d1;
}
.slide dd {
	color: #333;
	margin: 10px 30px 0 0;
	line-height: 1.2em;
	font-size: 90%;
}
.slide dd.endnotes {
	font-size: 110%;
	color: #a7a2a1;
	text-shadow: 0 1px 0 #362f2d;
}
body#internal #rightcolumn ul {
	margin: 0 0 20px 0;
}
body#internal #rightcolumn ul li {
	list-style: none;
	color: #989487;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #bcb9b2;
	cursor: pointer;
}
body#internal #leftcolumn li {
	list-style-type: square;
	font-size: 115%;
	margin: 0 0 5px 14px;
}
/* Misc
-----------------------------*/
.project {
	font-family: Helvetica, Arial, sans-serif;
	color: #a7a2a1;
	font-weight: bold;
}
.amp,
em {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
	font-weight: lighter;
}
.avatar {
	width: 100px;
	height: 100px;
	float: right;
	margin: -40px 0 20px 10px;
	border: 4px solid #fefcf7;
	border-bottom: 20px solid #fefcf7;
	-webkit-box-shadow: 0 0 4px #969593;
	-moz-box-shadow: 0 0 4px #969593;
	-webkit-transform: rotate(5deg); 
	-moz-transform: rotate(5deg);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
img.more {
	float: right;
	margin: -210px -80px 0 0;
	position: relative;
	z-index: 125;
	cursor: pointer;
}
hr {
	border: 0;
	height: 1px;
	background-color: #bcb9b2;
	color: #bcb9b2;
	margin: 10px 0 10px 0;
	-webkit-box-shadow: 0 1px 0 #efede6;
	-moz-box-shadow: 0 1px 0 #efede6;
}
.arrow {
	float: right;
	padding-right: 5px;
}
ul li:hover > .arrow {
	padding: 0;
}

.portfolio-link {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #222;
	width: 300px;
	position: relative;
	left: 780px;
	color: #524741;
	text-shadow: 0 1px 0 #f6dcb4;
	top: -70px;
}
.f { /* hide the 'view all' button GReader adds */
	display: none;
}
.center {
	margin: 0 0 0 40px;
}
.left {
	float: left;
	margin: 0 10px 0 0;
}
/* Forms 
---------------------------------*/
input[type=text],
textarea {
	display: block;
	padding: 5px;
	border: 1px solid #cbc8c1;
	-webkit-box-shadow: 0 1px 0 #efede6;
	-moz-box-shadow: 0 1px 0 #efede6;
	margin: 5px 0 20px 0;
	font-size: 120%;
	width: 98%;
}
input[type=text]:focus,
textarea:focus {
	outline: none;
}
input[type=text].active,
textarea.active {
	-webkit-box-shadow: 0 0 3px #0072ac;
	-moz-box-shadow: 0 0 3px #0072ac;
	box-shadow: 0 0 3px #0072ac;
}
.hidden {
	margin: 0 0 20px 0;
}
.reqd {
	color: #970017;
}
label {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #7e7a6d;
	text-shadow: 0 1px 0 #fff;
}
/* Blog
-----------------------------------*/
img.aligncenter{
	margin: 0 0 0 25%;
}
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
pre {
	margin: 20px 0 20px 0;
	padding: 10px 20px 20px;
	background: #ecebe7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top: 1px solid #d5d5d4;
	-webkit-box-shadow: 0 1px 0 #fdfcf8;
	-moz-box-shadow: 0 1px 0 #fdfcf8;
}
code {
	font-family: Inconsolata, 'Panic Sans', Menlo, Monaco;
	color: #333;
}

/* Pricing
-----------------------------------*/
.pricing-package {
	background: #ecebe7;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top: 1px solid #d5d5d4;
	-webkit-box-shadow: 0 1px 0 #fdfcf8;
	-moz-box-shadow: 0 1px 0 #fdfcf8;
	margin: 10px 0 10px 10px;
	padding: 5px 20px 20px 20px;
}
.pricing-package p {
	font-size: 80%;
	line-height: 1.2em;
	margin: 0 0 20px 0;
}
.pricing-package ul li {
	list-style: none;
	padding: 0 0 5px 20px;
	background: url('assets/icons/check.png') top left no-repeat;
}
.price {
	position: relative;
	left: -30px;
	bottom: -10px;
	font-size: 280%;
	padding: 0 0 0 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	width: 130px;
	color: #154816;
	text-shadow: 0 1px 0 #7edf81;
	background: url('assets/backgrounds/chevron.png') top right no-repeat;
}
.small-price {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: lighter;
	float: right;
	font-size: 100%;
	color: #222;
	clear: both;
}

/* Cart
-----------------------------------*/
.cart-controls {
	margin: 40px 0 0 0;
	clear: both;
}
.cart-controls input[type='submit'] {
	display: inline;
}
.cart-button {
	padding: 4px 6px;
	background: #d0cec8;
	float: right;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-decoration: none;
	color: #807b6d;
	margin: 0 0 20px 0;
}
.cart-button a {
	text-decoration: none;
	color: #807b6d;
}
/* FF, you are a dumbass
Is there anyone left who still wants
a stupid blue border around a linked image?
---------------------------------*/
a img {
	border: 0;
}
p a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	border-bottom: 1px dotted #333;
}
a.permalink {
	text-decoration: none;
	color: #74736e;
	background: #d2d0cb;
	padding: 3px 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 80%;
}
.arrow {
	float: right;
	vertical-align: middle;
	margin: -5px -12px 0 0;
}
/* vCard/hCard
-----------------------------*/
.vcard {
	color: #989487;
}
.vcard a {
	text-decoration: none;
	color: #a29f94;
	font-weight: bold;
}
/* Buttons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contact-button {
	padding: 4px 6px;
	width: 150px;
	background: #0072ac url('assets/backgrounds/contact-button.gif') top left repeat-x;
	margin: 20px auto 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #125476;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	color: #ebebeb;
	text-shadow: 0 -1px 0 #035680;
	font-size: 120%;
	text-align: center;
	cursor: pointer;
	clear: both;
}
.contact-button :active,
.button:active {
	background: #02699d;
}
.contact-button  a {
	text-decoration: none;
	color: #ebebeb;
	text-shadow: 0 -1px 0 #035680;
}
.clear:active {
	background: #740002;
}
.contact-button  h4 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -3px -5px;
	padding: 4px 6px;
	font-weight: lighter;
	-webkit-box-shadow: 0 -1px 0 #66c2f1;
	-moz-box-shadow: 0 -1px 0 #66c2f1;	
}
.contact-button :active h4,
.button:active h4 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -3px -5px;
	padding: 4px 6px;
	font-weight: lighter;
	-webkit-box-shadow: 0 -1px 0 #125476;
	-moz-box-shadow: 0 -1px 0 #125476;
}
.button {
	padding: 4px 6px;
	background: #0072ac url('assets/backgrounds/contact-button.gif') top left repeat-x;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #125476;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	color: #ebebeb;
	text-shadow: 0 -1px 0 #035680;
	text-align: center;
	cursor: pointer;	
	width: 100px;
	float: left;
}
.clear {
	padding: 4px 6px;
	background: #970017 url('assets/backgrounds/clear-button.gif') top left repeat-x;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #540305;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	color: #ebebeb;
	text-shadow: 0 -1px 0 #740002;
	text-align: center;
	cursor: pointer;	
	width: 100px;
	float: left;
	margin: 0 0 0 10px;
}
.clear h4 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -3px -5px;
	padding: 4px 6px;
	font-weight: lighter;
	-webkit-box-shadow: 0 -1px 0 #e21937;
	-moz-box-shadow: 0 -1px 0 #e21937;
}
.clear:active h4 {
	-webkit-box-shadow: 0 -1px 0 #540305;
	-moz-box-shadow: 0 -1px 0 #540305;	
}
.button h4 {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: -3px -5px;
	padding: 4px 6px;
	font-weight: lighter;
	-webkit-box-shadow: 0 -1px 0 #66c2f1;
	-moz-box-shadow: 0 -1px 0 #66c2f1;	
}

/* Gallery
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#overlay {
	width: 100%;
	position: absolute;
	z-index: 10;
	height: 100%;
	background: #362f2d url('assets/backgrounds/overlay-alt.gif') top center no-repeat;
	display: none;
}
.single-pic {
	position: absolute;
	z-index: 20;
	width: 640px;
	height: 480px;
	padding: 40px;
	background: #362f2d url('assets/backgrounds/single-pic.gif') top center no-repeat;
	border-top: 1px solid #cc855e;
	border-bottom: 1px solid #361910;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.7);
	left: 22%;
	top: 20%;
	display: none;
	cursor: pointer;
}
.single-pic img {
	border: 1px solid #522003;
	border-top: 2px solid #522003;
	border-bottom: 1px solid #cc855e;
}
.single-pic h5 {
	margin: 5px auto 5px auto;
	font-size: 90%;
	color: #917e33;
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-weight: lighter;
	letter-spacing: -0.06em;
	background: #fad852 url('assets/backgrounds/nameplate.gif') top center no-repeat;
	padding: 3px 5px;
	width: 140px;
	text-align: center;
	border-top: 1px solid #fcf1c7;
	border-bottom: 1px solid #a69039;
	text-shadow: 0 1px 0 #fcf1c7;
	-webkit-box-shadow: 0 1px 5px #222;
}
.thumbwell {
	padding: 5px;
	float: left;
	background: #f3f2f0;
	margin: 0 10px 10px 0;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 3px rgba(112, 110, 105, 0.8);
	-moz-box-shadow: 0 1px 3px rgba(112, 110, 105, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-top: 1px solid rgba(255, 255, 255, 1.0);
	/* Remember to specify rgb for IE */;
}
.thumbwell:hover {
	-webkit-box-shadow: 0 6px 10px rgba(112, 110, 105, 0.8);
	-moz-box-shadow: 0 6px 10px rgba(112, 110, 105, 0.8);
	margin: 1px 10px 9px 0;
}
img.thumbwell {
	width: 120px;
	height: 80px;
}
