/** CSS Reset **/
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, address, cite, code, 
del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, 
b, i,dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section, 
time, mark, audio, video { 
    margin:0; 
    padding:0; 
    border:0; 
    outline:0; 
    font-size:100%; 
    vertical-align:baseline; 
    background:transparent; 
    font-family: Tahoma;
} 
body { 
    line-height:1; 
} 
article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block; 
} 
nav ul { 
    list-style:none; 
} 
blockquote, q { 
    quotes:none; 
} 
blockquote:before, blockquote:after, 
q:before, q:after { 
    content:''; 
    content:none; 
} 
a { 
    margin:0; 
    padding:0; 
    border:0; 
    font-size:100%; 
    vertical-align:baseline; 
    background:transparent; 
} 
ins { 
    background-color:#ff9; 
    color:#000; 
    text-decoration:none; 
} 
mark { 
    background-color:#ff9; 
    color:#000; 
    font-style:italic; 
    font-weight:bold; 
} 
del { 
    text-decoration: line-through; 
} 
abbr[title], dfn[title] { 
    border-bottom:1px dotted #000; 
    cursor:help; 
} 
table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 
hr { 
    display:block; 
    height:1px; 
    border:0; 
    border-top:1px solid #cccccc; 
    margin:1em 0; 
    padding:0; 
} 
input, select { 
    vertical-align:middle; 
} 
img {
    vertical-align:middle;
}
/** Common **/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix { 
	display: inline-table; 
}
* html .clearfix { 
	height: 1%; 
}
.clearfix { 
	display: block;
}
.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}
a{
	color: #000;
	text-decoration:none;
}
a:hover{
	color: #f00000;
	text-decoration:underline;
}
/** Main **/
body{
	background: url(images/header_bg.gif) #fff repeat-x;
}
h1{
	font-size: 22px;
}
h2{
	font-size: 18px;}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
}
ul{
	list-style:none;
	padding:0 0;
	margin:0 0;
}
div.wrap{
	width: 970px;
	margin: 0 auto;
}
div.header{
	width:940px;
	height:85px;
	margin: 0 auto;
	overflow:hidden;
}
ul.link-search li{
	float: right;
	padding:5px 10px;
}
div.logo{
	padding:18px 0;
	width:400px;
}
div.logo h1{
	font-weight: bolder;
	padding:6px 0;
}
div.logo h2{
	color: #666;
	font-size:14px;
	font-weight: normal;
}
div.logo h1 a.about{
	display:inline-block;
	padding:1px 3px;
	font-size:12px;
	font-weight:normal;
	background:#eee;
	color:#666;
	border:1px solid #ccc;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
div.body{
	width:940px;
	padding:10px 15px;
	background: url(images/background-white.png) center top no-repeat;
}
li.fun-link a{
	display:block;
	width:32px;
	height:20px;
	padding:45px 2px 2px 2px;
	margin-top:5px;
	font-size:12px;
	text-align:center;
}
li.fun-link a.twitter{
	background:url(images/twitter.png) center 10px no-repeat;
}
li.fun-link a.email{
	background:url(images/email.png) center 10px no-repeat;
}
li.fun-link a.music{
	background:url(images/music.png) center 10px no-repeat;
}
li.fun-link a:hover{
	-webkit-animation-name: aliwave;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:1;
	-webkit-animation-timing-function:linear;
}
@-webkit-keyframes "aliwave"{
	0% { background-position-y: 10px;}
	12.5% { background-position-y: 0px;}
	25% { background-position-y: 10px;}
	37.5% { background-position-y: 3px;}
	50% { background-position-y: 10px;}
	62.5% { background-position-y: 6px;}
	75% { background-position-y: 10px;}
	87.5% { background-position-y: 9px;}
	100% { background-position-y: 10px;}
}
div.l-side{
	width:660px;
	min-height: 550px;
}
div.r-side{
	width:260px;
	padding:6px 3px 0 0;
}
ul.link-search li.search{
	width:144px;
	height:16px;
	background:url(images/search_field.gif) no-repeat;
	padding:3px 18px;
	margin-top:30px;
	margin-left: 20px;
}
ul.link-search li.search input[type=text]{
	border:none;
	height:13px;
	width:140px;
}
ul.link-search li.search input:focus{
	outline:none;
}
ul.catoragy-button{
	padding:0 5px;
}
ul li.button{
	float: left;
	padding: 8px 5px;
}
ul li.button a{
	display: block;
	height:24px;
	line-height:24px;
	font-size:12px;
	background:url(images/minibutton_matrix.png) 0 0 no-repeat;
	padding:0 3px;
	color:#666;
}
ul li.button a.select{
	font-weight:bolder;
	color:#000;
	box-shadow: 1px 1px 1px #000;
}
ul li.button a:hover{
	background-position: 0 -30px;
	text-decoration:none;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
}
ul li.button a span{
	display:block;
	padding:0 8px;
	background:url(images/minibutton_matrix.png) right 0 no-repeat;
}
ul li.button a:hover span{
	background-position: right -30px;
}
ul li.button a span span{
	display:block;
	
}

a.rss-me{
	display: block;
	padding:8px 4px 8px 50px;
	height:28px;
	background: url(images/rss.png) no-repeat 6px 6px #EAF2F5;
	border:1px solid #E0E5F5;
	-moz-border-radius:4px;
	border-radius:4px;
	color:#4E8394;
	font-size: 20px;
	line-height:28px;
	font-family: Arial;
}
a.rss-me:hover{
	background-color: #94BFEA;
	color:#FFF;
	text-decoration:none;
}

div.alpha-box{
	background:url(images/alpha.png) no-repeat #EAF2F5;
	margin-top:10px;
	padding:10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.page-ctrl{
	height:200px;
}
div.footer{
	padding-top:10px;
	height:150px;
	color:#666;
	font-size:12px;
	background:url(images/footer-shadow.gif) no-repeat center 0 #F5F5F5;
	border-top:1px solid #dedede;
}
div.footer dl{
	width:300px;
	font-size:12px;
	margin-top: 10px;
	float:left;
}
div.divider{
	height:18px;
	padding-top:25px;
	font-size:12px;
	color:#666;
	background:url(images/ethan-divider.png) no-repeat center 0;
}
div.alpha-box h5{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
div.pages{
	margin-top: 5px;
}
div.pages a{
	display:inline-block;
	text-decoration:none;
	padding:5px 0;
	border:1px solid #ccc;
	border-color:rgba(50, 50, 50, 0.25);
	margin:4px 2px;
	width:25px;
	height:14px;
	background:#eee;
	background:rgba(0, 0, 0, 0.2);
	text-align:center;
	color:#62412E;	
	-webkit-transition:500ms all;
	-moz-transition:500ms all;
	-o-transition:500ms all;
	transition:500ms all;
}
div.pages a:hover{
	background:#ccc;
	background:rgba(0, 0, 0, 0.4);
	font-weight:bolder;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
div.pages a.curr{
	background:#b8d30b;
	background:rgba(184, 211, 11, 0.4);
}
div.page-opt{
	padding-top:8px;
}
ul.page-opt li{
	margin:0 0;
	padding: 4px 2px;
}
div.blog-list{
	width: 640px;
	padding:0 0 0 10px;
}
div.blog-list h2{
	font-size:20px;
	line-height:1.2;
	margin:9px 0;
}
.body h1,.body h2,.body h3,.body h4,.body h5, .body h6{
	font-family: Tahoma, "黑体", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", "微软雅黑";
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
	color:#62412E;
}
div.blog-list h2 a{
	color:#62412E;
	text-decoration:none;
}
div.blog-list h2 a:hover{
	color:#A2412E;
	text-decoration:underline;
}
div.blog-list pre{
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;				
	border-radius:5px 5px 5px 5px;
	background:#000000;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
	border-color:transparent;
	border-color:rgba(0, 0, 0, 0.75);
	border-style:solid;
	border-width:1px 1px 0;
	padding: 10px;
	color:#FF6633;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.75);
	word-break: breal-all;
	overflow: auto;
	line-height:1.5em;
	margin-bottom:5px;
}
div.post{
	border-bottom:1px dashed #aaa;
}
div.post a{
        color:#f00000;
        text-decoration:underline;
}
div.post a:hover{
        color:#ff0000;
}
div.post-info{
	color: #777777;
	font-size: 12px;
	font-family: Tahoma;
	padding-bottom: 10px;
}
div.post-info a{
	color: #D45500;
	font-weight: bolder;
}
div.content{
	font-size:13px;
}
div.content p{
	padding:6px 0;
	line-height:1.8em;
	color:#584941;
}
div.content img{
	-moz-box-shadow:0 3px 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 3px 6px rgba(0, 0, 0, 0.25);
	box-shadow:0 3px 6px rgba(0, 0, 0, 0.25);
	max-width:100%;
	margin-bottom:5px;
}
ul.cat-list,ul.new-active,ul.comments{
	padding:5px 0;
}
ul.cat-list li,ul.new-active li,ul.comments li{
	font-size:12px;
	padding:3px 0px;
}
ul.cat-list li a,ul.new-active li a,ul.comments li a{
	color:#D45500;
}
