/*Table of Contents:
/* ---------------------------------- */
/*	normalize.css v3.0.2
/*	Base styles 
/*	Special classes 
/*	Forms
/*	Main page divisions 
/*	Post details 
/*	Comments details 
/*	main content types & divisions
/*	page_aside details 
/*	page_footer details 
/*	masthead details 
/*	navigation details 
/*	same page navigation tabs details 
/*	event page details 
/*	admin page details 
/*	search results details
/* 	random quote & announcement details

/*	Then, for bigger screens
/*	Main layout plus masthead and navigation adjustments 
/*	Styles adjustments 
/*	other element adjustments */
/* ---------------------------------- */

/* normalize.css v3.0.2 */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Base styles */

html { height: 100%; }
body {
	font: 1em/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-weight: 400;	
	color: rgb(102,102,102);
	height: 100%;
	background-color; rgb(255,255,255);
}
.link_color,
a:link {
	color: rgb(0,102,204);
	text-decoration: none;
}
a:visited {
	color: rgb(61,102,142);
	text-decoration: none;
}
a:hover, 
a:active {
	color: rgb(75,89,112);
	text-decoration: underline;
}
a.wrap_div_link:hover div, 
a.wrap_div_link:active div {
	background-color: rgba(238,238,238, .5);
}
div.div_as_link p {
	color: rgb(102,102,102);
}

div.quoted_comment { 
	border: thin solid rgb(204,204,204); 
	background-color: rgba(238,238,238, .3); 
	border-radius: .35em;
	padding: .35em .5em 0em .5em;
	margin: 1em 0;
	overflow: hidden;
	word-wrap: break-word;
}
div.quoted_comment p { margin: .5em 0; }
div.quoted_comment p.quoted_author { 
	border-bottom: thin dotted rgb(119,119,119); 
	margin: 0;
}
h1,h2,h3,h4,h5,h6,.header_font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
}
h1 {
    font-size: 1.17em;
    margin: 1em 0;
}
h2 {
    font-size: 1em;
    margin: 1.33em 0;
}
h3,h4,h5,h6 {
	font-size: 0.83em;
    margin: 1.67em 0;
}
.center { text-align: center; }
b,strong,.strong,.bold { font-weight: 500; }
img { 
	max-width: 100%; 
	height: auto;
}
img.left, img.right, img.center {
	float: none;
	display: block;
	margin: 1em auto;
	clear: both;
}
iframe { max-width: 100%;}

blockquote {
	margin: 1em 3em;
	font-size: .95em;
}
blockquote p { margin: .6em 0; }
td,th {
	vertical-align: text-top;
	text-align: left;
	padding-right: .5em
}
ul.no_discs { /* for lists that don't need discs, etc */
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.muted_style { /* for more muted lists */
	list-style-type: disc;
	padding: 0 1em;
	margin: 0 .5em;
}
#empty_white_page h3,
#empty_white_page h4 {
	font-weight: 600;
	margin-bottom: .3em;
}

/* Special classes */

span.smaller { font-size: .75em; }
.hidden { display: none; }
.clear_fix {
	content: "";
	display: table;
	clear: both; 
}
.list_sub_header {
	letter-spacing: .03em;
	font-weight: 500;
	margin-left: 1.5em;
}
span.appended_link {font-size: .8em;}
div.left { float: left; clear: left; }
.two_em_wide { width: 2em; }
.two_em_wide+div { margin-left: 2em; }
.three_em_wide { width: 3em; }
.three_em_wide+div { margin-left: 3em; }
.four_em_wide { width: 4em; }
.four_em_wide+div { margin-left: 4em; }
.five_em_wide { width: 5em; }
.five_em_wide+div { margin-left: 5em; }
.ten_em_wide { width: 10em; }
.ten_em_wide+div { margin-left: 10em; }
#same_page_dropdown_select { margin: -2em 0 2em 0; }
.wider_screen_opt {display: none;}
.cal_leaf {
	float: left;
	width: 2.5em;
	border: thin solid rgba(233,87,79,.5);
	border-radius: .25em;
	text-align: center;
	background-image: linear-gradient( rgba(233,87,79,.5), rgba(233,87,79,.8) .7em,rgba(233,87,79,.5) 1.3em, white 1.3em, white 10em );
	background-repeat: repeat-x;
}
.cal_leaf p { margin: 0; }
.cal_leaf p.top { 
	color: white; 
	font-size: .75em;
	font-weight: 500; 
}
.cal_leaf p.middle { 
	font-size: 1.5em; 
	margin-top: .1em; 
	line-height: 1; 
}
.cal_leaf p.bottom { font-size: .85em; }

/* Main page divisions */

#page_wrapper {
	overflow: hidden;
	padding: 1em;
}
#masthead_and_nav_wrapper { position: relative; }
#masthead {
	position: relative;
	height: 65px;
	border-bottom: 0 solid rgb(119,119,119);
}
#page_aside { 
	border-top: thick solid rgb(119,119,119);
	border-bottom: thick solid rgb(119,119,119);
	margin-top: 3em;
}
#page_footer {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0;
}

/* main content types & divisions*/

.post, #empty_white_page {
	margin: 1em 0 2em 0;
	width: 100%;
}
#no_access_message { /*styled like the custom_overlay_box*/
	background-color: rgb(238,238,238);
	background-image: linear-gradient( rgb(255,255,255), rgb(238,238,238) 100% );
	padding: .1em .8em 1em .8em;
	border: thin solid rgb(204,204,204);
	border-radius: .35em;
	overflow: hidden;
	z-index: 1;
	-moz-box-shadow:    .5rem .5rem .5em rgb(136,136,136);
	-webkit-box-shadow: .5rem .5rem .5em rgb(136,136,136);
	box-shadow:         .5rem .5rem .5em rgb(136,136,136);
}

/* Forms */

/* Forms section borrowed from skeleton.css
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 2.375em;
  padding: .375em .625em; /* The .375em vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: thin solid #D1D1D1;
  border-radius: .25em;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 4em;
  padding-top: .375em;
  padding-bottom: .375em; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: thin solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* End borrowed section
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* added for .squeezed forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.squeezed input[type="email"],
.squeezed input[type="number"],
.squeezed input[type="search"],
.squeezed input[type="text"],
.squeezed input[type="tel"],
.squeezed input[type="url"],
.squeezed input[type="password"],
.squeezed textarea,
.squeezed select {
  height: 1.5em;
  padding: .1em .25em;
  background-color: #fff;
  border: thin solid #D1D1D1;
  border-radius: .15em;
  box-shadow: none;
  box-sizing: border-box; }
.squeezed textarea {
  min-height: 4em;
  padding-top: .1em;
  padding-bottom: .1em; }
/* end addition for .squeezed forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.generic_form ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.generic_form li {
	margin: .25em 0;
	padding: 0;
}
.generic_form li.hidden { display: none;}
.generic_form li.side_by_side {
	float: left ;
	width: 50% ;
}
.generic_form li.side_by_side.twenty_five { width: 25% ; }
.generic_form li.side_by_side.thirty_three { width: 33% ; }
.generic_form li.side_by_side.sixty_six { width: 66% ; }
.generic_form li.side_by_side.seventy_five { width: 75% ; }
.form_hint {
	font-size: .8em;
	color: rgb(119,119,119);
	margin-left: .2em;
	display: block;
	clear: both;
}
.generic_form label {
	margin-left: .1em;
	display: block;
	color: rgb(119,119,119);
	clear: both;
}
.generic_form label.white {
	font-weight: 400;
	color: rgb(255,255,255);
}
a.button,
.button {
	margin: .5em 0;
	border: thin solid rgb(170,170,170);
	border-radius: .2em;
	padding: 0 .5em;
	background-color: rgb(204,204,204);
	background-image: linear-gradient( rgb(255,255,255), rgb(204,204,204) 1.7em );
	background-repeat: repeat-x;
	overflow: hidden;
	color: rgb(102,102,102);
}
.button:hover, 
.button:focus, 
.button:active {
	border: thin solid rgb(170,170,170);
	background-color: rgb(255,255,255);
	background-image: linear-gradient( rgb(204,204,204), rgb(170,170,170) 1.7em );
}

/* more added for .squeezed forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.squeezed li { margin: 0 0 0 0;}
.generic_form label {
	margin: 0 0 0 .1em;
	display: block;
	color: rgb(119,119,119);
	clear: both;
}
/* end extra additions for .squeezed forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Next rule added to prevent phone from zooming in on forms
/* (see: http://stackoverflow.com/questions/2989263) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select, 
	select:focus, 
	textarea, 
	textarea:focus, 
	input, 
	input:focus {
		font-size: 16px;
		width: 90%;
		color: rgb(119,119,119);
	}
	button { font-size: 16px; }
}

/* Post details */

.avatar {
	height: 3em;
	width: 3em;
	margin: .2em .7em .7em 0;
	float: left;
}
.header_text { margin-left: 3.7em; }
.post_title { margin: 0; }
.post_author_date {
    margin: 0;
    color: rgb(136,136,136);
}
.body_text_box {
	overflow: hidden;
    overflow-wrap: break-word;
	word-wrap: break-word;
	margin: .8em 0 0 0;
	clear: both;
}
.body_text_box p:first-child { margin-top: 0; }
.contracted { 
	max-height: 11em; 
	position: relative;
	margin-bottom: 0;
}
.read_more {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0 0 0 0; 
	border-bottom: thin solid rgb(204,204,204);
	line-height: 1em;
	padding-top: 2em; 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 10%,rgba(255,255,255,1) 99%);
}
.read_more a {
	padding: .1em .5em 0 .5em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	color: rgb(61,102,142);
	border: thin solid rgb(204,204,204);
	background-color: rgb(238,238,238);
	background-image: linear-gradient( rgb(255,255,255), rgb(238,238,238) 1.7em );
	background-repeat: repeat-x;
}
.read_smore {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%; 
	text-align: center; 
	margin: 0 0 0 0; 
	border-bottom: thin solid rgb(204,204,204);
	line-height: 2em;
	padding-top: 2em; 
	background: linear-gradient(to bottom, rgba(255,255,255,.1) 0%,	  rgba(255,255,255,1) 99%);
}
.read_smore a {
	padding: .5em .8em .5em .8em;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	color: rgb(61,102,142);
	border: medium solid rgb(204,204,204);
	background-color: rgb(238,238,238);
	background-image: linear-gradient( rgb(255,255,255), rgb(238,238,238) 1.7em );
	background-repeat: repeat-x;
}
.post_tools { overflow: hidden; }
.post_tools li { float: left; }
.post_tools li a:link,
.post_tools li a:visited {
	color: rgb(102,102,102);
	padding: .3em .5em .3em 0;
	text-decoration: none;
}
.post_tools li a:hover, 
.post_tools li a:active, 
.post_tools li a:focus { text-decoration: underline; }
.post_tools li a span i {
	font-size: 1.5em;
	vertical-align: -.1em;
	color: rgb(136,136,136);
	margin-right: .2em;
}
.post_tools li a span i.fa-facebook-square { color: rgb(45,90,141); }
.post_tools li a span i.fa-twitter-square { color: rgb(70,154,233); }
#more_posts { text-align: center; }
#more_posts li { margin: 1em 0; }
#more_posts h2, 
#more_posts h3 { margin: 0; }
#pagination {
	text-align: center;
	margin: 1.5em 0;
}
#pagination a:link, 
#pagination a:visited, 
#pagination .current {
	background-color: rgb(255,255,255);
	padding: .4em .8em;
	margin: .1em;
	border: thin solid rgb(169,189,139);
	border-radius: .35em;
}
#pagination a:hover, 
#pagination a:active, 
#pagination .current { background-color: rgba(255,255,255,0.5); }

/* Comments details */

.all_comments {
	padding: 0 2em;
	font-size: .95em;
}
.comment_header { 
	margin-left: 4em;
	position: relative; 
}
.comment_avatar { 
	width: 3em;
	height: 3em;
	position:  absolute;
	top: 0;
	left: -4em;
}
.comment_author { margin: 0; }	
.comment_date {
	font-size: .85em;
	margin: 0;
}
.comment {
	overflow: hidden;
	position: relative ;
	word-wrap: break-all ;
	word-wrap: break-word ;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment_tools {
	border-bottom: thin dotted rgb(119,119,119);
	font-size: .85em;
	margin: 0 0 2em 0;
}
.comment_tools a { margin-right: 1em}
.comment_tools a i { 
	color: rgb(136,136,136); 
	padding-right: .3em; 
}
.editCommentBox {
	width: 98%;
	margin-top: 1em;
	background-color: rgb(255,255,255);
	position: relative;
	z-index: 1;
}
#div_add_comment_login_div,
#div_add_comment_forgot_password_div { display:  none; }
#entry_form_section { width: 100%; }
#entry_form_section h1 { margin: 0 1.7em; }
#div_add_comment_login_div,
#comment_form { margin: 0 2em; }
#comment_form button.under_tinymce_area { margin-top: 1em; }

/* page_aside details */

#member_links { display: none; }
.side_box h3 {
	margin: 0;
	font-size: 1em;
}
.aside_h3a:link,
.aside_h3a:visited, 
.aside_h3a:hover, 
.aside_h3a:active {
	display: block;
	padding:  .6em 0 0 0;
	text-decoration: none;
	color: rgb(85,85,85);
	padding: 1em 0;
}
.aside_h3a:hover,
.aside_h3a:active { text-decoration: underline; }
#div_side_box_0, 
#div_side_box_1, 
#div_side_box_2, 
#div_side_box_3, 
#div_side_box_4, 
#div_side_box_5, 
#div_side_box_6, 
#div_side_box_7, 
#div_side_box_8, 
#div_side_box_9 {
	display: none;
	font-size: .85em;
	padding: 0 7%;
}
.side_box .comment p { margin: .5em 0; }
.side_box .comment { 
	border-bottom: thin solid rgb(204,204,204); 
	margin-bottom: .5em;
}
.touch_height { min-height: 3em; }
.total_cmts {
	padding-right: .9em;
	font-size: .7em;
}

/* page_footer details */

#page_footer p { margin: 0;}

/* masthead details */

#masthead_logo {
	width: 192px;
	height: 79px;
	position: absolute;
	left: -43px;
	top: -10px;
	clip: rect(0px,192px,64px,36px);
}
#small_screen_buttons {
	position: absolute;
	right: 0;
	bottom: 25px;
}
#small_screen_buttons span {
	color: rgb(85,85,85);
	margin: 0 .35em;
}
.move_lower { /* To place the checkmark on the user icon */
	font-size: 80% !important;
	position: relative;
	bottom: -.5em;
}
#div_member_menu, 
#div_navigation_menu, 
#div_sign_in_window,
#div_forgot_password_window,
#div_search_window { display: none; }
#div_member_menu li.in_between_size {display: none;}

/* navigation details */

a.nav_item {
	display: block;
	padding: 1em;
	background-color: rgb(85,85,85);
	color: rgb(255,255,255);
	border-bottom: thin solid rgb(119,119,119);
}
a.nav_item.last { border-bottom: 0; }
a.nav_item.current, 
a.nav_item:hover { background-color: rgb(119,119,119); }
.nav_item span { padding-left: 1em; }
#div_member_menu,
#div_navigation_menu { background-color: rgb(85,85,85); }
#div_sign_in_window,
#div_search_window {
	padding: 1em 1em 1em 3.3em;
	border-bottom: thin solid rgb(119,119,119);
}
#div_sign_in_window label { color: rgb(255,255,255); }
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/* same page navigation tabs details */

.hor_tabs {
	border-bottom: thin solid rgb(204,204,204);
	margin: 1em 0;
	padding: 0;
}
.hor_tabs li { display: inline; }
a.h_tab:link, 
a.h_tab:visited{
	border-top-left-radius:	.2em;
	border-top-right-radius: .2em;
	padding: .185em .5em;
	border: thin solid rgb(204,204,204);
	background-color: rgb(238,238,238);
	background-image: linear-gradient( rgb(255,255,255), rgb(238,238,238) 1.7em );
	background-repeat: repeat-x;
	overflow: hidden;
	color: rgb(85,85,85);
}
a.h_tab.current, 
a.h_tab:hover, 
a.h_tab:active {
	background-color: rgb(255,255,255);
	background-image: none;
	border-bottom: thin solid rgb(255,255,255);
	color: rgb(85,85,85);
}

/* event page details */

.event_ttl { 
	margin-top: 0;
	margin-bottom: 0; 
}
.event_prof { 
	margin: 0;
	font-style: italic;
}
.event_box { 
	width: 100%;	
	padding: .5em 0;
}
.event_picture {
	float: left;
	margin-right: 1em ;
	margin-bottom: 1em ;
}
.event_box h2,
.event_box p { margin: .3em 0; }
.next_to_event_pic { padding-left: 8em; }

/* admin page details */

.admin_tables { font-size:.8em; }
.admin_tables table { 
	width: 100%; 
	table-layout:fixed;
}
.admin_tables tr { border-top: thin solid rgb(204,204,204); }
.admin_tables tr.last { border-bottom: thin solid rgb(204,204,204); }
.admin_tables tr.dark { background-color: rgb(234,234,234); }
.admin_tables tr.lite { background-color: rgb(244,244,244); }
.admin_tables th {
	border-left: thin solid rgb(145,145,145);
	border-top: thin solid rgb(145,145,145);
	padding: .3em;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
	background-color: rgb(202,202,202);
}
.admin_tables td {
	border-left: thin solid rgb(204,204,204);
	padding: .3em 0 0 .3em;
	vertical-align: top;
	overflow:hidden;
	word-wrap:break-word;
}
.admin_tables th.last { border-right: thin solid rgb(145,145,145); }
.admin_tables td.last { border-right: thin solid rgb(204,204,204); }
.admin_tables form { display: inline-block; }

/* search results details */

#empty_white_page.search_page h3 {
	margin-top: -1.5em;
}
p.excerpt { 
	margin: 0 0 0 2em;
	font-size: .95em;
}

/* random quote & announcement details */

#random_quote {
	-moz-box-shadow: 0 0 .4em rgb(136,136,136) inset;
	-webkit-box-shadow: 0 0 .4em rgb(136,136,136) inset;
	box-shadow: 0 0 .4em rgb(136,136,136) inset;
	border: thin solid rgb(204,204,204);
	border-radius: .35em;
	padding: 1em;
	margin: .5em 0 1em 0;
	width:  100%;
	box-sizing: border-box;
}
#img_author {
	float: right;
	margin: .3em .3em .3em 1.3em;
	border-radius: .35em;
}
#quote_title { 
    font-size: 1.17em;
	margin: .2em 0 .2em 0; 
}
#quote_text { font-size: .95em; }
#author_and_source {
    font-size: 1em;
	text-align: right;
	margin: .3em 0 0 0;
}
#event_announcement {
	width: 100%;
	-moz-box-shadow: 0 0 .4em rgb(136,136,136) inset;
	-webkit-box-shadow: 0 0 .4em rgb(136,136,136) inset;
	box-shadow: 0 0 .4em rgb(136,136,136) inset;
	border: thin solid rgb(204,204,204);
	border-radius: .35em;
	padding: 1em;
	margin: 0 0 1em 0;
	width:  100%;
	box-sizing: border-box;
}
#event_picture { display: none; }
#event_title { margin: -.1em 0 .2em 0;}
#event_details { width: 100%; }
#event_details tr:first-child { border-top: thin solid rgb(204,204,204); }
#event_details tr:first-child td { padding-top: .3em; }
#event_details tr:last-child { border-bottom: thin solid rgb(204,204,204); }
#event_details tr:last-child td { padding-bottom: .3em; }
ul.event_tools { width: 100%; }
.event_tools li {
	float: left;
	padding: .5em .5em .5em 0;
}
.event_tools li a:link,
.event_tools li a:visited {
	color: rgb(102,102,102);
	padding: .3em .5em .3em 0;
	text-decoration: none;
}
.event_tools li a:hover, 
.event_tools li a:active, 
.event_tools li a:focus { text-decoration: underline; }
.event_tools li i,
.event_tools li a i {
	font-size: 1.5em;
	vertical-align: -.1em;
	margin-right: .2em;
}
.event_tools li a i.fa-facebook-square { color: rgb(45,90,141); }
.event_tools li a i.fa-twitter-square { color: rgb(70,154,233); }
.event_tools .custom_overlay_box {
	margin-right: .4em;
	margin-top: .5em;
	margin-bottom: -.1em;
}
#div_longer_description { 
	clear: both; 
	padding-top: .1em;
}
#div_longer_description p.resource_heading { 
	text-decoration: underline;
	margin-bottom: .5em;
}
#div_longer_description .fa-ul { 
	margin-top: 0;
	margin-bottom: 0;
}
.side_box .cal_leaf { margin-bottom: 2em; }

/* Adjustments for screen larger then 34 em*/

@media screen and (min-width: 34em) {
	
	/* Main layout plus masthead and navigation adjustments */
	
	#page_wrapper {
		padding: 2em .8em;
		margin: .5em auto;
		max-width: 30em;
	}
	#masthead {
		height: 100px;
		margin: -.3em 0 0 -1.3em;
		border-bottom: 0 solid rgb(169,189,139);
		background-color: rgb(255,255,255);
	}
	#masthead_logo {
		width: 320px;
		height: 132px;
		left: -50px;
		top: -15px;
		clip: rect(15px,320px,110px,70px);
	}
	#small_screen_buttons { display: none; }
	#search_text { display: none; }
	#div_member_menu,
	#div_navigation_menu { 
		display: block !important; 
		background-color: rgb(255,255,255);
		position: relative;
	}
	#logged_in_links {
		position: absolute;
		bottom: 80px;
		right: 0;
	}
	#logged_in_links li { display: inline; }
	#div_member_menu li.in_between_size {display: inline-block;}
	#dropdown_nav_only { display: none;}
	#member_links { display: block; }
	#logged_in_links a.nav_item {
		display: inline;
		padding: 0;
		background-color: rgb(255,255,255);
		color: rgb(102,102,102);
		border-bottom: 0 solid rgb(119,119,119);
		border-left: thin solid rgb(119,119,119);
		padding-left: .6em;
		margin-left: .4em;	
		}
	#logged_in_links a.nav_item.first {
		border-left: 0 solid rgb(119,119,119);
		padding-left: 0;
		margin-left: 0;
	}
	#logged_in_links .nav_item i { display: none; }
	#logged_in_links .nav_item i.fa-bars {
		display: inline; 
		padding-left: .4em
	}
	#logged_in_links .nav_item span { padding-left: 0; }
	#div_sign_in_window,
	#div_member_links_window {
		position: absolute;
		right: 0px;
		top: 30px;
		width: 25em;
		background-color: rgb(217,225,200);
		padding: .5em 0 .5em 1em;
		border-bottom: thin solid rgb(169,189,139);
	}
	#div_member_links_window { width: 15em; }
	#div_sign_in_window label { color: rgb(102,102,102); }
	.custom_overlay_box {
		background-color: rgb(238,238,238);
		background-image: linear-gradient( rgb(255,255,255), rgb(238,238,238) 100% );
		padding: 1em .8em;
		border: thin solid rgb(204,204,204);
		border-radius: .35em;
		overflow: hidden;
		margin-bottom: 1em;
		z-index: 1;
		-moz-box-shadow:    .5rem .5rem .5em rgb(136,136,136);
		-webkit-box-shadow: .5rem .5rem .5em rgb(136,136,136);
		box-shadow:         .5rem .5rem .5em rgb(136,136,136);
	}	
	.custom_overlay_box label.white { color: rgb(102,102,102); }
	#menu_items {
		height: 1.8em;
		border-bottom: thin solid rgb(204,204,204); 
 		position: relative;
 		margin: .5em 0 1.5em 0;
	}
 	#menu_items li { 
 		display: inline-block; 
 		line-height: 1.9em;
 	}
 	#search_li { float: right; }
	#menu_items a.nav_item {
		background-color: rgb(238,238,238);
		background-image: linear-gradient( rgb(255,255,255), rgb(238,238,238) 1.7em );
		background-repeat: repeat-x;
		border: thin solid rgb(204,204,204);
		border-top-right-radius: .35em;
		border-top-left-radius: .35em;
		padding: .3em .8em;
		text-decoration: none;
		color:  rgb(102,102,102);
		text-align: center;
		display: inline;
	}
	#menu_items a.nav_item:hover, 
	#menu_items a.nav_item.current,
	#menu_items a.nav_item:active,
	#menu_items a.nav_item.current { 
		background: rgb(255,255,255); 
		border-bottom: thin solid rgb(255,255,255);	
	}
	#menu_items a.nav_item i { display: none; }
	#menu_items a.nav_item span { padding-left: 0; }
	#search_window { 
		margin-right: 0; 
 		border-bottom: 0;
	}	
	#menu_items #search_window i { display: inline; }
	#search_window span { padding-left: .5em; }
	#div_search_window {
		position: absolute;
		right: 0px;
		top: 1.9em;
		padding: 0 0 0 1em;
		border-bottom: thin solid rgb(169,189,139)
	}
	.narrow_screen_opt { display: none; }
	.wider_screen_opt { display: inherit; }

	/* Styles adjustments */

	h1 {
		font-size: 1.5em;
		margin: 0.83em 0;
	}
	h2 {
		font-size: 1.17em;
		margin: 1em 0;
	}
	h3 {
	   font-size: 1em;
	   margin: 1.33em 0;
	}
	h4,h5,h6 {
		font-size: 0.83em;
	    margin: 1.67em 0;
	}
	img.left {
		float: left;
		margin: 0 1em .5em 0;
	}
	img.right {
		float: right;
		margin: 0 0 .5em 1em;
	}
	.post_title { margin: 0; }
	.post_author_date {
	    margin: 0;
	    color: rgb(136,136,136);
	}
	
	/* other element adjustments */
	
	.post, #empty_white_page {
		background-color: rgb(255,255,255);
		margin: 0 0 3em 0;
		padding: 0;
		border: 0;
	}
	.avatar {
		height: 4em;
		width: 4em;
		margin: .25em 1em 1em 0;
	}
	.header_text { margin-left: 5em; }
	.contracted { max-height: 25em; }
	#entry_form_section h1 { margin: 0 1.9em; }
	#div_add_comment_login_div,
	#comment_form { margin: 0 2.9em; }
	.all_comments { padding: 0 3em; }
	.comment_header { 
		margin-left: 4.5em;
		height: 3em;
	}
	.comment_avatar { 
		width: 3.5em;
		height: 3.5em;
		left: -4.5em;
	}
	#event_picture {
		display: block;
		width: 27%;
		margin: 0 3% 0 0;
		float: left;
	}
	#announcement_text {
		width: 70%;
		float: left;
	}
		
/* Adjustments for screen larger then 46 em*/

@media screen and (min-width: 46em) {

	/* Main layout plus masthead and navigation adjustments */

	#page_wrapper {
		max-width: none;
		padding: 2em;
	}
	#logged_in_links .nav_item i.fa-bars {display: none;}
	#search_text { 
		display: inline; 
		margin-left: .8em;
	}
	#page_content,
	#page_footer {
		width: 66%;
		float: left;
	}
	#page_content.no_page_side {
		width: 100%;
		float: none;
	}
	#page_aside { 
		margin-top: 3em;
		width:  30%;
		float: right;
		border: 0;
		margin: 0;
		padding-left: 2%;
		font-size: .95em;		
	}
	#div_side_box_0, 
	#div_side_box_1, 
	#div_side_box_2, 
	#div_side_box_3, 
	#div_side_box_4, 
	#div_side_box_5, 
	#div_side_box_6, 
	#div_side_box_7, 
	#div_side_box_8, 
	#div_side_box_9 {
		display: block;
		margin-top: 0;
		padding: 0;
		margin: 0 0 1.5em 0;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.maximum_height_none { 
		max-height: none; 
		overflow-y: hidden;
	}
	.maximum_height_20 { max-height: 20em; }
	.maximum_height_30 { max-height: 30em; }
	.maximum_height_40 { max-height: 40em; }
	.maximum_height_80 { max-height: 80em; }
	.aside_h3a:link, 
	.aside_h3a:visited, 
	.aside_h3a:hover, 
	.aside_h3a:active {
		padding: 0 0 .2em 0;
		border-bottom: 0 solid rgb(187,187,187);
	}
	i.fa-caret-right,
	i.fa-caret-down { display: none;}
	.touch_height { min-height: inherit; }
	.side_box .cal_leaf { margin-bottom: .5em; }
	.standout {
		box-sizing: border-box;
		padding: .2em .5em;
		margin-bottom: 1em;
		border: thin solid rgb(204,204,204);
		border-radius: .35em;
		background-image: linear-gradient( rgb(255,255,255), rgb(238,238,238) 100% );
		background-repeat: repeat-x;
		width: 100%;	
	}
	.standout #div_side_box_5 { margin-bottom: 0; }
	.standout h3 { margin: .1em 0 .5em 0;}

/* other element adjustments */

	.avatar {
		height: 5em;
		width: 5em;
	}
	.header_text { margin-left: 6em; }
	#random_quote {	margin: 0 0 1em 0; }
}

/* Adjustments for screen larger then 57 em*/

@media screen and (min-width: 57em) {

	/* Main layout plus masthead and navigation adjustments */

	#page_wrapper {
		min-width: 51em;
		max-width: 60em;
		padding: 1em 2em;
	}
	#masthead { height: 150px; }
	#masthead_logo {
		left: 0px;
		top: 0px;
		clip: rect(0px,320px,132px,0px);
	}
	#logged_in_links { bottom: 125px; }
	.avatar {
		height: 6em;
		width: 6em;
	}

/* other element adjustments */

	.header_text { margin-left: 7em; }

}