table.clsLayout {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

table.clsLayout tr, table.clsLayout td {
	background-color: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	margin: 0;
	padding: 0 !important;
}

.social-widget .widget {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	box-shadow: none;
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
}

.social-widget .rss a {
	background:
		url("http://wikimapping.com/wordpress/wp-content/themes/agency/images/rss.png")
		no-repeat scroll left center rgba(0, 0, 0, 0);
	display: inline-block;
	padding: 3px 0 2px 30px;
	color: #997551;
	text-decoration: none;
}

.social-widget .rss a:hover {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

.widget .social-links li {
	border: medium none;
	display: inline-block;
	list-style: none outside none;
	margin: 0 5px 5px 0;
	padding: 0;
}

.social-links .icon-medium img {
	max-height: 24px;
	max-width: 24px;
}

#navigation a {
	color: #999;
	display: block;
	font: bold 95%/100% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 6px 12px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
}

ul.nav li.parent>a:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff transparent transparent;
	border-image: none;
	border-style: solid;
	border-width: 3px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	right: 1em;
	top: 0.6em;
	width: 0;
}