/*Style content for ONTOLOGICA */
body {
	background-color: #444;
	font-family: Verdana, "Times New Roman", Times, serif, sans-serif;
	color: #fff;
	
}
h1{
	text-align: center;
	font-size: 1.6em;
	color: #fff;
}
h2 {
	text-align: center;
	font-size: 1.3em;
	color: #009ACD;
}
h3{
	text-align: left;
	font-size: 1.1em;
	color: #7AC5CD;
}
b{
	color: #E0FFFF;
}
a:link {
	color: #FFB90F;
}
a:visited, #Nav a:visited {
	color: #CD6600;
}
a:hover, a:active, #Nav a:hover, #Nav a:active, #IssueNav a:active, #IssueNav a:hover{
	color:#000;
	background:#fff;
}

a.current:visited, #Nav a.current:visited {
   color: #Fff;
   text-decoration: none;
   background:inherit;
}
#container {
	width: 90%; 
	background: #000;
	color: #fff;
	position: relative;
	margin: 0px auto;
	border: 3px solid #48a;
}
#content div.blurb{
	border: 2px groove #48a;
	padding-left: 10px;
}
#sitename {
	padding-bottom: 10px;
	border-bottom: 2px solid #48a;
}
#sitename h1 {
	background: #000 url(img/header.png) no-repeat center top;
	text-indent: -5000px;
	/*letter-spacing: .5em;
	word-spacing: .3em;
	color: #bbbbbb;
	font-size: 300%;*/
	height:131px;
}

#Nav {
	margin: 0;
	width: 100%;	
	background: #002;
}
#Nav ul {
	margin: 0;
	padding-top: 3px;
	text-align: center;
}
#Nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#Nav a {
	color: #FFB90F;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	margin-top:3px;
	padding-right: 20px;
	padding-left: 20px;
}
#IssueNav a{
	color: #FFB90F;
	text-decoration: none;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	margin-top:3px;
}
#IssueNav {
	width: 25%;
	float: left;
}
#IssueNav p{ margin-left: 0.5em; }
#IssueNav ul{	/*margin-left: 0.7em;*/ }
#IssueNav li{ 
	list-style-type:none;
	padding-bottom: 1.0em;
	 
}
#issueContrib{
		margin-top: 0em;
		margin-left: 2em;
		padding-top: 0em;
	}
#isssueContrib p{ 
		color: #666666;
		}
#content {
	width: 65%;
	border-left: 2px solid #48a;
	margin-left: 27%;
	padding-left: 2em;
	min-height: 300px;
	line-height: 150%;
	font-size: 110%;
	
}
#bt p, #bt a {
	text-align: center;
	font-size: 80%;
}
#footer{
	border-top: 2px solid #48a;
	color: inherit;
	background: inherit;
	font-size: 80%;
	text-align:center;
	clear: both;
	Margin-top: 3em;
	
}
#footer p {
	font-family: courier, garamond, times;
	background: #48a;
	padding: 1.6em;
	border: 1px solid #000;
	
}
#footer img {
	background: #48a;
	padding: .1em;
	border: 1px solid #000;

}
