/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.green
{
	color: #266d25 !important;
}

.yellow
{
	color: #e1c20a !important;
}

.brown
{
	color: #2e1a14 !important;
}

.post-item .post-item-description > H2
{
	color: #266d25 !important;
	
}

.post-item .post-item-description > A, .post-item .post-item-description > A:link, .post-item .post-item-description > A:visited, .post-item .post-item-description > A:hover, .post-item .post-item-description > A:active
{
	color: #266d25 !important;
	text-decoration: underline;
}

  a.btn:not([href]):not([tabindex]).btn-rss,
  .btn.btn-rss {
    background-color: #faa33d !important;
    color: #ffffff !important;
    border-width: 0; }
