/*
Theme Name:     Twenty Thirteen Sole Flavour
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Twelve theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentythirteen
Version:        0.1.0
*/

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

/* overrides */
.navbar, .comment-respond, .paging-navigation, .site-footer {
	background: #E7F7F5;
}

.entry-title a:hover {
	text-shadow: 1px 1px 0px black;
}

a, a:visited,
.entry-meta a, .entry-content a,
.navigation a,
.site-footer .widget a {
	color: #00A8A8;
}

a:hover,
.entry-meta a:hover, .entry-content a:hover, .entry-title a:hover,
.navigation a:hover,
.site-footer .widget a:hover {
	color: #00CCCC;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a {
	background: #fff;
	color: #A2A2A2;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
.nav-previous .meta-nav {
	background-color: #0cc;
}

.paging-navigation .nav-previous .meta-nav:hover {
	background-color: #ccc;
	color: #fff;
}

textarea {
	border: 2px dotted #ccc;
}

button, input[type=submit] {
	background: #0cc;
	border-color: #666;
}

button:hover, input[type=submit]:hover {
	background: #0ee;
	border-color: #bbb;
}
