body {
	background-color: #ffffff; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a{
	color:#d90000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

p {
	text-align: left; 
	color: #000000; 
	font-size: 0.8em; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.author{
font-variant: small-caps;
}

td.header_style{
	font-weight:bold;
}

.style2 {
	font-size: 36px;
}
.style3 {
	font-size: 18px;
	font-style: italic;
}
.style40{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
.style4{
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}
.style5{
	font-style:italic;
	font-size: 12px;
}
.style6{
	font-size: 16px;
	font-style: italic;
	font-weight:bold;
}
p.small {
	font-family:tahoma, sans-serif;
	font-size:0.6em;
}
p.smallsubtle {
	font-family:tahoma, sans-serif;
	font-size:0.6em; color:#6699cc;
}
p.title {font-weight:bold;
	font-size:2.0em;
	font-family:tahoma, helvetica, sans-serif;
	color:#005480;
}
p.title2 {
	font-weight:bold;
	font-size:1.0em;
	font-family:tahoma, helvetica, sans-serif;
	color:#d90000;
	line-height: 1.0em;
}
p.title3 {
	font-weight:bold;
	font-size:1.5em;
	font-family:tahoma, helvetica, sans-serif;
	color:#d90000;
	line-height: 1.0em;
}
img {
	border-style: none;
}
.attention{
  color:#0000CC;
}
p.spacer {
	font-weight:normal;
	font-size:1.5em;
	font-family:tahoma, helvetica, sans-serif;
	color:#ffffff;
	line-height: 1.0em;
}
span.notes {
	font-family:tahoma, helvetica, sans-serif;
	color:#cc0000;
}
ul.li.norm {
	text-align: left; 
	color: #000000; 
	font-size: 0.8em; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#content {
	float: left;
	margin-top: .3em;
	background-color: #FFFFFF; 
	padding-left: 1.5em;
	padding-right: 0.5em;
}
	
#content li {
	margin: 0;
	text-align: left;
	border: none;
	list-style-type: square;
	font-size: 100%;
	font-weight: normal;
}

#partners {
	float: left;
	margin-top: .3em;
	margin-left: 0.5em;
	background-color: #FFFFFF;
	width: 18em; 
}
	
#partners2 {
	float: left;
	margin-top: .3em;
	margin-left: 0.5em;
	background-color: #FFFFFF;
	width: 18em; 
}

#partners3 {
	float: left;
	margin-top: .3em;
	margin-left: 0.5em;
	background-color: #FFFFFF;
	width: 18em; 
}
	
#nonpartners  {
	float: left;
	margin-top: .3em;
	margin-left: 0.0em;
	background-color: #FFFFFF;
	width: 18.5em; 
}

/* navigation styles */

#nav {
	position:absolute;
	margin-top: 0em;
	background-color: #FFFFFF; 
	width: 10.5em; 
	left: 10px;
	top: 60px;
}
	
#main {
	background:#fff;
   		margin-left: 185px;
   		margin-right:249px;
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp
		*/
		
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 185px;
   		margin-right:251px;
}
#main2{
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

html>body #main {
   		margin-left: 177px;
   		margin-right:251px;
}

#navborder {

	border: none;
	background-color: #ffffff;
	height: 10em;

	}

#main_box{
	border-left: solid 2px #d90000;
	border-right: solid 2px #d90000;
	border-top: solid 2px #d90000;
	padding: 7px 7px 5px 7px;
}

#nav ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding-left: 0%;
	padding-top: 0.5em;
	margin-top: -0.1em;
}
		
#nav li {
	margin: 0;
	text-align: left;
	border: none;
	list-style-type: none;
	font-size: 90%;
}
		
#nav li a {
	display: block;
	/*height: 1.2em;*/
	padding-left: 3%;
	padding-right: 1%;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #d90000;
	font-size: 1.0em;
	line-height: 1.0em;
	text-decoration: none;
	letter-spacing: 0.03em;
	text-align: left;
}
	
#nav li a:hover {
	color: #d90000;
	text-decoration: none;
	letter-spacing: 0.03em;
	text-align: left;
	background-color: #c0c0c0;
}

#nav li #rss_image a:hover {
	background-color: #FFFFFF;
}

#rightcontent {
	position: absolute;
	right: 5px;
	top: 70px;
	margin-left: 10px;
	width: 220px; 
}
#rightcontent ul{
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 0px 7px;
}
#rightcontent li{
	font-size:11px;
	padding-bottom:5px;
}

#links_wrap ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding-left: 0%;
	padding-top: 0.5em;
	margin-top: -0.1em;
	list-style-image: url('/images/paper_bullet.jpg');
}
		
#links_wrap li {
	margin: 0 0 0 11px;
	text-align: left;
	border: none;
	list-style-type: none;
	font-size: 10px;
}

#papers_wrap ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding-left: 0%;
	padding-top: 0.5em;
	margin-top: -0.1em;
	list-style-image: url('/images/paper_bullet.jpg');
}
		
#papers_wrap li {
	margin: 0 0 0 15px;
	text-align: left;
	border: none;
	list-style-type: none;
	font-size: 12px;
}

#conference_wrap ul {
	list-style: none;
	width: 100%;
	margin: 0;
	padding-left: 0%;
	padding-top: 0.5em;
	margin-top: -0.1em;
	list-style-image: url('/images/paper_bullet.jpg');
}
		
#conference_wrap li {
	margin: 3px 0 3px 15px;
	text-align: left;
	border: none;
	list-style-type: none;
	font-size: 13px;
}
	
/*Papers Nav Wrapper */

#updatescript {
	width: 110px;
	padding-top: 1.0em;
	padding-left:0.5em;
	text-align: center;
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #005480;
}

#icons {
	float: none;
	text-align: left;
	padding-right: 1.0em;
	padding-bottom: 3.0em;
}

#header  {
	margin-top: 0em;
	width: 100%; 
}
#post_date{
	margin-left: 10px;
	font-style:italic;
	font-size:11px;
}

#footer{
	clear:both;
	text-align:center;
	font-size: 14px;
	margin: 30px 0px 30px 0px;
}
.date-header{
   margin-top: 0;
   font-size: 13px;
   font-weight: bold;
   text-transform: uppercase;
   text-align: left;
}

.entry-header{
   margin-top: 0;
   border-left: 5px solid #d90000;
   padding: 0 0 0 10px;
   color: #666;
   font-size: 18px;
   text-align: left;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   padding: 5px;
   color: #fff;
   background: #d90000;
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #fff;
}

.module-content
{
   margin: 3px 0 10px 0;
   padding: 10px 10px 0 10px;
   font-size: 10px;

}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed,
#rightcontent ul,
#main ul
{
   font-size: 11px;
}

.interventions{
	letter-spacing: 4px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding: 3px;
	margin:0px;
}
div.books_header{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
div.books_display{
	width:140px;
	height:254px;
	text-align:center;
	float:left;
}
div.books_display_veritas{
	width:319px;
	height:505px;
	text-align:center;
	float:left;
}
div.books_display_veritas2{
	width:150px;
	height:355px;
	text-align:center;
	float:left;
	margin:10px;
}
div.books_display_veritas p,div.books_display_veritas2 p{
	text-align:center;
	margin-bottom:10px;
}

div.books_display_veritas2 p .title{
  font-size:12px;
}

div.book_section {
	border: 1px dashed #d90000;
	background-color: #fff;
	padding:0px 8px 8px 0px;
	margin:0px 0px 20px 0px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
}
div.book_section_veritas {
	border: 1px dashed #1735A5;
	background-color: #fff;
	padding:0px 10px 8px 10px;
	margin:0px 0px 20px 0px;
	width: 690px;
	margin-left:auto;
	margin-right:auto;
}
div.spacer {
	clear: both;
}
div.book_heading{
	padding:0px 0px 0px 10px;
	font-style:italic;
	font-size:14px;
}
.book_image{
	padding: 18px 10px 18px 10px;
	background: transparent url('/images/eerdmans/underlay.png') no-repeat center;
}
.book_image_veritas{
	padding: 18px 10px 18px 10px;
	background: transparent url('/images/Veritas/underlay_veritas.png') no-repeat center;
}
.book_image_sm{
	padding: 18px 18px 18px 18px;
	background: transparent url('/images/eerdmans/underlay_sm.png') no-repeat center;
}
.book_image:after{
	display:block;
	clear:both;
	content:" ";
}

/* FORM STYLES */

.input_small{
	font-size:12px;
}
