/*
Theme Name: Haga-Dijkstra
Theme URI: 
Author: Danny
Author URI: 
Template: twentyeleven
Description: The theme used in the website for praktijk Haga-Dijkstra.
Version: 0.1
Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* Load the style information of the base theme. */
@import url("../twentyeleven/style.css");

/* =Structure
----------------------------------------------- */

#page {
    margin: 0 auto;
}

/* One column */
.one-column #page {
	max-width: 900px;
}


/* =Header
----------------------------------------------- */

#branding {
    border-top: 0px;
    padding-top: 2em;
}

#branding hgroup {
    background: white url('images/header/logo.png') no-repeat left center;
    margin: 0 2em 2em;
    padding: 1em 9em;
}

#site-title {
	padding: 0;
	margin-right: 150px;
}

#site-description {
	/*margin: 0 270px 3.65625em 0;*/
    margin: 0;
}

/* Search Form */
#branding #searchform {
	top: 3em;
}
.one-column #branding #searchform {
    top: 3em;
}

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

#access {
	background: #3383ff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#6699ff, #0066ff);
	background: -o-linear-gradient(#6699ff, #0066ff);
	background: -webkit-linear-gradient(#6699ff, #0066ff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6699ff), to(#0066ff)); /* older webkit syntax */
	}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #d0dfff;
}
#access li:hover > a, #access a:focus {
	background: #d0dfff; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#e3ecff, #b7cfff);
	background: -o-linear-gradient(#e3ecff, #b7cfff);
	background: -webkit-linear-gradient(#e3ecff, #b7cfff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e3ecff), to(#b7cfff)); /* Older webkit syntax */
	color: #373737;
}
#access a {
	color: #ffffff;
}

/* =Content
----------------------------------------------- */

.hentry, .no-results {
	margin: 0 0 2em;
	padding: 0 0 2em;
}

/* Links */
a {
	color: #13629e;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

