﻿/*
Theme Name: RS Theme
Author: Robert Soják
Version: 1.0
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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
{
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

body
{
    line-height: 1;
}

ol, ul
{
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 2em;
    text-indent: -1em;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after
    {
        content: none;
    }

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

header, footer, nav, article, main
{
    display: block;
}


/* Wordpress */
img.alignright
{
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft
{
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright, .right
{
    float: right;
}

.alignleft, .left
{
    float: left;
}

.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.textCenter
{
    text-align: center;
}


/* Misc */
.clear
{
    clear: both;
}

h1, .h1, h2, .h2, h3
{
    text-transform: lowercase;
    margin: 0 0 0 0;
    font-family: 'Segoe UI Light', 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Tahoma, Arial, Verdana, sans-serif;
    font-weight: 300;
}

h1, .h1
{
    font-size: 50px;
}

h2, .h2
{
    font-size: 40px;
}

.h2
{
    display: block;
    color: #333333;
}

h3
{
    font-size: 30px;
}

    h1 a, h2 a, h3 a, h4 a
    {
        color: inherit;
        text-decoration: none;
    }

a
{
    text-decoration: none;
    color: #1ba1e2;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

.notransform
{
    text-transform: none;
}

.nomargin
{
    margin: 0;
}

ul.wideLine li
{
    margin-top: 10px;
    margin-bottom: 10px;
}

ul.nobullet
{
    list-style-type: none;
}

ol.nolist, ul.nolist
{
    list-style-type: none;
    padding-left: inherit;
    text-indent: 0;
}

/**/
body
{
    font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Tahoma, Arial, Verdana, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #333333;
    background-color: white;
    margin: 8px;
    margin-bottom: 70px;
    line-height: normal;
}

header,
footer,
nav,
section
{
    display: block;
}

input, textarea, button
{
    font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Tahoma, Arial, Verdana, sans-serif;
}

input
{
    padding-left: 3px;
    height: 22px;
}

    input[type="submit"]
    {
        text-transform: lowercase;
    }

button
{
    padding: 0;
    color: white;
    background-color: #1ba1e2;
    border: none;
    height: 34px;
    font-size: 16px;
}

textarea
{
    padding: 3px;
}

.pageWrapper
{
    margin: auto;
    width: 960px;
}

#SiteHeader
{
    height: 96px;
}

    #SiteHeader, #SiteHeader h1, #SiteHeader .title a span
    {
        font-size: 72px;
        color: #333333;
        margin-left: 50px;
        font-family: 'Segoe UI Light', 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Tahoma, Arial, Verdana, sans-serif;
        font-weight: 300;
        text-transform: lowercase;
    }

#SiteNav
{
    margin: 12px auto;
}

#MainMenu
{
    color: white;
    z-index: 1000;
}

    #MainMenu ul
    {
        color: white;
        background-color: #1ba1e2;
        font-size: 1.2em;
        padding: 0;
        margin: 0;
        height: 38px;
        list-style: none;
        text-indent: 0;
    }

    #MainMenu li.current-menu-item
    {
        /*background-color: #48B3E7;*/
        /*text-transform: uppercase;*/
    }

    #MainMenu ul li
    {
        text-transform: lowercase;
        list-style-image: none;
        list-style-type: none;
        line-height: 38px;
        height: 38px;
        margin: 0;
        float: left;
        font-size: 1.0em;
    }

        #MainMenu ul li a
        {
            color: white;
            display: block;
            height: 38px;
            padding: 0 24px;
        }

        #MainMenu ul li ul
        {
            font-size: 0.9em;
            visibility: hidden;
            margin: 0;
            padding: 0;
            position: absolute;
            /*border: 1px solid @STYLE_COLOR;*/
            border-top: none;
            background-color: transparent;
        }

            #MainMenu ul li ul.visible
            {
                visibility: visible;
            }

            #MainMenu ul li ul li
            {
                float: none;
                display: inline;
                line-height: 42px;
                height: 42px;
            }

                #MainMenu ul li ul li a
                {
                    background-color: #1ba1e2;
                    width: auto;
                    height: 42px;
                    line-height: 42px;
                    opacity: 0.8;
                    z-index: 100;
                    position: relative;
                }

                    #MainMenu ul li ul li a:hover
                    {
                        opacity: 1;
                    }


.menuLevel1
{
}

.menuLevel2 ul, ul.menu, ul.sub-menu
{
    text-transform: lowercase;
    list-style: none;
    padding-left: 0;
    text-indent: 0;
}

    .menuLevel2 ul li
    {
        line-height: 28px;
        float: left;
    }

    ul.menu li, ul.sub-menu li
    {
        padding-left: 0;
        text-indent: 0;
    }

.menuLevel2 .menu li a, .menuLevel2 .menu .current-menu-item .sub-menu li ul
{
    display: none;
}


.menuLevel2 .menu .current-menu-item .sub-menu li a
{
    display: block;
    padding: 0 12px;
}


footer
{
    clear: both;
    color: #717171;
    font-size: 0.8em;
    text-align: center;
    margin: 60px !important;
}

    footer a
    {
        color: #717171;
        text-decoration: none;
    }

#Watermark
{
    position: fixed;
    width: 407px;
    height: 509px;
    bottom: 10px;
    right: 10px;
    color: transparent;
    background-image: url('images/RSLogoBig.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    z-index: -1;
}

.post header, .page header
{
    margin-bottom: 16px;
}

.post.preview
{
    float: left;
    margin-bottom: 10px;
    text-align: justify;
}

    .post.preview.size-full
    {
        width: 100%;
        margin-right: 0;
    }

    .post.preview.size-half
    {
        width: 450px;
        margin-right: 30px;
    }

    .post.preview header
    {
        margin-bottom: 0;
    }

    .post.preview img
    {
        float: left;
        width: 100px;
        /*max-height: 100px;*/
        margin-right: 15px;
        margin-bottom: -30px;
        top: -36px;
        position: relative;
    }

    .post.preview .h2
    {
        padding-left: 115px;
        position: relative;
        top: 15px;
        height: 55px;
        line-height: 30px;
    }


ul.post-categories
{
    list-style: none;
    padding: 0;
    text-indent: 0;
}

    ul.post-categories li
    {
        display: inline;
        margin-right: 12px;
    }


article h2
{
    margin-top: 20px;
    margin-bottom: 20px;
}

article p
{
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: justify;
}

article .info
{
    float: right;
}

article .pspacer
{
    height: 20px;
}


article div.tileColumn div.leftColumn
{
    float: left;
    width: 200px;
    line-height: 30px;
}

    article div.tileColumn div.leftColumn img
    {
        width: 200px;
    }

    article div.tileColumn div.leftColumn a
    {
        font-size: 1.2em;
    }

    article div.tileColumn div.leftColumn .techinfo
    {
        margin-top: 10px;
        font-size: 0.9em;
        line-height: 18px;
    }

article div.tileColumn div.rightColumn
{
    padding-left: 230px;
}


article .gallery
{
    text-align: center;
    margin-top: 50px;
}

.gallery a
{
    /*display: block;
	float: left;*/
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
}


.emphasizedBlock
{
    border-top: #1ba1e2 2px solid;
    border-bottom: #1ba1e2 2px solid;
    padding: 20px 30px;
    margin: 40px 0;
    text-align: center;
}

.feedback q
{
    font-style: italic;
}

    .feedback q:before
    {
        content: "\201E";
        font-size: 2.5em;
        font-family: Consolas;
        margin: 0 10px;
        position: relative;
        top: 10px;
        font-weight: lighter;
        font-style: normal;
        opacity: 0.5;
    }

    .feedback q:after
    {
        content: "\201C";
        font-size: 2.5em;
        font-family: Consolas;
        margin-left: 5px;
        font-weight: lighter;
        font-style: normal;
        opacity: 0.5;
        position: relative;
        top: 5px;
    }

.feedback span.by:before
{
    content: " - ";
}

.feedback span.by
{
    font-style: italic;
}

.feedback.last
{
    margin-bottom: 30px;
}

.referenceItem
{
    margin: 6px;
    float: left;
}

    .referenceItem.bordered
    {
        border: 1px solid #EEE;
        width: 226px;
        height: 226px;
        overflow: hidden;
        position: relative;
    }

    .referenceItem img
    {
        display: block;
    }

.reference-item
{
    margin: 6px;
    float: left;
    cursor: pointer;
    /*background-color: yellow;*/
}

    .reference-item.bordered
    {
        border: 1px solid #EEE;
        width: 226px;
        height: 226px;
        overflow: hidden;
        position: relative;
    }

    .reference-item img
    {
        display: block;
    }

.reference-content
{
    width: 900px;
    /* height: 204px; */
    /*background-color: green;*/
    float: left;
    margin: 6px;
    padding: 24px;
    padding-top: 6px;
}

    .reference-content h2
    {
        margin-bottom: 12px;
    }

    .reference-content h3
    {
        margin: 12px 0;
    }

    .reference-content ul
    {
        padding: 0;
        margin: 0;
        list-style: none;
        text-indent: 0;
    }

        .reference-content ul li
        {
            list-style-image: none;
            list-style-type: none;
            line-height: 38px;
            height: 34px;
            margin: 8px 0;
            padding: 0 12px;
            float: left;
            font-size: 1.1em;
        }

.reference-web
{
    background: url('images/world-icon-small-gray.png') no-repeat;
    padding-left: 32px;
    height: 26px;
    font-size: 1.2em;
    line-height: 24px;
    float: right;
}

article.post p, article.post ul
{
    max-width: 800px;
    text-align: left;
}


ul.headingParagraph
{
    list-style: none;
    padding-left: 0;
    max-width: 800px;
}

    ul.headingParagraph li
    {
        padding-left: 0;
        margin-bottom: 10px;
        text-indent: 0;
    }

        ul.headingParagraph li strong
        {
            padding-right: 12px;
        }



#comments
{
    margin-top: 25px;
}

    #comments ol
    {
        list-style: none;
        padding-left: 0;
        text-indent: 0;
    }

        #comments ol.children
        {
            padding-left: 56px;
        }

article.comment
{
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    padding: 12px 0;
    margin-top: -1px;
}

    article.comment:focus
    {
        outline: solid 1px #1ba1e2;
    }

    article.comment header
    {
        margin-bottom: 0;
        height: 44px;
        /*line-height: 44px;*/
    }

        article.comment header a
        {
            color: #333333;
        }

    article.comment p
    {
        margin-bottom: 10px;
    }
	
	article.comment section.comment-content
	{
		max-height: 300px;
		overflow-y: auto;
	}

#comments img.avatar
{
    float: left;
    margin-right: 12px;
    border-radius: 50%;
}

.comment-author
{
    display: block;
    font-size: 1.1em;
    line-height: 22px;
}

.comment-time
{
    display: block;
    font-size: 0.9em;
}

#comments .reply
{
    height: 0px;
    position: relative;
    top: -22px;
	left: -20px;
    text-align: right;
    overflow: visible;
}
    #comments .reply a
    {
        font-size: 0.8em;
    }

#comments .edit-link
{
    margin-bottom: 0;
    height: 0;
    overflow: visible;
    position: relative;
    top: -44px;
    left: -22px;
    text-align: right;
    max-width: none;
}

.comment-respond
{
    margin-top: 20px;
}

#commentform
{
}

    #commentform p
    {
        margin: 5px 10px 5px 0;
        max-width: none;
        float: left;
    }

        #commentform p.comment-notes
        {
            float: none;
        }

        #commentform p *
        {
            vertical-align: top;
        }

    #commentform label
    {
        display: block;
        width: 90px;
    }

    #commentform input
    {
        height: 22px;
        padding-left: 3px;
    }

    #commentform textarea[name="comment"]
    {
        width: 509px;
        height: 134px;
        max-width: 509px;
        max-height: 200px;
        padding: 3px;
    }

    #commentform input[name="author"]
    {
        width: 157px;
    }

    #commentform input[name="email"]
    {
        width: 237px;
    }

    #commentform p.comment-form-url
    {
        margin-top: 0;
    }

    #commentform input[name="url"]
    {
        width: 412px;
    }

    #commentform p.form-submit
    {
        width: 419px;
        margin-top: 10px;
        text-align: right;
    }

    #commentform input.submit
    {
        padding: 0;
        color: white;
        background-color: #1ba1e2;
        border: none;
        height: 34px;
        width: 200px;
        font-size: 16px;
    }

#ShowCommentFormControl
{
    text-align: center;
    margin-top: 20px;
}
#ShowCommentFormControl button
{
    width: 200px;
}
