/*
Predefined Colors
Theme: Berry
*/
/* Links */
a:hover,
a:active,
.post-title a:hover,
.post-title a:active,
.widget a:hover,
.widget a:active,
.postmeta a:hover,
.postmeta a:active {
	color: #1079c9;
	text-decoration: underline;
}
/* Body */
body {
    background-color: #c5d0d6;
}
/* Top Navigation */
#topnav,
#topnav-icon,
#topheader {
	background: #01162f;
}
#topnav-menu .current_page_item,
#topnav-menu .current-menu-item {
	background: #d00a0a;
}
.navhdr #topnav-menu .current_page_item,
.navhdr #topnav-menu .current-menu-item,
.natty #topnav-menu .current_page_item,
.natty #topnav-menu .current_page_item {
	background: #132c4a;
}
#topnav-menu {
    margin-left: 0;
}
#topnav-menu a:hover,
#topnav-menu li a:hover {
	background: #a01203;
}
#topnav-menu .sub-menu,
#topnav-menu .children {
	background-color: #001228;
}
ul#topnav-menu ul a:hover,
#topnav-menu ul ul a:hover,
ul#topnav-menu ul a:focus,
#topnav-menu ul ul a:focus {
	background-color: #a01203;
}
/* Search */
.search-form-top {
    background-color: #01162f;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
.search-form .search-submit {
    background: rgba(0, 0, 0, 0.65);
}
.search-form .search-submit:hover {
	background: #d00a0a;
}
/* Main Navigation */
#navi-wrap {
	background: #d00a0a;
	border-top: none;
	border-bottom: 4px solid #6a0709;
}
.stickynav,
.natty #navi-wrap {
	background: #d00a0a;
	border-top: 3px solid #a51111;
	border-bottom: 3px solid #a51111;
}
.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #7e0909;
	color: #fff;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #021935;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #082b54;
}
#header .search-icon:before,
#header #navi-wrap .nav-menu li a,
#header .site-header .search-form:before,
#header #navi-wrap .nav-menu li.menu-item-has-children > a:after,
#header #navi-wrap .nav-menu .submenu li.menu-item-has-children > a:after {
	color: #f9f9f9;
}
/* Header */
#header-wrap,
.natty #header-wrap {
    background: #024b90;
    background: #5dcdf5 -webkit-gradient(linear, left top, left bottom, from(#024b90), to(#5dcdf5)) no-repeat;
    background: #5dcdf5 -moz-linear-gradient(top, #024b90, #5dcdf5) no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#024b90, endColorstr=#5dcdf5) no-repeat;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#024b90, endColorstr=#5dcdf5)" no-repeat;
}
.natty #header-wrap {
	border-top: 1px solid #1c6ab3;
}
.header-line {
	border-top: 15px solid #014074;
}
#header-social-icons .social-icons-menu li a:hover,
#header-social-icons .social-icons-menu li a:hover:before  {
	background: #a01203;
}
#logo .site-title,
#logo a:hover .site-title,
#logo .site-description {
	color: #f7f7f7;
}
/* Content */
.wide-header #content-wrap {
	border: 1px solid #5998c8;
	margin:0.6em auto 0.95em;
	box-shadow: none;
}
/* Sidebar */
#sidebar .widgettitle,
#frontpage-magazine-widgets .widget .widgettitle,
.widget-tabnavi {
	background: #01162f;
}
#sidebar .widget {
	border: 3px solid rgba(0, 0, 0, 0.2);
}
#sidebar .sideleft .widget, #sidebar .sideright .widget {
   	border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.4em;
}
.widget-tabbed .tabdiv li.widget-thumb .wp-post-image {
    margin: 0.3em 0.5em 0.5em 0;
	padding: 2px;
    max-width: 55px;
	border: 1px solid #ddd;
}
.entry .more-link:hover {
	background-color: #d00a0a;
}
#commentform #submit {
	background: #01162F;
}
#commentform #submit:hover {
	background: #d00a0a;
}
/* Footer Widgets */
#footer-widgets-bg {
	background: #193761;
	border-top: 5px solid #6988b2;
}
#footer-widgets .widget {
    background: #eae3d8;
    border: 5px solid #6988b2;
}
#footer-widgets .widgettitle {
    background: #01162f;
	padding: 0.7em 1em;
}
#footer-widgets .widget ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
#footer-widgets .widget a:link,
#footer-widgets .widget a:visited {
    color: #333;
}
#footer-widgets .product-title,
#footer-widgets .widget div,
#footer-widgets .widget ul {
	color: #333;
}
/* Footer */
#footer {
    border-top: 1px solid #2f5282;
	background: #010e1f;
}
/* LOL to Top */
.scrollToTop {
    background: #193761;
}
.scrollToTop:hover {
    background: #1079c9;
}
/* Tablets (landscape) | <960px */
@media only screen and (max-width: 60em) {
	#header .menu-toggle {
		color: #f9f9f9;
		border-bottom: none;
	}
	#header #navi-wrap {
		border: none;
	}
	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #7e0909;
		color: #fff;
	}
	.toggled-on .nav-menu .sub-menu,
	.toggled-on .nav-menu .children {
		background-color: #021935;
	}
	#header-banner .widget {
		padding: 0;
	}
	#topnav-menu .current_page_item,
	#topnav-menu .current-menu-item {
		background: #01162f;
	}
	.wide-header #content-wrap {
		border: 0;
		margin:0 auto;
	}
	#sidebar {
		clear: both;
		margin: 1em 0 0;
		padding:1em;
		width: 100%;
	}
}
@media only screen and (max-width: 50em) {
	#topnav-menu {
		background: #9F0808;
	}
}