@import url('https://fonts.googleapis.com/css?family=Cousine|Open+Sans:400,700');
body {
	font-family : 'Open Sans', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 1.8em;
	background-color : White;
	color : #333333;
	margin : 0;
	padding : 0;
	border-top : 7px solid #66CC00;
}
#content {
	margin : 0px 10px 10px 0px;
	/*width : 430px;*/
	width : 60%;
	padding-left : 35px;
	border-left : 10px dashed #cccccc;
}
#topbar {
	width : 100%;
	height : 30px;
	border-top : 2px solid white;
	border-bottom : 2px solid White;
	background-color : #CCCCCC;
}
#tagline {
	position : absolute;
	top : 12px;
	left : 45px;
	color : white;
	font-weight : bold;
	font-size : 1.2em;
}
#tagline p {
	padding : 0;
	margin : 0;
}
#menu {
	position : absolute;
	top : 82px;
	/*left : 550px;*/
	right : 80px;
	/*width : 180px;*/
	width : 20%;
	padding : 15px;
	border : 5px solid #66cc00;
}
#menu ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
p.others {
	text-align : center;
	line-height : 3px;
	font-size : 9px;
}
h1{
	color : #cccccc;
	font : bold 2.5em Tahoma, sans-serif;
	margin-top : 35px;
	margin-bottom : 0;
	padding : 0;
}
h1+h2 {
	padding-top : 2em;
	margin-top : 0;
}
h2 {
	letter-spacing : 2px;
	padding-top : 3em;
	font-size : 1.2em;
	font-family : Tahoma, sans-serif;
	padding-bottom : 1px;
	border-bottom : 1px dashed #666666;
	color : #666666;
}
.postinfo {
	color : #666666;
	letter-spacing : 1px;
	padding-bottom : 2em;
}
.postblock {
	margin-left: 1.5em;
	padding-left: 5px;
	background-color: #fcfcfc;
	color: #666666;
	font-size: 0.8em;
	border: 1px dotted #ccc;
}
h3 {
	color : white;
	background-color : #CCCCCC;
	font-size : 1em;
	font-weight : bold;
	padding : 0px 3px 0px 3px;
	margin : 0;
}
a.chinese {
	background-color : Yellow;
}
a:link {
	font-weight : bold;
	text-decoration : none;
	color : #3366FF;
}
a:visited {
	font-weight : bold;
	text-decoration : none;
	color : #9933CC;
}
a:hover {
	font-weight : bold;
	text-decoration : underline;
	color : #CC6633;
}
blockquote {
	margin-left: 1.5em;
	padding-left: 5px;
	background: #eee;
	border: 1px dotted #ccc;
	border-left: 5px solid #ccc;
}
.error {
	color: red;
	font-size: larger;
}
p.warning {
	color: red;
	font-size: larger;
}
span.TEX {letter-spacing: -0.125em; }
span.TEX span.E{ position:relative;top:0.5ex;left:-0.0417em;}
a span.TEX span.E {text-decoration: none; }
span.LATEX span.A{ position:relative; top:-0.5ex; left:-0.4em; font-size:85%;}
span.LATEX span.TEX{ position:relative; left: -0.4em; }

.code {
	font-family: 'Cousine', monospace;
	background: #eee;
}
/* for vim :TOhtml */
.vimblock { color: #bcbcbc; background-color: #303030; font-family: 'Cousine', monospace; }

.lnr { color: #475c69; }
.LineNr { color: #5f5f5f; }
.Todo { color: #bcbcbc; background-color: #303030; padding-bottom: 1px; font-weight: bold; }
.Character { color: #d7875f; }
.String { color: #d7875f; }
.Constant { color: #d75f87; }
.Exception { color: #d75f87; }
.Comment { color: #8a8a8a; }
.StorageClass { color: #5fafaf; }
.Statement { color: #87af87; }
.PreProc { color: #af87d7; }
.Type { color: #d7af5f; }
.Special { color: #d7afaf; }
.Function { color: #5fafd7; }
.vimLet { color: #d7af5f; }
.Identifier { color: #5fafaf; }
.Delimiter { color: #bcbcbc; }
.Normal { color: #bcbcbc; background-color: #303030; padding-bottom: 1px; }
.Title { color: #d7875f; }

/* Historical vim block classes */
.Underlined { color: #80a0ff; text-decoration: underline; }
.Error { color: #ff0000; background-color: #000000; }

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
	padding: 10px;
	background: #EEEEEE;
	/* Rounded borders, for Mozilla browsers */
	/* -moz-border-radius: 10px; */
}
.commentform img{
	margin: 5px 0 0 0;
}
.formfield {
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}
.searchform .formfield
{
	width: 130px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
	width: 300px;
	margin-right: 105px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
	width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
