@charset "UTF-8";
/*
Theme Name: Stack Exchange Blog
Theme URI: http://blog.stackexchange.com
Description: Stack Exchange Company Blog
Version: 1.0
Author: SE
Author URI: http://stackexchange.com/

*/
/* reset starts */
html, body, p, table, section, hgroup, header, ul, li, footer, nav, article, div, span, form, img {
	margin: 0;
	padding: 0;
	border: none;
}

section, header, footer, nav, aside, article, hgroup {
	display: block;
}


body {
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-seris;
	font-size: 14px;
	color: #333;
	line-height: 1.4;	
	background: #fff url('https://waybackassets.bk21.net/20130706091421im_/http://blog.stackoverflow.com/wp-content/themes/se-new/images/bg-noise.png') repeat top left;	
}

a { color: #4e82c2; text-decoration: none; }
a:visited { color: #18529a; }
a:hover { color: #5eb0e2; }

p { margin-bottom: 1em; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 0.7em 0;
}

ul { list-style: none; padding-left: 0; }
ol { padding-left: 0; }

blockquote
{
    padding: 10px;
    background-color: #f2f2f2;
    border-left: 2px solid #ccc;
	margin: 1em 0;
}

blockquote p:last-child {
	margin-bottom: 0;

}


b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

ul
{
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 1em;
}
ol li, ul li {
	line-height: 1.4;
	margin-bottom:0.5em;
}

p
{
	margin-bottom: 1em;
}

ol
{
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 1em;
}

nav.main {
	float: right;
	margin-top: 43px;
}

nav.main ul { margin: 0; padding: 0; }
nav.main li { list-style: none; display: inline-block; margin-left: 35px; }

nav.main li a, nav.main li a:visited { font-size: 14px; color: #2a3c5e; }

nav.main li a:hover { color: #62B0DF; }

.blog-title a, .blog-title a:visited {
	font-size: 22px;
	line-height: 1.3;
	font-weight: normal;
}

h1
{
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 7px;
}

h2
{

	font-size: 120%;
	font-weight: bold;
	margin-bottom: 7px;
}

h3
{

	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 a:hover {
	border-bottom: 1px dotted #ab2020;	
	text-decoration: none;
}
hr
{
	border: 0;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	margin-bottom: 20px;
}

sup
{
	font-size: 80%;
	position: relative;
	top: -0.4em;
}

sub
{
	position: relative;
	top: 0.3em;
	font-size: 80%;
}

kbd
{
	padding: 2px 4px;
	white-space: nowrap;
	color: #000;
	background: #eee;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #ccc #aaa #888 #bbb;
}

input[type=checkbox], input[type=radio] 
{
    border:none;
}


/* reset ends */

.fr {
	float: right;	
}

.fl { 
	float: left;
}

.contentWrapper {
	margin: 0 auto;
	width: 960px;	
	padding-bottom: 25px;
	overflow: auto;
}

.topbarWrapper {
	width: 100%;
	text-align: center;
	height: 36px;
	padding-top: 6px;
	background: transparent url(https://waybackassets.bk21.net/20130706091421im_/http://blog.stackoverflow.com/wp-content/themes/se-new/images/bg-hatchlines.png) repeat-x left top;	
	
}

.topbar {
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#hlinks { 
	float: right;
	margin: 4px 50px 0 0;
	font-size: 12px;
}

#hlinks a, #hlinks a:visited{
	color: #bfecf9;
	text-shadow: 0 1px 0 #222222;
}
a.logo-se {
	display: block;
	width: 150px;
	height: 25px;
	background: transparent url(https://waybackassets.bk21.net/20130706091421im_/http://blog.stackoverflow.com/wp-content/themes/se-new/images/logo-se.png) no-repeat left top;
	text-indent: -999em;
	float: left;
	margin-top: 3px;
}
.container {
    width: 100%;
    zoom: 1;
    background: transparent url('https://waybackassets.bk21.net/20130706091421im_/http://blog.stackoverflow.com/wp-content/themes/se-new/images/bg-top-bar.png') repeat-x top left;	
}

header.main {
    width: 960px;
	height: 90px;
	margin: 0 auto;
}

#hlogo { }


#top_nav {
	width: 980px;
	float: left;
	margin: 2px 0px;
	padding: 4px 0px;
}

section#content {
	width: 100%;
	background-color: #fdfdfd;
	border-top: 1px solid #fff;
	min-height: 500px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	overflow: auto;
}

.module
{
    color: #444;
    padding: 10px 0;
    margin-bottom: 10px;
}
.module p
{
	font-size: 13px;
	color: #777;
	line-height: 1.3;
	margin-bottom: 0.5em;
}

.module ul
{
	margin-left: 15px;
	list-style-type: square;
	font-size: 120%;
	margin-right: 30px;
	line-height: 120%;
}
.module li
{
	margin-bottom: 5px;
	font-size: 11px;
	color: #888;
}

.module li a {
    line-height: 1.3;	
	font-size: 12px;
}	

.module h4, .module p.label-key
{
	color: #555;
	text-transform: capitalize;
	line-height: 1.3;
	font-size: 15px;

}

.module ul {
	list-style-type:none;
	margin: 0;
	padding: 0;

}
.module ul li span{
	 display: block;
	 float: right;
}

.siteIntro
{	
	padding: 10px;
	background-color: #fff8dc;
	border: 1px solid #e0dcbf;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 1px 0 #fff inset;	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 1px 0 #fff inset;	
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), 0 1px 0 #fff inset;			
}

.siteIntro p {
	font-size: 12px;
	line-height: 1.2;
	color: #ABDCE2!important; 		
}

.siteIntro h4
{
	color: #555;
	text-transform: capitalize;
	line-height: 1.3;
	font-size: 15px;
}

.blog-summary {
	border: 1px solid #ececec;
	float: left;
	padding: 15px;
	width: 680px;
	margin-bottom: 25px;
	background-color: #fff;
	-moz-box-shadow: 0 2px 5px rgba(100,100,100,0.1);
	-webkit-box-shadow: 0 2px 5px rgba(100,100,100,0.1);		
	box-shadow: 0 2px 5px rgba(100,100,100,0.1);
}


#comments {
	background-color: #transparent;	
	float: left;
	color: #444;
	
}

#comments .avatar {
	width: 35px;
	height: 35px;
	float: left;
	margin: 0px 10px;
}

#comments .commentAuthor {
	background-color: #E9F8FF!important;
	padding: 0px!important;

}


#comments .commentAuthor .authorName .authorTitle {
	font-size: 70%;
}

#comments .commentGuests {
	background-color: #fff;	
	margin-bottom: 20px;
	float: left;
	width: 725px;
	-moz-box-shadow: 0 1px 3p rgba(100,100,100,0.1);
	-webkit-box-shadow: 0 1px 3p rgba(100,100,100,0.1);
	box-shadow: 0 1px 3p rgba(100,100,100,0.1);
	border: 1px solid #ececec;
}

#comments .commentGuests .authorInfo {
	float: left;
	width: 100%;
	padding: 10px 0px;
}

#comments .commentGuests .authorInfo a {
	border: none;
	font-size: 15px;
}

#comments .commentGuests .authorInfo .count {
	float: right;
	
	font-size: 200%;
	color: #ccc;
	padding: 10px;
}

#comments .commentGuests .commentTxt {
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	line-height: 1.3;
	line-height: auto;
}

#comments .commentGuests .commentDate {
	display: block; 
	font-size: 10px;
	font-style: italic;
	margin-top: 5px;
	
}


#comments .commentGuests .authorName {
	font-size: 18px;
	border-bottom: 1px dotted #eee;
	display: block;
	padding: 0px 0px 12px 0px;
}

li.comment {
	font-size: 14px;
	line-height: 1.3;
}

.commentlist .bypostauthor > .comment-body {
	background: #FFF8EC !important;
}

#respond {
	display: block;
	margin-top: 20px;

}
#footer {

    clear: both;
    color: #222;
    padding: 0 15px 15px;
	

}

.footerwrap {
	margin: 25px auto 50px auto;
    width: 960px;
	padding: 10px;
	color: #666;	
	font-size: 11px;
}

.footerwrap a, .footerwrap a:visited {
	color: #62b0df;
}

.navigation {
	width: 100%;	
	font-size: 12px;
	margin: 10px 0px 20px 0px;
	float: left;
}

.navigation .previous-entries {
	float: left;
	display: block;
}

.navigation .next-entries {
	float: right;
	display: block;
}

/* grid starts */

#mainbar {
	float: left;
    margin: 0 10px 0 0;
    width: 708px;
	padding-top: 25px;
}

.excerpt_main {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
    margin-right: 5px;

}
.excerpt_main, .post-text {
	color: #393318;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    margin-right: 5px;
}

.excerpt_main div, .post-text div{
	margin-bottom: 1em;		
}

.excerpt_main img, .post-text img
{
	max-width: 650px;
	height: auto;
	margin-bottom: 1em;
}

.meta-info {
	color: #aaa;	
	margin-bottom: 10px;
	font-size: 13px;
}

.searchBox {
	float: right;
}

.commentNum {
	float: right;	
	text-align: center;
	width: 28px;
	height: 17px;
	display:block;
	text-decoration: none;
	border: none!important;	
	font-size: 9px;
	line-height: 14px;
	font-weight: bold;
}


/* grid ends */


/* form elements start */
.frmSearch { }

.frmSearch .txtSearch {
	margin: 0;
	width: 211px;
	padding: 0 0 1px 4px;
	font-size: 12px;
	height: 20px;
	color: #6d7488;
	background-color: #fff;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
	border: 1px solid #2a3b5d;
	font-family: 'Helvetica Neue',Arial,sans-serif;
}

.frmSearch .txtSearch:focus {
	background-color: #e9f7fc;
	color: #2a3c5e;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;  
	transition: all 0.3s ease-in;  
	ouline: none;			
}

.frmSearch .btnSearch {
    font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;	
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0.3em 0.7em;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.15) inset;	
    color: #fff!important;
    border: 1px solid #c47b07;
	background: linear-gradient(top, #fba00c, #f67c16);
	background: -webkit-gradient(linear, left top, left bottom, from(#fba00c), to(#f67c16));
	background: -moz-linear-gradient(top, #fba00c, #f67c16);
	background: linear-gradient(top, #fba00c, #f67c16);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba00c', endColorstr='#f67c16');
	font-size: 1em;
	line-height: 1.5;
	border-radius: 6px;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);

}
/* form elements end */

/* List Items start */
#sidebar {
	float: right;
    margin: 0 0 60px;
    overflow: hidden;
    padding-top: 15px;
    width: 220px;}
	
#top_nav_links {
	list-style-type:none;
	margin-top: 0px;
	padding: 0px;
}

#top_nav_links li{
	display: block;
	float: left;
	margin-left: 20px;
	text-transform: lowercase;
}
/* List Items End */

img.author_profile {
	border: 1px dotted #bbb;
	margin: 0px 10px 0px 0px;
	float: left;
	padding: 10px;
	background-color: #fff;
}

.btn {
    font-family: 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;	
    display: inline-block;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0.3em 0.7em;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.15) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.15) inset;	
    color: #fff!important;
    border: 1px solid #c47b07;
	background: linear-gradient(top, #fba00c, #f67c16);
	background: -webkit-gradient(linear, left top, left bottom, from(#fba00c), to(#f67c16));
	background: -moz-linear-gradient(top, #fba00c, #f67c16);
	background: linear-gradient(top, #fba00c, #f67c16);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba00c', endColorstr='#f67c16');
	font-size: 1em;
	line-height: 1.5;
	border-radius: 6px;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

btn:hover {
	background: #f88912;	
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 2px 0 rgba(255, 255, 255, 0.15) inset;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 2px 0 rgba(255, 255, 255, 0.15) inset;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3), 0 2px 0 rgba(255, 255, 255, 0.15) inset;	
}

btn:active {
	background: #f88912;
	-moz-box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.4) inset;
	box-shadow: 0 0.1em 0.2em rgba(0,0,0,0.4) inset;	
}

div.author_bio {
	
	margin: 20px auto;
	width: 550px;
	padding: 10px 20px;
	background-color: #fafafa;
	
	border: 1px dotted #999;
	font-size: 13px;
	line-height: 18px;	
}

.hide a, .hide a:hover, .hide a:visited {
position: absolute;
left:-10000px;
top:auto;
width: 1px;
height: 1px;
overflow: hidden;
}

.hide a:active, .hide a:focus {
position: static;
width: auto;
height: auto;
} 

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

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

.category-header {
	font-size: 13px;
}
.post-category a, .post-category a:visited, .category-header span, .filedto a {
    color: #566e76!important;	
    font-size: 11px;
	font-weight: normal;
    display: inline-block;
	background-color: #f7fdff;
    text-decoration: none;
    white-space: nowrap;
    overflow: visible;
    margin: 2px 2px 6px 0;
	padding: 0.1em 0.8em;
    line-height: 1.4;
	border: 1px solid #c0d4db;
	border-radius: 15px;
	text-transform: lowercase;
	
}

.post-category a:hover { 
    color: #566e76!important;	
	background-color: #e8f9ff;	
	border: 1px solid #c9dee5;

}

.comment-bubble {
	display: inline-block;
	min-width: 8px;
	height: 12px;
	color: #888;
	background-color: #eaeaea;
	border-radius: 4px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	padding: 1px 4px 3px 4px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-top: 2px;
}

.comment-bubble:hover {
	color: #444;	
}

.comment-bubble:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	border-top: 5px solid transparent;
	border-left: 0px solid transparent;
	border-right: 5px solid transparent; 
	border-left-color: #eaeaea;
	border-top-color: #eaeaea;	
	
}

.logo-blog {
	margin: 12px 0 0 0;	
	display: inline-block;
	float: left;
}

code {
    font-family: 'Droid Sans Mono', Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    color: #222;
    background: #f3f3f3;
    font-size: 12px;	
}

pre {
    font-family: 'Droid Sans Mono', Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    margin-bottom: 10px;
    padding: 5px;
    background: #f3f3f3;
    font-size: 12px;	
}

.previous-entries a, .previous-entries a:visited, .next-entries a, .next-entries a:visited {
    font-size: 12px;
	color: #777;
	line-height: 1.1;
    margin-right: 5px;
    padding: 6px 9px;
	background: linear-gradient(top, #ffffff, #e7e7e7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e7e7e7));
	background: -moz-linear-gradient(top, #ffffff, #e7e7e7);
	background: linear-gradient(top, #ffffff, #e7e7e7);
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);		
	text-shadow: 0 1px 0 #fff;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;		
}

.previous-entries a:hover, .next-entries a:hover {
	color: #444;		
	background: #e7e7e7;	
}

.previous-entries a:active, .next-entries a:active {
	background-color: #e0e0e0;
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset, 0 1px 0 #fff;				
	color: #444!important;
	text-shadow: none;
	border: none;
	padding: 7px 10px;
}

div.hireme > ul > li > a > span.location, div#hireme > ul > li > a > span.location {
	display: block;
	margin-bottom: 10px;
	width: 200px;
}
div.hireme > ul > li > a > span.company, div#hireme > ul > li > a > span.company {
	width: 200px;	
}
div.hireme > ul li span {
	float: left;	
}

div.hireme { overflow: auto;}

.btn-share {
	margin: 5px 5px 5px 0;	
	float: left;
}
/* End captions & aligment */
/*
     FILE ARCHIVED ON 09:14:21 Jul 06, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:00:39 Dec 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.63
  exclusion.robots: 0.064
  exclusion.robots.policy: 0.053
  esindex: 0.01
  cdx.remote: 15.508
  LoadShardBlock: 222.657 (3)
  PetaboxLoader3.datanode: 247.241 (4)
  PetaboxLoader3.resolve: 155.872 (3)
  load_resource: 240.51
*/