/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/
.format_text p {
margin-bottom: 0.8em;}
blockquote p {color: #000000;}
blockquote { border-left:none;}

/*---:[ nicer overall layout ]:---*/
body {
	background: #f4f3ef;
}
#container {
	max-width: 1100px;
	width: 94%;
	margin: 2em auto;
	background: #ededed;
	border-radius: 10px;
	box-shadow: 0 4px 18px rgba(0,0,0,0.12);
	overflow: hidden;
}
#page {
	padding: 2em 2.5em;
	border-radius: 10px;
}
#header {
	border-radius: 8px 8px 0 0;
	margin-bottom: 1.5em;
}
#logo a {
	letter-spacing: 0.5px;
}
.menu {
	border-radius: 6px;
	overflow: hidden;
}
.post_box, .teasers_box, li.widget .widget_box {
	border-radius: 6px;
}
li.widget .widget_box {
	box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
#footer {
	border-radius: 0 0 8px 8px;
	margin-top: 1.5em;
}
img, .post_image {
	border-radius: 4px;
}

@media (max-width: 700px) {
	#container {
		width: 100%;
		margin: 0;
		border-radius: 0;
	}
	#page {
		padding: 1.2em;
	}
	#column_wrap, #sidebars, #sidebar_1, #sidebar_2, #content {
		float: none !important;
		width: 100% !important;
	}
}