﻿/* This is the print stylesheet of the juliank.eu site.
/* Copyright (c) Julian Kuntorov. All rights are reserved.
/* Don't steal, be inspired!
 */
 
/* Main */
body {margin: 0px; border-top: none; color: #000; background-color: #fff; font-family: Helvetica, Arial, sans-serif; background-image: none;}
#container {width: 800px; margin-left: auto; margin-right: auto;}

/* Header */
h1 {margin-top: 0px; margin-left: 25px; float: left; position: absolute; top: 0px;}
h1 img {border: none;}
#nav {display: none;}

/* Content */
#content {margin-top: 0px; margin-left: 225px; width: 425px;}
.article {margin-bottom: 10px;}
h2 {font-size: 18px; font-weight: normal; line-height: 30px;}
h2 a {color: #333; text-decoration: none; border-bottom: none;}
h3 {font-size: 15px; font-weight: bold; margin: 5px 0px 10px 25px;}
.article p, .message p {font-size: 13px; line-height: 22px; text-indent: 10px;}
.article p a,  .message p a {color: #000; text-decoration: none; border-bottom: #ddd dotted 1px;}
.article img {margin: 10px 0px 5px -25px; border: none;}
.article em,  .message em {font-style: italic;}
.article ol,ul,dl {font-size: 13px; line-height: 22px;}
.article pre,code {font-size: 13px; font-family: monospace; color: #000; background-color: #fafafa; padding: 10px}
.article p.blockquote {background-image: url(images/blockquote.png); background-position: top left; background-repeat: no-repeat; padding: 0px 0px 0px 36px; text-indent: 0px; min-height: 25px;}
.readmore {color: #999; font-size: 13px; font-weight: bold; margin-left: 2px; line-height: 22px;}
.readmore a {color: #999; text-decoration: none; border-bottom: #ddd dotted 1px;}
h4 {font-size: 12px; color: #999; font-weight: normal; margin-top: 0px; line-height: 22px;}
h4 a {color: #666; text-decoration: none; border-bottom: #999 dotted 1px;}
.facebook-share {display: none;}
.pagenav {display: none;}
#ie {display: none;}

/* Comments */
#comments {padding: 10px 0px 15px 0px; border-top: 1px solid #ddd;}
ol.comments {list-style: none;}
.comment {font-size: 12px; line-height: 20px; display: table-row;}
.avatar {display: table-cell;}
.avatar img {width: 48px; height: 48px; margin-right: 10px; vertical-align: top; border: 2px solid #eee;}
.comment-text {display: table-cell; vertical-align: top;}
.comment-author {font-style: italic; margin: 0px 0px -10px 0px;}
.comment-author a {text-decoration: none; color: #333; font-weight: bold; border-bottom: 1px dotted #eee;}
.comment-time {color: #999; margin: -5px 0px 15px 0px;}
.comment-time a {text-decoration: none; color: #666; border-bottom: 1px dotted #eee;}


/* Commenting */
#commenting {display: none;}

/* Filter */
#filter {display: none;}

/* Footer */
#footer {margin: 0px; padding: 20px 10px 0px 20px; height: 80px; color: #eee; background-repeat: repeat-x; border-top: #444 solid 1px; width: 100%;}
h6 {font-size: 11px; line-height: 19px; font-weight: normal; width: 800px; margin: 0px; color: #000;}
h6 a {color: #000; border-bottom: 1px #666 dotted; text-decoration: none; }
#topbutton {display: none;}

/* About Me Page */
.scroll {height: auto; overflow: visible; width: 425px;} 
.panel img {margin: 5px 0px -5px 0px; border: none; -webkit-box-reflect: below 0px -webkit-gradient(linear, 0% 85%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));}
h2 {margin: 0px;}
.navigation {display: none;}
table {list-style: none; padding-left: 0px; border-top: 1px dotted #ddd; font-size: 13px; margin: 10px 0px 10px 0px;}
tr {margin-bottom: 0px; background-color: #fff; -webkit-transition-property: background-color; -webkit-transition-duration: 500ms; -webkit-transition-timing-function: ease-out;}
td {padding: 7px 0px 7px 0px;}
td.network {width: 200px; text-align: right; padding: 5px 20px 5px 0px; border-bottom: 1px dotted #ddd;}
td.network img {margin: 0px 0px -5px 5px; border: none;padding-bottom: 2px;}
td.screen-name {width: 200px; text-align: left; border-bottom: 1px dotted #ddd;}
td.screen-name a {color: #333; text-decoration: none; border-bottom: 1px dotted #999; font-weight: normal;}