
body, p, pre, form, input, textarea, select { font-family: PT Sans Caption, sans-serif; font-size: 12px; font-weight:400; }
h1, h2, h3, h4, h5, h6, blockquote, .item_action { font-family: News Cycle, sans-serif; font-weight:400; }
h1.logo { font-family: News Cycle, sans-serif; font-weight: 700; }
#header div.nav ul li a { font-family: News Cycle, sans-serif; font-size:13px }


body, p, pre, .item_action a { 
	color:#444444; 
}

h1,h2,h3,h4,h5,h6 { 
	color:#444444; 
}

a, a:visited, .item_action a:hover {
    color: #79a538;
}

div.entry h3 a, .widget-container ul.social li a:hover, div.sidebar ul li a:hover, div.sidebar ul li a:focus { 
  color: #444444; }

div.entry h3 a:hover, .widget-container ul.social li a, div.sidebar ul li a { 
  color: #79a538; 
}

div.panel, div.panel .toggle, #header div.nav ul li ul, #header div.nav ul li.parent a.active, #header div.nav ul li.parent a.active:hover, .icon-large, .page-intro, a.more:hover, span.or_dot {
    background: #79a538;
}

blockquote { 
  border-left: 3px solid #79a538;}

.button {
    color:#ffffff !important;
    background: #79a538;
    background: -moz-linear-gradient(top, #79a538 0%, #678b33 100%);
    background: -webkit-linear-gradient(top, #79a538 0%, #678b33 100%); 
    background: -o-linear-gradient(top, #79a538 0%, #678b33 100%); 
    background: -ms-linear-gradient(top, #79a538 0%, #678b33 100%); 
    background: linear-gradient(top, #79a538 0%, #678b33 100%); 
}
.secondary-button {
    color:#000000 !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); 
    background: -o-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); 
    background: -ms-linear-gradient(top, #ffffff 0%, #e9e9e9 100%); 
    background: linear-gradient(top, #ffffff 0%, #e9e9e9 100%); 
}

.button:hover, .secondary-button:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover  {
    color:#ffffff !important;
    background: -moz-linear-gradient(bottom, #000000 0%, #343434 100%); 
    background: -o-linear-gradient(bottom, #000000 0%, #343434 100%);
    background: -webkit-linear-gradient(bottom, #000000 0%, #343434 100%);
    background: linear-gradient(bottom, #000000 0%, #343434 100%); 
}

