
#footer-wrapper {
	background-image: url('../images/global/footer-background.png');
	background-color: #222;
	background-repeat: no-repeat;
	background-position: -6em 20px;
	color: #FCFCFC;
	margin-top: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
}

#footer-wrapper h4 {
	font-family: 'Bitter', serif;
	font-weight: 400;
	font-size: 1.25em;
	margin-bottom: 0;
	color: #ffffff
}

#footer-wrapper ul {
	padding: 0;
	margin-top: 10px;
	min-height: 240px;
}

#footer-wrapper li {
	list-style-type: none;
	padding: 0.5em 0;
	font-size: .85em;
	border-top: 1px dotted #666;
	width: 90%;
}

#footer-wrapper li:first-child {
	border-top: none;
}

#footer-wrapper a:link, a:visited, a:active {
	text-decoration: none;
}

#footer-wrapper a:hover {
    text-decoration: underline;
}

#footer-wrapper p img {
	max-width: 95%;
	margin: 20px 0 0 0;
}

p#flickr-image img {
	margin: 0 0 0 0;
}


.external-branding {
	border-top: 1px dotted #545454;
	padding: 20px 0 0 0;
	font-size: .85em;
}


.footer-base-external-branding-left {
	float: left;
width: 50%;
}

.footer-base-external-branding-left img {
	float: left;
	margin: 5px 25px 10px 0;
	}
.footer-base-external-branding-left p {
	display: block;
	float: left;
	margin: 0;
}

.footer-base-external-branding-right {
	float: right;
	width: 50%;
	text-align: right;
	margin: -10px -10px 0 0; /*adjustments to align with OGL logo on left hand side */
	padding: 0;
}



#footer-wrapper .call-to-action-link {
	color: #FFF;
}

.caption {
	font-size: .85em;
}