/* main */

body {
  padding: 0px 0 20px 0px;
  margin: 0px;
  font: 14px/1.5 'Open Sans', sans-serif;
  color: #A3BFC6 ;
  font-weight: normal;
  background: #222A30;
  -webkit-font-smoothing: subpixel-antialiased;
}

::-webkit-scrollbar {
    width: 0 !important
}

h1, h2, h3, h4, h5, h6 {
  color:#B3D1F0;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

p, ul, ol, table, pre, dl {
  margin: 0 0 20px;
}

h1, h2, h3 {
  line-height: 1.2;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #b6b6b6;
}

a {
  color: #49B1F7;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #EC4E3B;
}

a:hover, a:active, a:focus, a:visited  {
  text-decoration: none;
  outline: 0;
}

a small {
  font-size: 11px;
  color: #666;
  margin-top: -0.6em;
  display: block;
}

a#git-ic{
  font-size:37px;
  color:#fff;
}

a#so-ic{
  font-size:32px;
  color:#fff;
}

strong {
  font-family: 'OpenSansBold', sans-serif;
  font-weight: normal;
}

.wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

section img {
  max-width: 100%;
}

blockquote {
  border-left: 3px solid #ffcc00;
  margin: 0 1 auto;
  padding: 0 0 0 20px;
  font-style: italic;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #424242;
  color: #b6b6b6;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #434343;
}

hr {
  height: 0;
  border: 0;
  border-bottom: 1px dashed #49B1F7;
}

dt {
  color: #F0E7D5;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
}

section {
  max-width: 750px;/*  //750*/
  padding: 30px 0px 50px 0px;
  margin: 20px 0;
  margin-top: 70px;
}

section #title {
  border: 0;
  outline: none;
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

section .p-title{
  color: #49B1F7;
}

section #title h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 38px;
  text-align: center;
}

section #title p {
  color: #B3D1F0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 18px;
  text-align: center;
}

section #title .credits {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #696969;
  margin-top: -27px;
}

section #title .credits.left {
  float: left;
}

section #title .credits.right {
  float: right;
}

.section-header-archive, .tag_name{
	margin:  15px 0 0 0;
}

footer .left{
  float: left;
}

footer .right{
  float: right;
}

.paginate{
  margin-bottom: 15px;
}

.resume p{
  font-size: 15px;
  line-height: 24px;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #A3BFC6;
}

.tags{
 font-size: 13px;
}

.tags a {
  display: inline-block;
  margin: 0 10px 10px 0;
}

/* just change the class on /index.html pln-img or circular

/* for not circled image */
.pln-img {
  width: 300px;
  height: 300px;
	margin-bottom: 10px;
	margin-top: -20px;
}

/* for circled image*/
.circular {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  margin-bottom: 15px;
}

#title #sitename,
.resume span,
.resume h2 {
  color: #EC4E3B;
}

#sitename{
  font-weight: 300;
}

mark, .mark {
  opacity: 0.9;
}

.orng{
  color: #EC4E3B;
}
