@charset "UTF-8";

/*Note:This CSS file may not always be valid according to the W3C standards.
It may contain proprietary/nonstandard or yet unsupported code.
This code is used to fix certain user agent rendering bugs, or to enhance the website/application in the case of more advanced user agents.*/

/*
@website:
@author: spotonearth team
@copyright: spotonearth 2009 
*/

/* print URLs after link text */
#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
}

/* =reset styles */
ul,
ol,
li {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

p {
	text-align: justify;
}

img {
	border: none;
}

/* =hide elements from print */
.hidden,
.formError,
#contactForm {
	display: none;
}

/* =branding */
#branding a {
	display: block;
	text-align: center;
	text-indent: 0px;
}

#branding strong {
	display: none;
}

/* =site info */
#siteInfo {
	padding: 20px 0px 0px 0px;
	text-align: right;
}

