/* 
INWERS CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.



*/
h2, h3, h4, h5, h6 {
color: #7ACA47;
}

h5, h6, .third_menu li a:hover, .follow_us, .project_title:hover, .secondary_menu li span, .sec_menu_selected_middle, .related_projects:hover, .read_more:hover, .newer_articles:hover, .older_articles:hover, .input_middle, .input_middle_blog, textarea, .blog_left a:hover, .blog_left h1 a:hover, .add_a_comment, .comment-reply-link, .input_middle_comments {
color:#7ACA47;
}
.main_menu li .selected_middle a:hover, .secondary_menu li a:hover {
color:#7ACA47;
}

.secondary_menu {
margin:0 auto;
padding-top:16px;
width:900px;
}


li {font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
font-size:14px;
color:#333333;
padding-bottom:5px;
}

a:link {color:#7ACA47;}
a:visited {color: #7ACA47;}
a:hover {text-decoration: underline;}
