<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name: Swiss
 Theme URI: blankcanvas.eu/wordpress/swiss/
 Description: Minimalistic, responsive web design theme for WordPress.
 Author: Tomasz Mazur
 Author URI: http://www.blankcanvas.eu/
 Version: 1.0.6
 Tags: two-columns,  fixed-width, microformats, sticky-post, right-sidebar, black , sticky-post, holiday, threaded-comments, theme-options,  white, translation-ready, custom-menu, editor-style, featured-image-header, post-formats, custom-background, featured-images, left-sidebar
 License:GNU General Public License, v2 (or newer)
 License URI:http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
 */
/*
 Swiss WordPress theme, Copyright (C) 2013 tommek
 Swiss WordPress theme is licensed under the GPL.
 
All pictures were created by Tomasz Mazur - http://www.tommek.eu/. 
All pictures are avaiable on GPL licence.
 * images/header.jpg
 * images/header-thumbnail.jpg
 * images/header-2.jpg
 * images/header-2-thumbnail.jpg
 * images/header-3.jpg
 * images/header-3-thumbnail.jpg
 * images/icon.png
 * images/link.png
*/
/*
 http://meyerweb.com/eric/tools/css/reset/
 v2.0 | 20110126
 License: none (public domain)
 */
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*------------*/
/*  Html tags */
/*------------*/
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font: 14px "HelveticaNeue", Arial, 'Helvetica Neue', Helvetica, FreeSans, 'Liberation Sans', 'Nimbus Sans L', sans-serif;
    line-height: 1.5;
    color: #444;
    background: #BFBFBF;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
p {
    font-size: 1em;
    margin: 0 0 1em 0;
    text-indent: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 1em;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
    font-variant: normal;
}
h4 {
    font-size: 18px;
    font-style: italic;
}
h5 {
    font-size: 18px;
    font-weight: bold
}
h6 {
    font-size: 14px;
}
a {
    outline: none;
    color: #dd3333;
    text-decoration: none;
}
a:hover {
    color: #777
}
a, input[type=submit], input[type=button], input[type=text], textarea {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
embed, iframe, object, video {
    max-width: 100%;
}
del {
    text-decoration: line-through;
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none;
}
blockquote {
    margin: 0 0 1em;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}
q, var {
    font-style: italic;
}
blockquote:before, blockquote:after {
    background: transparent url(images/icon.png) no-repeat -78px -48px;
    height: 40px;
    width: 40px;
    padding: 0 5px;
    display: block
}
blockquote:after {
    background: transparent url(images/icon.png) no-repeat -38px -98px;
}
blockquote cite {
    font-variant: small-caps;
}
address {
    margin: 1em 0;
    font-style: italic;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Consolas, "Courier New", Courier, monospace;
    width: 100%;
    text-align: left;
}
th {
    background: #ddd;
}
td, th {
    padding: 4px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
pre {
    font-family: Consolas, "Courier New", Courier, monospace;
    color: #222;
    background: #eee;
    padding: 10px;
    overflow: auto;
    margin-bottom: 1em
}
code {
    font-family: Consolas, "Courier New", Courier, monospace;
    background: #eee;
    font-weight: normal;
    font-style: normal;
}
sup, sub {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
    font-size: 0.81em;
}
sup {
    bottom: 1ex;
}
sub {
    top: 0.5ex;
}
abbr {
    cursor: help;
}
em, i {
    font-style: italic
}
strong, b {
    font-weight: bold;
}
big {
    font-size: larger
}
abbr {
    cursor: help;
    text-decoration: underline;
}
acronym {
    font-variant: small-caps
}
input, textarea {
    background: #fefefe;
    border: 3px solid #ddd;
    padding: 3px 6px 5px;
    margin: 2px;
}
input[type=submit], #searchsubmit {
    color: white;
    text-decoration: none;
    cursor: pointer;
    background: #59c7e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #59c7e5 0%, #16bac9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59c7e5), color-stop(100%,#16bac9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #59c7e5 0%,#16bac9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c7e5', endColorstr='#16bac9',GradientType=0 ); /* IE6-9 */
}
input[type=submit]:hover, #searchsubmit:hover {
    opacity: 0.8
}
::selection {
    background-color: #55595c;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
::-moz-selection {
    background-color: #55595c;
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
/*------------*/
/*  Search */
/*------------*/
#searchform input {
    margin-top: 5px
}
#searchform  #s {
    width: 10em;
}
#searchsubmit {
    cursor: pointer;
}
.assistive-text, .screen-reader-text {
    display: none;
}
@media screen and (max-width: 767px) {
    .assistive-text, .screen-reader-text {
        display: block;
    }
    h3.screen-reader-text {
        padding: 10px;
        margin: 0;
        color: #999;
    }
    h3.screen-reader-text a {
        font-size: small;
        color: #999;
    }
}
/*------------*/
/*  Menu primary */
/*------------*/
#nav {
    background: #353535;
}
.menu-primary {
    position: relative;
    width: 100%;
    padding: 10px 0
}
.menu-primary a {
    text-align: center;
    display: block;
    padding: 5px 8px 8px 8px;
    color: #fff
}
.menu-primary ul {
    padding: 0;
    z-index: 500;
}
.menu-primary ul ul {
    position: absolute;
    z-index: 10000 !important;
    top: auto;
    display: none;
    padding: 1em;
    margin: 0;
    background: #3F3F3F;
    -webkit-box-shadow: 1px 1px 1px #000;
    -moz-box-shadow: 1px 1px 1px #000;
    box-shadow: 1px 1px 1px #000;
}
.menu-primary ul ul ul {
    z-index: 7001;
    top: 0;
    left: 100%;
}
.menu-primary li {
    float: left;
    position: relative;
    min-height: 1px;
    vertical-align: bottom;
}
.menu-primary li li {
    border-top: 1px #555 solid;
    margin: 0;
    width: 200px;
    background: none
}
.menu-primary li li:last-child {
    border-bottom: 1px #555 solid;
}
.menu-primary li li a {
    text-align: left;
}
.menu-primary .current_page_item a, .menu-primary .current-menu-item a, .menu-primary .sub-menu .current_page_item a, .menu-primary .sub-menu .sub-menu .current-menu-item a, .menu-primary .current-menu-ancestor a, .menu-primary .current_page_ancestor a {
    color: #aaa;
}
.menu-primary .children .current-menu-item a, .menu-primary .children .children .current-menu-item a, .menu-primary .children .current_page_item a, .menu-primary .children .children .current_page_item a {
    color: #000
}
.menu-primary li:hover {
    cursor: pointer;
    z-index: 100;
}
.menu-primary li:hover ul ul, .menu-primary li li:hover ul ul, .menu-primary li li li:hover ul ul, .menu-primary li li li li:hover ul ul {
    display: none;
}
.menu-primary li:hover ul, .menu-primary li li:hover ul, .menu-primary li li li:hover ul, .menu-primary li li li li:hover ul {
    display: block;
}
.page-template #nav a {
    background: none !important
}
/*------------*/
/*	Header */
/*------------*/
#header {
    padding-bottom: 20px;
}
#header .grid-container {
    z-index: 100
}
#header  h1, #header  h2, .header-meta {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
}
#header  h1 a, #header  h2 a, #p-header a {
    background-color: #fff;;
}
.headerframe {
    border: 3px solid #fff;
    float: left;
    background: none;
    padding: 10px;
}
.desc p {
    color: #333;
    margin-top: 20px;
    margin-bottom: 0;
    background: none;
    padding: 10px;
    border: 3px solid #fff;
}
.header-meta a {
    color: #fff;
    font-weight: bolder;
}
.header-meta .headerframe {
    float: right;
}
.logo a.headerframe {
    background: none !important;
    border: none !important;
    padding: 10px 0 !important;
}
.logo a.headerframe:hover {
    opacity: 0.8;
}
/*------------*/
/*	Content */
/*------------*/
#wrapper {
    background: #fff;
    padding-top: 20px;
}

.post {
    margin-bottom: 30px;
    background: #fff;
    position: relative
}
.post .grid-20, .post .grid-80 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.post header {
    margin: 0 0 1em;
    color: #999;
}
.post header h2 {
    margin: 10px 0;
}
.post header h2 a {
    color: #333
}
.comments-link {
    width: 30px;
    height: 37px;
    padding: 0 5px;
    margin: 0 0 2px 5px;
    font-size: 18px;
    color: #fff;
    float: right;
    text-align: center;
    background: url(images/icon.png) no-repeat 0 0;
}
.comments-link:hover {
    opacity: 0.8;
    color: #fff;
}
.post-edit-link{
    clear: both;
    display: block
}
.wp-post-image, .attachment img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.meta-post .wp-post-image {
    box-shadow: 3px 3px 0 #ddd;
    margin-bottom: 10px
}
.post-content .wp-post-image{
    margin-bottom: 1em;
}
.post-content img {
    height: auto;
    max-width: 100%;
    width: auto;
    box-shadow: 2px 2px 0 #ddd
}
.post-content img:hover, .wp-post-image:hover {
    box-shadow:2px 2px 2px #ddd
}
.entry-attachment img {
    display: block;
    margin: 0 auto;
}
.post_excerpt {
    font-size: x-large;
    margin-bottom: 1em;
}
.archive .post_excerpt {
    font-size: large;
}
.post-content table, .post-content dl, .post-content dd {
    margin-bottom: 1em;
}
.post-content h1, .post-content h2, .post-content h3 {
    margin: 0.6em 0;
}
.post-content dt {
    font-weight: bold;
}
.post-content ul, .post-content ol {
    list-style: circle;
    margin: 0 0 1em 2em;
}
.post-content ul ul {
    list-style: disc;
    margin: 0 0 0 1em;
}
.post-content ol {
    list-style: decimal
}
.post-content ol ol {
    list-style: lower-alpha;
    margin: 0 0 0 1.4em;
}
.page-link {
    clear: both;
    padding: 4px 0;
    letter-spacing: 3px;
    color: #777;
    margin: 1em 0;
    font-family: Consolas, "Courier New", Courier, monospace;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.page-link span {
    letter-spacing: 0.1em;
}
.meta-nav {
    white-space: nowrap;
}
.sticky {
    border-right: 5px solid #EFE4B3;
}
/*  author description */
.author-post {
    min-height: 40px;
    margin: 0;
}
.author-bio h3 {
    margin: 10px 0;
    font-size: medium
}
.author-bio {
    padding: 0 0 1em;
    margin: 20px 0;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.author-bio .avatar {
    margin: 10px 0 5px 10px;
    float: right
}
.author-bio .author-link {
    display: block;
    clear: both
}
.meta-nav {
    white-space: nowrap;
    text-decoration: none !important;
}

/*  post meta */
.meta-post {
    margin-bottom: 10px;
}
.meta-post li {
    padding-left: 20px;
    margin-bottom: 5px;
}
.attachment .meta-post li {
    margin-bottom: 5px;
    float: left
}
.post_prev, .post_next {
    background: url(images/icon.png) no-repeat 0 -152px;
    margin: 0 0 10px 0;
}
.post_next {
    background: url(images/icon.png) no-repeat 0 -202px !important;
}
.post_category {
    background: url(images/icon.png) no-repeat 0 -412px !important;
}
.post_tags {
    background: url(images/icon.png) no-repeat -24px -342px !important;
}
.post_date {
    background: url(images/icon.png) no-repeat 0 -262px !important;
}
.post_author {
    background: url(images/icon.png) no-repeat 0 -302px !important;
}
.cambria-txt .post_category {
    background: url(images/icon.png) no-repeat 0 -410px !important;
}
.cambria-txt .post_tags {
    background: url(images/icon.png) no-repeat -24px -340px !important;
}
.cambria-txt .post_date {
    background: url(images/icon.png) no-repeat 0 -260px !important;
}
.cambria-txt .post_prev {
    background: url(images/icon.png) no-repeat 0 -150px;
    margin: 0 0 10px 0;
}
.cambria-txt .post_next {
    background: url(images/icon.png) no-repeat 0 -200px !important;
}

/*  POST FORMAT */
.archive .format-link .grid-20 a, .archive .format-quote .grid-20 a, .archive .format-audio .grid-20 a, .archive .format-status .grid-20 a, .archive .format-aside .grid-20 a, .archive .format-image .grid-20 a, .archive .format-chat .grid-20 a, .archive .format-video .grid-20 a {
    color: #fff;
    font-weight: bold;
}
.page-template  .format-link a, .page-template  .format-quote a, .page-template .format-audio a, .page-template  .format-status a, .page-template  .format-aside a, .page-template  .format-image a, .page-template .format-chat a, .page-template .format-gallery a, .page-template .format-video a {
    color: #fff;
    font-weight: bold;
}
.archive .format-link .grid-20, .archive .format-quote .grid-20, .archive .format-audio .grid-20, .archive .format-status .grid-20, .archive .format-aside .grid-20, .archive .format-image .grid-20, .archive .format-chat .grid-20 {
    color: #ddd;
}
.single-format-video #header, .single-format-audio #header, .single-format-quote #header {
    padding-bottom: 20px
}
.archive .format-aside .grid-80, .archive .format-link .grid-80, .archive .format-quote .grid-80, .archive .format-audio .grid-80, .archive .format-chat .grid-80, .archive .format-status .grid-80, .archive .format-image .grid-80, .archive .format-video .grid-80 {
    color: #333;
    background: #efefef;
    box-shadow: inset 0 0 2px rgba(0,0,0, 0.2);
}
.archive .footer-post {
    color: #333;
    background: #efefef;
    box-shadow: inset 0 0 2px rgba(0,0,0, 0.2);
}
/*  format - aside */
.archive .format-aside, .single-format-aside #header {
    color: #fff;
    background: #C8896F;
}
body.single-format-aside {
    background: #C8896F;
}
.single-format-aside #header h1 span {
    background: none;
    color: #fff;
}
/*  format - link */
.archive .format-link, .single-format-link #header {
    background: #EF402F;
    color: #fff;
}
body.single-format-link {
    background: #EF402F;
}
.single-format-link #header h1 a {
    background: #fff !important;
}
/*  format - quote */
.archive .format-quote, .single-format-quote #header {
    color: #fff;
    background: #DFA47D;
}
body.single-format-quote {
    background: #DFA47D;
}
.single-format-quote #header h1 span {
    background: none;
    color: #fff;
}
.format-quote .quote {
    padding: 1em 0;
    margin: 0 0 2em 0;
}
.single-format-quote .quote {
    font-size: 30px
}
/*  format - video */
.archive .format-video, .single-format-video #header {
    color: #fff;
    background: #1E7687;
}
body.single-format-video {
    background: #1E7687; 
}
.single-format-video #header h1 span {
    background: none;
    color: #fff;
}
/*  format - audio */
.archive .format-audio, .single-format-audio #header {
    color: #fff;
    background: #5ABBCF;
}
body.single-format-audio {
    background: #5ABBCF;
}
.single-format-audio #header h1 span {
    background: none;
    color: #fff;
}
.post-audio {
    padding-left: 50px;
    background: url(images/icon.png) no-repeat -170px 0;
    min-height: 35px;
    display: block;
    padding: 5px 0 0 50px;
    margin: 20px 0;
}
.archive .post-audio {
    background: url(images/icon.png) no-repeat -220px 0;
}
/*  format - gallery */
.archive .format-gallery, .single-format-gallery #header {
    background: #B5C3CF;
    padding-top: 10px;
}
body.single-format-gallery {
    background: #B5C3CF;
}
.single-format-gallery #header h1 span {
    background: none;
    color: #fff;
}
.archive .format-gallery header h2 {
    margin: 0 0 10px;
}
/*  format - chat */
.archive .format-chat, .single-format-chat #header {
    color: #fff;
    background: #8C8781;
}
body.single-format-chat {
    background: #8C8781;
}
.single-format-chat #header h1 span {
    background: none;
    color: #fff;
}
.format-chat dt:nth-child(2n+1) {
    background: #8C8781;
    color: #fff;
    padding: 5px 10px;
}
.format-chat dd {
    padding: 5px 10px;
    background: #EFEFEF;
}
/*  format - status */
.archive .format-status, .single-format-status #header {
    color: #fff;
    background: #694C40;
}
body.single-format-status {
    background: #694C40;
}
.single-format-status #header h1 span {
    background: none;
    color: #fff;
}
/*  format - image */
.archive .format-image, .single-format-image #header {
    color: #fff;
    background: #165A60;
}
body.single-format-image {
    background: #165A60;
}
.single-format-image #header h1 span {
    background: none;
    color: #fff;
}
/*------------*/
/*	Sidebar, widget */
/*------------*/
.sidebar {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.widget {
    margin-top: 10px;
}
.widget-title {
    margin-bottom: 0.5em;
}
.widget-container {
    margin-bottom: 1em;
}
.widget .vcard li {
    border: none;
    color: #CFCFCF;
    background: #1F1F1F;
    font-size: 0.88em;
}
.widget li li {
    padding: 0 0 5px;
    margin: 1px 0;
}
.widget li li li {
    padding: 0 0 0 15px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget .vcard img {
    margin: 0 0 5px 5px;
    float: right;
    width: 80px;
    max-width: 80px !important;
    padding: 5px;
    background: #787878;
}
#wp-calendar {
    text-align: right
}
#wp-calendar #prev {
    text-align: left
}
/*------------*/
/*	Comments */
/*------------*/
#comments {
    margin-bottom: 20px;
    background: #fff;
    clear: both
}
#comments h3 {
    margin: 30px 0;
}
#comments h3 span {
    color: #999
}
#comments label, #comments small {
    font-size: 0.88em;
}
.comment article {
    margin: 20px 0;
    padding: 10px;
    border-left: 3px solid #ddd;
    border-bottom: 1px dotted #ddd;
}
#respond {
    clear: both;
    margin: 10px 0;
    background: #fff;
}
.byuser article, .bypostauthor article {
    border-left: 3px solid #dd3333;
    border-bottom: 1px dotted #dd3333;
}
.byuser article .avatar, .bypostauthor article .avatar {
    background: #dd3333;
}
.avatar {
    padding: 4px;
    background: #59c7e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #59c7e5 0%, #16bac9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59c7e5), color-stop(100%,#16bac9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #59c7e5 0%,#16bac9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c7e5', endColorstr='#16bac9',GradientType=0 ); /* IE6-9 */
    margin: 0 10px 5px 0;
    border-radius: 128px;
}
.comment .avatar{
    float: left;    
}
.comment-meta {
    min-height: 90px;
}
.comment-metadata a {
    color: #999
}
.depth-2, .depth-3, .depth-4, .depth-5, .depth-6, .depth-7, .depth-8, .depth-9, .depth-10 {
    margin-left: 8%;
}
.reply a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
    border: 3px solid #ddd;
    background: #59c7e5; /* Old browsers */
    background: -moz-linear-gradient(top,  #59c7e5 0%, #16bac9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59c7e5), color-stop(100%,#16bac9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #59c7e5 0%,#16bac9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #59c7e5 0%,#16bac9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59c7e5', endColorstr='#16bac9',GradientType=0 ); /* IE6-9 */
}
.reply a:hover {
    opacity: 0.8
}
.required {
    color: red
}
.comment-body table, .comment-body dl, .comment-body dd {
    margin-bottom: 1em;
}
.comment-body h1, .comment-body h2, .comment-body h3 {
    margin: 0.6em 0;
}
.comment-body dt {
    font-weight: bold;
}
.comment-body ul, .comment-body ol {
    list-style: circle;
    margin: 0 0 1em 2em;
}
.comment-body ul ul {
    list-style: disc;
    margin: 0 0 0 1em;
}
.comment-body ol {
    list-style: decimal
}
.comment-body ol ol {
    list-style: lower-alpha;
    margin: 0 0 0 1.4em;
}
#respond code {
    border: none;
    font-size: 11px;
    padding: 0;
    overflow: hidden;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 240px;
}
#comment {
    width: 94%
}
.page .nopassword, .page .nocomments, .format-gallery .nocomments, .single-portfolio .nocomments {
    display: none;
}
.nopassword, .nocomments {
    color: #bbb;
    text-align: center;
    margin: 30px 0;
    clear: both
}
.pingback, .trackback {
    background: #ddd;
    padding: 10px;
    margin: 10px 0;
}
.comments-nav {
    margin: 20px 10px
}
/*------------*/
/*	Footer */
/*------------*/
#footer {
    background: #333;
    color: #999;
    margin-top: 20px;
    padding: 0;
}
#footer a {
    color: #fff
}
#menufooter {
    padding: 10px 0;
}
#menufooter li {
    display: inline;
    border: none;
}
/*------------*/
/*  Gallery */
/*------------*/
.gallery-item {
    float: left;
    margin: 0;
}
.gallery-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.gallery-columns-3 .gallery-item img, .gallery-columns-4 .gallery-item img, .gallery-columns-5 .gallery-item img, .gallery-columns-6 .gallery-item img, .gallery-columns-7 .gallery-item img, .gallery-columns-8 .gallery-item img, .gallery-columns-9 .gallery-item img, .gallery-columns-10 .gallery-item img, .gallery-caption {
    width: 73%;
}
.gallery-columns-1 .gallery-item {
    width: 98%;
    margin: 1%;
}
.gallery-columns-2 .gallery-item {
    width: 48%;
    margin: 1%;
}
.gallery-columns-3 .gallery-item {
    width: 31%;
    margin: 1%;
}
.gallery-columns-4 .gallery-item {
    width: 23%;
    margin: 1%;
}
.gallery-columns-5 .gallery-item {
    width: 19%;
    margin: 0.2%;
}
.gallery-columns-6 .gallery-item {
    width: 16%;
    margin: 0.3%;
}
.gallery-columns-7 .gallery-item {
    width: 14%;
    margin: 0.1%;
}
.gallery-columns-8 .gallery-item {
    width: 12%;
    margin: 0.1%;
}
.gallery-columns-9 .gallery-item {
    width: 10%;
    margin: 0.1%;
}
.gallery-columns-10 .gallery-item {
    width: 8%;
    margin: 0.1%;
    padding: 1% 0;
}
.gallery-caption {
    margin: 3px auto;
    font-size: 0.88em;
    color: #555;
    display: block;
}
.wp-caption {
    margin: 0 0 6px;
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: 0.88em;
}
.wp-caption img {
    margin: 0;
    max-width: 100%;
    height: auto;
    width: auto;
}
.alignnone img {
    display: inline !important;
    float: none !important;
}

.wp-caption.alignright {
    margin: 7px 1px 7px 10px;
}
.wp-caption.alignleft {
    margin: 7px 10px 7px 1px;
}
.wp-caption.aligncenter {
    margin: 1em auto;
}
.wp-caption.alignnone {
    margin: 1em 1px;
}
.gallery br {
    clear: both
}
.entry-caption {
    margin: 0 10px;
}
/*------------*/
/*  Wordpress class */
/*------------*/
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignnone {
    clear: both;
    margin: 1em 0
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
img.alignright {
    float: right;
    margin: 0.5em 0 0.1em 0.9em
}

img.alignleft {
    float: left;
    margin: 0.5em 0.9em 0.1em 0
}

img.aligncenter {
    clear: both;
    display: block;
    margin: 1em auto;
}
img.alignnone {
    clear: both;
    margin: 0;
}
.wpstats {
    display: none;
}
.txt-right {
    text-align: right;
}
.txt-center {
    text-align: center;
}
/*------------*/
/*	Navigation */
/*------------*/
.wp-pagenavi {
    margin: 20px 0;
}
.wp-pagenavi a {
    border: 0 !important;
    background: transparent !important;
    margin: 0 10px 0 0 !important;
}
.linkpage a {
    margin-right: 20px;
    padding: 5px;
    background: #EFEFEF;
}
.wp-pagenavi .pages, .wp-pagenavi .current {
    padding: 5px !important;
    background: #fff !important;
    border: 1px solid #DFDFDF !important;
    margin: 0 10px 0 0 !important;
}
.navcomments a {
    margin: 10px;
}
.wp-pagenavi .next, .wp-pagenavi .prev {
    position: relative;
    padding-left: 20px;
}
.wp-pagenavi .prev {
    padding-right: 20px;
    padding-left: 0
}
/*------------*/
/*  Home page template */
/*------------*/

.curtains {
    width: 100%;
    z-index: 1;
    position: relative;
}

.curtains &gt; li {
    -webkit-transform: translateZ(0);
    background: white;
    position: fixed;
    display: block;
    left: 0;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: 1;
}
.curtains &gt; li.hidden {
    display: none;
}
.curtains &gt; li:first-child {
    z-index: 2;
}

/* Sliding panels */
.curtains &gt; li {

    box-shadow: 0 5px 5px #666;
}
.curtains &gt; li:last-child {
    box-shadow: none
}

.attachment-large{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;   
}

/* Home template color box */
#p-header {
    background: #DE8175
}
#p-portfolio {
    background: #EFA49A
}
#p-blog {
    background: #EFB8B0
}
#p-footer {
    background: #EFCFB0
}
/********/
#p-portfolio .post, #p-blog .post {
    font-size: small
}
#p-portfolio .post img, #p-blog .post img {
    height: auto;
    max-width: 100%;
    width: auto;
    box-shadow: none;
    margin: 0;
}
#p-portfolio .post h3, #p-blog .post h3 {
    padding: 0px;
    font-size: medium;
}
/********/
#p-blog, #p-portfolio {
    padding: 50px 0 20px;
}
#p-blog p, #p-blog h3, #p-blog .quote {
    padding: 0;
    margin: 0 0 10px;
}
#p-blog .wp-caption {
    margin: 0;
}
#p-blog .wp-caption-text {
    padding: 0 10px;
}
/********/
#p-footer h2 {
    margin: 30px 10px;
    text-align: center
}
/********/
.page-template .post {
    box-shadow: 0 0 2px #333;
}
.page-template .post a{
    font-weight: normal
}
.page-template .post:hover {
    box-shadow: 0 0 5px #333;
}
.page-template .post-content {
    padding: 10px;
}
.page-template .meta-post {
    border-top: 1px dotted #ccc;
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
}
.page-template .meta-post li {
    display: inline;
    margin-right: 10px;
    padding: 0;
}
/********/
#p-header h1 a, #p-header h2 span {
    display: block;
    margin: 20px auto;
    padding: 10px;
    float: none;
    max-width: 33%;
    text-align: center;
}
#p-header #logo a {
    font-weight: bold;
}
#p-header img {
    box-shadow: none;
    display: block;
    margin: 0 auto
}
/********/
@media screen and (max-width: 767px) {
    #p-header h1 a, #p-header h2 {
        max-width: 100%;
    }
}

/************** PORTFOLIO image box *******************/
.page-template .format-gallery{
    padding-top:0;
}
#p-portfolio .grid-25{
    padding: 0!important;
    margin: 0!important;
    position: relative;
}
.roll {
    background: #343434;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;    
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px  #000;
    box-shadow: 0px 0px 4px  #000; 
}
.roll h2{
    padding:20px;
    color: #fff;
    font-size: 18px;
}
.roll p{
    padding:20px;
    color: #fff;
    font-size: 14px
}
.roll img{
    display: block;
    margin: 0 auto!important;
} 
.portfolio-gallery .wp-post-image{
    margin: 0 auto;
    display: block
} 
/* COLORS ---------------------------------------------------------- */
.window h1, .window h2 {
    text-align: center;
}
#p-portfolio .grid-container {
    width: 100% !important;
    position: relative;
}
#p-blog .grid-container {
    position: relative;
}
#p-header #nav {
    margin-top: 0!important;
}
#p-blog .prev, #p-blog .next, #p-portfolio .prev, #p-portfolio .next {
    top: -60px;
}

.menuslide{
    position: fixed;
    right: 4px;
    top: 10%;
    z-index: 8888!important
}
.menuslide span{
    display: none;
}
#up, #down{
    display: block;
    height: 38px;
    width: 38px;
    background: url(images/icon.png) no-repeat 0 -49px;
    margin-bottom: 10px
}
#up:hover, #down:hover{
    opacity: 0.8
}
#down{
    background: url(images/icon.png) no-repeat 0 -100px;
}
</pre></body></html>