/*
Theme Name: HVB
Description: Hudson Valley Bookkeeper (Child theme for the twentyeleven theme)
Author: Ryan Smith
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

body {
    background: url('/wp-content/uploads/2013/12/HVB_Background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

a:link,
a:visited {
	color: #046c8c;
	text-decoration: none;
}

a:hover {
	color: #046c8c;
	text-decoration: underline;
}

a:active {
	color: #046c8c;
	text-decoration: none;
}

h1,
.entry-title,
.singular .entry-title {
	color: #046c8c;
}

.singular .entry-title {
	font-size: 26px;
	line-height: 1.5em;
}

#branding {
	text-align: center;
}

#branding hgroup {
	margin: 0;
}

#branding img {
	width: 1000px;
	padding: 10px 0;
	margin: 0 auto;
}

.menu-top-nav-container {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#access ul {
	margin-left: -71px;
}

#menu-top-nav {
	float: left;
	left: 50%;
	position: relative;
}

#menu-top-nav li {
	right: 50%;
	position: relative;
}

#menu-top-nav li a {
	white-space: nowrap;
}

#page {
	background-color: #fff;
}

#menu-services {
	margin-left: 15px;
}

#site-title {
	margin-right: 270px;
	padding: 1em 0 1em;
}

.singular.page .hentry {
        padding: 0em 0 0;
}


@media screen and (max-width: 1060px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 600px) {

	#access ul {
		margin-left: 0;
	}

	#menu-top-nav {
		float: none;
		left: 0;
		position: relative;
	}

	#menu-top-nav li {
		right: 0;
		position: relative;
	}

}
