/*
Theme Name:     Tventy Eleven Havbasse Theme
Theme URI:		http://www.havbasserne.dk
Description:    Havbasse Child Theme of Twenty Eleven
Author:         Dennis Arreborg Hansen
Author URI:
Template:       twentyeleven
Version:        0.1
*/

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

/* Set menu margin to 10 px */
#access div {
	margin: 0px 30px;
}

/*reduce searh field size*/
#branding .only-search #s, #branding .only-search #s:focus {
    width: 55%;
}	

/*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;
}
