/*
Theme Name: Panic
Theme URI: http://panic.com/
Description: This is the Panic Blog.
Version: 1.0
Author: Neven (with a dash of Cabel and Tim)
*/

/* !CSS Reset courtesy of YUI (http://developer.yahoo.com/yui/reset/) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	border-spacing:0;
	}

fieldset,img { 
	border:0;
	}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
	}
		
/* !It was a bright web page in April, and the clocks were striking thirteen. */

body {
	background: #d6d8d9 url(/blog/wp-content/themes/panic/images/page-background-canvas.jpg);
	padding: 30px 0 15px 0;
}

body {
	font: 14px/20px Helvetica, sans-serif;
	text-shadow: rgba(255,255,255,.4) 0 1px 0;
}
body.mobile {
	font: 22px/26px Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #4967b3;
	-webkit-transition: color .2s ease;	/* Will Gecko add this? */
}
a * {
	-webkit-transition: color .2s ease;	/* Will Gecko add this? */
}
a:hover {
	color: #275de7;
}

h1#panic-title {
	height: 127px;
	text-align: center;
	color: transparent;
	text-indent: -9999px;
	background: url(/blog/wp-content/themes/panic/images/blog-title.png) top center no-repeat;
}

input, textarea {
	font-size: 13px;
}

/* Video */

video {
	-webkit-box-shadow: rgba(0,0,0,.4) 0 4px 20px;
	-moz-box-shadow: rgba(0,0,0,.4) 0 4px 20px;
}

.poster {
	-webkit-box-shadow: rgba(0,0,0,.4) 0 4px 20px;
	-moz-box-shadow: rgba(0,0,0,.4) 0 4px 20px;
}

/* !Twitter Banner */

#twitter {
	top: 143px;
	position: absolute;
	width: 100%;
	height: 44px;
	font: 12px/40px HelveticaNeue-Medium, Helvetica, sans-serif;
	text-align: center;
	color: rgba(69,53,84,.9);
	background: url(/blog/wp-content/themes/panic/images/ticker_tape.png) top center no-repeat;
}
#twitter a:hover, #twitter a[style]:hover {
	color: #275de7;
}
#twitter a[style] { /* In-tweet links */
	color: #b4a9be;
}
/* Hide twitter "about�" text */
#twitter_update_list li a {
	display: none;
}
#twitter_update_list li span a {
	display: inline;
}


#twitter div {
	position: relative;
	margin: 0px auto;
	width: 840px;
	padding-left: 0px;
}
#twitter div a[rel="wholeTweet"] {
	color: inherit;
}
#twitter div a[rel="wholeTweet"]:hover {
	color: #4967b3;
}
#twitter ul {
	clear: none;
	max-width: 700px;
	height: 40px;
	max-height: 40px;
	margin: 0;
	float: left;	
	opacity: 0; /* fade in when the tweet loads */
	-webkit-transition: opacity .6s ease; /* Will Gecko add this? */
}
#twitter ul li {
	background: red;
	display: block;
	max-width: 700px;
	height: 40px;
	max-height: 40px;
	padding-left: 23px;
	overflow: hidden;
	white-space:nowrap;	
	text-overflow: ellipsis;	
	background: url(images/twitter_bird.png) no-repeat left 11px;
}
#twitter a[rel="twitter"] {
	line-height: 35px;
	display: block;
	clear: none;
	float: right;
	-webkit-animation-name: glowBlue; /* Will Gecko add this? */
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease;	
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;	
}

#twitterBird {
	float: left;
	clear: none;
	margin: 11px 7px 0 0;
}

.mobile #twitter {
	background-position-x: -800px;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	top: 160px;
}

.mobile #twitter div {
	font-size: 16px;
}
.mobile #twitter ul {
	display: none;
}
.mobile #twitter a[rel="twitter"] {
	display: block;
	float: none;
	width: 150px;
	margin: 0 auto;
}

@-webkit-keyframes glowBlue /* Will Gecko add this? */
{		
	0% {
		text-shadow: rgba(110,155,255,1) 0 0 10px;
	}
	40% {
		text-shadow: rgba(110,155,255,0) 0 0 10px;
	}
	100% {
		text-shadow: rgba(110,155,255,0) 0 0 10px;
	}
}

#twitter #ticker_tape_fade {
	display: none;
}

/* !Miscellaneous */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-smiley {
	vertical-align: -5px;
}

/* !Posts */

#posts {
	padding-top: 50px;
}

.post {
	width: 851px;
	margin: 0 auto 80px auto;
}

.post h2 { /* Title */
	font: 26px/30px HelveticaNeue-Light, Helvetica, sans-serif;
	margin-bottom: 5px;
}
.mobile .post h2 {
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 15px;
}
.post h3 { /* Date */
	font-family: HelveticaNeue-Medium, Helvetica, sans-serif;;
	font-size: 13px;
	color: rgba(0,0,0,.5);
	margin-bottom: 20px;
}
.mobile .post h3 {
	font-size: 20px;
}

.post hr { /* Clear Line */
	clear: both;
	visibility: hidden;
}

p {
	padding-top: 20px; 
}
p:first-child {
	padding-top: 0px; 
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: inherit;
	font-weight: normal;
}
.entry h1 {
	font-size: 32px;
	line-height: 32px;
	margin: 20px 0 0 0;
	font-family: HelveticaNeue-Light, Helvetica, sans-serif;
}
.entry h2 {
	font-size: 28px;
	line-height: 30px;
	margin: 20px 0 0px 0;
}
.entry h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 20px 0 0px 0;
}
.entry h4 {
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0 0px 0;
	font-weight: bold;
}
.entry h5 {
	font-size: 12px;
	line-height: 16px;
	margin: 20px 0 0px 0;
}
.entry h6 {
	font-size: 10px;
	line-height: 14px;
	margin: 20px 0 0px 0;
}
ol, ul {
	margin-top: 20px;
}
blockquote {
	margin-top: 20px;
	font: italic 16px/20px Georgia, serif;
	padding-left: 20px;
}

.mobile .entry h1 {
	font-size: 40px;
	line-height: 44px;
}
.mobile .entry h2 {
	font-size: 36px;
	line-height: 40px;
}
.mobile .entry h3 {
	font-size: 30px;
	line-height: 34px;
}
.mobile .entry h4 {
	font-size: 24px;
	line-height: 28px;
}
.mobile .entry h5 {
	font-size: 22px;
	line-height: 26px;
	margin: 20px 0 0px 0;
}
.mobile .entry h6 {
	font-size: 16px;
	line-height: 20px;
	margin: 20px 0 0px 0;
}
.mobile blockquote {
	font-size: 24px;
	line-height: 28px;
}

.post .bottom .meta {
	color: rgba(0,0,0,.5);
	font-size: 13px;
	line-height: 16px;
	font-family: HelveticaNeue-Medium, Helvetica, sans-serif;
}
.mobile .post .bottom .meta {
	font-size: 30px;
	line-height: 34px;
}
.post .bottom .meta span {
	display: block;
	float: left;
	clear: none;
	height: 17px;
}
.mobile .post .bottom .meta span {
	height: 34px;
}
.post .bottom .meta .date {
	background: url(/blog/wp-content/themes/panic/images/meta-info.png) no-repeat;
	padding-left: 21px;
	margin-right: 10px;
}
.mobile .post .bottom .meta .date {
	background-position-y: 10px;
	padding-left: 26px;
	margin-right: 15px;
}

.post .bottom .meta .comment_count {
	background: url(/blog/wp-content/themes/panic/images/meta-comments.png) 0 1px no-repeat;
	padding-left: 21px;
	margin-right: 10px;
}
.mobile .post .meta .comment_count {
	background-position-y: 12px;
	padding-left: 26px;
	margin-right: 10px;
}

.post .bottom .meta .edit_link {
	background: url(/blog/wp-content/themes/panic/images/meta-edit.png) 0 1px no-repeat;
	padding-left: 21px;
	margin-right: 10px;
}

.post .clip {
	width: 806px;
	text-shadow: none;
	color: black;
}
.post .clip h3 {
	color: black;
	font: 13px/18px Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding-top: 9px;
}

.mobile .post .clip h3 {
	font-size: 22px;
	line-height: 24px;
}
.post .clipTop {
	height: 18px;
	background: url(/blog/wp-content/themes/panic/images/post-clip-top.png) no-repeat;
	margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */	
}
.post .clipMiddle { /* This is for browsers which don't understand multiple backgrounds yet. Shame on them! */
	background: url(/blog/wp-content/themes/panic/images/post-clip-middle.png) repeat-y;
}
.post .clipMiddle {
	max-width: 320px;
	background-image: url(/blog/wp-content/themes/panic/images/paperclip2.png), url(/blog/wp-content/themes/panic/images/post-clip-middle.png);
	background-repeat: no-repeat, repeat-y;
	background-position: top left, top left;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 0;
	padding-bottom: 12px;
}
.post .clipBottom {
	height: 18px;
	padding: 0;
	background: url(/blog/wp-content/themes/panic/images/post-clip-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.clip a {
	display: block;
	max-width: 272px;	
	min-height: 34px;
	-webkit-transition: color .2s ease;	/* Will Gecko add this? */
}
.clip a:hover * {
	color: #275de7;
}

.post .clip-with-details h3 {
	padding-top: 0;
}

.clip-with-details .clipDetails {
	font-size: 13px;
	font-weight: normal !important;
	color: rgba(0,0,0,.5);
}

.clip-icon a {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.clip-globe a {
	background-image: url(images/clipicon-globe.png);
}
.clip-dmg a {
	background-image: url(images/clipicon-dmg.png);
}
.clip-zip a {
	background-image: url(images/clipicon-zip.png);
}
.clip-shop a {
	background-image: url(images/clipicon-shop.png);
}



/* !Founders ("category-general") Post */

.post.category-general {

}

.post.category-general .top {
	padding-top: 50px;
	padding-right: 45px;
	height: 67px;
	background: url(/blog/wp-content/themes/panic/images/post-founders-top.png) no-repeat;
	margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */	
}
.post.category-general .top h3 {
	max-width: 400px;
	float: right;
	color: rgba(0,0,0,.6);
	font-family: HelveticaNeue-Medium, Helvetica, sans-serif;
	font-size: 13px;
	-webkit-transform: scaleY(.75);
	-moz-transform: scaleY(.75);
	text-align: right;
	text-transform: uppercase;
	text-shadow: rgba(255,255,255,.8) 0 1px 0;
}
.mobile .post.category-general .top h3 {
	font-size: 24px;
}

.post.category-general .middle {
	background: url(/blog/wp-content/themes/panic/images/post-founders-middle.png) repeat-y;
	padding: 35px 75px 85px 75px;
}
.post.category-general .bottom {
	height: 76px;
	padding: 0 73px;
	background: url(/blog/wp-content/themes/panic/images/post-founders-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post.category-general.cabel .middle {
	background-image: url(/blog/wp-content/themes/panic/images/signature-cabel.png), url(/blog/wp-content/themes/panic/images/post-founders-middle.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 600px bottom, top left;
	padding-bottom: 120px !important;
}
.post.category-general.steve .middle {
	background-image: url(/blog/wp-content/themes/panic/images/signature-steve.png), url(/blog/wp-content/themes/panic/images/post-founders-middle.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 600px bottom, top left;
	padding-bottom: 120px !important;
}

.post.category-general .clip {
	margin-left: -80px;
}

/* Kitchen Post */

.post.category-kitchen .top {
	padding-right: 45px;
	height: 45px;
	background: url(images/post-kitchen-top.png) no-repeat;
	margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */	
}
.post.category-kitchen .middle .meta {
	text-align: center;
}
.post.category-kitchen .middle .meta h2 { /* title */
	margin: 0px auto;
	padding: 0 35px;
	width: content;
	text-align: center;
	font-family: "Minion Pro", Minion, Times, Times New Roman, serif;
	font-style: italic;
	margin-bottom: 20px;
	background-image: url(images/post-kitchen-glyph1.png), url(images/post-kitchen-glyph2.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
}
.post.category-kitchen .middle .meta h3 {
	text-align: center;
	float: left;
	clear: none;
	width: 350px;
	color: #dd8a82 !important;
	font: italic 17px "Minion Pro", Minion, Times, Times New Roman, serif;

}
.mobile .post.category-kitchen h3 {
	font-size: 24px;
}

.post.category-kitchen .middle {
	background: url(images/post-kitchen-middle.png) repeat-y;
	padding: 10px 75px 40px 75px;
}
.post.category-kitchen .entry {
	clear: both;
	background: url(images/post-kitchen-middle-lines.gif) repeat 0 -3px;
}
.post.category-kitchen .bottom {
	height: 80px;
	padding: 0px 75px;
	background: url(images/post-kitchen-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post.category-kitchen .clip {
	margin-left: -80px;
}
.post.category-kitchen .entry blockquote {
	color: #a0594b;
}

/* Note Post */

.post.category-note .postRotationContainer {
	width: 645px;
	margin-left: 100px;
}

.post.category-note .top {
	height: 40px;
	background: url(images/post-note-top.png) no-repeat;
	margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */	
	padding: 23px 35px 0px 35px;
}

.post.category-note .top .noteTitle {
	display: block;
	float: left;
	clear: none;
	width: 375px;
	font-family: "john-doe-1","john-doe-2",monospace;
/* 	font: 16px Courier, monospace; */
}
.post.category-note .top .noteDate {
	display: block;
	float: right;
	clear: none;
	width: 200px;
	text-align: right;
	font-family: "john-doe-1","john-doe-2",monospace;
	color: rgba(0,0,0,.35);
}

.mobile .post.category-note .top h3 {
	font-size: 24px;
}

.post.category-note .middle {
	background: url(images/post-note-middle.png) repeat-y;
	padding: 4px 35px 20px 55px;
	font-family: "good-dog-1","good-dog-2",sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: rgba(0,0,0,.75);
}
.post.category-note .middle ol, .post.category-note .middle ul  {
	margin-top: 24px;
}
.post.category-note .bottom {
	height: 57px;
	padding: 15px 35px;
	background: url(images/post-note-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post.category-note .clip {
	margin-left: -80px;
}
.post.category-note .entry blockquote {
	color: #a0594b;
}


/* !Engineering ("category-engineering") Post */

.post.category-engineering {
	text-shadow: none;
}
.post.category-engineering .entry { /* post body only, not comments */
	color: white;
	font-family: HelveticaNeue-Light, Helvetica, sans-serif;
}

.post.category-engineering .top {
	padding-right: 45px;
	height: 118px;
	background: url(/blog/wp-content/themes/panic/images/post-engineering-top.png) no-repeat;
	margin-bottom: -2px; /* Hack for seam errors when rotating using Webkit transforms */	
}

.post.category-engineering .top h3, .mobile .post.category-engineering .top h3 {
	color: rgba(255,255,255,.6);
	font-family: HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin-left: 650px;
	padding-top: 44px;
	text-transform: uppercase;
	font-weight: normal;
}

.post.category-engineering .middle {
	background: url(/blog/wp-content/themes/panic/images/post-engineering-middle.png) repeat-y;
	padding: 45px 60px 1px 60px;
}
.post.category-engineering .bottom {
	height: 86px;
	padding: 20px 58px 0px 58px;
	background: url(/blog/wp-content/themes/panic/images/post-engineering-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post.category-engineering .postTitle { /* Title */
	width: 495px;
	max-width: 495px;
	margin-top: -120px;
}

.post.category-engineering .postDate { /* Date */
	font-family: HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: rgba(255,255,255,.6);
}
.mobile .post.category-engineering .postDate { /* Date */
	font-size: 22px;
}
.post.category-engineering .meta {
	color: rgba(255,255,255,.6);
	font-family: HelveticaNeue-Light, Helvetica, sans-serif;
}
.post.category-engineering .bottom .meta .date {
	background-image: url(/blog/wp-content/themes/panic/images/meta-info-white.png);
}
.post.category-engineering .meta .comment_count {
	background-image: url(/blog/wp-content/themes/panic/images/meta-comments-white.png);
}
.post.category-engineering .meta .edit_link {
	background-image: url(/blog/wp-content/themes/panic/images/meta-edit-white.png);
}

.post.category-engineering .entry a, .post.category-engineering h2 a {
	color: #fffdc3;
}
.post.category-engineering .entry a:hover, .post.category-engineering h2 a:hover {
	color: #fffb8a;
}

.post.category-engineering .bottom .meta a {
	color: rgba(255,255,255,.75);
}
.post.category-engineering .bottom .meta a:hover {
	color: rgba(255,255,255,.9);
}

.post.category-engineering .clip {
	margin-left: -66px;
}

.post.category-engineering .clip h3 {
	color: black;
	font-weight: bold;
}

.post.category-engineering .clip a {
	color: black;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

.post.category-engineering .clip a:hover h3 {
	color: #275de7 !important;
}


/* !Code */


.post .code {
	width: 806px;
	margin-left: -66px;
}
.post .code .top {
	height: 13px;
	background: url(/blog/wp-content/themes/panic/images/post-code-top.png) no-repeat;
	margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */	
}

.post .code .middle {
	background-image: url(/blog/wp-content/themes/panic/images/paperclip1.png), url(/blog/wp-content/themes/panic/images/post-code-middle.png);
	background-repeat: no-repeat, repeat-y;
	background-position: top left, top left;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.post .code pre {
	display: block;
	white-space: pre-wrap;
	font: 11px/15px Menlo, monospace;
}
.mobile .post .code pre {
	font-size: 20px;
	line-height: 24px;
}
.post .code .bottom {
	height: 23px;
	padding: 0;
	background: url(/blog/wp-content/themes/panic/images/post-code-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post .code ol {
	margin-top: 0px;
}

.post .code li {
	margin-left: 52px; /* Space between left edge and code */
}

/* !Code Syntax Highlighting Colors */

.post .code .li1 { color: #6b95c8; }	/* Line Numbers */
.post .code .de1 { color: #ffffff; }	/* Code */

.post .code .kw1 { color: #ff0000; }	/* Objective-C keywords */
.post .code .kw2 { color: #ff0000; }	/* Macros and constants */
.post .code .kw3 { color: #ff0000; }	/* C standard library functions */
.post .code .kw4 { color: #ff0000; }	/* Data Types */
.post .code .kw5 { color: #9cd9ff; }	/* Foundation Classes */
.post .code .kw6 { color: #ff0000; }	/* Foundation Protocols */
.post .code .kw7 { color: #ff0000; }	/* AppKit Classes */
.post .code .kw8 { color: #ff0000; }	/* AppKit Protocols */
.post .code .kw9 { color: #ff0000; }	/* CoreData classes */
.post .code .st0 { color: #eb7b79; }	/* Strings */
.post .code .sy0 { color: #ffffff; }	/* Symbols */
.post .code .nu0 { color: #aaaaaa; }	/* Numbers */
.post .code .br0 { color: #ffffff; }	/* Brackets */
.post .code .co1 { color: #e38655; }	/* Comments: Preprocessor directives */
.post .code .co2 { color: #8ee488; }	/* Comments: Normal C Single-Line Comments */
.post .code .co3 { color: #eb7b79; }	/* Q-sign in front of Strings */

.post .code .kw5:hover { color: #ffffff; }					/* Rollover linked keywords */
.post .code .kw5 { -webkit-transition: color .2s ease; }	/* Rollover fade in */

/* !Art Department ("category-art") Post */

.post.category-art {

}

.post.category-art .top {
	padding-right: 70px;
	height: 87px;
	background: url(/blog/wp-content/themes/panic/images/post-art-top.png) no-repeat;
	margin-bottom: -3px; /* Hack for seam errors when rotating using Webkit transforms */	
}
.post.category-art .top h3 {
	chttp://stage.panic.com/blog/2009/12/test-note/or: rgba(0,0,0,.5);
	font-family: HelveticaNeue-Light, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	text-shadow: rgba(255,255,255,0) 0 1px 0;
	padding-top: 54px;
}
.post.category-art .middle { /* This is for browsers which don't understand multiple backgrounds yet. Shame on them! */
	background: url(/blog/wp-content/themes/panic/images/post-art-middle.png) repeat-y;
}
.post.category-art .middle {
	background-image: url(/blog/wp-content/themes/panic/images/post-art-color_bars.png), url(/blog/wp-content/themes/panic/images/post-art-middle.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 810px center, top left;
	padding: 20px 79px 85px 73px;
}
.post.category-art .bottom {
	height: 113px;
	padding: 0 68px;
	background: url(/blog/wp-content/themes/panic/images/post-art-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post.category-art .clip {
	margin-left: -77px;
}

/* !Jobs Department ("category-jobs") Post */

.post.category-jobs {

}

.post.category-jobs .top {
	height: 114px;
	background: url(/blog/wp-content/themes/panic/images/post-jobs-top.png) no-repeat left bottom;
	margin-bottom: -3px; /* Hack for seam errors when rotating using Webkit transforms */	
}
.post.category-jobs .middle { /* This is for browsers which don't understand multiple backgrounds yet. Shame on them! */
	background: url(/blog/wp-content/themes/panic/images/post-jobs-middle.png) repeat-y;
}
.post.category-jobs .middle {
	background-image:url(/blog/wp-content/themes/panic/images/post-jobs-middle.png);
	background-repeat: repeat-y;
	padding: 20px 79px 45px 73px;
	
	-webkit-column-count: 2;
	-webkit-column-gap: 50px;
	-moz-column-count: 2;
	-moz-column-gap: 50px;

}
.post.category-jobs .middle h2, .post.category-jobs .middle h2 a {
	color: black;
	font-weight: bold;
}
.post.category-jobs .bottom {
	height: 220px;
	padding: 0 68px;
	background: url(/blog/wp-content/themes/panic/images/post-jobs-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post.category-jobs .clip {
	margin-left: -77px;
}

.post.category-jobs li {
	margin-left: 20px;
}

.post.category-jobs a {
	color: #dd491f;
}
.post.category-jobs a:hover {
	color: #ff3800;
}
/*

/* Tilt the page-bottom in 3D. Makes the text blurry for now! */

/*
.post.category-jobs .postRotationContainer {
	-webkit-perspective: 800;
}

.post.category-jobs .bottom {
	-webkit-transform-origin: 0 0;
	
	-webkit-transition: -webkit-transform .3s ease;
}
.post.category-jobs .bottom:hover {
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateX(6deg);
}
*/


.post.category-jobs .bottom a.joblink {
	display: block;
	width: 840px;
	height: 155px;
	position: relative;
	left: -64px;
	top: 40px;
/* 	background: red; */
}

/* !Post content including images */

.post img.photo {
	border: 5px solid white;
	margin-bottom: 10px;
	-webkit-box-shadow: rgba(0,0,0,.4) 0 2px 5px;
	-moz-box-shadow: rgba(0,0,0,.4) 0 2px 5px;	
}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
}

.aligncenter p.wp-caption-text {
	text-align: center !important;
}

.post img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post div.alignright, img.alignright {
	margin: 0px 0px 15px 15px;
	display: inline;
}

.post div.alignright img {
	margin-bottom: 5px; /* Space between image and caption */
}

.post div.alignleft, img.alignleft {
	margin: 0px 15px 15px 0px;
	display: inline;
}

.post div.alignleft img {
	margin-bottom: 5px; /* Space between image and caption */
}

/* Quote clip */

.post .quote {
	margin-top: 15px;
	width: 806px;
}

.post.category-engineering .quote {
	width: 806px;
	margin-left: -68px;
	color: #333;
}
.post.category-engineering .quote a {
	color: #4967b3;
}
.post.category-engineering .quote a:hover {
	color: #275de7;
}


.post.category-general .quote {
	margin-left: -82px;
}
.post.category-art .quote {
	margin-left: -80px;
}
.post.category-jobs .quote {
	margin-left: -80px;
}


.post .quote .top {
	height: 13px;
	background: url(/blog/wp-content/themes/panic/images/post-quote-top.png) no-repeat;
	margin-bottom: -1px; /* Hack for seam errors when rotating using Webkit transforms */	
	padding: 0 !important;
}

.post .quote .middle {
	background-image: url(/blog/wp-content/themes/panic/images/paperclip1.png), url(/blog/wp-content/themes/panic/images/post-quote-middle.png) !important;
	background-repeat: no-repeat, repeat-y !important;
	background-position: top left, top left  !important;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 5px;
}
.post .quote .bottom {
	height: 23px;
	padding: 0;
	background: url(/blog/wp-content/themes/panic/images/post-quote-bottom.png) no-repeat;
	margin-top: -1px; /* Hack for seam errors when rotating using Webkit transforms */
}

.post .quote ol {
	margin-top: 0px;
}

.post .quote li {
	margin-left: 52px; /* Space between left edge and code */
}


/* !Comments */

.post .comments {
	width: 761px;
	margin: 30px auto;
}

.post .comment {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
}

.post .commentTop {
	height: 35px;
	padding: 0 15px 7px 50px;
	background: url(/blog/wp-content/themes/panic/images/comment-top.png) no-repeat bottom left;
}
.post .commentTop .meta * {
	display: inline;
}
.post .commentTop .meta h3 {
	color: #555;
	font-weight: bold;	
}
.post .commentTop .meta .date, .post .commentTop .meta .date a {
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	color: rgba(0,0,0,.3);
}

.post .commentTop .meta .date a:hover {
	color: #4967b3;
}

.post .commentMiddle {
	background: url(/blog/wp-content/themes/panic/images/comment-middle.png) repeat-y !important;
	padding: 0 25px;
}
.post .commentBottom {
	height: 22px;
	background: url(/blog/wp-content/themes/panic/images/comment-bottom.png) no-repeat;
}

.post .panic.comment .commentTop {
	padding: 0 50px 7px 15px;
	text-align: right;
	background: url(/blog/wp-content/themes/panic/images/comment-panic-top.png) no-repeat bottom left;
}
.post .panic.comment .commentTop .meta h3 {
	color: #315268;
}
.post .panic.comment .commentMiddle {
	background: url(/blog/wp-content/themes/panic/images/comment-panic-middle.png) repeat-y !important;
	padding: 1px 25px;
	
}
.post .panic.comment .commentBottom {
	background: url(/blog/wp-content/themes/panic/images/comment-panic-bottom.png) no-repeat;
	height: 50px;
}
.post .panic.comment .commentBody {
	margin-bottom: -30px;
}

/* !Comment form */

#respond {
	width: 749px;
	margin: 30px auto;
}

.post #commentForm {
	width: 749px;
	margin: 60px auto 30px auto;
	color: #4e3d18;
}

.post .commentFormTop {
	height: 68px;
	padding: 0;
	padding-top: 10px;
	padding-left: 297px;
	background: url(images/comment-form-top.png) no-repeat;
}

.post .commentFormTop div {
	width: 194px;
	height: 23px;	
	padding: 6px 12px 4px 12px;
	margin: 0 1px 1px 0;
	color: #4e3d18;
	display: block;
	float: left;
	clear: none;
	font: 14px/24px "Minion Pro", Minion, Times, serif;
}
.post .commentFormTop div input {
	width: 150px;
	height: 18px;
	background: white;
	float: right;
	border: 1px solid rgba(0,0,0,.2);
}

#panicStamp {
	position: relative;
	top: -28px;
	left: 64px;
	z-index: 1;
}

.post .commentFormMiddle {
	background: url(images/comment-form-middle.png) repeat-y;
	padding: 10px 25px 0px 25px;
}
.post .commentFormMiddle textarea {
	width: 687px;
	height: 100px;
	padding: 5px;
	resize: vertical;	
	border: 1px solid rgba(0,0,0,.2);
	font: 13px/18px "Lucida Grande", Helvetica, sans-serif;
}
.post .commentFormBottom {
	font: 12px/13px "Minion Pro", Minion, Times, serif;
	text-transform: uppercase;
	height: 49px;
	padding: 8px 26px 0 25px;
	background: url(images/comment-form-bottom.png) no-repeat;
	color: #5d4a21;
}
.post .commentFormBottom p {
	width: 400px;
	padding: 2px 0 0 24px;
	float: left;
	clear: none;
	background: url(images/alert-red.png) no-repeat 0 5px;
}
.mobile .post .commentFormBottom p {
	width: 450px;
}
#submit {
	float: right;
	clear: none;
	border: solid 1px rgba(0,0,0,.4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	padding: 3px 20px;
	background-color: #ffeec1; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.5)), to(rgba(255,255,255,0))); /* Will Gecko add this? */
}
#submit:active {
	background-color: #f5d787;
}
#submit::-moz-focus-inner {
	border: 0;
}

#golfPencil {
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;	
	pointer-events: none;
	
	position: relative;
	left: 272px;
	top: -115px;
}

/* Nicer ordered list */

ol.fancylist {
	counter-reset: mylist; 		
	list-style-type: none;
}
ol.fancylist li {
	margin-bottom: 15px;
}
ol.fancylist li:before {
	display: inline-block;
	overflow: hidden;
	content: counter(mylist);
    counter-increment: mylist; 
	padding: 3px 3px 3px 3px;
	width: 14px;
	height: 14px;
	-webkit-border-radius: 15px;
	background: #999999 -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.4)));
	color: white;
	font-family: Helvetica, sans-serif;			
	font-weight: bold;
	-webkit-text-stroke: 1px transparent;
	text-align: center;
	line-height: 14px;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
	-webkit-box-shadow: rgba(0,0,0,.3) 0 1px 2px;
	margin-right: 10px;
}

/* !Begin Super-Top-Secret-Left-Hangy-Not-Centered-Taggy-Thing Technique, copyright (C) 2007 by Panic Industries.  No rights reserved. */
	
#panic-tag {
	background: url(/images-global/panic-tag.png) no-repeat bottom left;
	position: absolute;
	top: 5px;
	left: 0;
	width: 141px;
	height: 60px;
	z-index: 10;
	text-indent: -9999px;
}
		
#panic-tag a {
	display: block;
	width: 141px;
	height: 65px;
}
	
/* End Super-Top-Secret-Left-Hangy-Not-Centered-Taggy-Thing Technique, copyright (C) 2007 by Panic Industries.  No rights reserved.  */

/* !Pagination */

#pagination {
	width: 851px;
	height: 72px;
	margin: -20px auto 0px auto;
}
#pagination a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-shadow: rgba(255,255,255,.9) 0 1px 0;
}
.mobile #pagination a {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
}
.mobile #pagination a:active, #pagination a:hover {
	color: #29458d;
}
#pagination .older a {
	float: left;
	width: 144px;
	height: 54px;
	padding: 18px 0 0 23px;
	text-align: center;
	background: url(/blog/wp-content/themes/panic/images/older.png) no-repeat;
}
#pagination .older a {
	background-image: url(/blog/wp-content/themes/panic/images/older-active.png);

}
.mobile #pagination .older a {
	margin-left: 50px;
	padding-top: 15px;	
	height: 57px;
}

#pagination .newer a {
	float: right;
	width: 140px;
	height: 53px;
	text-align: center;
	padding: 18px 13px 0 0;
	background: url(/blog/wp-content/themes/panic/images/newer.png) no-repeat;
}
#pagination .newer a:active {
	background-image: url(/blog/wp-content/themes/panic/images/newer-active.png);
}
.mobile #pagination .newer a {
	margin-right: 60px;
	padding-top: 15px;	
	height: 56px;
}


#footer {
	background: url(/blog/wp-content/themes/panic/images/footer-logo.png) top center no-repeat;
	height: 20px;
	padding-top: 65px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0,0,0,.3);
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

/* !Gecko fixes */

@-moz-document url-prefix() {

/*
	.post.category-general .top h3 {
		padding-top: 15px;
		font-family: Helvetica;
        font-size: 12px;
        line-height: 14px;
        text-shadow: none;
    }
    
    .post .code .middle {
		background:url(/blog/wp-content/themes/panic/images/post-code-middle.png) repeat-y;
    }
    .post .clipMiddle {
		background: url(/blog/wp-content/themes/panic/images/post-clip-middle.png) repeat-y;
	}	
	.post.category-art .middle {
		background: url(/blog/wp-content/themes/panic/images/post-art-middle.png) repeat-y;
	}
	.post.category-jobs .middle {
		background: url(/blog/wp-content/themes/panic/images/post-jobs-middle.png) repeat-y;
	}

*/
	
	#twitter #ticker_tape_fade {
		position: absolute;
		left: 680px;
		display: block;
	}

}
