@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300&subset=latin,latin-ext);

@font-face {
    font-family: 'droid_serifregular';
    src: url('/s/655/i/DroidSerif-Regular-webfont.eot');
    src: url('/s/655/i/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/s/655/i/DroidSerif-Regular-webfont.woff') format('woff'),
         url('/s/655/i/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('/s/655/i/DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'droid_serifbold';
    src: url('/s/655/i/droidserif-bold-webfont.eot');
    src: url('/s/655/i/droidserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/s/655/i/droidserif-bold-webfont.woff2') format('woff2'),
         url('/s/655/i/droidserif-bold-webfont.woff') format('woff'),
         url('/s/655/i/droidserif-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */



* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'droid_serifregular', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  background-color: #f1f1f1;
  overflow-y:scroll;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}



hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role="button"] {
  cursor: pointer;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
  line-height: 32px;
}
h3,
.h3 {
  font-size: 22px;
}
h3.alert {
  color: #f91000;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0;
}


@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

blockquote {
  padding: 10px 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
  line-height: 30px;
  background-color: #F9F9F9;
  color: #575757;
  font-size: 17px;
}
div.content blockquote ul {
  margin: 5px;
}
div.content blockquote ul li {
  margin-bottom: 0px;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}


pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}



* {
  outline: none;
}

.header {
  height:130px;
  width:100%;
  background:#fff;
  position:relative;
  z-index:2;
  border-bottom:1px solid #d2d2d2;
}

.container {
  width:1100px;
  margin-left:auto;
  margin-right:auto;
}

.widget .title {
  display:none;
}

.header .demirten-logo {
  float:left;
  margin-top:22px;
}

.logo-text h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight:100;
  font-size:24px;
}

.logo-text h1 span {
  font-weight:400;
}

.logo-text  {
  float:left;
  margin-left: 20px;
  margin-top: 32px;
}


.header .widget_2 {
  float:right;margin-top: 50px;
}

.header .widget_2 ul {
  margin:0;
  padding:0;
  list-style:none;
}

.header .widget_2 ul li {
  margin-left:10px;
float:left;
}

.header .widget_2 ul li a {
  line-height:38px;
  display:block;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 300;
  background: url("/s/655/i/mail_icon.png") no-repeat 100% 50%;
  padding-right:30px;
}
.header .widget_2 ul li.item_2 a {background: url("i/rss.png") no-repeat 100% 50%; text-indent:-9999em;}
.header .widget_2 ul li.item_2 a:hover {background: url("i/rss-hover.png") no-repeat 100% 50%;}

.main .main-left {
  float:left;
  width:800px;
  background: #fdfdfd;
  box-shadow: 0 -30px 30px -4px #999,-6px 0 4px -4px #f2f2f2;
  padding:40px;
}

.last_posts .post img {
  display:none;
}

.post .title,
#post .title {
  display:block;

}

.last_posts .title h2,
#post .title h2,
#category .title h2,
.result h4 {
 font-family: 'droid_serifbold', sans-serif;
 font-size:28px;
 margin:0 0 20px 0 ;
}

.result h4 a {
  font-size:30px;
}

#post .title h2 {
  font-size:28px;
  line-height:30px;
}


.title h2 a:hover,
.title h4 a:hover {
 -webkit-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
  background-color: rgba(0,0,0,0.04);
  text-decoration:none;
  
}

.post,
#post,
.result {
  margin-bottom: 30px;
  padding-bottom: 30px;
  line-height:28px;
}

.post .title h2,
#category .post .title h2,
#post .title h2 {
  margin-bottom:0;
}

#post {
  margin-bottom:0;
  padding-bottom:0;
}

.post, .result {
   border-bottom: 1px solid #f1f1f1;
}

.post_last {
  border:none;
  margin-bottom:0;
  padding-bottom:0;
}

#post .sharing_icons  {
    border-top: 1px solid #f1f1f1;
    margin-top:10px;
    padding-top:10px;
}


.post p,
#post p,
#category p,
.result p {
  margin-bottom:20px;
  line-height:30px;
}

.post .content, 
#post .content {
  clear:both;
}

#post img {
  margin-right: 20px;
  margin-top: 10px;
}

.post .content > p.left {
  display:none;
}

.post .content > p:last-child {
  margin-bottom:0;
}


#core .more_text,
#core .read_more a {
   font-family: 'Droid Serif', sans-serif;
  background-color:#3482e6;
  font-weight:400;
  margin:10px 0 0 0;
  color:#fff;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 15px;
  color:#fff;
  display:inline-block;
}

.publish_date {
  font-family: 'Droid Serif', sans-serif;
  margin-top: 8px;
  font-size: 13px;
  color: #BEBEBE;
}

.publish_date {
  margin-bottom:20px;
}

.main-right {
  padding-top:40px;
  width:260px;
  float:right;
}

.main-right .widget_1 input[type="text"] {
  background: #f1f1f1;
  border-radius:3px;
  width:100%;
  border:1px solid #d2d2d2;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 10px 20px 10px 38px;
   -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.main-right .widget_1 {
  position:relative;
}

.main-right .widget_1 input[type="submit"]  {
  position:absolute;
  width:16px;
  height:16px;
  background: url("/s/655/i/search.png");
  border:none;
  top: 15px;
  left: 12px;
  text-indent: -9999em;
  opacity:0.2;
}

.main-right .widget_1 input[type="text"]:focus {
  border:1px solid #A8A8A8;
  background-color:#fff;
}

.main-right .widget_2,
.main-right .widget_3,
.main-right .widget_4{
  margin-top: 26px;
  border-top: 2px solid #ddd;
  padding-top: 18px;
}

.main-right .widget_2 .title,
.main-right .widget_3 .title,
.main-right .widget_4 .title{
  display:block;
  font-family: 'Roboto Condensed', sans-serif;
   font-weight: 500;
  margin: 0 0 0 0;
  font-size: 24px;
}
.main-right .widget_4 .title { display:none;margin-bottom: 9px;}
.main-right .widget_4 .content p {    padding-left: 20px;}
.books {
  margin-top:10px;
}

.main-right .widget_2 ul,
.main-right .widget_3 ul {
  list-style: none;
  padding: 0 0 0 20px ;
  margin: 10px 0 0 0;
}

.main-right .widget_2 ul li a,
.main-right .widget_3 ul li a
{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  padding-left:10px;
  border-left: 2px solid #000;
}

.main-right .widget_2 ul li.item_1 a {
border-color:#31b9cd;
}

.main-right .widget_2 ul li.item_2 a {
border-color:#ef6c00;
}

.main-right .widget_2 ul li.item_3 a {
border-color:#1d8acb;
}

.main-right .widget_2 ul li.item_4 a {
border-color:#af4cc8;
}

.main-right .widget_2 ul li,
.main-right .widget_3 ul li {
margin-bottom:6px;
}


.main-right .widget_3 ul li:nth-child(1) a {
  border-color:#0a6bb4;
}

.main-right .widget_3 ul li:nth-child(2) a {
  border-color:#a3523d;
}


.post .content a,
#post .content a {
  color:#307CDD;
  font-weight:400;
}

.header .widget_3  {
  float:left;
}

.header .widget_3 h2 {
  font-family: Droid Serif;
  font-style: italic;
  height: 130px;
  margin: 0 0 0 170px;
  line-height: 130px;
    color: rgb(165, 96, 96);
}

.header .widget_3 h2 em {
  opacity:0.2;
}

.search_page form,
.search_page hr {
  display:none;
}

.pagination > * {
  background-color:rgba(0,0,0,0.1);
  border-radius:3px;
  width:24px;
  height:24px;
  line-height:24px;
  text-align:center;
  display:inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size:14px;
    border: 1px solid transparent;
     -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}

.pagination a:hover {
  text-decoration:none;
  background-color: #3482e6;
  color:#fff;
}

.pagination .current {
  border: 1px solid #ddd;
  background-color: transparent;
}

.pagination {
  text-align:center;
}

.info {
  display:none;
}

.sharing_icons {
  overflow:hidden;
}

.sharing_icons > span {
  background: url("/s/655/i/social.png");
  float:left;
  width:32px;
  height:32px;
  overflow:hidden;
  margin-right:10px;
  cursor:pointer;
}

.sharing_icons > span a {
  display:block;
  height:34px;
}

.sharing_icons > span  img {
  display:none;
}

.sharing_icons > span.sharing_icon_facebook {
 background-position: 0 0;
}

.sharing_icons > span.sharing_icon_twitter {
  background-position: -32px 0;
}

.sharing_icons > span.sharing_icon_google_plus {
  background-position: -64px 0;
}

.sharing_icons > span.sharing_icon_linked_in {
  background-position: -96px 0;
}

.sharing_icons > span.sharing_icon_pinterest {
  background-position: -128px 0;
}

.sharing_icons > span.sharing_icon_google_plus > div {
  display:none !important;
}

.IN-widget {
  display:none !important;
}

.post .sharing_icons {
  display:none;
}

#core .sharing_icon_pinterest a {
  background-image: none !important;
}

.hakkinda #core .post .title h2 {
  margin-bottom:20px;
}

.header .widget_4  {
  display:none;
}

@media (max-width: 768px) {
  
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  
  .header {
    z-index:3;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
  }
  
  .container {
    width:100%;
  }
  
  .header .widget_3 {
    display:none;
  }
  
  .main .main-left {
    width:100%;
    padding: 40px 20px 40px 20px;
  }
  
   .main .main-right {
    position:fixed;
    height:100%;
    padding:0 20px;
    box-shadow: -3px 0 5px rgba(0,0,0,0.2);
  }
  
  .main .main-right .widget_2 {
    border:none;
    
    padding:0;
  }
  
  .main .main-right .widget_1 {
    display:none;
  }
  
  .main .main-right {
    background: #fff;
    right:-400px;
    -webkit-transition: all 0.3s ease-out;  
          transition: all 0.3s ease-out;
  }
  
  .main .main-right.active {
    right:0; 
    z-index:2;
  }
  
  .last_posts .title h2, #post .title h2, #category .title h2, .result h4 {
    font-size:30px;
    line-height:30px;
  }
  
  .header .container {
    padding:0 20px;
  }
  
  .content a {
    word-wrap: break-word;
  }
  
  .header .demirten-logo {
    float: left;
    margin-top: 34px;
    width: 60px;
  }
  
  .header .demirten-logo img {
    max-width:100%;
  }
  
  .logo-text {
    margin-left:12px;
   }
  
  .header .widget_2 {
    display:none;
  }
  
  .header .widget_4  {
    display:block;
    float:right;
    margin-top:53px;
  }
  
  .header .widget_4 button {
    background:none;
    border:none;
    width:29px;
    padding:0;
  }
  
  .header .widget_4 img {
    max-width:100%;
    opacity:0.2;
    -webkit-transition: all 0.3s ease-out;  
    transition: all 0.3s ease-out;
  }
  
  .header .widget_4 button:active img {
    opacity:0.4;
  }
  
  .overlay {
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:130px;
    background: rgba(0,0,0,0.2);
  }
  
  body.active {
    position:fixed;
    width:100%;
    height:100%;
  }
  
}


#post .content img {
  max-width:100%;
}


.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

table {
  width: 100%;
  text-align:left;
  margin-bottom: 18px;
  font-family: 'Roboto Condensed';
}



table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

table th {
  font-weight: bold;
}

table td ,
table th {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

div.content p img {
-moz-box-shadow: 0 0 20px #888;
-webkit-box-shadow: 0 0 20px#888;
box-shadow: 0 0 20px #888;  
}
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #3f3f3f;
  color: #dcdcdc;
  -webkit-text-size-adjust: none;
}

.hljs-keyword,
.hljs-tag,
.css .hljs-class,
.css .hljs-id,
.lisp .hljs-title,
.nginx .hljs-title,
.hljs-request,
.hljs-status,
.clojure .hljs-attribute {
  color: #e3ceab;
}

.django .hljs-template_tag,
.django .hljs-variable,
.django .hljs-filter .hljs-argument {
  color: #dcdcdc;
}

.hljs-number,
.hljs-date {
  color: #8cd0d3;
}

.dos .hljs-envvar,
.dos .hljs-stream,
.hljs-variable,
.apache .hljs-sqbracket,
.hljs-name {
  color: #efdcbc;
}

.dos .hljs-flow,
.diff .hljs-change,
.python .exception,
.python .hljs-built_in,
.hljs-literal,
.tex .hljs-special {
  color: #efefaf;
}

.diff .hljs-chunk,
.hljs-subst {
  color: #8f8f8f;
}

.dos .hljs-keyword,
.hljs-decorator,
.hljs-title,
.hljs-type,
.diff .hljs-header,
.ruby .hljs-class .hljs-parent,
.apache .hljs-tag,
.nginx .hljs-built_in,
.tex .hljs-command,
.hljs-prompt {
  color: #efef8f;
}

.dos .hljs-winutils,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.ruby .hljs-string {
  color: #dca3a3;
}

.diff .hljs-deletion,
.hljs-string,
.hljs-tag .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.hljs-built_in,
.smalltalk .hljs-class,
.smalltalk .hljs-localvars,
.smalltalk .hljs-array,
.css .hljs-rule .hljs-value,
.hljs-attr_selector,
.hljs-pseudo,
.apache .hljs-cbracket,
.tex .hljs-formula,
.coffeescript .hljs-attribute {
  color: #cc9393;
}

.hljs-shebang,
.diff .hljs-addition,
.hljs-comment,
.hljs-annotation,
.hljs-pi,
.hljs-doctype {
  color: #7f9f7f;
}

.coffeescript .javascript,
.javascript .xml,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}

#demirten-yeni .main-left iframe {width:100%;}
div.content h3 {
  font-size: 22px;
}
div.content ul li {
  margin-bottom: 10px;
}
