﻿@charset "utf-8";
/* IMPORT THE 'GOOGLE FONT' HERE */
@import url('http://fonts.googleapis.com/css?family=Comfortaa');
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	color: #ffffff;
}
#footer h3 {
	color: #ffffff;
}
#footer li {
	color: #ffffff;
}
#footer p {
	color: #ffffff;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #ffffff;
}
#footer a:hover {
	color: #efefef;
}
#copyright p {
	color: #ffffff;
}
#copyright span {
	color: #ffffff;
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#footer {
	font-size: 1em;
}
#footer h3 {
	font-size: 1.4em;
	font-family: inherit;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-weight: 100;
	margin-bottom: 16px;
}
#footer li {
	font-size: .7em;
	border-bottom: 1px #efefef dotted;
	list-style: none;
	padding: 7px 0px 8px 0px;
}
#footer p {
	font-size: .7em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: .5em 0em;
	letter-spacing: .06em;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#copyright p {
	font-size: 11px;
	/*background: url('../graphics/footer_bg.jpg') center top repeat-y;*/
	padding: 30px 0px 35px 0px;
	margin: 0px;
	border: 0px;
	text-align: center;
}
#copyright span {
	font-size: 11px;
}
