/*
Theme Name: Petrulaitis web
Theme URI: http://www.petrulaitis.lt
Description: Tema Dariui ;)
Version: 1.0
Author: Vaidotas Gaidelis
Author URI: http://www.manoakys.lt
*/

/* Main stuff */
body {
    margin: 0px;
    padding:0px;
    background: #fff;
    color: #58595b;
    font: 12px Times New Roman, Times, serif;
    font-style: italic;
    background-repeat: repeat;
    background-position: 165px 0;
    background-attachment: fixed;
}

a {
   color: #58595b;
   text-decoration: none;
}

a:hover, a.post-selected {
    text-decoration: underline;
    font-weight: bold;
}

.clear {
    clear: both;
}

/* Menu/sidebar */

#sidebar {
    width: 150px;
    overflow: auto;
    padding-right: 15px;
    float: left;
    background: #fff;
    height: 100%;
    position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
}

#sidebar .textwidget h2, .widget_text p {
    float: right;
    margin:2px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 2px 5px 2px 5px;
}


#sidebar .widget_text h3 a{
    float: right;
    margin:2px;
    text-decoration: underline;
    color: #58595b;
    font-size: 12px;
    text-transform: uppercase;
}

#sidebar ul {
    margin:0;
    padding-left: 10px;
}

#sidebar .textwidget h2 {
    margin-top: 20px;
    font-size: 11px;
    text-transform: uppercase;
}

#sidebar .textwidget h2 a:hover{
    text-decoration: underline;
    font-weight: normal;
}

#sidebar .widget_text a {
   color: #fff;
   text-decoration: none;
}

#sidebar li.widget_categoryposts {
    clear: both;
    padding-top: 1px;
}

#sidebar h2 {
    margin: 20px 0 0 0;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
}

#sidebar ul {
    text-align: right;
    margin-top: 0;
}

#sidebar li {
    list-style-type:none;
}

/* end menu/sidebar */

#content {
    margin: 5px 0 0 15px;
    padding-left: 170px;
    float: left;
}
