@charset "utf-8";

/* =S Global */
header,hgroup,nav,article,section,aside,footer {
	display: block;
}

blockquote,dl,dt,dd,ul,ol,li,th,td,pre,form,fieldset,legend,button,input,textarea {
	margin: 0;
	padding: 0;
}

small {
	font-size: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
	background: #EDEDED;
}

body {
	position: relative;
	width: 600px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 40px;
	background: #FFF;
	color: #333;
	_height: 100%;
}

body,select,input,textarea {
	font: 14px/1.7 Verdana,Arial,sans-serif;
}

a {
	color: #06C;
	text-decoration: underline;
}

a:hover {
	color: #0F4780;
	text-decoration: none;
}

h1 a,h1 a:hover {
	color: #000;
}

article h1,.title-archive,.title-archive-all {
	margin: .9em 0;
	font-size: 24px;
}

#header hgroup,.title-archive-all,.title-archive,.title-about,.title-article {
	font-family: Verdana,Arial,MingLiu,sans-serif;
}

article section h1,aside h1,.entry h1,.list-article h1 {
	margin: .7em 0;
	font-size: 20px;
}

article h2,.entry section h1 {
	margin: .7em 0;
	font-size: 16px;
}

.title-archive {
	color: #BFBFBF;
}

.title-archive strong {
	color: #333;
}

.title-archive-home {
	display: none;
}

ul,ol {
	list-style: none;
}

p {
	margin: .8em 0;
}

pre,code {
	overflow: auto;
	font-family: "Courier New",Courier,monospace;
	word-wrap: break-word;
}

img {
	border: 0;
}

#header {
	padding-top: 21px;
}

#header hgroup {
	margin-bottom: 21px;
}

#header hgroup h1,#header hgroup h2 {
	display: inline;
	font-size: 32px;
}

#header hgroup h2 {
	margin-left: 8px;
	font-style: italic;
	font-size: 24px;
}

#header hgroup h2:before {
	content: " - "
}

#header .links {
	position: absolute;
	top: 8px;
	right: -59px;
	width: 58px;
}

#header nav {
	position: absolute;
	top: 78px;
	right: -59px;
	width: 58px;
	height: 34px;
	overflow: hidden;
	background: #FAFAFA;
	_zoom: 1;
}

#header .links a,#header nav {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-o-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

#header .links a,#header nav a {
	display: block;
	padding-left: 8px;
	color: #333;
	font: 14px/34px Arial,sans-serif;
	text-decoration: none;
	*zoom: 1;
}

#header .links a {
	margin-bottom: 1px;
	background: #FAFAFA;
}

#header .links a:hover,#header nav a:hover {
	text-decoration: underline;
}

#header a.current {
	margin-left: -1px;
	padding-left: 9px;
	background: #FFF;
	_position: relative;
	_zoom: 1;
}

#header nav h1 {
	margin: 0;
}

#header nav h1 b {
	position: absolute;
	top: 14px;
	right: 6px;
	height: 0;
	overflow: hidden;
	border-style: solid;
	border-width: 5px 4px;
	border-color: #666666 #FAFAFA #FAFAFA;
	cursor: pointer;
	-webkit-transform-origin: 50% 25%;
	-moz-transform-origin: 50% 25%;
	-o-transform-origin: 50% 25%;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transform-origin: 50% 25%;
	transition: trnasform .2s ease-in;
	*border-width: 4px;
}

#header nav.hover h1 b,#header nav:hover h1 b {
	*top: 8px;
	*border-color: #FAFAFA #FAFAFA #666666;
	*border-width: 5px;
}

#header nav:hover h1 b {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#header nav:hover,#header nav.hover {
	height: auto;
}

#banner {
	padding: 3px 0 7px;
}

#banner img {
	vertical-align: top;
}

#content {
	padding-bottom: 114px;
}

#content pre {
	max-height: 450px;
}

#footer {
	position: absolute;
	left: 40px;
	bottom: 36px;
	color: #CCC;
	font-size: 12px;
}

#footer p {
	margin: .3em 0;
}

#footer a {
	color: #CCC;
}
/* =E Global */

/* =S Article Entry */
.entry {
	margin: 1.5em 0 2em;
}

.entry .more {
	margin-bottom: 0;
}

.meta {
	margin-top: 0;
	color: #666;
	font-size: 12px;
	text-align: right;
}

.wp-pagenavi {
	padding: 3px 0 10px;
	font-size: 16px;
	text-align: center;
}

.wp-pagenavi a,.wp-pagenavi span {
	display: inline-block;
	padding: 3px 4px;
}

.wp-pagenavi span {
	font-weight: bold;
}
/* =E Article Antry */

/* =S About */
.des-about dl {
	margin-bottom: 2em;
	padding-left: 1px;
}

.des-about dt {
	margin-bottom: .28em;
	font-weight: bold;
}

.des-about dd {
	margin-bottom: 1em;
}

.des-about .metier strong {
	font-size: 12px;
	font-weight: normal;
}
/* =E About */

/* =S Category */
.list-article ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.list-article li {
	margin-bottom: 2px;
}

#header nav.current {
	width: 59px;
	height: 34px;
	margin-left: -1px;
	background: #FFF;
}

#header nav.current a {
	padding-left: 9px;
	background: none;
}

#header nav.current h1 b {
	display: none;
}
/* =E Category */

/* =S Article */
.title-code {
	color: #D6D6D6;
}

#article-meta {
	margin: 2.75em 0 2em;
}

.nav-article {
	margin-bottom: 2em;
}

#commentForm {
	margin-bottom: 1em;
}

#commentList article {
	margin: 1.5em 0;
}

#commentList .avatar {
	float: left;
	padding-top: 4px;
}

#commentList .avatar img {
	width: 48px;
	height: 48px;
}

#commentList p {
	margin: 0;
}

#commentList .name {
	margin: 0 0 7px 58px;
	font-weight: bold;
}

#commentList .says {
	margin: 0 0 5px 58px;
}

#commentList footer {
	margin: 0 0 7px 58px;
}

#commentList time {
	color: #CCC;
	font-size: 12px;
	font-style: italic;
}

#commentForm .field {
	margin-bottom: 12px;
}

#commentForm .field textarea {
	width: 530px;
	height: 115px;
	border: 1px solid #CCC;
	border-color: #CCC #EFEFEF #EFEFEF #CCC;
	padding: 6px;
	line-height: 1.5;
	vertical-align: top;
}

#commentForm .field input {
	width: 234px;
	border: 1px solid #CCC;
	border-color: #CCC #EFEFEF #EFEFEF #CCC;
	padding: 5px 6px;
	line-height: normal;
	vertical-align: middle;
}

#commentForm .field textarea:focus,#commentForm .field input:focus {
	background: #FFFFF0;
}

#commentForm  label {
	margin-left: 5px;
	font-size: 12px;
	cursor: pointer;
}

#commentForm .site label {
	color: #CCC;
}

#commentForm .but input {
	width: 163px;
	height: 32px;
	color: #000;
	font-size: 16px;
	letter-spacing: 2px;
	cursor: pointer;
}
/* =E Article */

/* =S SyntaxHighlighter */
.code {
	padding: 1em;
	background: #CCC;
	-webit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.syntaxhighlighter {
	width: 572px;
	max-height: 450px;
	_height: 450px;
}
#articleContent .syntaxhighlighter .toolbar {
	display: none;
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
  -moz-border-radius: 0 0 0 0 !important;
  -webkit-border-radius: 0 0 0 0 !important;
  background: none !important;
  border: 0 !important;
  bottom: auto !important;
  float: none !important;
  height: auto !important;
  left: auto !important;
  line-height: 1.1em !important;
  margin: 0 !important;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  text-align: left !important;
  top: auto !important;
  vertical-align: baseline !important;
  width: auto !important;
  box-sizing: content-box !important;
  font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
  font-weight: normal !important;
  font-style: normal !important;
  font-size: 1em !important;
  min-height: inherit !important;
  min-height: auto !important;
}

.syntaxhighlighter {
  position: relative !important;
  overflow: auto !important;
  font-size: 1em !important;
}
.syntaxhighlighter.source {
  overflow: hidden !important;
}
.syntaxhighlighter .bold {
  font-weight: bold !important;
}
.syntaxhighlighter .italic {
  font-style: italic !important;
}
.syntaxhighlighter .line {
  white-space: pre !important;
}
.syntaxhighlighter table {
  width: 100% !important;
}
.syntaxhighlighter table caption {
  text-align: left !important;
  padding: .5em 0 0.5em 1em !important;
}
.syntaxhighlighter table td.code {
  width: 100% !important;
}
.syntaxhighlighter table td.code .container {
  position: relative !important;
}
.syntaxhighlighter table td.code .container textarea {
  box-sizing: border-box !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  background: white !important;
  padding-left: 1em !important;
  overflow: hidden !important;
  white-space: pre !important;
}
.syntaxhighlighter table td.gutter .line {
  text-align: right !important;
  padding: 0 0.5em 0 1em !important;
}
.syntaxhighlighter table td.code .line {
  padding: 2px 1em !important;
}
.syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
  padding-left: 0em !important;
}
.syntaxhighlighter.show {
  display: block !important;
}
.syntaxhighlighter.collapsed table {
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar {
  padding: 0.1em 0.8em 0em 0.8em !important;
  font-size: 1em !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
}
.syntaxhighlighter.collapsed .toolbar span {
  display: inline !important;
  margin-right: 1em !important;
}
.syntaxhighlighter.collapsed .toolbar span a {
  padding: 0 !important;
  display: none !important;
}
.syntaxhighlighter.collapsed .toolbar span a.expandSource {
  display: inline !important;
}
.syntaxhighlighter .toolbar {
  position: absolute !important;
  right: 1px !important;
  top: 1px !important;
  width: 11px !important;
  height: 11px !important;
  font-size: 10px !important;
  z-index: 10 !important;
}
.syntaxhighlighter .toolbar span.title {
  display: inline !important;
}
.syntaxhighlighter .toolbar a {
  display: block !important;
  text-align: center !important;
  text-decoration: none !important;
  padding-top: 1px !important;
}
.syntaxhighlighter .toolbar a.expandSource {
  display: none !important;
}
.syntaxhighlighter.ie {
  font-size: .9em !important;
  padding: 1px 0 1px 0 !important;
}
.syntaxhighlighter.ie .toolbar {
  line-height: 8px !important;
}
.syntaxhighlighter.ie .toolbar a {
  padding-top: 0px !important;
}
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
  background: none !important;
}
.syntaxhighlighter.printing .line .number {
  color: #bbbbbb !important;
}
.syntaxhighlighter.printing .line .content {
  color: black !important;
}
.syntaxhighlighter.printing .toolbar {
  display: none !important;
}
.syntaxhighlighter.printing a {
  text-decoration: none !important;
}
.syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
  color: black !important;
}
.syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
  color: #008200 !important;
}
.syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
  color: blue !important;
}
.syntaxhighlighter.printing .keyword {
  color: #006699 !important;
  font-weight: bold !important;
}
.syntaxhighlighter.printing .preprocessor {
  color: gray !important;
}
.syntaxhighlighter.printing .variable {
  color: #aa7700 !important;
}
.syntaxhighlighter.printing .value {
  color: #009900 !important;
}
.syntaxhighlighter.printing .functions {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .constants {
  color: #0066cc !important;
}
.syntaxhighlighter.printing .script {
  font-weight: bold !important;
}
.syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
  color: gray !important;
}
.syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
  color: #ff1493 !important;
}
.syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
  color: red !important;
}
.syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
  color: black !important;
}

/* =S shThemeMidnight.css */
.syntaxhighlighter {
  background-color: #0f192a !important;
}
.syntaxhighlighter .line.alt1 {
  background-color: #0f192a !important;
}
.syntaxhighlighter .line.alt2 {
  background-color: #0f192a !important;
}
.syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
  background-color: #253e5a !important;
  _background-color: #0F192A !important;
}
.syntaxhighlighter .line.highlighted.number {
  color: #38566f !important;
}
.syntaxhighlighter table caption {
  color: #d1edff !important;
}
.syntaxhighlighter .gutter {
  color: #afafaf !important;
}
.syntaxhighlighter .gutter .line {
  border-right: 3px solid #435a5f !important;
}
.syntaxhighlighter .gutter .line.highlighted {
  background-color: #435a5f !important;
  color: #0f192a !important;
}
.syntaxhighlighter.printing .line .content {
  border: none !important;
}
.syntaxhighlighter.collapsed {
  overflow: visible !important;
}
.syntaxhighlighter.collapsed .toolbar {
  color: #428bdd !important;
  background: black !important;
  border: 1px solid #435a5f !important;
}
.syntaxhighlighter.collapsed .toolbar a {
  color: #428bdd !important;
}
.syntaxhighlighter.collapsed .toolbar a:hover {
  color: #1dc116 !important;
}
.syntaxhighlighter .toolbar {
  color: #d1edff !important;
  background: #435a5f !important;
  border: none !important;
}
.syntaxhighlighter .toolbar a {
  color: #d1edff !important;
}
.syntaxhighlighter .toolbar a:hover {
  color: #8aa6c1 !important;
}
.syntaxhighlighter .plain, .syntaxhighlighter .plain a {
  color: #d1edff !important;
}
.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
  color: #428bdd !important;
}
.syntaxhighlighter .string, .syntaxhighlighter .string a {
  color: #1dc116 !important;
}
.syntaxhighlighter .keyword {
  color: #b43d3d !important;
}
.syntaxhighlighter .preprocessor {
  color: #8aa6c1 !important;
}
.syntaxhighlighter .variable {
  color: #ffaa3e !important;
}
.syntaxhighlighter .value {
  color: #f7e741 !important;
}
.syntaxhighlighter .functions {
  color: #ffaa3e !important;
}
.syntaxhighlighter .constants {
  color: #e0e8ff !important;
}
.syntaxhighlighter .script {
  font-weight: bold !important;
  color: #b43d3d !important;
  background-color: none !important;
}
.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
  color: #f8bb00 !important;
}
.syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
  color: white !important;
}
.syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
  color: #ffaa3e !important;
}
/* =E shThemeMidnight.css */
