/*
Theme Name: Tardigrada
Theme URI: http://www.tardigrada.hr/
Description: The Tardigrada identity theme.
Version: 0.1
Author: Tardigrada team
Author URI: http://www.tardigrada.hr/
Tags: green-black, custom header, fixed width, two columns, widgets
*/

@import url("/CSS/general.css");


/*
********************************************************************************
* Wordpress general
********************************************************************************
*/

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}


/*
********************************************************************************
* Tardigrada
********************************************************************************
*/

#content
{
    float: left;
    width: 620px;
    padding-right: 20px;
}

#content .post
{
    margin-bottom: 30px;
}

#content h2
{
    font-size: 1.8em;
    padding-bottom: 5px;
    margin-bottom: 2px;
    border-bottom: 1px solid #ddd;
}

#content h2 a, #content h2 a:visited
{
    color: black;
    border-bottom: 5px solid white;
}

#content h2 a:hover, #content h2 a:focus
{
    border-bottom: 5px solid #337321;
}

#content h3
{
    background: none;
    border: 0;
    padding: 0;
    margin-top: 1.3em;
    margin-bottom: 0.1em;
}

#content small
{
    color: #888;
    font-size: 70%;
}

div.wp-caption a
{
    border: 0;
}

p.wp-caption-text
{
    text-align: center;
    color: #888;
    font-size: 70%;
}

.entry
{
    margin-top: 20px;
}

.entry p, .entry ul, .entry ol
{
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

/* code blocks inside the blog post */
.entry pre
{
    margin-bottom: 1.5em;
    padding: 10px;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/*
********************************************************************************
* Sidebar
********************************************************************************
*/

#sidebar
{
    float: left;
    width: 300px;
    padding-left: 19px;
    border-left: 1px solid #ddd;
}

#sidebar > ul
{
    list-style: none;
    padding-left: 0;
}

#sidebar h2
{
    padding: 8px 0 0 5px;
    height: 22px;
    background: #ddd url('/images/header_gradient.png') repeat-x;
    border-bottom: 5px solid #337321;
}

#searchform
{
    overflow: hidden;
}

#searchform label
{
    display: none;
}

#searchform input
{
    float: left;
}

#searchform input[type="text"]
{
    float: left;
    margin-right: 10px;
}

.widget
{
    padding-bottom: 20px;
}

.widget ul
{
    list-style-image: url('/images/green_bullet.gif');
}

a#rss-icon
{
    display: block;
    height: 122px;
    width: 300px;
    overflow: hidden;
    border: 0;
    margin-bottom: 20px;
}

a#rss-icon:hover, a#rss-icon:focus
{
    border: 0;
}

a#rss-icon:hover img, a#rss-icon:focus img
{
    margin-top: -122px;
}


/*
********************************************************************************
* Comments
********************************************************************************
*/

h3#comments, div#respond > h3
{
    padding-top: 14px;
    height: auto;
}

input[type="text"],
textarea
{
    border: 2px solid #ddd;
}

input[type="text"]:focus,
textarea:focus
{
    border: 2px solid #3b0;
}

ol.commentlist
{
    list-style: none;
    padding-left: 0;
}

.comment span.says
{
    display: none;
}

.comment cite.fn
{
    position: relative;
    top: -20px;
}

.comment > .comment-body > em
{
    position: relative;
    top: -20px;
    left: 38px;
}

.comment div.commentmetadata
{
    position: relative;
    top: -20px;
    left: 38px;
    padding-left: 14px;
    background: url('/images/green_bullet.gif') no-repeat left 6px;
}

.comment div.commentmetadata a, .comment div.commentmetadata a:visited
{
    color: #888;
    font-size: 70%;
    text-decoration: none;
    border: 0;
}

.comment-body p
{
    position: relative;
    top: -20px;
}

.pingback .comment-body p
{
    position: static;
}

#commentform textarea
{
    font-family: Verdana, sans-serif;
    font-size: 14px;
}


