/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face{font-family:'MuseoSans';src:url('../fonts/museosans_300-webfont.eot');src:url('../fonts/museosans_300-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museosans_300-webfont.woff') format('woff'),url('../fonts/museosans_300-webfont.ttf') format('truetype'),url('../fonts/museosans_300-webfont.svg#MuseoSans300Regular') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'MuseoSans';src:url('../fonts/museosans_100_italic-webfont.eot');src:url('../fonts/museosans_100_italic-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museosans_100_italic-webfont.woff') format('woff'),url('../fonts/museosans_100_italic-webfont.ttf') format('truetype'),url('../fonts/museosans_100_italic-webfont.svg#MuseoSans100Italic') format('svg');font-weight:normal;font-style:italic}
@font-face{font-family:'MuseoSans';src:url('../fonts/museosans_700-webfont.eot');src:url('../fonts/museosans_700-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museosans_700-webfont.woff') format('woff'),url('../fonts/museosans_700-webfont.ttf') format('truetype'),url('../fonts/museosans_700-webfont.svg#MuseoSans700Regular') format('svg');font-weight:bold;font-style:normal}
@font-face{font-family:'MuseoSans_light';src:url('../fonts/museosans_100-webfont.eot');src:url('../fonts/museosans_100-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museosans_100-webfont.woff') format('woff'),url('../fonts/museosans_100-webfont.ttf') format('truetype'),url('../fonts/museosans_100-webfont.svg#MuseoSans100') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'MuseoSans_bold';src:url('../fonts/museosans_900-webfont.eot');src:url('../fonts/museosans_900-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museosans_900-webfont.woff') format('woff'),url('../fonts/museosans_900-webfont.ttf') format('truetype'),url('../fonts/museosans_900-webfont.svg#MuseoSans900') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'museo_300regular';src:url('../fonts/museo300-regular-webfont.eot');src:url('../fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museo300-regular-webfont.woff') format('woff'),url('../fonts/museo300-regular-webfont.ttf') format('truetype'),url('../fonts/museo300-regular-webfont.svg#museo_300regular') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'museo_500regular';src:url('../fonts/museo500-regular-webfont.eot');src:url('../fonts/museo500-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museo500-regular-webfont.woff') format('woff'),url('../fonts/museo500-regular-webfont.ttf') format('truetype'),url('../fonts/museo500-regular-webfont.svg#museo_500regular') format('svg');font-weight:normal;font-style:normal}
@font-face{font-family:'museo_700regular';src:url('../fonts/museo700-regular-webfont.eot');src:url('../fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),url('../fonts/museo700-regular-webfont.woff') format('woff'),url('../fonts/museo700-regular-webfont.ttf') format('truetype'),url('../fonts/museo700-regular-webfont.svg#museo_700regular') format('svg');font-weight:normal;font-style:normal}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote {
	background: #ecf6f3;
	border-left:5px solid #ee0000;
	padding: 10px 25px 0px 10px;
	margin-left: 1px;
    font-family: sans-serif;
    font-size: 16px;
}

table {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
	font-size:11px;
	color:#333333;
	margin: 0px 0px 20px 30px;
	border-width:1px;
	border-color: #666666;
	border-collapse: collapse;
}
table th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

body{
    font-size:16px;word-spacing:1px;
    margin-left:auto;
    margin-right:auto;
	font-family: 'Microsoft YaHei', 'SimHei', sans-serif;
    color:#000000;
    background-color:#ffffff;
}

body>div {
	font-family: 'Microsoft YaHei', 'SimHei', sans-serif;
    width: 70%;
    min-width: 32em;
    max-width: 50em;
    padding: 3em 3em 1.5em;
    margin: 3em auto;
    background-color: #fff;
    -moz-box-shadow: 0 0 10px 0 #cfcfcf;
    -webkit-box-shadow: 0 0 10px 0 #cfcfcf;
    box-shadow: 0 0 10px 0 #cfcfcf;
    border-top: 6px solid #EE0000;
}

h1 {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    font-size: 30px;
    line-height: 44px;
    margin: 0 0 28px 0;
	background-color: #46aa6e;
	color: #fff;
	display: inline-block;
	padding: 8px;
}
h2 {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    font-size: 26px;
    line-height: 42px;
    margin: 0 0 24px 0;
	background-color: #64a050;
	color: #fff;
	padding: 0 0 0 5px;
}
h2 i {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
	font-size: 18px;
	background-color: #64a050;
	color: #fff;
}
h3 {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 20px 0;
	background-color: #46783c;
	color: #fff;
	padding: 0 0 0 5px;
}
h4 {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    font-size: 18px;
    line-height: 38px;
    margin: 0 0 16px 0;
	background-color: #284628;
	color: #fff;
	padding: 0 0 0 5px;
}
h5 {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 12px 0;
	background-color: #284628;
	color: #fff;
	padding: 0 0 0 5px;
}
section>h5 {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    line-height: 30px;
    margin: 0 0 24px 0;
}
p, dl {
    line-height: 24px;
    margin: 0 0 24px 0;
}
p.intro {
    font-size: 24px;
	line-height: 32px;
}
ul, ol{
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
	line-height: 24px;
	margin:1em 0 1em 2em;
}
ul {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    list-style-type: disc;
    padding-left: 12px;
}
ol {
	font-family: Consolas,'Microsoft YaHei', 'SimHei', sans-serif;
    list-style-type: decimal;
    padding-left: 12px;
}
dt {
    font-weight: 700;
}
pre {
    border-left: 6px solid #edebea;
    font-family: monospace;
    font-size: 14px;
    color: #aaffaa;
    padding: 12px;
    margin: 0 0 24px;
	background-color: #232323;
    overflow: auto;
}
p code {
    font-family: monospace;
    font-size: 14px;
    border: 1px solid #edebea;
	background-color: #e6e1dc;
    overflow: auto;
}
hr {
    border: 0;
    background-color: #edebea;
    height: 2px;
    margin: 0 0 22px 0;
}
a {
    color: #EE0000;
}
a:visited {
    color: #B22222;
}
a.ss-icon {
	font-size: 20px;
	padding: 0 0.25em;
	color: #ccc;
}
a:hover {
    color: #EE0000;
}
em {
    font-style: italic;
}
strong {
    font-weight: 700;
}
img.avatar {
    position: relative;
    float: right;
}

.meta{
    text-align:right;
    font-size:14px;
    margin-bottom: 10px;
}

dl .meta {
    margin: 0 0 24px 0;
}

.home {
	position: relative;
	float: right;
}

.buttons{
    float: right;
    margin-top: 14px;
}

.listing-item,.listing-seperator{list-style-type:none;}
.listing-item a{
    padding:.2em 1em;

}

.listing-item time{color:#999999;}
.listing-seperator{font-weight:bold;}


.paginator {
font: 14px Arial,Helvetica,sans-serif;
color: #AAA;
margin: 20px 0;
line-height: 150%;
display: block;
}

.paginator a,.paginator span{
padding: 0 4px;
margin: 2px;
text-decoration: none;
}

.paginator .current-page {
color: white;
background: #ff0000;
}

.paginator a:hover{
color: white;
background: #83BF73;
}


footer{
display:block;
border-top: 1px dashed #CCC;
}

footer small {
font-size: 13px;
color: #999;
}

footer a {
margin: 1px;
border: 1px solid rgba(1,1,1,0);
border-bottom: 1px dashed #BBB;
color: #B9221F;
text-decoration: none;
}

footer a:hover {
    color: rgba(250,250,250,1.0) !important; 
    -webkit-border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.45);
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(110,110,110,1.0)), to(rgba(100,100,100,1.0)));
    -webkit-box-shadow: rgba(0,0,0,1.0) 0px 0px 2px,rgba(255,255,255,0.15) 0px 1px 1px inset;
    text-decoration: none;
}

