/*
        Style Name        : ZZZ
        Style URI        : http://juergenzahrl.com/
        Comments        : Sidebar left instead of right
*/

body.columns-two #primary {
        margin-left: 195px;
}

body.columns-two #sidebar-1 {
        left: -520px;
        margin-left: -195px;

}

div #current-content {
        margin-left: 14px;
}

body.page .entry-title {
        text-align: left;
}

.entry-title, .entry-title a, .entry-title a:visited,
h1, h1 a, h1 a:visited {
        color: #d71537;
        font-size: 1.7em;
        }

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
        background-color: #F3F3F3;
        border: 1px solid #ddd;
        padding: 3px;
        text-align: center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        }

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
        border: 1px solid #ddd;
        padding: 3px;
        }

h2 {
        color: #ff9900;
        font-size: 1.8em;
        margin-top: 1.5em;
}

div.widget widget_text, div.textwidget {
/*        color: #799d33; */
        color: #d71537;
}

.widget_text h4 {
        color: #d71537;
        font-weight: bold;
}


div.quotescollection_randomquote {
        color: #ff9900;
}