/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*SAM CSS*/
.entry-title {display:none;}

.avatar-frame {
	border: 0 solid #faf4de;
}

.round, .avatar-frame,.avatar-frame img {
	-webkit-border-radius: 50%;
/* Saf3+, Chrome */
	border-radius: 50%;
/* Opera 10.5, IE 9 */
/*-moz-border-radius: 30px;  Disabled for FF1+ */
}

a.anchor {
	position: relative;
	top: -50px;
}

.thumbnail-wrap {
	margin-bottom: 0;
	padding-bottom: 0;
}

.home h2 {
	margin-top: 0;
}

.page, .post {
	margin-top: 0;
}

.main-navigation {
	margin-top: 0;
	padding-top: 0;
}

@media all and (max-width: 800px) {
	.main-navigation {
		padding-bottom: 60px;
	}
}

.site-title {
	padding: 0;
}

div.entry-content {
	margin-top: 0;
}

.entry-header .h1 {
	padding: 0;
	margin: auto;
}

body, .main-navigation ul ul, .about-me {
	background: #fdfcf6;
}

.type-page .entry-title, .entry-title {
	color: #262163;
}

h1 {
	font-family: 'Lustria', sans-serif;
	font-size: 42px;
	line-height: 46px;
	color: #4e2e1d;
	font-weight: bold;
	margin: 50px 0 20px;
}

h2 {
	font-family: 'Lustria', sans-serif;
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #4e2e1d;
	margin: 40px 0 20px;
}

h3 {
	font-size: 32px;
	line-height: 36px;
	color: #4e2e1d;
	font-weight: bold;
	margin: 40px 0 20px;
}

h4 {
	font-size: 30px;
	line-height: 34px;
	color: #4e2e1d;
	font-weight: normal;
	margin: 30px 0 10px;
}

h5 {
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	margin: 30px 0 10px;
}

h6 {
	font-size: 22px;
	font-weight: normal;
	line-height: 26px;
	margin: 30px 0 10px;
}

p, li {
	color: #704e3c;
}

a, .main-navigation li a, .main-navigation a {
	color: #262163;
}

a:hover, a:focus, a:active, a:visited {
	color: #57579f;
}

.entry-title a {
	color: #262163;
}

.entry-title a:hover, .entry-title a:active, .entry-title a:visited {
	color: #57579f;
}

.more-link {
	background-color: #4e2e1d;
	-moz-box-shadow: 0 0 0 0 #4e2e1d;
	-webkit-box-shadow: 0 0 0 0 #4e2e1d;
	box-shadow: 0 0 0 0 #4e2e1d;
}

.more-link:active, .more-link:hover {
	background-color: #704e3c;
	box-shadow: 0 0 0 0 #704e3c;
	-moz-box-shadow: 0 0 0 0 #704e3c;
	-webkit-box-shadow: 0 0 0 0 #704e3c;
}

blockquote, blockquote p {
	font-size: 30px;
	line-height: 120%;
	text-align: right;
	color: #b8db66;
}

.site-footer, .sidebar {
	background-color: #262163;
	padding: 5px;
}

.textwidget {
	font-family: "Lustria", sans-serif;
	font-size: 30px;
	line-height: 150%;
	font-weight: 700;
	color: #f9f5da;
	text-align: center;
}

.site-info {
	color: #4a448e;
}

.widget {
	margin: 0 0 0 30px;
	padding: 10px;
}

#secondary {
	padding-top: 0;
}

.sidebar {
	margin-top: 5px;
	overflow: hidden;
}

.page-title {
	background-color: #fdfcf6;
	color: #4e2e1d;
}

/*front page layout*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0;
	margin: 0;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0;
}

.col:first-child {
	margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1;
/* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}

.span_2_of_3 {
	width: 80%;
}

.span_1_of_3 {
	width: 10%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0;
	}
	
	.span_3_of_3, .span_2_of_3, .span_1_of_3 {
		width: 100%;
	}
}

/*  turn off mobile menu */
@media all and (max-width: 783px) {
	.main-navigation,
			.site-branding {
		display: inline-block !important;
		margin: auto;
	}
	
	.menu-main-container, {
		height: 300px;
		padding-bottom: 20px;
	}
	
	.menu-mobile,
																			.toggled .nav-menu {
		display: none !important;
	}
}