.navigation {

background: #1A5C7C none repeat scroll 0% 0%;
border-bottom: 3px solid #34B36E;
}

body a {color:#232323;}/* LINKS */
.searchbutton{
background:#34B36E;
}/* SEACRH BUTTON */

/* BACKGROUND */
body {
background: #eee url('images/greyzz.png') repeat}

.meta {color:#555;}

/* 1 */
.block3.rgb1 h2 {

background: #34B36E;
}

.rgb1 a , .rgb1 .meta{color: #232323;}

/* 2 */
.block1.rgb2 h2, .block2.rgb2 h2, .block3.rgb2 h2, .block2c.rgb2 h2, .block1c.rgb1 h2{
background: #1A5C7C none repeat scroll 0% 0%;
border-bottom: 3px solid #34B36E;
}

.rgb2 a,.rgb2 .meta {color: #232323;}

/* BLOCK'S BACKGROUND */
.block2c, .block1c {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c05c37+0,90503e+100 */
background: #c05c37; /* Old browsers */
background: -moz-linear-gradient(top,  #c05c37 0%, #90503e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c05c37 0%,#90503e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c05c37 0%,#90503e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c05c37', endColorstr='#90503e',GradientType=0 ); /* IE6-9 */

}