/*
Theme Name:     Twenty Twelve Child
Template:       twentytwelve                             
*/
@import url("../twentytwelve/style.css");

body {
	font-size: 10px;
	font-size: 1rem;
	font-family: "lucida sans unicode", consolas, monospace ;
	text-rendering: optimizeLegibility;
	color: #888;
}

body.custom-font-enabled {
	font-family: "lucida sans unicode", consolas, monospace;
}


.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px ;
}

/* Page structure */
.site {
    padding: 0 24px;
    padding: 0 1.714285714rem;
    /* background-color: #fff; */
    background-color: transparent;
}










.et_lb_module img, .tiled-gallery img
{
  max-width: 1000px!important;
}



/*
Page-list plugin
http://wordpress.org/extend/plugins/page-list/
*/

/* default styles for [pagelist], [subpages], [siblings] */
.page-list .current_page_item > a {
	font-weight: bold; /* hilite active item */
}

/* default styles for [pagelist_ext] */
.page-list-ext {
	clear: both;
}
/* clearfix-hack */
.page-list-ext {
	*zoom: 1;
}
.page-list-ext:before, .page-list-ext:after {
	display: table;
	line-height: 0;
	content: "";
}
.page-list-ext:after {
	clear: both;
}
.page-list-ext .page-list-ext-item {
	clear: both;
	margin: 10px 0 30px 0;
}
.page-list-ext .page-list-ext-image {
	float: left;
	display: block;
	margin: 5px 15px 15px 0;
	border: 20px solid black;
}
.page-list-ext .page-list-ext-title {
	clear: none;
}
