/*
Theme Name: 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%;
}

#sidebar2 {
	float:right;
}

#sidebar2 h2, #sidebar2 div {
	padding-right: 2em;
}

#sidebar2 div.wpg2sidebarblock-image {
#  margin-right: -1.2em;
  padding-bottom: 0.1em;
  display:block;
  width: 174px;
  margin:auto;
}

div.wpg2sidebargrid-image {
  display:inline-block;
}

div.wpg2sidebarblock-image a {
  padding-left: 0;
}

#wpg2-sbar-grid, #wpg2-sbar-block {
  width: 238px;
}

#wpg2-sbar-grid div, #wpg2-sbar-block div {
  padding-right: 0px;
}

div.wpg2sidebarblock-image h4 {
  text-align: center;
  padding-left: 1em;
}

#sidebar2 div div {
  padding-right: 0;
}

.textwidget {
	padding: 1em;
}
/* typography */

body {
    font-family: sans-serif;
    font-size: 80%;
}

.sidebar h2 {
    font-size: 120%;
}

.sidebar a, a.post_title {
    text-decoration: none;
}

.post_title {
    font-size: 180%;
    font-weight: bold;
}

.post_footer {
    clear: left;
}

.post_date, .post_footer, #footer {
    font-style: italic;
}

.post_header {
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
}

.post_content {
    line-height: 1.7em;
}

/* 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;
}


