@font-face {
  font-family: 'DejaVuSerifCondensed';
  src: url('fonts/DejaVuSerifCondensed-Bold.ttf');
}

body {
    font-size: 14px;
    font-family: Helvetica,arial,sans-serif;
}
.clear {clear:both}
.pagecount {
    margin-bottom:20px;
    margin-top:15px;
    color:#666666;
}
.errorlist {margin:0;color:red}

#cont-main {
  padding-top: 10px;
  max-width: 820px;
}

pre {
  border-width: 0;
  border-radius: 0;
}

.BannerTip{
    color: #666;
    float: right;
    margin: -2px 2px 0 0 ;
    padding-bottom: 8px;
}

#banner-left {
    vertical-align: top;
    height: 65px;
    overflow: hidden;
}
#banner-blog-name {
    font-family: DejaVuSerifCondensed, 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    margin-top: -3px;
    text-decoration: none;
    display: inline-block;
}
#banner-about {
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}
#banner-avatar {
    height: 60px;
    width: 60px;
    margin-right: 14px;
    border-radius: 6px;
    display: inline-block;
}
#topnav ul {
    margin: 0;
    list-style: none outside none;
}
#topnav ul li a,#topnav ul li a:link,#topnav ul li a:visited {
    float:left;
    color:white;
}
#topnav ul li a span{
    font-family: DejaVuSerifCondensed,arial,sans-serif;
    float:left;
    height:31px;
    line-height:31px;
    padding:1px 10px 0 11px;
}
#topnav ul li a span.no-padding{
    padding: 0;
}
a.link:hover,#topnav ul li.current a span {color:#4495ec}
#topnav ul,#topnav ul li {float:right}
#topnav ul li a:hover {color:#4495ec;cursor:pointer}
#recentposted {
    color:#999;
    list-style: none;
}


.recentcomment td {
    word-wrap:break-word;
    padding: 3px 0 3px 3px;
    border-bottom: 1px solid #f1f1f1;
}
.recentcomment td:hover {
    background-color: #e8e8e8;
}
.rcommentcontent {
    white-space: nowrap;
    width:150px;
    height:14px;
    line-height:14px;
    overflow:hidden;
    color:gray;
}
.rcommentcontent a{
    text-decoration:none;
    color:#222288;
}

.littletime {
    float:right;
    margin-right:2px;
    width: 40px;
    text-align: center;
}

.notice {
    background-color:#0090ff;
    color:white;
    padding:5px;
    font-size:13px;
    -moz-box-shadow: 1px 1px 4px #88f;
    -webkit-box-shadow: 1px 1px 4px #88f;
    box-shadow: 1px 1px 4px #88f;    
}
.top-nav-wrapper {
  height: 105px;
  background: url('/static/images/home-bg.jpg') center -460px no-repeat;
}

.top-nav {
    max-width: 820px;
    color: white;
    position: relative;
    padding-bottom: 14px;
    padding-top: 20px;
}
.types-list {
    padding: 0;
    margin:0 0 0 10px;
    list-style:none inside;
}
.types-list li {
    margin: 6px 0;
}
.types-list li span {
    font-size: 12px;
    color: #999;
}
                
.commonshadow {
    position:relative;
    margin-top: 4px;
    background:url("/static/images/shadowAlpha.png") no-repeat bottom right;
}

.footer {
    background-color: #fafafa;
    border: none;
    border-top: 1px solid #e5e5e5;
    padding: 1.25em 0;
    margin-top: 1em;
}
.copyright {
    max-width: 820px;
    margin: auto;
    font-size: 13px;
    text-align: center;
    color: #777;
}
.notfounderror {
    margin-top:20px;
    font-size:18px;
    color:red;
    text-align:center;
}
.sucinfo {
    font-size:18px;
    color:red;
    text-align:center;
}
.quote {
        border:1px dotted #666699;
        font-size:13px;
        padding:4px 0px 4px 0px;
        margin:2px 2px 2px 2px;
        vertical-align:top;
        }
.tagscloud {
    padding: 6px 6px 6px 10px;
    margin: 4px 0;
    line-height: 24px;
}

.thanks {margin:0;width:100%;padding:0}

.thanks li {margin:6px 0px 6px 0px;
        list-style-type:none;
        padding-bottom:5px}
        
.thanks li a {border:none;}

.links {
    margin:0 0 0 10px;
    width:100%;
    padding:0
}

.links li {
    margin: 6px 0;
    list-style: none inside;
}
        
.links li a {border:none;}

.thepage {
    padding:1px 6px 1px 6px;
    color:#8888ff;
}
.thepage:hover {
    background-color:#8888ff;
    border:1px solid #white;
    color:white;
}
.current_page {
    padding:1px 6px 1px 6px;
    background-color:#8888ff;
    color: white;
    border-bottom: 1px dotted #999;
}
.sidebar-title {
    font-weight:bold;
    font-size:14px;
    color:#777777;
    text-align: left;
    padding-bottom: 4px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dfdfff;
}

.sidebar-content {
    text-align: left;
    padding: 2px 0 0 6px;
    margin-bottom: 20px;
}
                
.commentsul {
                padding:0;
                margin:4px 0 0 10px;
                list-style-position:inside;
                width:180px;
                }

.commentsul li {font-size:13px;
                border-bottom:1px dotted white;
                margin-bottom:4px}
            
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.pretty {
    font-size:13px;
	border: none;
	width: 210px;
	padding:20px;
	height: 135px;
	opacity: 0.8;
	background: url("/static/images/shadow.png");
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12px;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#banner a:hover {background-color:#aaaaff;color:white}

.checkall {
    margin-top: 8px;
    color: gray;
    clear: both;
}

.green {
    color:green;
}

.green:hover {
    color:green;
}

.gray {
    color: #999;
}

.manage-menu {
  list-style-type: none;
  max-width: 820px;
  margin: auto;
}
.manage-menu li {
  float: left;
  width: 120px;
}
.common_table th {
    padding: 4px 2px 4px 2px;
    color: gray;
    text-align: left;
    font-weight: normal;
}
.common_table td {
    padding: 2px;
}
#cse {
}
.gsc-branding {
    display: none;
}
.gsc-results {
    background-color: white;
    border: 1px solid green;
    padding: 2px
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 2px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* RST style starts from here */
img.align-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.document {
  font-family: Helvetica, arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  padding: 6px;
  color: #333;
}

.document {
    font-size: 16px
}
.document > *:first-child {
  margin-top: 0 !important;
}

.document > *:last-child {
  margin-bottom: 0 !important;
}

.document a {
  color: #4183C4;
  text-decoration: none;
}

.document a.absent {
  color: #cc0000;
}

.document a.anchor {
  display: block;
  padding-left: 30px;
  margin-left: -30px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.document h1, .document h2, .document h3, .document h4, .document h5, .document h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  cursor: text;
  position: relative;
}

.document h2:first-child, .document h1:first-child, .document h1:first-child + h2, .document h3:first-child, .document h4:first-child, .document h5:first-child, .document h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

.document h1:hover a.anchor, .document h2:hover a.anchor, .document h3:hover a.anchor, .document h4:hover a.anchor, .document h5:hover a.anchor, .document h6:hover a.anchor {
  text-decoration: none;
}

.document h1 tt, .document h1 code {
  font-size: inherit;
}

.document h2 tt, .document h2 code {
  font-size: inherit;
}

.document h3 tt, .document h3 code {
  font-size: inherit;
}

.document h4 tt, .document h4 code {
  font-size: inherit;
}

.document h5 tt, .document h5 code {
  font-size: inherit;
}

.document h6 tt, .document h6 code {
  font-size: inherit;
}

.document h1 {
  font-size: 28px;
  color: black;
}

.document h2 {
  font-size: 1.6em;
  color: black;
}

.document h3 {
  font-size: 1.4em;
}

.document h4 {
  font-size: 1.2em;
}

.document h5 {
  font-size: 1em;
}

.document h6 {
  color: #777777;
  font-size: 1em;
}

.document p, .document blockquote, .document ul, .document ol, .document dl, .document li, .document table, .document pre {
  margin: 15px 0;
}

.document hr {
  background: transparent url("http://tinyurl.com/bq5kskr") repeat-x 0 0;
  border: 0 none;
  color: #cccccc;
  height: 4px;
  padding: 0;
}

.document > h2:first-child {
  margin-top: 0;
  padding-top: 0;
}

.document > h1:first-child {
  margin-top: 0;
  padding-top: 0;
}

.document > h1:first-child + h2 {
  margin-top: 0;
  padding-top: 0;
}

.document > h3:first-child, .document > h4:first-child, .document > h5:first-child, .document > h6:first-child {
  margin-top: 0;
  padding-top: 0;
}

.document a:first-child h1,.document a:first-child h2,.document a:first-child h3,.document a:first-child h4,.document a:first-child h5,.document a:first-child h6 {
  margin-top: 0;
  padding-top: 0;
}

.document h1 p, .document h2 p, .document h3 p, .document h4 p, .document h5 p, .document h6 p {
  margin-top: 0;
}

.document li p.first {
  display: inline-block;
}

.document ul, .document ol {
  padding-left: 30px;
}

.document ul :first-child, .document ol :first-child {
  margin-top: 0;
}

.document ul :last-child, .document ol :last-child {
  margin-bottom: 0;
}

.document dl {
  padding: 0;
}

.document dl dt {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  padding: 0;
  margin: 15px 0 5px;
}

.document dl dt:first-child {
  padding: 0;
}

.document dl dt > :first-child {
  margin-top: 0;
}

.document dl dt > :last-child {
  margin-bottom: 0;
}

.document dl dd {
  margin: 0 0 15px;
  padding: 0 15px;
}

.document dl dd > :first-child {
  margin-top: 0;
}

.document dl dd > :last-child {
  margin-bottom: 0;
}

.document blockquote {
  border-left: 4px solid #dddddd;
  padding: 0 15px;
  color: #777777;
}

.document blockquote > :first-child {
  margin-top: 0;
}

.document blockquote > :last-child {
  margin-bottom: 0;
}

.document table {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.document table tr {
  border-top: 1px solid #cccccc;
  background-color: white;
  margin: 0;
  padding: 0;
}

.document table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.document table tr th {
  font-weight: bold;
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

.document table tr td {
  border: 1px solid #cccccc;
  text-align: left;
  margin: 0;
  padding: 6px 13px;
}

.document table tr th :first-child, .document table tr td :first-child {
  margin-top: 0;
}

.document table tr th :last-child, .document table tr td :last-child {
  margin-bottom: 0;
}

.document img {
  max-width: 100%;
}

.document span.frame {
  display: block;
  overflow: hidden;
}

.document span.frame > span {
  border: 1px solid #dddddd;
  display: block;
  float: left;
  overflow: hidden;
  margin: 13px 0 0;
  padding: 7px;
  width: auto;
}

.document span.frame span img {
  display: block;
  float: left;
}

.document span.frame span span {
  clear: both;
  color: #333333;
  display: block;
  padding: 5px 0 0;
}

.document span.align-center {
  display: block;
  overflow: hidden;
  clear: both;
}

.document span.align-center > span {
  display: block;
  overflow: hidden;
  margin: 13px auto 0;
  text-align: center;
}

.document span.align-center span img {
  margin: 0 auto;
  text-align: center;
}

.document span.align-right {
  display: block;
  overflow: hidden;
  clear: both;
}

.document span.align-right > span {
  display: block;
  overflow: hidden;
  margin: 13px 0 0;
  text-align: right;
}

.document span.align-right span img {
  margin: 0;
  text-align: right;
}

.document span.float-left {
  display: block;
  margin-right: 13px;
  overflow: hidden;
  float: left;
}

.document span.float-left span {
  margin: 13px 0 0;
}

.document span.float-right {
  display: block;
  margin-left: 13px;
  overflow: hidden;
  float: right;
}

.document span.float-right > span {
  display: block;
  overflow: hidden;
  margin: 13px auto 0;
  text-align: right;
}

.document code, .document tt {
  margin: 0 2px;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}

.document pre code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

.document .highlight pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
}

.document pre {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  font-size: 14px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 3px;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
}

.document pre code, .document pre tt {
  background-color: transparent;
  border: none;
  font-family: Consolas,"Liberation Mono",Courier,monospace;
}

.c-pagination {
    text-align: center;
}
#c-gce {
    width: 230px;
    top: 13px;
    right: 0;
    padding-left: 8px;
}
.article {
    margin: 0 auto 30px;
    overflow: hidden;
    padding: 10px 0;
}
.icon-transparent {
    opacity: 0.5;
}
