/* 
Title:		UC screen layout
Author: 	Ben Gauslin | ben@bengauslin.net
Updated:	December 4, 2006
*/

/********************************************************
global
********************************************************/
html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 12pt !important;
	font-family: Arial, Helvetica,  sans-serif;
	width: 90%;
	}

/********************************************************
links
********************************************************/
a:link, a:visited {
	color: #333;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	}

a:link:after,
a:visited:after {
	color: #333;
	content: " (" attr(href) ")";
	font-size: 75%;
	}
a[href^="/"]:after {
	content: " (http://www.urbanconservancy.org" attr(href) ")";
	}


/********************************************************
basics
********************************************************/
h1 {
	font-size: 16pt; !important;
	}

#intro span,
#portfolio-intro span {
	font-size: 14pt; !important;
	}

img.left {
	margin: 0 11pt 11pt 0;
	float: left;
	}
img.right {
	margin: 0 0 11pt 11pt;
	float: right;
	}

#footer {
	margin-top: 22pt;
	/*border-top: 2pt solid black;*/
	clear: both;
	font-size: 10pt; !important;
	}



/********************************************************
hidden elements
********************************************************/
.skip,
#header,
#sidebar,
#quicknav,
.subnav,
#slide-nav,
#see-also,
#contact-form,
#login-form,
#footer .contact,
.validate {
	display: none;
	}
