

@font-face {
    font-family: 'aleolight';
    src: url('/Aleo-Light-webfont.eot');
    src: url('/Aleo-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Aleo-Light-webfont.woff') format('woff'),
         url('/Aleo-Light-webfont.ttf') format('truetype'),
         url('/Aleo-Light-webfont.svg#aleolight') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* .storybox, .bydesc, .underarticle, .ads, .contact, .frontbox {
	max-width: 1000px;
	margin: auto;
} */


body {
	max-width: 1000px;
	margin: auto;
}

.menu {
	background-color: #e30615;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%; 
}

.menu a {
	color: white;
}

#wpadminbar {
	top: initial !important;
	bottom: 0 !important;
}

.menu ul {
	padding: 0;
	margin: auto;
	margin-top: 10px;
	max-width: 1000px;
}

.menu li {
	list-style-type: none;
	float: left;
	width: 20%;
	color: white;
	height: 40px;
	font-family: Helvetica, Arial, sans-serif; 
	font-weight: 300;
	text-transform: uppercase;
}

.menuitem {
	padding-top: 8px;
}

.menuleft {
	text-align: left;
}

.menuright {
	text-align: right;
}

.ads {
	margin-top: 4em;
}

.subscribe, .resources {
	padding-top: 2em;
}

.ad1 {
	float: left;
	width: 50%;
	margin-bottom: 3em;

}

.ad2 {
	float: left;
	width: 50%;
	text-align: right;
	margin-bottom: 3em;
}


.storybox {
	clear: both;
}

img {
	max-width: 100%;
}

a {
	color: #e30713;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.alignnone {
	width: 100%;
}

.alignright {
	float: right;
	padding-left: 2em;
	padding-bottom: 2em;
	padding-right: 100px;
}

.alignleft {
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 100px;
}

.aligncenter {
	margin: auto;
    display: block;
}

p {
	padding-left: 100px; 
	padding-right: 100px;
	font-size: 1.2em;
	font-family: 'aleolight'; /* need to embed font - use fontsquirrel kit */
	font-weight: 100;
	line-height: 1.6em;
}

.storybox li {
	margin-left: 100px;
	margin-right: 100px;
	font-size: 1.2em;
	font-family: 'aleolight'; /* need to embed font - use fontsquirrel kit */
	font-weight: 100;
	line-height: 1.6em;
}

h1 {
	font-size: 3em;
	line-height: 1.1em;
	font-family: Helvetica, Arial, sans-serif; /* need to embed font - avail on google fonts */
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif; /* need to embed font */
	font-weight: 300;
}

strong, b {
	font-family: Helvetica, Arial, sans-serif; /* need to embed font */
	font-weight: 500;
	font-size: 1.2em;
}

h1, h2 {
	text-align: center;
}

.headlinesf {
	margin-bottom: 3em;
}

.pullquote {
	font-family: aleolight;
    font-size: 3em;
    border-top: 2px solid #e30713;
    border-bottom: 2px solid #e30713;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center !important;
    display: block;
}

.date {
	font-size: 0.8em;
}

.archive .col_8 {
	width: 800px;
	margin: auto;
}

.underarticle .col_2, .archive .col_2 {
	float: left;
	width: 40%;  /* thumbnail crop styles? */
	height: 200px;
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 10px;
}

.book {
	float: left;
	width: 23%; 
	padding-right: 2%;
	margin-bottom: 10px;
	margin-top: 2%;
}

.archive .book {
	margin-left: 100px;
}

.underarticle .col_6, .archive .col_5 {
	float: left;
	width: 55%;
	margin-bottom: 25px;
}

.underarticle h2, .archive h2 {
	text-align: left;
}

.archive .col_2, .archive .col_5, .archive .col_7 {
	margin-top: 1em;
	margin-bottom: 1em;
}

.clearboth {
	clear: both;
}

#bydesc img {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#bydesc p {
	font-size: 1.2em; /* 1.5 / 0.8 = same as small tag */
}

.morelikethis, .comments {
	padding-left: 100px; 
	padding-right: 100px;
}

.morelikethis p, .contact p, .archive p {
	font-size: 1.2em;
	font-family: aleolight; /* need to embed font - use fontsquirrel kit */
	font-weight: 100;
	line-height: 1.4em;
	padding: 0; margin: 0;
}

.comments p {
	padding-left: 0; padding-right: 0;
}

.morelikethis h2, .archive h2 {
	margin: 0; padding: 0;
}

.arrow {
	text-align: center;
    padding-bottom: 20px;
}


.highlights {
	width: 48%;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
}

.highlights p {
	padding: 0;
}

.highlights h2 {
	text-align: left;
	font-weight: 500;
}

.recent {
	width: 24%;
	float: left;
}


.frontbox h1 {
	font-size: 3em;
}

h4 {
	text-transform: uppercase;
	color: white;
	background-color: #e30615;
	padding: 0.2em;
	font-family: Helvetica, Arial, sans-serif; /* need to embed font */
	font-weight: 300;
}

.contact {
	margin-bottom: 5em;
}

.latestarticles, .blogarticles {
	font-size: 1.1em;
	font-family: aleolight; /* need to embed font - use fontsquirrel kit */
	font-weight: 100;
	line-height: 1.3em;
}

.latestarticles a, .blogarticles a {
	font-family: Helvetica, Arial, sans-serif; /* need to embed font */
	font-weight: 300;
}

.bloglogo {
	width: 300px;
	margin: auto;
}

#menupullout p {
	color: white;
	font-family: Helvetica, Arial, sans-serif; /* need to embed font */
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
	

label {
	width: 28%;
	display: inline-block;
}

input, textarea {
	width: 70%;
	font-size: 1.2em;
}

input#submit {
	width: 30%;
	margin: auto;
}

.subscribe {
	margin-top: 5em;
}

.subscribe p {
	padding: 0;
}


.submitbutton {
	margin-left: 25%;
    margin-top: 1em;
    margin-bottom: 5em;
    padding: 10px;
    width: 50%;
    background-color: #e30615;
    color: white;
    font-family: aleolight;
}


.peoplesagenda br {
	line-height: 2em;
}

.calendar strong, .calendar b {
	font-size: 1em;
}

.mythlink {
	background-color: #e30615;
	padding: 5px;
	font-size: 0.9em;
}

.mythlink a {
	color: white;
}

.radiocheck {
	width: auto;
}

.subsamount {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 1.2em;
	text-align: center;
	padding: 0.5em; 
	background-color: #e30713; 
	color: white; 
	border-radius: 10px; 
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.5);
	margin-bottom: 0.5em;
	width: 1.5em;
	display: inline-block;
	cursor: pointer; /* shows the 'pointing finger' cursor, like a link */
}

.subsother {
	width: 6em;
}

.subsother input {
	font-size: 0.9em;
}

.supportersub {
	float: left; 
	width: 45%; 
	margin-right: 5%;
}

.moresuboptions {
	float: left; 
	width: 50%;
}



@media (max-width: 960px) {

	/* for mobile/tablet */

	p, .morelikethis, .highlights h2, .contact, .comments {
		margin-left: 2%;
		margin-right: 2%;
		padding: 0;
	}

	.underarticle .col_2, .underarticle .col_6, .highlights, .recent, .supportersub, .moresuboptions {
		float: none;
		width: 96%;
		text-align: left;
	}
 
	h1, .frontbox h1 {
		font-size: 2em;
	}

	.storybox h1 {
		margin-top: 2em;
	}

	h2 {
		font-size: 1.3em;
	}

	.alignright {
		margin-right: 2%;
	}

	.alignleft {
		margin-left: 2%;
	}

	.ad1 {
		margin-bottom: 0;
	}

	.ad1, .ad2 {
		float: none;
		width: 468px;
		margin: auto;
	}

	.ads {
		display: none;
	}

	.latest, .blog, .storybox li {
		margin-left: 2%;
		margin-right: 2%;
	}

	/* collapse menu to three bars menu */

	.menuitem {
		display: none;
	}

	.menu li.rplogo {
		width: 150px;
		margin-left: 2%;
	}

	.menumobile {
		display: inline !important;
		float: right !important;
		text-align: right;
		margin-right: 2%;
	}

	.menumobile a:hover {
		text-decoration: none;
	}

	label, input, textarea {
		display: block;
		width: 96%;
		margin-left: 2%;
	}

	.subsother input {
		display: inline;
	}

}


@media print {

	/* for printouts */

	.morelikethis, .contact, .ad1, .ad2, .menu {
		display: none;
	}

}








