/* @override http://files.davidkaneda.com/webkitbits/css/wkb.css */

@font-face {
	font-family: GraublauWeb;
  src: url(../fonts/GraublauWeb.otf) format("opentype");
}

@font-face {
	font-family: Delicious-BoldItalic;
  src: url(../fonts/DelicBolIta.ttf) format("truetype");
}

@font-face {
	font-family: GraublauWeb;
	font-weight: bold;
  src: url(../fonts/GraublauWebBold.otf) format("opentype");
}


* {
	margin: 0;
	padding: 0;
}

body {
	background: #0a2530 url(../img/astro3.jpg) 0 0 no-repeat fixed;
	color: rgba(255, 255, 255, .9);
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

::selection {
	color: #fff;
	background-color: rgba(0,0,0,.3);
}

.hide {
	display: none;
}

#hdr {
	padding: 60px 0 15px;
	position: relative;
	border-bottom: 2px solid rgba(255,255,255,.2);
	margin-bottom: 20px;
}

#hdr h1 a {
	display: block;
	background: url(../img/webkitbits.png) 50px 0 no-repeat;
	padding-top: 41px;
	height: 0;
	line-height: 1em;
	overflow: hidden;

}

#hdr h1 a:active {
	position: relative;
	top: 1px;
}

#content {
	position: relative;
	margin: 0 50px;
	width: 800px;
	padding: 0 30px;
}

strong {
	font-weight: bold;
}

h2, h3 {
	padding-right: 30px;
	margin: .1em 0;
	font-size: 26px;
	line-height: 30px;
	color: #a9b468;
    text-shadow: rgba(0, 0, 0, 1) 0px -1px 0;
	margin-top: 21px;
	margin-bottom: 9px;
	font-family: GraublauWeb, "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
}

h3 strong {
	color: rgba(255,255,255,.9);
}

h3.announce {
	text-transform: none;
	letter-spacing: 0;
	font-size: 26px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

h3 {
	margin-bottom: 0;
	font-style: bold;
	font-size: 16px;
}

.notes h3 {
	margin-left: 9px;
}

h2 a, h3 a {
	text-decoration: none;
}

p {
	margin-bottom: .6em;
	line-height: 1.6em;
}

a {
	color: #fff;
	font-weight: bold;
	text-shadow: rgba(0,0,0,.8) 0px -1px 1px;
	-webkit-transition-property: color;
	-webkit-transition-duration: .3s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

a:active {
	position: relative;
	top: 1px;
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}

.photo img {
	margin-left: -50px;
	background-color: #fff;
}

h2 a {
	text-decoration: none;
    text-shadow: rgba(0, 0, 0, .75) -1px -1px 0;

}

.regular h2 a {
	color: #a9b468;
}

.link h2 a {
	color: #0f89dd;
	background: url(../img/link_arrow_off.png) center right no-repeat;
	padding-right: 22px;
	border-color: rgba(14,137,221,.5);
}

.link h2 a:visited {
	color: #be82d6;
	background: url(../img/link_arrow_visited.png) center right no-repeat;
	border-color: rgba(212,65,214,.5);
	
}

.link h2 a:visited:hover {
	border-color: rgba(212,65,214,1);
	color: #993b9f;
}

.link h2 a:hover {
	color: #0f89dd;
	/*background-image: url(../img/link_arrow.png);*/
	border-color: rgba(14,137,221,1);

}

a:hover {
	color: #fff;
	text-decoration: underline;

}

code {
    text-shadow: rgba(0, 0, 0, .75) 1px 1px 0px;
    background-color: #000;
    -webkit-border-radius: 2px;
    color: #ccc;
	font-family: Menlo, "Courier New", Courier, mono;
}

#search input[type=text] {
	border: 0;
	background: url(../img/bg_search.png) 0 0 no-repeat;
	padding: 5px 0 5px 25px;
	height: 16px;
	color: #876453;
	width: 150px;
	margin-bottom: 12px;
}

#search input[type=text]:focus {
	color: #fff;
	outline: none;
	background-position: 0 -26px;

}

.regular blockquote, .caption blockquote, .description blockquote {
	margin: .5em 0 1em -10px;
	border-left: 2px solid rgba(150, 150, 150, .2);
	padding: 0 8px;
	color: #eaeef5;
}

.quote blockquote, .quote blockquote p {
	color: rgb(206, 194, 94);
	font-size: 18px;
	line-height: 27px;
	margin: 15px 0;
    text-shadow: rgba(0, 0, 0, .75) -1px -1px 0;

	font-family: GraublauWeb, "Myriad Pro", "Lucida Grande", Lucida, Verdana, sans-serif;

}

.quote blockquote {
	margin-left: -20px;
	padding-left: 20px;
	background: url(../img/quotestart.png) 0 2px no-repeat;
}

pre {
	margin: 20px 0;
	background-color: rgba(0, 0, 0, .5);
	padding: 15px;
	color: #fff;
	overflow: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: left;
}



.video object, .video embed {
	margin-left: -50px;
}

#side h3 {
	font-size: 18px;
	margin-top: 12px;
}
.tags a {
	line-height: 15px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding:  2px 8px;
	margin: 5px 5px 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	opacity: .3;
	-webkit-transition: all .15s ease-in-out;
}

#hdr:hover .tags a {
	opacity: .9;
}

#hdr:hover .tags a:hover {
	background-color: rgba(0,0,0, .2);
	opacity: 1;
}

.tags a:active {
	position: relative;
	top: 1px;
	/*color: #b6c44a !important;*/
}

.tags {
	position: absolute;
	top: 120px;
	font-size: 11px;
	left: 50px;
}

#side {
	background: url(../img/webkitlogo.png) 0 0 no-repeat;
	margin-top: -80px;
	padding-top: 120px;
	padding-left: 30px;
	float: right;
	width: 260px;
	z-index: 100;
	position: relative;
}

.posts {
	width: 450px;
	float: left;
	margin-left: 50px;
}

.post {
	margin-top: 45px;
	position: relative;
	padding: 0 0 40px;
	margin-left: -50px;
	padding-left: 50px;
}

.post ul {
	margin: .5em 1.5em;
}

.post li {
	padding-bottom: 6px;
}

.post a {
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,.3);
	-webkit-transition: all .15s;
}

.post a:hover {
	color: #b6c44a;
	text-indent: 0;
	border-color: rgba(182,196,74,1);
}

.meta {
	border-top: 1px solid rgba(255,255,255,.2);
	padding-top: 10px;
	margin-top: 30px;
	overflow: hidden;
}

.meta a {
	font-size: 11px;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	padding: 2px 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	color: #bac84f;
	background-color: rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.posttags a:hover, .meta a {
	color: #a9b468;
	text-shadow: rgba(0,0,0,.5) 0 -1px 0;
}


.meta a:hover {
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,.2);
	background-color: rgba(0,0,0,.2);
}

.posttags a {
	float: right;
	color: rgba(255,255,255,.4);
}


.post .social {
	list-style-type: none;
	overflow: hidden;
	margin: -5px -5px 10px;
}

.social li {
	display: inline;
}

.social a {
	display: block;
	float: left;
	padding: 5px;
	border: 0;
	-webkit-transition: none;
}

.social a:hover {
	-webkit-transform: scale(1.3) rotate(2deg);
}


.photo a img {
	padding: 1px;
	-webkit-box-shadow: #0e75b5 0 0 5px;
	-webkit-transition: all .2s cubic-bezier(0.25, 0.1, 0.25, 1);	
}

.photo a:hover img {
	-webkit-box-shadow: #d6a78e 0 0 25px;
}

.lft {
	float: left;
	margin-left: -50px;
	padding: 10px 15px 15px 0;
}

.caption {
	margin: 18px 0;
}

#ftr {
	clear: both;
}

#copy {
	color: rgba(255, 255, 255, .6);

	margin: 21px 0 0;
	border-top: 1px dashed rgba(255, 255, 255, .1);
	padding: 15px 50px;
	font-size: 11px;
	background: url(../img/copy.png) 0 18px no-repeat;
}



.page {
	margin-left: 50px;
	width: 450px;
	height: 50px;
	position: relative;
}

.page a {
	padding-top: 35px;
	line-height: 1em;
	overflow: hidden;
	height: 0!important;
	background: url(../img/arrows.png) 0 0 no-repeat;
	display: block;
	width: 120px;
	float: left;
	margin-left: 15px;
	position: absolute;
	top: 0px;
	right: 130px;
}


a.next {
	background-position: -120px 0;
	right: 0;
	left: auto;
}

a.prev:hover {
	background-position: 0 -70px;
}

a.next:hover {
	background-position: -120px -70px;
}

a.next:active {
	background-position: -120px -35px;
}

a.prev:active {
	background-position: 0 -35px;
}


a.rss, a.twitter {
	padding: 4px 8px;
	overflow: hidden;
	display: block;
	line-height: 1em;
	position: absolute;
	left: 430px;
	bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-shadow: rgba(0,0,0,.5) 0 1px 0;
	text-decoration: none;
	color: #72cdf0;
}

a.twitter:hover {
	background-color: #72cdf0;
	color: #fff;
}


a.rss {
	left: 380px;
	color: #f19a50;
}

a.twitter:active, a.rss:active {
	position: absolute;
	top: inherit;
}

a.rss:hover {
	background-color: #f19a50;
	color: #fff;
}

a.rss:active {
	position: absolute;
	bottom: 14px;
}

a.twitter:active {
	bottom: 14px;
}

.msg {
	margin: 18px 0 0;
	padding-bottom: 18px;
	margin-bottom: 24px;
	color: #a9b468;
	border-bottom: 1px dashed rgba(255, 255, 255, .1);
}

.msg a {
	text-decoration: underline;
	color: inherit !important;
}

.msg .fusiontext a {
	text-decoration: none;
	font-weight: normal;
	color: rgba(255,255,255,.7) !important;
}

.fusionimg {
	margin-bottom: 4px;
}

.msg .fusionpower {
	font-size: 11px;
	opacity: .3;
	color: #eee !important;
}

.msg a:hover {
	color: #fff !important;
}

.notes {
	margin: 30px -10px 5px;
	border: 1px solid #000;
	padding: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.notes li {
	list-style: none;
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
	margin-bottom: 1px;
	padding: 8px 6px 8px 35px;
	position: relative;
	background-color: rgba(0,0,0,.7);
	-webkit-text-shadow: rgba(0,0,0,.1) 0 0 0;
}

.notes li:first-child {
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
}

.notes li:last-child {
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

.notes img {
	position: absolute;
	top: 9px;
	left: 9px;
}

.notes a {
	color: rgba(255, 255, 255, .7);
}

.answer_form_container {
	margin: 12px 0;
}

.jobs img {
	display: block;
	margin: 6px 0;
}

.jobs {
	font-size: 11px;
	line-height: 14px;
}

#jobslist {
	list-style-type: none;
}

.jobs li a {
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: rgba(255,255,255,.8) !important;
}

.jobs p {
	margin: 12px 0 6px;
}

#postajob {
	padding-top: 35px;
	line-height: 1em;
	overflow: hidden;
	height: 0!important;
	background: url(../img/postajob.png) 0 0 no-repeat;
	width: 120px;
	display: block;
	background-position: 0 0;
	right: 0;
	left: auto;
	margin: 12px 0 6px;
}

#postajob:hover {
	background-position: 0 -70px;
}

#postajob:active {
	background-position: 0 -35px;
}

#twitter_update_list {
	list-style-type: none;
}

#twitter_div {
	background: #c0deed url(../img/twitter_bg.png) 0 0 no-repeat;
	-webkit-border-radius: 6px;
	padding: 40px 10px 10px;
	color: #0f89d2;
	text-shadow: #fff 0 1px 0;
	overflow: hidden;
}

#twitter_div li a {
	display: block;
	font-size: 11px;
}

#twitter_div li span a {
	display: inline;
}



#twitter_div strong {
	color: #120b14;
}

#twitter_div a {
	text-shadow: #fff 0 1px 0;
	border-bottom: 0;
}

#twitter_div a:hover {
	color: #1b41a2 !important;
}