/*
Theme Name:     lightsinline
Theme URI:      http://www.lightsinline.se/
Description:    Lightsinline tema för Wordpress 
Author:         Christian Gerdes
Author URI:     http://www.lightsinline.se/author/gerdes/
Template:       twentyeleven
Version:        1.0.0
*/

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

/* Modified styles */

body {
	padding: 0;
}

body.custom-background{background-color: white;}

img#wpstats {
	display: none;
	margin: 0;
}

#page {
	margin: auto;
}

#branding {
        border-top: 0px solid #bbb;
}

#branding .only-search #searchform {
        top: 20px;
	 right: 20px;
}

.widget img {
        max-width: 99.5%; /* Fluid images for posts, comments, and widgets */
}

div#query-posts-2.widget div.addthis_toolbox {
	display: none;
}

div#query-posts-2.widget p.byline {
	margin: 0;
}

div#query-posts-2.widget abbr.published {
	border-bottom: none;
	cursor: auto;
}

div#query-posts-2.widget div.entry-summary p a {
	clear: both;
	float: right;
}

#branding .only-search + #access div {
    padding-right: 0px;
}