/*
 Theme Name:     FVAAF
 Theme URI:      http://fvaaf.org/
 Description:    FVAAF's Responsive Child Theme
 Author:         Joe Motacek
 Author URI:     http://fvaaf.com
 Template:       responsive
 Version:        0.0.1
*/

@import url("../responsive/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Header
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6{
	font-family: 'Exo', sans-serif;
}

/* Links
-------------------------------------------------------------- */
a {
	color: #232460;
	font-weight: bold;
	text-decoration: none;
}

/* Menu
-------------------------------------------------------------- */

.menu {
	background-color: #232460;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#232460), to(#515179));
	background-image: -webkit-linear-gradient(top, #232460, #515179);
	background-image: -moz-linear-gradient(top, #232460, #515179);
	background-image: -ms-linear-gradient(top, #232460, #515179);
	background-image: -o-linear-gradient(top, #232460, #515179);
	background-image: linear-gradient(top, #232460, #515179);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#232460, endColorstr=#515179);
	margin: 0 auto;
}

.menu a:hover {
	background-color: #5C2D18;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5C2D18), to(#755242));
	background-image: -webkit-linear-gradient(top, #5C2D18, #755242);
	background-image: -moz-linear-gradient(top, #5C2D18, #755242);
	background-image: -ms-linear-gradient(top, #5C2D18, #755242);
	background-image: -o-linear-gradient(top, #5C2D18, #755242);
	background-image: linear-gradient(top, #5C2D18, #755242);
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5C2D18, endColorstr=#755242);
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #F57840;
}

/* Meetup 
-------------------------------------------------------------- */

.wp-meetup-event a.wp-meetup-event-link {
    background: none repeat scroll 0 0 #F57840;
}

#wp-meetup-widget-calendar a{
	bacground-color: #F57840;
	font-weight:bold;
}