/************************************************************
	Liberty Village of Clinton Print CSS
	Created:		04.01.2007
	Last Modified:	04.01.2007
	Author:			Lee Allen
************************************************************/

.villagename { text-transform: uppercase; }

ul#masthead, 
ul#navigation, 
p#footer_navigation, 
p.faqs_backtotop, 
div#browserwarning { display: none; }

img { border: solid 1px #000; }

div#container {
	width: 80%;
	margin: 0 auto;
}

body {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	background-color: #fff;
}

a img { border: 0; }

a {
	text-decoration: none;
	color: #000;
}

a:link:after, a:visited:after {
	text-transform: lowercase;
	font-size: 80%;
	content: " (" attr(href) ") ";
}

a[href^="/"]:after { content: " (http://www.libertyvillageofclinton.com" attr(href) ") "; }

a[href^="#"]:after, a[href^="?"]:after { content: ""; }
