/* CSS Document */
/* ---------------------------------------------------------------------- */
/* Green Styles
/* ----------------------------------------------------------------------
TABLE OF CONTENTS

-Text
-Background Colors
-Borders
------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* Text
/* ---------------------------------------------------------------------- */
a { color: #93ac12; }
a > * { color: #93ac12; }

#logo img { border-color: #93ac12; }

.intro strong, .introbox strong, .iconbox > a:hover .iconbox-title, .entry-title a:hover, .project-list li:hover .entry-title { color: #93ac12; }

ul#search-results h2 a:hover { color: #93ac12; }
ul#search-results h2 a:hover strong { color: #93ac12; }

.widget ul.menu li > a:hover, .widget ul.menu li.current-menu-item > a { color: #93ac12; }

.ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li.ui-state-active a { color: #93ac12; }

.ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header.ui-state-active { color: #93ac12; }

ol.comment-list .comment-author a:hover, .post-carousel .entry-meta a:hover, .iconbox .call-to-action, .content-featured a:hover, #breadcrumbs a:hover { color: #93ac12; }

/* ---------------------------------------------------------------------- */
/* Background Colors
/* ---------------------------------------------------------------------- */
ul#navlist li.current a, .ddsubmenustyle li a { background-color: #93ac12; }

.flex-direction-nav a:hover, .flex-direction-nav a:active { background-color: #93ac12; }

.tp-leftarrow.default:hover, .tp-rightarrow.default:hover { background-color: #93ac12; }

.ie8 .flex-direction-nav a:hover, .ie8 .flex-direction-nav a:active { background-color: #93ac12; }
.ie8 .fullwidthbanner-container .tp-leftarrow.default:hover, .ie8 .fullwidthbanner-container .tp-rightarrow.default:hover { background-color: #93ac12; }

.iconbox.icon-left > a:hover .iconbox-icon { background-color: #93ac12; }

.jcarousel-prev:hover, .jcarousel-prev:focus { background-color: #93ac12; }

.jcarousel-next:hover, .jcarousel-next:focus { background-color: #93ac12; }

#toTop:hover { background-color: #93ac12; }

.page-nav li.current, .page-nav a:hover { background-color: #93ac12; }

.pricing-box.featured .price, .pricing-box.featured .title { background-color: #93ac12; }

#filter a:hover, #filter a.selected { background-color: #93ac12; }

.tags a:hover, .fullwidthbanner-container .colored { background-color: #93ac12; }

.tp-bullets .bullet:hover, .tp-bullets .bullet.selected { background-color: #93ac12; }

#newsletter-form input.button:hover, .button, .content-form input.button, #comment-form #submit, .button.black:hover, .arrow-box-hover, #footer-featured { background-color: #93ac12; }

/* HTML5 Reset CSS Rewriting */
/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection, ::selection { background: #93ac12; }

ins, mark { background-color: #93ac12; }

/* ---------------------------------------------------------------------- */
/* Borders
/* ---------------------------------------------------------------------- */
#wrap, #footer-top, .infobox, .ui-tabs .ui-tabs-nav li.ui-state-active a { border-color: #93ac12; }

.pricing-box.featured .price, .pricing-box.featured .title { border-color: #93ac12; }

.project-list .entry:hover .entry-meta, .iconbox > a:hover { border-color: #93ac12; }
