/*
Theme Name: pato.Dudits.net v2
Theme URI: http://www.dudits.net
Description: WordPress theme based on <a href="http://blog.mihalev.info/wordpress-themes/#Rusty_1">Rusty</a> for dudits.net
Version: 2.0
Author: Patrik Dudits
Author URI: http://www.dudits.net
*/

/* positions */

body {
    margin: 26px 0;
    padding: 0;
}

#blog_title a {
	display: block;
}

#header_1, #blog_title, #blog_title a {
    height: 164px;
}



#header_1 {
    margin-bottom: 26px;
}


#left_side, #right_side, #left_side_2, #right_side_2, #blog_moto {
    display: none;
}

#sidebar {
    left: 0px;
    width: 165px;
    padding: 0 10px 0 21px;
    position: absolute;
}


#sidebar ul, #sidebar li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sidebar ul {
    padding-bottom: 0.5em;
}


#sidebar li {
    margin-bottom: 1em;
}

#sidebar ul ul {
    margin-top: 0.5em;
    padding-bottom: 0em;
}

#sidebar ul ul ul {
    margin-top: 0;
}

#sidebar li li {
    margin-bottom: 0;
}

#sidebar li h2 {
    margin: 0;
    padding: 0.5em;
    padding-left: 10px;
}

#sidebar li a {
    padding-left: 10px;
}

#sidebar table, #sidebar table caption {
    margin: auto;
}

#sidebar li li li {
    margin-left: 2em;
    padding: 0;
}

#sidebar li li li a {
    padding: 0;
}

#text {
    margin-left: 186px;
    padding: 0 2em 2em 2em;
    border-left: 2px solid;
}

.post, .post_2 {
    /*padding: 0 2em;*/
    margin-bottom: 2em;
}

.post_date {
    padding-top: 0.5em;
}

#footer {
    padding: 0.5em 0 0.5em 210px;
}

#header {
    position: relative;
}



#header_2 {
    position: absolute;
    margin: 0;
    padding: 1em;
    right: 0;
    bottom: 0;
}

* html #header_2 {
    bottom: auto;
    top: 0px;
    filter: alpha(opacity=50);
}

#s {
    margin-top: 0.5em;
}

* html #sidebar {
    position: absolute;
    left: 0;
}

* html #sidebar ul {
    height: 1%;
}

.comment_content {
  border-left: 2px solid;
  margin-top: -0.5em;
  padding-left: 1em;
}

#respond .comment_content {
  margin-top: inherit;
  padding-left: inherit;
  border-left: 0 none;
}

/* typography */

body {
    font-family: sans-serif;
    font-size: 80%;
}

code {
  font-family: "Lucida Console", "Courier New", monospace;
}

#sidebar h2 {
    font-size: 120%;
}

#sidebar a, a.post_title {
    text-decoration: none;    
}

h1, .post_title {
    font-size: 180%;
    font-weight: bold;
    margin-bottom: auto;
}

h1 .post_title {
  font-size: 100%;
}

.post_footer {
    clear: left;
}

.post_date, .post_footer, #footer {
    font-style: italic;
}

.comment_title {
    font-weight: bold;
}

.post_header {
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
}

.post_content {
    line-height: 1.7em;
}

.post_content pre {
    margin: 0 1em;
    padding: 0.5em;
}

/* custom styles */
table.picasalink {
    float: left;
    margin-right: 1em;
}

/* colors and images */
body {
  background-color:white;
}

#header_1 {
    background: #6E6E3E url(images/header.jpg) 355px 0px no-repeat;
}

#blog_title {
    background: url(images/logo.gif) no-repeat;
    text-indent: -100em;
}



/* main color: 3B8535 */
a, .post_date {
    color: #3B8535;
}


#sidebar li h2 {
    color: white;
    background-color: #3B8535;
}

/* site identification color */
#sidebar * {
    background-color: #D8FFA6;
}

#header_2 a {
    color: black;
}

#sidebar, #text, .post_header {
    border-color: #7CB764;
}

#footer {
    background-color: #CFCFB5;
}

#header_2 {
    background-image: url(images/translucent.png);
    color: black;
}


a:hover, .post_footer a:hover {
    color: #871C1C;
}

.post_title, .post_footer a {
    color: #A19664;
}

.post_footer {
    color: #A39D84;
}


/* site colors */
#header_1 {
    background: #686E6C url(images/header-pato.jpg) 355px 0px no-repeat;
}

#blog_title {
    background: url(images/logo-pato.gif) no-repeat;
    text-indent: -100em;
}

/* main color: 3B8535 */
a, .post_date {
    color: #686E6C;
}


#sidebar li h2 {
    color: white;
    background-color: #838FAF;
}


/* site identification color */
#sidebar *, #footer, pre {
    background-color: #D9E2E6;
}

.comment_content {
    border-color: #D9E2E6;
}

#header_2 a {
    color: black;
}

#sidebar, #text, .post_header {
    border-color: #4F587F;
}


#header_2 {
    background-image: url(images/translucent.png);
    color: black;
}


a:hover, .post_footer a:hover {
    color: #871C1C;
}

.post_title, .post_footer a, .comment_date {
    color: #4F587F;
}

.post_footer {
    color: #A39D84;
}
