@font-face {
	font-family: 'Sing';
	src: url('../fonts/sing.eot');
	src: local('☺'), url('../fonts/sing.woff') format('woff'), url('../fonts/sing.ttf') format('truetype'), url('../fonts/sing.svg#webfont') format('svg');
}
body {
  background: url(../images/nav-bg-x-3.png) repeat-x top #3f2a1b;
  color: #e8d1c1;
  font-family: helvetica,verdana,arial,tahoma,sans-serif;
}
.clear {
  overflow: auto;
}
a {
  color: #a95115;
  text-decoration: none;
}
a:hover {
  color: #e8d1c1;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
  font-family: 'Sing',helvetica,verdana,arial,tahoma,sans-serif;
  font-size: 2.7em;
  color: #a95115;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  /*color: #a95115;
  text-decoration: underline;*/
  color: #faf0cc;
  text-shadow: 0px 0px 5px #FF7200;
  filter: dropshadow(color=#FF7200, offx=2, offy=2);
}
ul, ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
ul li a {
  text-decoration: none;
}
p + p {
  text-indent: 0px;
}
.rel {
  position: relative;
}
.top-content {
  margin-top: 30px;
}
/* chrome */

#logo {
  background: url(../images/title-sm.png) no-repeat center transparent;
  position: absolute;
  top: -4px;
  right: 38px;
  height: 0px;
  padding-top: 55px;
  width: 181px;
  overflow: hidden;
  z-index: 7;
}
.nav {
  font-family: 'Sing',helvetica,verdana,arial,tahoma,sans-serif;
  font-size: 30px;
  margin-top: 12px;
}
.nav a {
  color: #fff;
}
.nav a:hover {
  color: #904614;
}
.nav ul {
  overflow: auto;
  margin-left: 40px;
}
.nav li {
  float: left;
  margin-right: 30px;
}
.nav a {
  text-decoration: none;
}
#content {
  padding-top: 70px;
}
#content p a {
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
.huge {
  font-size: 85px;
}
.subtitle {
  font-size: 20px;
  color: #a95115;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
.avatar {
  border: 3px solid #a95115;
  height: 100px;
  width: 100px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #e8d1c1;
  background-image: url(../images/default-avatar.png);
}
.box-shadow {
  -webkit-box-shadow: 3px 3px 5px #0f0e0f;
  -moz-box-shadow: 3px 3px 5px #0f0e0f;
  box-shadow: 3px 3px 5px #0f0e0f; 
}
.block-field {
  background: #a95115;
  font-family: 'Sing',helvetica,verdana,arial,tahoma,sans-serif;
  color: #fff;
  font-size: 35px;
  padding: 0px 20px;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
a.block-field:hover {
  color: #fff;
  cursor: pointer;
  text-shadow: 2px 2px 5px #FF7200;
  filter: dropshadow(color=#FF7200, offx=2, offy=2);
}
.sidebar h3 {
  margin-bottom: 15px;
  font-size: 40px;
}
.sidebar .buf {
  margin-top: 20px;
}
.share {
  overflow: auto;
}
.share li {
  float: left;
}
.share li a {
  background-position: center;
  background-repeat: no-repeat;
  height: 0px;
  padding-top: 32px;
  width: 32px;
  overflow: hidden;
  display: block;
  margin-right: 5px;
}
.share .twitter {
  background: url(../images/twitter_32.png);
}
.share .facebook {
  background: url(../images/facebook_32.png);
}
.share .linkedin {
  background: url(../images/linkedin_32.png);
}
.share .website {
  background: url(../images/website_32.png);
}
.share .gtalk {
  background: url(../images/googletalk_32.png);
}
.rss {
  width: 17px;
  height: 0px;
  padding-top: 16px;
  overflow: hidden;
  display: inline-block;
  background: url(../images/rss-sm.png) no-repeat center transparent;
}
#footer {
  margin-top: 100px;
  height: 285px;
  background: url(../images/footer-bg-x.png) repeat-x top;
  color: #a95115;
  font-size: 12px;  
}
#footer-title {
  width: 208px;
  height: 0px;
  padding-top: 60px;
  overflow: hidden;
  background: url(../images/title-footer.png) no-repeat center transparent;
  margin-top: 100px;
}
#policy-nav {
  overflow: auto;
  margin: 55px 0px 0px 40px;
}
#policy-nav li {
  float: left;
}
#policy-nav li:after {
  content: "|";
  margin: 0px 7px;
}
#policy-nav li:last-child:after {
  content: "";
}




/* home */

#authorbar {
  text-align: right;
  color: #a95115;
  font-size: 14px;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
#authorbar .avatar {
  margin-bottom: 20px;
}

.hilite h2 {
  margin: 10px 0px 20px 0px;
  font-size: 85px;
  line-height: 85px;
}
.hilite p {
  font-size: 18px;
}
.hilite #read-on {
  background: url(../images/read-on.png) no-repeat center transparent;
  width: 145px;
  height: 0px;
  padding-top: 52px;
  overflow: hidden;
  float: right;
}
.blok {
  background: url(../images/box-bg.png) no-repeat top right transparent;
  width: 270px;
  height: 202px;
  margin-bottom: 15px;
}
.blok > * {
  text-align: right;
}
#home-sidebar .blok h3 {
  font-size: 45px;
  padding: 12px 20px 0px 5px;
}
#home-sidebar .blok ul {
  margin: 7px 20px;
}
#home-sidebar .blok ul li {
  line-height: 20px;
}
.blok a {
  font-size: 20px;
  color: #fff;
}
.blok a:hover {
  text-decoration: underline;
}
.other-article {
  margin-top: 150px;
}
.other-article h2 {
  font-size: 42px;
  line-height: 34px;
  margin: 10px 0px 14px 0px;
}
.other-article .cn-info {
  margin-bottom: 15px;
  font-size: 16px;
}
.other-article .cn-summary {
  font-size: 14px;
}
#pagination {
  clear: both;
  display: block;
  padding-top: 25px;
}
#pagination a {
  font-size: 30px;
  margin: 50px;
  padding: 3px 15px;
  width: 150px;
  display: inline-block;
  text-align: center;
}



/* article detail */
.art-body {
  font-size: 16px;
}
.art-body p, .art-body .source {
  margin-top: 5px;
}
.art-body ul, .art-body ol {
  list-style: inside square;
}
.art-body ul li, .art-body ol li {
  margin: 5px 0px;  
}
.art-body h2, .art-body h3, .art-body h4, .art-body h5 {
  line-height: normal;
  height: inherit;
  margin-top: 15px;
}
.art-body h3 {
  color: #cc5e14;
  font-size: 50px;
  margin-top: 45px;
}
.art-body h4 {
  font-size: 30px;
}
.about-author {
  overflow: auto;
}
.about-author .avatar {
  float: left;
  margin: 0px 10px 2px 0px;
}
#check-out a {
  margin-right: 15px;
}
#disqus_thread {
  margin-top: 50px;
}


/* article list */

.results-desc {
  font-family: 'Sing',helvetica,verdana,arial,tahoma,sans-serif;
  font-size: 40px;
  color: #a95115;
  margin-bottom: 15px;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
.results-desc > span {
  color: #e8d1c1;
}
#clear-filter {
  margin-bottom: 10px;
  display: block;
}
.filter-list a {
  font-size: 16px;
  color: #e8d1c1;
}
.filter-list a:hover {
  text-decoration: underline;
}
.filter-list span {
  color: #a95115;
  margin-left: 5px;
}
.arrow {
  float: left;
  clear: both;
  height: 27px;
  width: 29px;
  display: block;
  background: url(../images/arrow-closed.png) center no-repeat transparent;
  margin: 18px 10px 0px 0px;
  cursor: pointer;
}
.arrow.open {
  background: url(../images/arrow-open.png) center no-repeat transparent;  
}
.type-list {
  float: left;
}
#art-list .type-list h2 {
  font-size: 40px;
  display: block;
}
.type-list .cn-info {
  color: #a95115;
  margin-top: -10px;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
#art-list .type-list .cn-summary {
  width: 580px;
  margin-top: 20px;
}


/* author list */
.bio {
  font-size: 16px;
  margin-top: 0px;
}
.author-meta {
  margin-top: 50px;
}
.num-articles {
  margin-top: -20px;
  color: #a95115;
  font-size: 30px;
  font-family: 'Sing',helvetica,verdana,arial,tahoma,sans-serif;  
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
.latest-art {
  margin-top: -45px;
  font-size: 16px;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}


/* tech list */

#techs {
  font-family: 'Sing',helvetica,verdana,arial,tahoma,sans-serif;
  -moz-column-width: 390px;
  -webkit-column-width: 390px;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  font-size: 35px;
}
#techs h2 {
  font-size: 35px;
  display: inline-block;
  width: 175px;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
#techs span {
  margin-left: 50px;
  color: #211710;
  display: inline-block;
  width: 60px;
}
#techs span:before {
  content: "//";
  margin-right: 15px;
  color: #211710;
}


/* about */

.about p {
  font-size: 18px;
}
.about p + p {
  margin-top: 0px;
}
.about ul {
  margin-bottom: 25px;
}


/* overrides */

a.reg {
  color: #a95115;
  text-shadow: 2px 2px 5px #050505;
  filter: dropshadow(color=#050505, offx=2, offy=2);
}
.reg-font {
  font-family: helvetica,verdana,arial,tahoma,sans-serif
}


