/* ------------------------------------
 * Typecho Default Theme
 *
 * @author	tension@me.com
 * @link	http://tension.name/
 * @update	2010-06-06 15:35
 * --------------------------------- */


/* = import 960.gs css framework */
@import url(css/960.gs.css);

/* ------------------
 * gobal settings
------------------------------------------ */
body {
	background:#FFFFFF url(images/bg_head.jpg) repeat-x 0 0;
	color: #636B75;
	font: 14px/1.7 PMingLiu,Tahoma,Sans-Serif;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1.5;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

/* botton 
------------------------------------------ */
.awesome, .awesome:visited {
	background: #222 url(images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	border: 0 none;
}
	.awesome:hover								{ background-color: #111; color: #fff; }
	.awesome:active								{ top: 1px; }
	.small.awesome, .small.awesome:visited 		{ font-size: 11px; padding: ; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 	{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 		{ font-size: 14px; padding: 8px 14px 9px; }
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited	{ background-color: #a9014b; }
	.magenta.awesome:hover						{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited	{ background-color: #ff5c00; }
	.orange.awesome:hover						{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited	{ background-color: #ffb515; }
	.yellow.awesome:hover						{ background-color: #fc9200; }
.five {
	width: 180px;
}
.column-row {
	display: block;
}
.column, .columns {
	display:inline;
	float:left;
	margin: 10px 20px;
}
.clear {
	clear: both;
}

textarea { *padding: 3px; }

small {font-size: 10px}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    textarea { padding: 3px; }
}

a {
	color:#2173AF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

pre, code, tt {
	font: 12px 'Andale Mono', 'Lucida Console', Monospace; line-height: 1.5;
}
code { margin-bottom: 20px; }
code, pre {
	display: block;
	overflow-x: auto;
	background-color: #ffc;
	border: 1px solid #cc9;
	padding: 10px;
	line-height: 20px;
	width: 400px;
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari and Chrome */
	border-radius: 2px; /* Internet Explorer */
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

blockquote { color:#999;font-size:12px;margin:1.5em; }
blockquote a{  }

/*code {display: block; border: 1px solid #AAAAAA; background: #F1ECDD; color: #444; line-height: 16px; overflow: auto;
	font-family: 'andale mono','lucida console',monospace; padding: 10px; margin: 10px 0;}*/

/* Tables
-------------------------------------------------------------- */

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; }

ul { list-style-type: disc; }

input, textarea{
	-moz-border-radius: 2px; /* Firefox */
	-webkit-border-radius: 2px; /* Safari and Chrome */
	border-radius: 2px; /* Internet Explorer */
}

textarea, .input-text, select {
    background: #F9F9F9;
    border-color: #707070 #CECECE #CECECE #ABABAB;
    border-style: solid;
    border-width: 1px;
    color: #333;
    line-height: 20px;
	padding: 5px;
}
textarea:focus, .input-text:focus, select:focus{
	background:#ffe;
	-moz-box-shadow:0 0 5px #6fb1df;
	-khtml-box-shadow:0 0 5px #6fb1df;
	-webkit-box-shadow:0 0 5px #6fb1df;
	box-shadow:0 0 5px #6fb1df;
	border-color:#6fb1df;
	color:#000;
}

/* -------------------------
 * reset width to 840px
------------------------------------------ */
.container_16 { padding-top:16px;width:960px;background: #FFF url(images/bg_body-right.jpg) no-repeat right top; }

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

/* Header
------------------------------------------ */

header {
	height:180px;
	color: #666;
	background: url(images/bg_site-blog-1.jpg) no-repeat center 55px;
}

#logo {
	padding: 15px 0 0 30px;
	width: 960px;
	margin:0 auto;
}

#logo h1 {
	font-size: 24px;
	font-weight: bold;
	margin:20px 0 0;
	font-family: "Microsoft YaHei",sans-serif;
}
#logo h1 a {
	color: #FFF;
	text-shadow:1px 1px 0 #061E4A;
}
#logo h1 a:hover {
}

p.description {
	color:#FFF;
	margin-bottom: 0;
	text-shadow:1px 1px 0 #061E4A;
}


/* Search 
------------------------------------------ */
#search {
	background:url(images/bg_search-blog-top.png) no-repeat 0 0;
	margin-bottom:18px;
	padding:13px 13px 0 13px;
	position:relative;
	width:189px
}
#search fieldset {
	background:url(images/bg_search-blog-btm.png) no-repeat left bottom;
	margin:0-13px;
	padding:0 13px 13px 13px;
	border: none;
}
#search label {
	display:none
}
#search .text {
	margin:0
}
#search .text input{
	width:115px;
	padding: 2px;
}
#search .buttons{
	margin:0;
	position:absolute;
	right:10px;
	top:11px
}
#search em.error{
	margin-left:0;
	margin-top:9px
}

/* Header navigation menu
------------------------------------------ */
header nav {
	background: url(images/bg_nav-00-blog-1.jpg) no-repeat center top;
	height: 55px;
}

header nav ul {
	width: 960px;
	margin:0 auto;
	line-height: 55px;
	list-style: none;
	padding: 0;
}

header nav ul li {
	color: #FFF;
	float: left;
	padding: 0;
	margin: 0;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	text-shadow:1px 1px 0 #061E4A;
}

header nav ul li.bubble-wanz {
	float: right;
}

header nav ul li a {
	color: #FFF;
	border-bottom: none;
	border-left: none;
	height: 55px;
	line-height: 55px;
	display: block;
	float: left;
	padding: 0 20px;
}

header nav ul li.current a {

}

header nav ul li a:hover {
	text-decoration: underline;
}

/* Content
------------------------------------------ */
.content { overflow: hidden;margin-left:20px;margin-right:0;width: 685px;display:inline;float:left;position:relative;margin-left:10px;margin-right:10px }
.content p { margin-bottom: 10px;line-height: 24px; }

article {
	padding-bottom: 15px;
	margin: 0 0 10px;
	width: 100%;
	font-size: 13px;
	background:url(images/fenge_line.gif) no-repeat left bottom;
}
article a {
	color:#005AD7;
	text-decoration:none;
}

article img {
	max-width: 600px;
}

article h2 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	font-family: PMingLiu,Tahoma,Sans-Serif;
	background: none;
}

article h2 a {
	font-size: 24px;
	color: #3354AA;
}
article h2 a:hover {
	color: #333;
	text-decoration: line-through;
}

article h3 { font-size: 16px; color:#111;padding: 2px 8px;}
article h4 { font-size: 15px; }
article h5 { font-size: 14px; font-weight: bold; }
article h6 { font-size: 13px; font-weight: bold; }

p.entry_data {
	color: #999;
	font-size: 13px;
	margin: 0;
}

p.entry_data a {

}

p.entry_data span {
	margin-right: 4px;
	padding-right: 7px;
	border-right: 1px solid #eee;
}
section.tags {
	color:#999999;
}


/* Pages nav 
------------------------------------------ */
ol.pages {
	margin: 20px 0 0 0;
	color: #666;
	list-style: none;
	font-size: 12px;
	line-height: 30px;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}

ol.pages li {
	margin: 0 5px 0 0;
	display: inline;
}

ol.pages li a {
	padding: 2px 6px;
	border: 1px solid #eee;
	text-decoration: none;
}

ol.pages li.current a {
	background: #3354AA;
	border-color: #3354AA;
	color: #fff;
}

/* Comment 
------------------------------------------ */
#comments {
	color: #333;
}
#comments ol {
	list-style: none;
	margin: 0 0 30px;
}

#comments ol li {
	padding:10px 0;
	position:relative;
	width:690px;
	margin-left: 0;
	float:left;
}

#comments .entry-meta {
	display:inline;
	float:left;
	text-align:right;
	margin:5px 10px 0 0;
	width:150px
}

img.avatar {
	float:left;5
	-moz-border-radius: 50px; /* Firefox */
	-webkit-border-radius: 50px; /* Safari and Chrome */
	border-radius: 50px; /* Internet Explorer */

	border: 2px solid #FFFFFF;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
    float: left;
    margin: 0 10px 0 5px;
}

#comments .entry-meta cite {
	float:right;
	color:#3E434A;
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	line-height: 2.2em;
}
#comments .entry-meta small {
	float:right;
	font-size:10px;
	color:#8B96A4;
	display: block;
}
#comments .entry-content {
	/* css3 */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	
	background:#F5FAFE;
	border:1px solid #D2E7FB;
	color:#333333;
	margin:0 0 0 30px;
	
	padding:15px;
	position:relative;
	width:455px;
	float:left;
}

/* creates the larger triangle */
#comments .entry-content:before {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:11px; /* value = - border-top-width - border-bottom-width */
	left:-15px; /* controls horizontal position */
	width:0;
	height:0;
	line-height: 0;
	border-width:0 0 15px 15px;
	border-style:solid;
	border-color:transparent transparent #D2E7FB;
}

/* creates the smaller  triangle */
#comments .entry-content:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:13px; /* value = - border-top-width - border-bottom-width */
	left:-13px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	width:0;
	height:0;
	line-height: 0;
	border-width:0 0 12px 13px;
	border-style:solid;
	border-color:transparent transparent #F5FAFE;
}

#comments .entry-content p:last-child {
	margin-bottom:0
}
.comment-text {
	overflow: auto;
	margin: 5px 0 0 60px;
}

#comment-form label { margin-left: 15px; font-weight: bold; }
#comment-form input.text { 
	width: 240px;
}
#comment-form textarea {
	width: 480px;
	height: 220px;
	overflow: auto;
}
.respond {
	clear: both;
}

/* Sidebar
------------------------------------------ */
body aside {
	width: 215px;
	float: right;
	overflow: hidden;
}

/*
� divs �ȵ� "flickr_badge_image" �� "flickr_badge_imageX" ��id����X�����f����Ƭ���������λ����̖��������һЩ�ɹ��������L��
*/
h3.flickr {text-shadow: 1px 1px rgba(255, 255, 255, 0.1);}
#flickr_badge_uber_wrapper {}
#flickr_badge_wrapper {}
.flickr_badge_image {float:left;margin:4px 8px;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}


aside section {
	/* background:#FFF url('images/bg_vbox3-btm.png') no-repeat left bottom;*/
	background: #F6FBFF;
	margin-bottom: 18px;
	padding: 0 13px 13px 13px;
	width: 189px;
	
	/* css3 */
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-box-shadow:  0 2px rgba(157, 157, 157, 0.5);
	-moz-box-shadow:  0 2px rgba(157, 157, 157, 0.5);
	box-shadow: 0 2px rgba(157, 157, 157, 0.5);
}
aside section h3 {
	background:#8395ad url('images/bg_vbox3-top.png') no-repeat 0 0;
	background:-webkit-gradient(linear,left top,left bottom,from(#A6B3C4),to(#8395AD));
	background:-moz-linear-gradient(top,#A6B3C4,#8395AD);
	color:#fff;
	font:bold 13px/18px Arial;
	margin:0 -13px 18px -13px;
	padding:7px 13px;
	-webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
	
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
}
aside section ul {
	margin: 0;
	list-style-type: none;
}
aside section ul li {
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-shadow:1px 1px 0 #FFF;
}
/* Twitter
------------------------------------------ */

.example-twitter {
	position:relative;
	padding: 13px 13px 5px;
	margin:60px 0 0.5em;
	color:#333;
	background:#eee;
	
	/* css3 */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.example-twitter p {
	font-size:12px;
	margin: 0;
	line-height:1.25em;
}

.example-twitter time {
	display: block;
	color:#8B8B8B;
	font-size: 10px;
	line-height: 12px;
	margin:5px 0;
}

/* this isn't necessary, just saves me having to edit the HTML of the demo */
.example-twitter:before {
	content:url(images/twitter-logo.gif);
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	top:-50px;
	left:0px;
	width:155px;
	height:36px;
}

/* creates the triangle */
.example-twitter:after {
	content:"\00a0";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	z-index:1;
	top:-60px;
	left:20px;
	width:0;
	height:36px;
	border-style: solid;
	border-width: 15px;
	border-color: transparent transparent #eee transparent;
}


/* display of quote author (alternatively use a class on the element following the blockquote) */
.example-twitter + p {padding-left:15px; font:14px Arial, sans-serif;}


/* ------------------
 * footer 
 * --------------- */
footer {
	margin: 15px auto 5px;
	padding: 0 5px;
	width: 950px;
}

footer a {
	border-bottom: none;
}
footer section {
	line-height: 32px;
}
footer .power {
	float: left;
}
footer .platform {
	float: right;
}


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

.alignleft {float: left;}

.alignright {float: right;}

img.alignleft { margin: 4px 15px 4px 0; }
img.alignright { margin: 4px 0 4px 15px; }

div#setThumbs div.setThumbs-indv { float:left; }
