/*
Theme Name:     Twenty Eleven Child
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme
Author:         Sam Lavender
Author URI:     http://example.com/about/
Template:       twentyeleven                             
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");

body {
}

@font-face {
	font-family: Museo-500;  
	font-weight: normal;
    font-style: normal;  
    src:url(‘https://user41253.vs.easily.co.uk/wp-content/themes/twentyeleven-child/webfonts/2808FB_0_0.ttf’) format (“truetype”);
}

body { font-family: Museo-500; }
#access {
margin-bottom: 0;
}

#main, .entry-content, .entry-summary, .singular.page .hentry {
padding: 0;
}

.page .entry-title {
display:none;
}

.twiget-widget p {
 margin-bottom: 0;
 margin-top: 0;
 }

/* ----------------------------------
WIDGETIZED THESIS FOOTER CSS
---------------------------------- */
.custom .sidebar ul.sidebar_list {position: relative;}
.custom #footer_widget_1 ul.sidebar_list li.widget {position: absolute; text-align: right; display: block; top:4px; left:0px; width:468px; }
.custom #footer-social-icons a img { float:right; }


