/* do le custom things here, yo */

body {
	color: #999999;
}

body #feature-row li {
	list-style: none;
}

body #component label {
	display: inline-block;
	vertical-align: middle;
	padding-top: 5px;
}

body div#footer-row {
	text-align: center;
	padding: 2em;
}

body #component .item_fulltext p {
	font-size: 1.2em;
    line-height: 1.4;
    text-align: justify;
}

a:hover, a:focus {
	color: #996100;
}

.accessible {
	display: none;
}

ul ul.sub-menu li.deeper > a:after {
	content: '...';
	color: orange;
	padding-left: 2px;
}

ul.donate {
	list-style: none;
}

#YouTubeModalDialog {
	background-color: #bbb;
}

#YouTubeModalDialog h3#YouTubeModalTitle {
	color: #444;
}

#YouTubeModalDialog .modal-header {
	border-bottom: none;
}

/* front page carousel */

#list_carousel_120 {
	max-height: 321px;
	overflow: hidden;
}


/* contact list styles */

.list-striped li,
.list-striped li:nth-child(odd) {
	background-color: transparent;
	height: 4em;
}
.list-striped li:hover {
	background-color: rgba(100,100,100,.4);
}

.list-striped li a {
	font-size: 1.6em;
}
.list-striped li a:before {
	content: "\f003";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	padding-right: 10px;
}


a.wf_file:before {
	content: "\f0f6";
	font-family: FontAwesome;
	padding-right: 10px;
}


/* volunteer intake form */

body #volunteer-intake-form label {
	width: 200px;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}
body #volunteer-intake-form .requiredsign {
	color: orange;
}

body #volunteer-intake-form textarea {
	height: auto;
}
body #volunteer-intake-form textarea,
body #volunteer-intake-form input[type=text] {
	width: 350px;
}

/* print friendly styles */

@media print {
	body #aside-right,
	body .navigation {
		display: none;
	}

	body .page-blog,
	body .page-item {
		display: block;
	}
}

.fbeventspacer {
    margin-top: 65px;
}

/* articles */

body #component .item_fulltext {
    text-align: justify;
}
body #author-name,
body #article-header {
    padding-bottom: 1em;
}
body #article-boxer {
    font-style: italic;
}
body #article-boxer .cite {
    font-style: normal; padding-left: 1em
}
body #article-boxer .cite:before {
    content: '\2014\00a0'
}
body .image-float-left {
	float: left;
	margin: 0px 30px 20px 0px;
	padding: 0px;
	background-color: transparent;
	display: inherit;
}
 
body .image-float-right {
	float: right;
	margin: 0px 0px 20px 30px;
	padding: 0px;
	background-color: transparent;
	display: inherit;
}

body .image-center {
	margin-right: auto;
	margin-left: auto;
	display: inherit;
}
 
body .image-round {
	border-radius: 5px; 
	margin: auto;
}

body .image-caption {
	clear: both;
	text-align: justify;
	font-style: italic;
	padding: 3px;
	margin: 0px;
	color: #ffffff;
	background-color: transparent;
	display: block;
}

body .quote-blue {
	font-weight: bold;
	color: #8dc8f2;
}
body .quote-block {
	margin-right: 30px;
	float: left;
}
body .quote-text {
	font-size: 14pt;
	color: #c0c0c0;
	text-align: justify;
}
body .quote-cite {
	text-align: right;
}

.left-align, .left-align p {
	text-align: left !important;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed, .google-maps iframe, .calendar-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.google-maps {
    position: relative;
    padding-bottom: 90%; // (450 ÷ 500 = 0.9 = 90%)
    height: 0;
    overflow: hidden;
}

.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}