@import url("/_tmpl_styles/296/style.css");

table.blogHeader {  /* Picture on top without navigation */
    padding: 0;
    color: #FFFFFF;
margin-bottom: -10px;
margin-top: -12px;
margin-right: -15px;
margin-left: -15px;
float: none;
/* border: 1px solid #808000; */
 
}

table.blogHeader a:link,
table.blogHeader a:active,
table.blogHeader a:visited {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
}

table.columns {  /* table as a whole */
    padding: 0;
    height: 100%;
    width: 780px;
    margin-left:auto;
    margin-right: auto;
    text-align: left;
   /* border-top: 1px solid black; */
   /* border-left: 1px solid black; */
   /* border-right: 1px solid black; */

}



table.columns td.center {  /* left center column */
    height: 100%;
    background-color: #FFFFFF;
    width: 380px; 
    /*width: 27%; used to be 45%*/
    /* border-right: 1px solid #CCC; */
    /* border: 1px solid #FF0000; */ 
    border-collapse: collapse;
		
}

table.columns td.right {  /* right center column as a whole */
   /* vertical-align: top; */
    width: 200px; /*used to be 20% and 10%*/
  /*  padding: 8px 0px 15px 0px;*/
    height: 100%;
    background-color: #DEEAFE;
    border-collapse: collapse;
    border-left: 1px solid #1b4074; 

}

table.columns td.left {
   /* vertical-align: top; */
    width: 200px; /*used to be 20% and 10%*/
  /*  padding: 8px 0px 15px 0px;*/
    height: 100%;
    border-collapse: collapse;
}

table.columns td.header {  /* header on top including picture without navigation */
vertical-align: top;
    background-color: #FFFFFF;
    color: #FFFFFF;
    font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
    font-weight: 100;
  /* padding: 10px 15px 10px 15px; */
     /*border-top: 4px solid #6C2323;*/ 
    /*border-bottom: 1px solid #FFFFFF;*/
 /*border: 1px solid #FFFF00; */

 }

#rightcol .component {  /* Distinct Single Component in Right-Center Column  */
    padding: 10px;
    border-right = 0px; /*did not even exist*/
    margin-bottom: 6px;
    text-align: left;
    font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
    clear: both;
    background-color: #DEEAFE;
    border: 0px solid #FFFFFF;
    border-collapse: collapse;
}

#leftcol .componentHead {
/*     font-size: 10px; */
    font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
    font-size: 1.1em;
    color: #052A68;
    background-color: transparent;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #1b4074;
    margin-bottom: 6px;
    white-space: normal;
}

#rightcol .componentHead {
/*     font-size: 10px; */
    font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
    font-size: 1.1em;
    color: #052A68;
    background-color: transparent;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #1b4074;
    margin-bottom: 6px;
    white-space: normal;
}

/* =Nav
------------------------------ */

#nav  /* navigation pane on top without picture */
	{
	background: url(../images/nav-bg-1x1.gif) top left no-repeat;
	background-position: 596px 0;
	background-color: none;
	float: left;
	width: 780px;
	border-top: 1px solid #1b4074;          /*grey line*/
	margin-bottom: 15px;                 /*white space below*/
	}

#nav ul 
	{
	margin: 0;
	padding: 0 0px;
	list-style-type: none;
	font-size: .71em;
        font-family: "Lucida Grande", Verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: .13em;
	}

#nav li 
	{
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style-type: none;
	text-indent: 0;
	}

#nav a  /* for the navigation buttons */
	{
	display: block;
	padding: 10px 10px;
	border-width:0;
	/* border-bottom: 2px solid #FFFFFF; */
	color: #052A68;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	}

table.columns td.footer {  /* Footer outer */
    padding: 0px 0px 0px 0px;
    font-family: "Lucida Grande", "Gill Sans", Verdana, sans-serif;
    /* font: normal 11px Geneva,verdana,arial,sans-serif; */
    text-align: center;
    border-top: 2px #FFFFFF;
    background-color: #FFFFFF;
}


table.blogFooter {   /* Footer inner */
        border-top: 1px solid #1b4074;
        padding: 10px; 
	margin: 0px 0px;
	font-size: .81em;
	color: #333333;
	text-transform: uppercase;
	}


table.blogFooter a:hover
{
background: #DEEAFE;
}

h4 
{
font-size: 1.1em;
color: #000000;
}

p {
line-height: 1.5em; 
}


/*	Following rule allows entire region of link to to be 
	clickable in IE/Win. Holly Hack explained here:
	http://www.positioniseverything.net/explorer/escape-floats.html */

* html #nav a 
	{
	width:1%;
	}

#nav a:hover 
	{
	background: #DEEAFE;
	}

#nav #blog
        {
	background: #DEEAFE;
        border-bottom: 2px solid #052A68;
	}

.home #nav #home a,
.blog #nav #blog a,
.events #nav #events a,
.about #nav #about a,
.people #nav #people a,
.publications #nav #publications a,
.press #nav #press a,
.subscribe #nav #subscribe a,
.search #nav #search a
	{
	background: #DEEAFE;  /******puts the blue on the background of the index im on*****/
	border-bottom: 2px solid #052A68;	/******underlines the index im on*****/
	}


#rightcol .componentContent {
    list-style: none;
    font-size: 11px;
    line-height: 14px; 
    white-space: normal;
    margin-left: 0;
}

#leftcol .componentContent {
    list-style: none;
    font-size: 11px;
    line-height: 14px; 
    white-space: normal;
    margin-left: 0;
}

.componentLogin {
    font-size: 11px;
    line-height: 14px; 
    white-space: normal;
    margin-left: 0;
}

.componentRSSFeed .f, #componentRSSFeed .f a {
 text-decoration: none; 
 font-size:0px;
 /* link: #DEEAFE;
  alink: #DEEAFE;
  vlink: #DEEAFE; */
 
}


textarea {
    font: normal 11px "Lucida Grande", Verdana, sans-serif;
    border: 1px solid #999;  
    color: #333333;
    background-color: #FFF;
}

body {
    margin: 0;
    color: #484848;
    background-color: #FFFFFF;
    font: normal 12px "Lucida Grande", Verdana, sans-serif;
}

table {
    color: #484848;
    font: normal 12px "Lucida Grande", Verdana, sans-serif;
}

table.columns td.header {
    background-color: #FFFFFF;
    padding: 10px 15px 10px 15px;
    border-bottom: 2px #FFFFFF;
 }

	/* =FeedburnerFeeds
------------------------------------- */

#creditfooter 
	{
    display: none;
    }


	/* =LibraryThing
-------------------------------------
see http://nofancyname.blogspot.com/2005/12/styling-librarything-blog-widget.html
------------------------------------- */

.LT_itemLast {
padding:0px;
}

.LT_powered {
  display: none;
}

	/* =FFEDJIT
------------------------------------- */

.FJ_Heading 
{
display: none;
}

.FJ_TrafFoot 
{
display: none;
}

/* Translation
------------------------------------- */

#translate
	{
	font-size: .93em;
	font-family: "Lucida Grande", Verdana, sans-serif;
        font-weight: 100;
	}

	/* =TwitterFeed
------------------------------------- */

#twitter_update_list 
	{
    list-style-type:none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
    }

blockquote {width: 280px;}