/*
Theme Name: Jha Lab
Theme URI: http://www.amishi.com/lab/
Description: 2 column with tables, yes, I know.
Version: 0.1
Author: rhizoid
Author URI: http://www.rhizoid.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px;
  background: #ffffff; color: #333333;
  margin: 0; padding: 0;
  }

table, td, th, p, blockquote, li, ol, ul, dl, dt, dd {
  font-family: Arial, Helvetica, sans-serif; font-size: 13px; 
  }

ul { 
  list-style-type: square; 
  }

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; 
  font-weight: bold; 
  background: transparent; 
  color: #D87824; 
  }

h2 {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  background: transparent; 
  color: #222222; 
  }

h3, h4, h5   { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  background: transparent; 
  color: #222222; 
  }

img {
  border: 0;
  }

small        { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }

a:link       { background: transparent; color: #990033; text-decoration: none; } 
a:visited    { background: transparent; color: #990033; text-decoration: none; } 
a:hover      { background: transparent; color: #990000; text-decoration: underline; }
a:active     { background: transparent; color: #FAA474; text-decoration: underline; } 

.black       { background: transparent; color: #000000; }
.grey        { background: transparent; color: #666666; }
.red         { background: transparent; color: #990000; }
.white       { background: transparent; color: #FFFFFF; }

.small		 { font-size: 11px; }

.ulnomargin  { margin-left: 1.25em; padding-left: 0; list-style-type: square; }


.JHAcontent {
  padding: 20px;
  background-color: #ECE7E3;
  font-size: .95em;
  line-height: 1.5em;
  position: relative;
  top: -1px;
  left: 0;
  color: #333333;
  }

.caption {
  font-size: .85em;
  text-align: center;
  line-height: .88em;
  margin-top: -12px;
  }

.photo {
    float:left;
    margin:0px 12px 3px 0px;
    border:1px solid #333;
    }
  
ul#navlist
 {
 margin-left: 240px;
/* margin-left: 90px -- for adding a new ("Support our Research") tab */
 margin-top: 0;
 padding-left: 0;
 white-space: nowrap;	
 padding: 3px 20px 3px 20px;
 background-color:#D87824;
 width:690;
 }

 #navlist li
 {
 display: inline;
 list-style-type: none;
 }

 #navlist a { padding: 3px 10px; }

 #navlist a:link, #navlist a:visited
 {
 color: #fff;
 background-color: #D87824;
 text-decoration: none;
 }

 #navlist a:hover
 {
 color: #fff;
 background-color: #E7944A;
 text-decoration: none;
 }


#inpagelist
  {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  }
#inpagelist ul { margin-top: 2px; }
#inpagelist li 
  {
  font-size: 11px; 
  padding-left: 10px;
  background-image: url("/aguirre/assets/img/raquo.gif");
  background-repeat: no-repeat;
  background-position: 0 .5em;
  margin-bottom:3px;
  }


.hang {margin-left:.5in;text-indent:-.5in; }

/* Begin Widget Styles */

#column2 ul ul{background: transparent; padding: 0; margin: 0;}
#linkcat-1 {list-style: none;}
#column2 #linkcat-1 h2 {margin: 0; padding: 0.5em; color: #fff; background: url('images/portlet_header.png')}
#column2 #linkcat-1 h2 {margin-left: 40px;}
#column2 ul #searchform {background: url('images/portlet_header.png'); padding-top: 20px;}
#column2 #searchform input {cursor: pointer; padding: 2px; border: 1px solid #aaa; margin: 0;}

/* End Widget Styles */