/* $Id: fancy.css,v 1.12 2007/05/11 22:58:50 justin.makeig Exp $ */
@import url('home.css');
body {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: #333;

	background-color: #fff;
}
	*>body {
		background-image: url('/assets/img/ui/body-bg.png');
        	background-position: 0 0;
        	background-repeat: repeat-x;
	}
h1, h2, h3, h4, h5, h6 {
	clear: none;
	margin: 0;
	line-height: 100%;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #C14032;
	letter-spacing: -2px;
}
p {
	line-height: 155%;
}
p.Intro {
	line-height: 125%;
	font-weight: bold;
	font-size: 125%;
}
a {
	color: #134D76;
}
a:hover {

}
acronym {
	font-style: normal;
	cursor: help;
}
li {
	margin-bottom: 0.5em;
}
img, a img {
	border-style: none;
}
address {
	font-style: normal;
}
table {
	margin: 2em 1em;
	width: 80%;
	border-collapse: collapse;
	border: solid 1px #ccc;
}
th, td {
	padding: 0.5em;
	border-bottom: dotted 1px #ccc;
	vertical-align: top;
}
th {
	width: auto;
	background-color: #C14032;
	color: #FFF387;
	text-align: left;
	border-bottom-color: #844106;
}
#Container {
	text-align: left; /* IE hack for centering #Container */
}
#Content {
	border-style: solid;
	border-color: #ccc;
	background-image: url('/assets/img/ui/content-bg-2col.png');
	background-position: -8px 0; /* IE6 weirdness */
	background-repeat: repeat-y;
}
	*>#Content {
		background-position: 0 0;
	}
	.Home #Content {
		background-position: -149px 0;
	}
#Branding  {
	text-align: right;

}
#Splash {
	background-image: url('/assets/img/ui/splash-bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #9AC7E6;

	border-color: #134D76;
	color: #134D76;
}


#Splash blockquote {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: normal;
}
#Splash blockquote p {
	margin: 10px;
	padding: 0;
	line-height: 110%;
}
#MainContent h2 {
	border-bottom: solid 1px #ccc;
	letter-spacing: -1px;
}
#MainContent .Pullquote { /*applies to inline span or block div*/
	display: block;
	float: right;
	width: 33%;
	padding: 4px 0 4px 8px;
	margin: 4px 0 4px 4px;
	font-size: 200%;
	background-color: #fff;
	color: #333;
    border-left: solid 1px #ddd;
}
#MainContent .Pullquote blockquote { /*watch out, can't put a blockquote in a p*/
	padding: 0;
	margin: 0;
}
.pull-out {
    width: 35%;
    float: right;
    margin: 0.25em 0.5em;
    margin-right: 0;
    padding: 0.75em;
    border: solid 2px #C14032;
    font-size: 90%;
    background: #FFF9D3;
}
#MainContent .pull-out h2,
#MainContent .pull-out h3 {
    letter-spacing: 0;
    text-decoration: none;
    border-style: none;
    margin-bottom: 0.4em;
}
#MainContent .pull-out h2 {
    letter-spacing: -1px;
}
.pull-out p, 
.pull-out li {
    line-height: 1.2;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
.pull-out ul {
    padding-left: 1em;
}
.pull-out li {
}
.small-print {
    font-size: 90%;
}
#SecondaryContent {
	color: #844106;
}
#SecondaryContent h2 {
	color: #844106;
	border-bottom: solid 1px;

	/*
	margin: -10px -10px 0 -8px;
	padding: 10px 10px;

	background: #F1770B;
	*/
}
#SecondaryContent p, #SecondaryContent li {
	font-size: 90%;
	line-height: 125%;
}
#SecondaryContent .Subpages p {
    font-size: 133%;
    font-weight: bold;
}
#SecondaryContent ul {
	padding: 0 0 0 1.5em;
	list-style-type: square;
}
#SecondaryContent a {
	color: #EBD53F;
}
#SecondaryContent .Pullquote {
	margin: 0.5em;
	margin-bottom: 2em;
}
#SecondaryContent .Pullquote blockquote {
	margin: 0;
	font-size: 210%;
	text-align: left;
}
#SecondaryContent .Pullquote blockquote p {
    line-height: 90%;
    letter-spacing: -1px;
    margin: 0;
}
#SecondaryContent .Pullquote .Attribution {
    font-size: 85%;
    margin: 0 2em 0 4em;
}
#SecondaryContent .Pullquote .Attribution .Source {
	font-weight: bold;
}
#Metadata, #Metadata h3, #Metadata a, #Metadata a:hover, #Metadata a:visited {
	color: #999;
}
#Metadata, #Metadata h3 {
	font-size: 90%;
	font-family: Arial, sans-serif;
	border-color: #ccc;
}
#Metadata h3 {
	font-size: 110%;
	letter-spacing: 1px;
	line-height: 125%;
}
#Metadata a, #Metadata a:hover, #Metadata a:visited {
	text-decoration: none;
}
#Metadata address {
	display: inline;
	font-style: normal;
	padding: 0;
	margin: 0;
}
#Metadata address.street {
	display: block;
}
#Metadata address.email {
	margin-left: 1em;
}
#Metadata address.email:before {
	content: '| ';
	margin-right: 1em;
}
#Metadata address.phone {

}
#Navigation {
border-style: none;
	font-size: 90%;
}
#Navigation ul {
	display: inline;
	list-style: none;
	margin: 0 auto;
	padding: 0;

}
#Navigation li {
	display: block;
	float: left;
	padding: 0 20px 0 0;
}
#Navigation a {
	color: #98809E;
	text-decoration: none;
	padding: 4px;
}
#Navigation a:hover {
	background-color: #DD88CC;
	color: #824776;
	border-left-color: #824776;
}
/*
#SecondaryNavigation {
	margin-top: 1em;
}
#SecondaryNavigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#SecondaryNavigation ul li {
	padding: 0;
	margin: 0;
}
#SecondaryNavigation ul li a {
	display: block;
	padding: .5em 1em;
	background-color: #844106;
}
#SecondaryNavigation ul li a:hover {
	background-color: #FFF387;
}
*/
#Footer, #Footer a {
	color: #ccc;
	font-size: 85%;
	text-decoration: none;
}
#Footer ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Footer li {
	display: inline;
	padding: 0;
}
#Footer li:before {
	content: " | ";
}
#Footer li:first-child:before {
	content: "";
}
/* DEBUG */
.FixMe {
	background-color: #FFF387 !important;
	color: #F48D22 !important;
	font-weight: bold !important;
}
.FixMe:before {
	content: 'Fix me: ';
	font-style: italic;
}