/*
Theme Name:     VejLaug
Description:    Tema for Lindvang Vejlaug
Author:         Henrik Manley
Template:       twentyeleven

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
#branding .only-search {
	background-color: #bbb;
	display: none;
}

/*Remove gray line above header*/
#branding {
	border-top: none;
}

/*Fit figure caption */

.wp-caption {
    padding:0px;
    border: 0px;
	max-width: 100%;
	background: none;
}
.wp-caption img {
    border-color: #eee;
    padding: 0px;
	border: 0px;
	margin: 0px;}
.wp-caption .wp-caption-text {
	padding: 0px;
    text-align: center;	
	font-style: italic;	
}

.wp-caption .wp-caption-text:before {
    color: #FFF;
}
