<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*   
Theme Name: Fast Blog
Theme URI: http://themes.kubasto.com/template/fastblog/
Description: Fast blogging template.
Author: Kuba Sto
Author URI: http://themes.kubasto.com
Version: 1.0
*/

/* =Reset default browser CSS.
    Based on work by Eric Meyer:
      http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* =Global
----------------------------------------------------------------------------- */
html {
  min-width: 950px;
}
body {
  font: 13px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
p, blockquote, pre, table, ul, ol {
  margin-top: 15px;
}
p:first-child,
blockquote:first-child,
pre:first-child,
table:first-child,
ul:first-child,
ol:first-child,
a + ul,
a + ol {
  margin-top: 0;
}
a {
  text-decoration: none;
}
blockquote {
  font-family: Georgia, serif;
  font-style: italic;
  padding: 0 10px;
}
pre {
  font-family: "Lucida Console", Monaco, monospace;
  overflow: auto;
}
table {
  border-collapse: separate;
  border-spacing: 3px;
  width: 100%;
}
th, td {
  padding: 0 15px;
  line-height: 25px;
}
th {
  font-weight: normal;
  text-transform: uppercase;
}
ul, ol {
  list-style-position: outside;
}
ul &gt; li {
  background-repeat: no-repeat;
  background-position: 4px 6px;
  padding-left: 22px;
}
ol {
  list-style-type: decimal;
  padding-left: 24px;
}

/* =Form
----------------------------------------------------------------------------- */
form {
  margin-top: 15px;
}
form p {
  margin-top: 10px;
}
.input, .textarea {
  background-repeat: no-repeat;
}
input, textarea 
{
    resize: none; 
  border: 0;
  background-color: transparent;
  font: 13px/22px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0;
}
.input {
  line-height: 27px;
  text-transform: lowercase;
  min-width: 201px;
  height: 27px;
}
input[type="text"] {
  line-height: 27px;
  margin: 0 18px 0 8px;
  width: 185px; /* 201 - 2*8 */
  height: 27px;
}
.textarea 
{
     
  background-position: 0 -27px;
  padding: 8px;
  width: 445px; /* 461 - 2*8 */
  height: 142px; /* 158 - 2*8 */
}
textarea {
  width: 100%;
  height: 142px;
  overflow: auto;
}
.submit {
  font-size: 25px;
  line-height: 25px;
}
.submit a {
  cursor: pointer;
}
input[type="submit"] {
  background-position: -9999px -9999px;
}

/* =Wrapper
----------------------------------------------------------------------------- */
#wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  min-height: 400px;
}
#wrapper-inner {
  margin: 0 auto;
  min-width: 950px;
  max-width: 1062px;
}

/* =Container
----------------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 950px;
}

a.evaluate_button{background-color: #E4E4E4;
    border: 1px solid black;
    cursor: pointer;
   color:Black;
    padding: 3px;}
    
    a.evaluate_button:hover{background-color: #a4a4a4;
   
   color:#e4e4e4;
  }

/* =Header, logo, tagline, contact
----------------------------------------------------------------------------- */
#header {
  padding: 20px 0;
}
#logo {
  text-transform: uppercase;
  float: left;
  margin-right: 25px;
  height: 100%;
  overflow: hidden;
}
#logo img {
  vertical-align: middle;
}
#tagline {
  font: italic 18px/65px Georgia, serif;
  float: left;
  margin: 0;
}
#contact {
  font-size: 11px;
  line-height: 19px;
  text-align: right;
  display: table;
  float: right;
  height: 100%;
}
#contact &gt; div {
  display: table-cell;
  vertical-align: middle;
}

/* =Menu
----------------------------------------------------------------------------- */
#menu {
  position: relative;
  height: 38px;
  z-index: 999;
}
#menu form {
  margin-top: 0;
}

/* =Level 1+ */
#menu ul {
  background-repeat: no-repeat;
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu li {
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 0;
  white-space: nowrap;
}
#menu &gt; ul {
  background-position: -999px -999px;
  height: 38px;
}
#menu &gt; ul &gt; li {
  background-position: -999px -999px;
  line-height: 38px;
  float: left;
  margin-right: 20px;
}

/* =Level 2+ */
#menu li ul {
  background-position: right bottom;
  display: none;
  position: absolute;
  padding: 0 5px 5px 0;
  left: -10px;
  top: 35px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -khtml-border-top-right-radius: 7px;
  -khtml-border-bottom-left-radius: 7px;
}
#menu li:hover &gt; ul {
  display: block;
}
#menu li li {
  background-position: right bottom;
  line-height: 30px;
  padding-top: 2px;
  height: 30px;
}
#menu li li:first-child {
  padding-top: 0;
}
#menu li li a {
  display: block;
  padding: 0 10px;
  height: 100%;
}

/* =Level 3+ */
#menu li ul li ul {
  left: 100%;
  top: 2px;
}
#menu li ul li:first-child ul {
  top: 0;
}
#menu li li li {
  background-position: left bottom;
  padding-left: 2px;
}

/* =Search
----------------------------------------------------------------------------- */
#search {
  position: absolute;
  right: 0;
  top: 5px;
}
#search input[type="text"] {
  margin-right: 0;
  width: 154px; /* 201 - (8+39) */
}
#search input[type="submit"] {
  background-position: left bottom;
  cursor: pointer;
  position: absolute;
  right: 8px;
  top: 4px;
  width: 20px;
  height: 20px;
}

/* =Main
----------------------------------------------------------------------------- */
#main {
  padding: 30px 0;
}

/* =Sidebar
----------------------------------------------------------------------------- */
#sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 220px;
}
#sidebar.left {
  float: left;
}
#sidebar.right {
  float: right;
}
#sidebar &gt; li {
  background-position: center top;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  padding: 17px 0 0 0;
}
#sidebar &gt; li:first-child {
  background: none;
  padding-top: 0;
}
#sidebar.left &gt; li {
  padding-right: 20px;
}
#sidebar.right &gt; li {
  padding-left: 20px;
}
#sidebar .title {
  font: bold italic 25px/25px Georgia, serif;
  text-transform: lowercase;
  margin-bottom: 15px;
}

/* =Content
----------------------------------------------------------------------------- */
#content.left {
  float: left;
  width: 720px;
}
#content.right {
  float: right;
  width: 720px;
}

/* =Footer, copyright
----------------------------------------------------------------------------- */
#footer {
  font-size: 11px;
  line-height: 16px;
  padding: 20px 0;
  height: 16px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li {
  background-image: none;
  float: left;
  margin-right: 20px;
  padding: 0;
  overflow: hidden;
}
#copyright {
  float: right;
}

/* =Post, tags
----------------------------------------------------------------------------- */
.post {
  border-width: 1px;
  border-style: solid;
  position: relative;
  margin-top: 15px;
  padding: 15px 20px;
}
.post img {
  max-width: 620px;
 height: auto !important;
 width : expression(this.width &gt; 620 ? 620: true);
}
.post:first-child {
  margin-top: 0;
}
.tumblog .post {
  padding-left: 170px;
  min-height: 109px;
}
.post.page,
.post.attachment {
  padding-left: 20px;
}
.post.page .post-icon,
.post.attachment .post-icon {
  display: none;
}
.post .corner {
  display: none;
  position: absolute;
  width: 38px;
  height: 38px;
}
.post .corner.left {
  left: -9px;
}
.post .corner.right {
  right: -9px;
}
.post .corner.top {
  top: -9px;
}
.post .corner.bottom {
  bottom: -9px;
}
.post .corner.left.top {
  background-position: left top;
}
.post .corner.left.bottom {
  background-position: left bottom;
}
.post .corner.right.top {
  background-position: right top;
}
.post .corner.right.bottom {
  background-position: right bottom;
}
.post .post-icon {
  display: block;
  position: absolute;
  left: 26px;
  top: 18px;
  width: 117px;
  height: 103px;
}
.post .post-link {
  display: block;
  position: absolute;
  left: 26px;
  top: 120px;;
  width: 117px;
  height: 103px;
}
.post .post-link &gt; *   
{
    display:block; 
}
.post .post-link span.totalScore {
    border: 1px solid #E4E4E4;
    font-family: Cambria,Arial;
    font-size: 440%;
    height: 50px;
    margin: 40px 0;
    padding: 20px 0 0;
    text-align: center;
    width: 100px;
}


.post .post-icon.link {
  background-position: 0 0;
}
.post .post-icon.quote {
  background-position: -117px 0;
}
.post .post-icon.article {
  background-position: -234px 0;
}
.post .post-icon.image {
  background-position: -351px 0;
}
.post .post-icon.video {
  background-position: -468px 0;
}
.post .post-icon.audio {
  background-position: -585px 0;
}
.post .post-icon.custom {
  background-position: -702px 0;
}
.post .post-icon &gt; * {
  text-indent: -9999px;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.post .post-icon.link a {
  background-position: 0 -103px;
}
.post .post-icon.quote a {
  background-position: -117px -103px;
}
.post .post-icon.article a {
  background-position: -234px -103px;
}
.post .post-icon.image a {
  background-position: -351px -103px;
}
.post .post-icon.video a {
  background-position: -468px -103px;
}
.post .post-icon.audio a {
  background-position: -585px -103px;
}
.post .post-icon.custom a {
  background-position: -702px -103px;
}
.post .title {
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
}

a.title {
  font-size: 25px;
  font-weight: normal;
  line-height: 25px;
}
.post .content {
  margin-top: 15px;
  
}
.post .content .audio,
.post .content .video,
.post .content .quote,
.post .content .textwidget {
  margin-top: 15px;
}
.post .content *:first-child {
  margin-top: 0;
}
.post .quote blockquote {
  font-size: 16px;
  line-height: 26px;
}
.post .quote cite {
  display: block;
  text-align: right;
  padding-right: 20px;
}
.post .youtube-thumbnails {
  display: none;
}
.post .meta {
  font: italic 13px/22px Georgia, serif;
  margin-top: 15px;
}
.post .meta a {
  background-repeat: no-repeat;
  margin-right: 20px;
  padding: 4px 0 4px 28px;
}
.post .meta .date {
  background-position: 0 0;
}
.post .meta .date:hover {
  background-position: 0 -24px;
}
.post .meta .comments {
  background-position: 0 -48px;
}
.post .meta .comments:hover {
  background-position: 0 -72px;
}
.post .meta .author {
  background-position: 0 -96px;
}
.post .meta .author:hover {
  background-position: 0 -120px;
}
.post .meta .short-url {
  background-position: 0 -144px;
}
.post .meta .short-url:hover {
  background-position: 0 -168px;
}
.post .meta .post-edit-link {
  background-position: 0 -192px;
}
.post .meta .post-edit-link:hover {
  background-position: 0 -216px;
}
.post .content h1, .post .content h2 {
  font-size: 20px;
  margin-top: 20px;
}
.post .content h3, .post .content h4 {
  font-size: 15px;
  margin-top: 20px;
}
.post .content h5, .post .content h6 {
  font-size: 12px;
  margin-top: 15px;
}
.post .content h1:first-child,
.post .content h2:first-child,
.post .content h3:first-child,
.post .content h4:first-child,
.post .content h5:first-child,
.post .content h6:first-child {
  margin-top: 0;
}
.tags {
  font-size: 12px;
  text-transform: lowercase;
  line-height: 14px;
  margin: 8px 0;
  height: 18px;
}
.tags a {
  border-right-width: 1px;
  border-right-style: solid;
  display: block;
  float: right;
  margin-left: 8px;
  padding: 0 5px 0 12px;
  height: 100%;
}

/* =Comments, comment form
----------------------------------------------------------------------------- */
#comments {
  margin-top: 12px;
  width: 720px;
}
.comment {
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 25px 10px 4px;
}
.comment .content {
  float: right;
  margin-left: 20px;
  width: 480px;
  min-height: 64px;
}
.comment .content.level-2 {
  width: 428px;
}
.comment .content.level-3 {
  width: 376px;
}
.comment .content.level-4 {
  width: 324px;
}
.comment .content.level-5 {
  width: 272px;
}
.comment .meta {
  text-align: right;
  float: right;
  padding-top: 5px;
  width: 200px;
}
.comment .meta p {
  font-size: 11px;
  line-height: 8px;
  margin-top: 13px;
}
.comment .meta p:first-child {
  margin-top: 0;
}
.comment .avatar {
  float: right;
  margin-left: 20px;
}
.comment .tools {
  font-size: 11px;
  position: relative;
  left: -5px;
  top: -2px;
  visibility: hidden;
}
.comment .tools a {
  font-style: italic;
  margin: 0 5px;
}
#respond {
  margin-top: 30px;
  padding: 0 10px;
}
#respond .msg {
  margin: 15px 10px;
}

/* =Browser notification
----------------------------------------------------------------------------- */
.browser-notification {
  border-color: #a29330;
  border-style: solid;
  background: #fdf2ab url(images/exclamation.gif) no-repeat 10px center;
  font: 11px/18px Verdana;
  color: #303030;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.browser-notification.ie6 {
  border-bottom-width: 1px;
  display: none;
  top: 0;
}
.browser-notification.js {
  border-top-width: 1px;
  bottom: 0;
}
.browser-notification .text {
  padding: 10px 36px 12px;
}
.browser-notification a {
  color: #e25600;
  text-decoration: none;
}
.browser-notification a:hover {
  color: #e25600;
  text-decoration: underline;
}
.browser-notification .close {
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  right: 14px;
  top: 10px;
}

/* =Contact form
----------------------------------------------------------------------------- */
.contact-form {
  width: 461px;
}
.contact-form .submit,
.contact-form .status {
  float: left;
}
.contact-form .submit.disabled,
.contact-form .submit.disabled a {
  cursor: default;
}
.contact-form .status {
  margin: 15px 0 0 20px;
}
.contact-form .loader {
  display: none;
  float: right;
  margin: 10px 10px 0;
  width: 16px;
  height: 16px;
}

/* =Shortcodes
----------------------------------------------------------------------------- */
.box {
  border-width: 1px;
  border-style: solid;
  margin-top: 15px;
}
.box:first-child {
  margin-top: 0;
}
.box .icon {
  background-repeat: no-repeat;
  padding: 20px;
}
.box .icon.left {
  background-position: left center;
  margin-left: 20px;
  padding-left: 68px;
}
.box .icon.right {
  background-position: right center;
  margin-right: 20px;
  padding-right: 68px;
}
.box .icon-none {
  padding: 20px !important;
}
.column {
  float: left;
  margin: 15px 2% 0 0;
}
.column.last {
  clear: right;
  float: right;
  margin-right: 0;
}

/* =Widgets
----------------------------------------------------------------------------- */
.widget_twitter .title,
.widget_flickr .title {
  position: relative;
  top: 0;
}
.widget_twitter .username,
.widget_twitter .count,
.widget_flickr .username,
.widget_flickr .count {
  display: none;
}
.widget_twitter .title{
  left: -4px;
  width: 122px;
  height: 29px;
}
.widget_flickr .title {
  left: -3px;
  width: 86px;
  height: 28px;
}
.widget_twitter .title a,
.widget_flickr .title a {
  background-position: left bottom;
  line-height: 0;
  text-indent: -9999em;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.widget_twitter small {
  font-size: 10px;
}
.widget_flickr img {
  border-width: 1px;
  border-style: solid;
  display: block;
  float: left;
  margin: 15px 15px 0 0;
  padding: 4px;
}
.widget_flickr img.top {
  margin-top: 0;
}
.widget_socialmedia img,
.widget_schemeswitcher a,
.widget_socialmedia .empty {
  display: block;
  float: left;
  margin: 11px 0 0 11px;
  width: 24px;
  height: 24px;
}
.widget_schemeswitcher a {
  background-image: url(images/socialmedia/schemes/schemes.png);
}
.widget_socialmedia .first,
.widget_schemeswitcher .first {
  margin-left: 0;
}
.widget_socialmedia .top,
.widget_schemeswitcher .top {
  margin-top: 0;
}
.widget_calendar th,
.widget_calendar td {
  padding: 0 2px;
}
.widget_calendar thead th,
.widget_calendar tbody td {
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
.widget_calendar thead th,
.widget_calendar tfoot td,
.widget_calendar .pad {
  background: none;
}
.widget_calendar thead th,
.widget_calendar #today {
  font-weight: bold;
}
.widget_calendar caption,
.widget_calendar #next {
  text-align: right;
}
.widget_calendar caption {
  margin-right: 5px;
}

/* =Classes
----------------------------------------------------------------------------- */
.clear {
  clear: both;
  height: 0;
}
.message {
  font-size: 25px;
  line-height: 25px;
}
.line {
  clear: both;
  position: relative;
  margin: 15px 4px 0 0;
  left: -16px;
  height: 2px;
}
.line:first-child {
  margin-top: 0;
}
.line &gt; div {
  background-position: right top;
  position: absolute;
  left: 100%;
  top: 0;
  width: 36px;
  height: 2px;
}
.line.full {
  background-position: center 0;
  margin: 0 auto;
}
.navigation {
  margin: 15px 0;
  padding: 0 10px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  margin: 0 auto;
}
img.alignleft,
.caption.alignleft {
  margin-right: 15px;
  padding: 6px 0;
}
img.alignright,
.caption.alignright {
  margin-left: 15px;
  padding: 6px 0;
}
.caption {
  margin-top: 15px;
}
.caption:first-child {
  margin-top: 0;
}
.caption img {
  display: block;
}
.caption-text {
  font-size: 11px;
  font-style: italic;
  line-height: 20px;
  text-align: right;
  margin-right: 4px;
}

/* =AddThis
----------------------------------------------------------------------------- */
.addthis_container { margin-top: 15px; }
</pre></body></html>