/*
Theme Name:		Accessible Futures
Theme URI:		http://accessiblefutures.org
Description:	Multicolor child theme for the Twenty Thirteen theme 
Author:			Kirsten Keister
Template:		twentythirteen
Tags:			blue, gray, green, yellow, pink, purple, red, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Version:		1.0

*/

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

/*-- LINKS		-------------------*/
a { color: #4e94c2; text-decoration: none; }
a:visited { color: #4e94c2; }
a:active, a:hover { color: #299dec; outline: 0;}
.entry-meta a, .entry-content a, .comment-content a { color: #4e94c2; }
.entry-content a:hover, .comment-content a:hover { color: #299dec; }

/*-- MAIN 		-------------------*/
.site { max-width: 100%; }
.entry-header, .entry-content, .entry-summary, .entry-meta { max-width: 1080px; }
.comments-title, .comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe { max-width: 1080px; }

/*-- HEADER		-------------------*/
.site-header .home-link { min-height: 100px; }
.site-header .site-logo { padding: 30px 0; width: 40%; }
.navbar { background-color: #89c6ee; max-width: 100%; }
.nav-menu li:hover > a, .nav-menu li a:hover { background-color: #4e94c2; }
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a { font-style: normal; color: #fff; }

/*-- WIDGETS, SIDEBAR, FOOTER	-------------------*/
.widget { background-color: #f9f9f9; }
.site-footer { background-color: #FFF; border-top: 1px solid #4e94c2; color: #002741; padding-top: 30px; }
.footer-widgets { max-width: 1080px; margin: 0 auto; }
.site-footer .sidebar-container { background-color: transparent; }
.sidebar .site-footer .widget-area { max-width: 1080px; left: 0; }
.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta  {padding-left: 0px; }
.widget .widget-title { font-style: normal; font-weight: 500; }


@media (max-width: 1599px) {

}

@media (max-width: 1069px) {

}

@media (max-width: 999px) {
	.site-header .site-logo { width: 50%; }
}

@media (max-width: 767px) {
	.site-header .site-logo { width: 50%; }
}

@media (max-width: 643px) {
	.site-header .site-logo { width: 60%; }
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-header .site-logo { width: 100%; }
}