/*
	Author Name : BERNAWEBDESIGN.CH
	Author Site : http://www.bernawebdesign.ch
	Scheme Name : VAPN.ch blog custom theme
	Comments    : Css Scheme for VAPN.CH to be used as a child scheme of
	            : TWENTYTEN wordpress theme
	            : all css have to be be in the www.domain.com/css folder
	Version     : 1.0.0
	Date        : 29.09.2010
*/

html body {
    background-color:#B0CA62;
}

#main, #footer {
	background-color: #829B35;
}

#vapn_loghi {
	background-image: url(../img/pole_bottom_summer.png);
}

#content .entry-title, h3#comments-title, h3#reply-title,
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
color: #B0CA62;
}



.entry-title a:link, .entry-title a:visited, 
.comment-meta a:link, .comment-meta a:visited, 
.navigation a:link, .navigation a:visited {
color: #B0CA62;
}

.post {
    border-bottom: thin solid #B0CA62;
}


