/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
h1 span, h2 span, h3 span,h4 span, h5 span, h6 span,
.text-red, .sidebar mark, a, a:visited, .wp-caption,
.image_frame, .image_frame a:hover, .button_link,
.button_styled, .btn_red, #topmenu .dropdown li:hover,
#topmenu .dropdown .current-menu-item,
#topmenu .dropdown .current-menu-ancestor,
#topmenu .dropdown li a:hover,
#topmenu .dropdown .current-menu-item a,
#topmenu .dropdown .current-menu-item li a:hover,
#topmenu .dropdown .current-menu-item .current_page_item a,
#topmenu .dropdown .current-menu-ancestor a,
#topmenu .dropdown .current-menu-ancestor a:hover,
#topmenu .dropdown li li.current-menu-ancestor a,
#topmenu .dropdown li .current-menu-ancestor .current-menu-item a,
#topmenu .dropdown .menu-item-home.current-menu-item a,
#topmenu .dropdown .menu-item-home a:hover,
.top_slider .prev:hover, .top_slider .next:hover, .top_slider .pagination li.current a,
footer .container a:hover, footer .container .copyright a, .frame_left, .frame_right,
.frame_center, .frame_box, .quote-author, .quote-author span, .quote_right, .quote_left,
.frame_quote blockquote p, .toggle, h3.toggle, .tabs li a:hover, .tabs li.current a,
.tabs_framed .tabs, .tf_sidebar_tabs .tabs li a:hover, .tf_sidebar_tabs .tabs .current a,
.slideshow.slideQuotes .slides_container .quote-text, .styled_table table, .sb,
.styled_table table tr th, .sb .box_title, .sb_red, .table_red table tr th,
.sb_red .box_title, .price_col_head .price, .link-news-rss span, .post_list li a:hover,
.faq_q, .faq_question.active, .sidebar .widget-container li a:hover,
.sidebar .widget-container .current-menu-item a,
.sidebar .widget-container .current-menu-ancestor a,
.sidebar .widget-container .current-menu-item li a:hover,
.sidebar .widget-container .current-menu-ancestor li a:hover,
.sidebar .widget-container .current-menu-ancestor .current-menu-item a,
.sidebar .widget-container.nav_style2 a, .widget_twitter .tweet_item a, .widget_calendar table a,
.widget_calendar table a:hover, .contact-address .name, .sidebar .widget_tag_cloud .tagcloud a:hover,
.widget_recent_posts .post-meta a,
.widget_popular_posts .post-meta a, .widget_recent_posts .post-meta a:hover,
.widget_popular_posts .post-meta a:hover, .widget_recent_posts ul li .post-title:hover,
.widget_popular_posts ul li .post-title:hover, .content .link-arrow,
.sidebar .widget-container.widget_recent_comments a, .widget_login .forget_password a:hover,
.postlist .summary h1 a:hover, .post-item h1 a:hover, .post-item h2 a:hover, .post-item .post-meta a:hover,
.link-comments, .entry a, .link-back:hover, .tf_pagination .page-numbers:hover, .tf_pagination .page_current,
.author-image img, .author-text h4, .entry .author-text h4, .comment-avatar .avatar img, .link-author,
a.link-author:hover,
.link-reply:hover, .add-comment h3,
.entry .add-comment h3, .link-reset {
	color: #17A345;
}

 
::selection {
	color: #17A345;
}

 
::-moz-selection {
	color: #17A345;
}