/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.entry-title { text-align: center; }

.entry-header { text-align: center; }

#page::before { background-color: transparent; }

#page::before, #masthead, #secondary { width: 90%; }

.widget-area {
	padding-top: 12px;
	background-color: rgba(242,242,242,1.0);
	border-style: outset;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
	border-width: 12px;
	border-color: grey;
	border-top-width: 4px;
}

.widget {
	margin: 0 10.6383%;
	text-align: center;
}

.widget-title { text-align: center; }

a.genericon { font-size: 28px; }

.site-header {
	background-color: rgba(242,242,242,1.0);
	border-bottom-right-radius: 40px;
	border-style: outset;
	border-top-style: none;
	border-width: 12px;
	border-color: grey;
}

.site-title { text-align: center; }

.site-description { text-align: center; }

/*
.menu-toggle {
	text-align: center;
}
*/
.site-navigation {
	text-align: center;
	border-bottom-right-radius: 40px;
	border-top-left-radius: 40px;
}

.site-navigation ul ul {
	font-style: italic;
	font-size: 90%;
	margin-left: 0;
	border-color: grey;
	border-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
}

#menu-item-1262 {
	font-style: bold;
	font-size: 120%;
	text-align: center;
}

@media screen and (min-width: 770px) {
	#wrapper {
		max-width: 1200px;
		margin-right: 3.4%;
	}
	
	#primary {
		width: 76.5%;
	}
	
	#page::before {
		width: 20%;
	}
	
	#masthead, #secondary {
		padding: 0;
		width: 190px;
		position: fixed;
	}
	
	#masthead {
		z-index: 30;
	}
	
	#secondary {
		z-index: 15;
	}
	
	.widget-area {
		top: 57%;
	}
	
	.main-navigation {
		margin-bottom: 20px;
	}
	
	.site-header {
		border-top-left-radius: 40px;
		border-bottom-right-radius: 40px;
		position: fixed;
	}
	
	.site-navigation ul ul {
		font-size: 100%;
		border-right-style: solid;
		left: 0;
		top: 36px;
	}
}

.site-content article {
	background-color: rgba(242,242,242,1.0);
	border-radius: 80px;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-style: outset;
	border-width: 14px;
	border-color: grey;
	font-family: "null";
}

.comments-area article {
	border-style: solid;
	border-radius: 0px;
	border-width: 2px;
	padding: 10px;
}

.entry-meta {
  /*visibility: hidden;*/
}


.site-content p {
	margin-bottom: 1.2rem;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.entry-header h1 { font-size: 50px; }
.entry-content h5, .entry-content h6 { font-size: 22px; }
.entry-content h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

.site-footer {
	visibility: hidden;
}