@charset "UTF-8";
/*
Theme Name: Stack Exchange -  Ask Different
Theme URI: http://apple.blogoverflow.com/
Description: Ask Different
Version: 1.0
Author: Jin Yang
Author URI: http://stackexchange.com/

*/
/* reset starts */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, table, caption, tbody, tfoot, thead, tr, th, td, p, blockquote, pre, a, abbr, acronym, address, code, em, img, fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

table
{
	 border-collapse: separate;
	 border-spacing: 0;
}

blockquote
{
    padding: 10px 10px 10px 10px;
    background-color: #f0f0f0;
    border-left: 1px dotted #ccc;
	margin-bottom: 0.8em;
}

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

}


b, strong
{
	font-weight: bold;
}

i, em
{
	font-style: italic;
}

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



p
{
	margin-bottom: 1em;
	line-height: 1.4;
}

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

.blog-title a { 
    font-weight: normal;
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 20px;
	color: #2F6CA4;	
}

.blog-title a:visited {
	color: #225481;	
}

h1.blog-title a, h1.blog-title a:visited {
	padding: 7px 9px 9px;
	margin: 0 8px 0 0px;
	min-width: 702px;
	color: #585D76;
	display: block;
	background: linear-gradient(top, #F0F2E3, #EAEED7);
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F2E3), to(#EAEED7));
	background: -moz-linear-gradient(top, #F0F2E3, #EAEED7);
	background: linear-gradient(top, #F0F2E3, #EAEED7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f2e3', endColorstr='#eaeed7');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 0 #ffffff,0 20px 2px rgba(255, 255, 255, 0.5) inset,0 1px 4px rgba(0, 0, 0, 0.4) inset;
	-webkit-box-shadow: 0 1px 0 #ffffff,0 20px 2px rgba(255, 255, 255, 0.5) inset,0 1px 4px rgba(0, 0, 0, 0.4) inset;
	box-shadow: 0 1px 0 #ffffff,0 20px 2px rgba(255, 255, 255, 0.5) inset,0 1px 4px rgba(0, 0, 0, 0.4) inset;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

a
{
	color: #5fabe8;
	text-decoration: none;
	cursor: pointer;
}

a:hover { color: #c84040; } 
a:visited
{
	color: #71a8d5;	
	text-decoration: none;
}


h1, h2, h3, h4 {	

	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 6px;
	-moz-border-radius: 4px;
	-webkit-radius: 4px;
	border-radius: 4px;		
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #FFFFFF inset;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #FFFFFF inset;	
	background-color: #FAFAFA;
	border-color: #CCCCCC #CCCCCC #FFFFFF;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #444444;
	font-family: 'Helvetica Neue',Helvetica,Arial,Sans-serif;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 5px;
}

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


/* reset ends */

body { 
    color: #333;		
    font-size: 12px;
	line-height: 1.3;	
    font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
}

html {
	background: #FCFAF3 url("images/bg-site.png") repeat left top;
}

.fr {
	float: right;	
}

.fl { 
	float: left;
}

.container {
    width: 100%;
    zoom: 1;

}

#header {
	height: 100px;
    margin: 10px auto 0;
    width: 1000px;
	overflow: hidden;
}

#hlogo { }


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

#content {
	overflow: auto;
	margin: 0 auto;
    padding: 10px;
	width: 980px;
	background: url("images/bg-question.png") repeat-x scroll left top #F8F8F8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-top: 1px solid white;
	min-height: 400px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);	
}

.siteIntro
{	
	padding: 10px!important;
	position: relative;
	color: #444!important;
	background-color: #f6f0c0;
	-moz-box-shadow: 0 1px 0 #fef5e2 inset;
	-webkit-box-shadow: 0 1px 0 #fef5e2 inset;
	box-shadow: 0 1px 0 #fef5e2 inset;
	margin-bottom: 20px!important;
}


.siteIntro h4
{	
	color: #923c3d;
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	border: none;
	background: none!important;
	margin-top: 5px!important;
	text-transform: none!important;
}

.siteIntro a, .siteIntro a:visited { 
	color: #b84545;
}

.module
{
    border-bottom: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #888888;
    margin-bottom: 10px;
    padding: 0 8px 8px 0;
	overflow: auto;
}

.module p
{
	font-size: 12px;
	line-height: 1.2;
	margin-bottom: 10px;
}

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

.module li a {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif !important;
    line-height: 1.3;	
	font-size: 12px;
}	

.module h4, .module p.label-key
{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 0 8px;
    text-transform: lowercase;
}

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

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

.blog-summary:last-child {
	border-bottom: none;
}

.blog-summary {
    padding: 11px 0 10px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #efefef;
}


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

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

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


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

#comments .commentGuests {
	background-color: #f6f6f6;	
	margin-bottom: 20px;
	float: left;
	width: 710px;
}

#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: #E5F5FB !important;
}

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

}
#footer {

    clear: both;
    color: #222;
	min-height: 50px;
	font-size: 12px;
    clear: both;
    padding-top: 10px;	
    text-shadow: 0 1px 0 #FFFFFF;	
}
#footer a, #footer a:visited {
	color: #222;
	text-decoration: underline;	
}

.footerwrap {
	margin: 0 auto;
    padding-top: 15px;
    text-align: left;
    width: 980px;
}


.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;
    width: 720px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	border-radius: 5px;	
	background-color: #fff;
}

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

}
.post-text {
	color: #333;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.post-text {
		
}

.post-text img
{
	max-width: 650px;
}

.meta-info {
	color: #aaa;	
	margin-bottom: 15px;
}

.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 */

/* List Items start */
#sidebar {
	float: right;
    margin: 0 5px 60px 0;
    overflow: hidden;
    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 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 0.2em .8em!important;
	font-weight: normal;
	-moz-box-shadow: #4c586e 0px 0px 0px inset,0 1px 2px rgba(0, 0, 0, 0.4),0 1px 0 rgba(255, 255, 255, 0.3) inset,0 5px 2px rgba(255, 255, 255, 0.1) inset;
	-webkit-box-shadow: #4c586e 0px 0px 0px inset,0 1px 2px rgba(0, 0, 0, 0.4),0 1px 0 rgba(255, 255, 255, 0.3) inset,0 5px 2px rgba(255, 255, 255, 0.1) inset;
	box-shadow: #4c586e 0px 0px 0px inset,0 1px 2px rgba(0, 0, 0, 0.4),0 1px 0 rgba(255, 255, 255, 0.3) inset,0 5px 2px rgba(255, 255, 255, 0.1) inset;
	color: #FDFDFD;
	background: linear-gradient(top, #61AEEA, #2E6FBC);
	background: -webkit-gradient(linear, left top, left bottom, from(#61AEEA), to(#2E6FBC));
	background: -moz-linear-gradient(top, #61AEEA, #2E6FBC);
	background: linear-gradient(top, #61AEEA, #2E6FBC);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61aeea', endColorstr='#2e6fbc');
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: none;
	line-height: 1.55em;	
	font-size: 12px;
}

btn:active {
	position: relative;
	top: 1px;
}

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;
}


.post-tag a, .post-tag a:visited {
    color: #304955;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 12px;
    margin: 2px 2px 6px 0;
    overflow: visible;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
	background-color: #e6f1f7;	
	padding: 2px 8px 4px 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;		
	-webkit-transition: padding 0.1s ease-out;
	-moz-transition: padding 0.1s ease-out;  
	transition: padding 0.1s ease-out; 
}

.post-tag a:hover {
	background: #d6f2ff url('images/sprites.png') no-repeat -220px -296px;
	padding-left: 18px;
	-webkit-transition: padding 0.1s ease-in, background-image 0.1s ease-in;
	-moz-transition: padding 0.1s ease-in, background-image 0.1s ease-in; 
    transition: padding 0.1s ease-in, background-image 0.1s ease-in;			
}

.logo-blog {
	margin: 17px 0 25px 0;	
}

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;
	overflow-x: scroll;	
}


.module-rss {
	padding-top: 8px!important;	
}
/* End captions & aligment */