/* Basic Content Elements */
body {
  font-family: Georgia,Serif;
  text-align:center;
  color:#333;
  margin:10px;
  }
a:link {
  color:#58a;
  text-decoration:none;
  }
a:visited {
  color:#969;
  text-decoration:none;
  }
a:hover {
  color:#c60;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

h1,h2 {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	margin:0.5em 0;
}

h1 {font-size:138.5%;}
h2 {font-size:123.1%;}

h2, h3, h4 {
  color:#c60;
}

h1, h2 {
	letter-spacing: 0.42ex;
	padding-bottom: 0.25em;
	border-bottom:1px dotted #cccccc;
	margin-bottom:10px;
}

h3 {
  font-size:108%;
  margin:.25em 0 0;
  padding:0 0 4px;
  font-weight:normal;
  line-height:1.4em;
  }

h3 a:link {
	color: inherit;
}

h4, strong {font-weight:bold;}
em {font-style:italic;}

blockquote,ul,ol,dl {margin:1em 20px;}
h2 + ol, h3 + ol, h4 + ol, h2 + ul, h3 + ul, h4 +ul {margin-top:0;}

#noumenal-content ol, #noumenal-content ul, #noumenal-content dl {margin-left:2em;}
#noumenal-content ol li {list-style: decimal outside;}
#noumenal-content ul li {list-style: disc outside;}
dl dd {margin-left:1em;}
p,fieldset,pre {margin-bottom:1em;}

.error, .warning, .notice {
	font-weight: bold;
	text-align: center;
	padding: .75em 3em;
}
.error {
	border: 1px dotted #ff0000;
	background-color:#ffcccc;
}
.warning {
	border: 1px dotted #ffff00;
	background-color:#ffffcc;
}
.notice {
	border: 1px dotted #00ff00;
	background-color: #ccffcc;
}
/* End of Basic Content Elements */

/* Site Header */
#hd {
	min-height:80px;
	padding-top:1em;
}

#hd	h1 {
	font-size: 26pt;
	font-weight: normal;
}
#hd h1 span {
	letter-spacing: 0.21ex;
	font-size: 10pt;
	display:block;
	color: #666666;
}
/* End of Site Header */

/* Site Footer */
#ft {
	margin:2em;
	text-align:center;
}

/* End of Site Footer */

/* Used by /resources/... */
#yui-main {
  line-height:1.6em;
}


.section {
	padding: 1.5em;
}

.section .ft {
	text-align: right;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar p {
  color:#666;
}

#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  list-style:none;
  }

/* Form Styles */

#contact-form li {
	list-style: none !important;
	padding: .5em;
	width: 62%;
	position: relative;
}

#contact-form li.focus {
	background-color: #ffffcc;
}

#contact-form textarea {
	width: 100%;
	height: 10em;
}

#contact-form input {
	width: 100%;
}

#contact-form li.buttons input {
	width: auto;
}

#contact-form .hint {
	position:absolute;
	top:0;
	left:0;
	z-index:1000;
	width:42%;
	margin:0 0 0 8px;
	padding:8px 10px 10px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	font-size:80%;
	line-height:120%;
	color:#444;
	left:100%; /* Prevent scrollbars for IE Instruct fix */
	visibility:hidden;
}

#contact-form li.focus .hint {
	visibility: visible;
}

#contact-form label {
	font-size:95%;
	font-weight:bold;
	color:#222;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
}

#contact-form ul.errors {
	padding:0;
	margin:0;
}

#contact-form ul.errors li {
	font-weight: bold;
	font-size:80%;
	color: #ff0000;
	width:100%;
}

#contact-form li.errors {
	border: 1px dotted #ff0000;
	background-color:#ffcccc;
	margin-bottom:1em;
}
