/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Bottom
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* Bottom bar */
#bottom {
	font-size: .9em;
	font-weight: normal;
	line-height: normal;
	color: #000;
	background: #fff;
	margin: 1em 0 0 6px;
	padding: 0;
	clear: both;
	position: relative;
}

#bottom p {
	margin-left: 10px;
	margin-right: 10px;
}

#bottom img {
	border: none;
}

#bottom #disclaimer a {
	line-height: 2;
}

#bottom a:link, #bottom a:visited {
	color: #000;
}

p#responsible {
	background: #e7e7e9;
	margin: 3px 0;
	padding: 12px 10px;
	width: 365px;
	float: left;
}

p#responsible img {
	margin-right: 5px;
	float: left;
}

p#disclaimer {
	text-align: right;
	vertical-align: bottom !important;
	margin: 3px 0;
	padding: 3px 10px;
	border: 2px dotted #cadbe5;
	border-width: 2px 0;
	width: 365px;
	float: right;
}

p#disclaimer img {
	margin-left: 10px;
	float: right;
}

p#copyright {
	text-align: right;
	color: #5c6474;
	margin: 0;
	padding: 3px 10px 4px;
	clear: both;
}

