/* Imports style sheets for different web groups. */
@import url(tau-style.css);
@import url(prl-style.css);
@import url(nic-style.css);
@import url(pdt-style.css);
@import url(wiki-style.css);
@import url(ktau-style.css);


/* Clearfix is a class that clears floats in a reasonable way.
    To use it, have every div in a document declare it's class
    to be clearfix, i.e. <div id="banner" class="clearfix"
    
    This is necessary because css does not require div to contain
    it's floated elements. This "fix" adds an empty element beneath
    the lowest item. */


.clearfix:after /* this adds the hidden element */
{
    content: ".";
    display: block;
    height: 0; 
    clear: both;
    visibility: hidden;
}

.clearfix /* this is a fix for IE Mac 5 */
{
    display: inline-table;
}

/* Hides from IE-mac, the commented backslash hack \*/
html .clearfix { height: 1%; } /* fixes other browsers */
.clearfix { display: block; }
/* End hide from IE-mac */

/* define the primary font style and size for the body */
body 
{ 
    /*places everything in the center of the page. Does not work on IE.*/
    font-family: serif;
    font-size: 100%;
    background-image: url(images/pattern6.gif);
}

/* content description */

div#content
{
    background-color: #FFF;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: sans-serif;
    clear: both;
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 10px 30px 10px 10px;
}

/* each paragraph is it's own unit, box and float it */
div#content p
{
	padding: 5px;
	margin: 5px;
}
/* formating for a blockqoute */
blockqoute
{
        float: right;
        position: relative;
        width: 300px;
        font-family: georgia, sans-serif;
        font-size: 1.5em;
        text-align: center;
        margin: 10px;
        line-height: 1.5em;
        border-bottom: 2px solid grey;
        border-top: 2px solid grey;
}
/* formating for a new item */
div.panel
{
  margin: 20px;
	float: left;
	width: 400px;
}
div.panel span.title
{
  font-size: 16pt;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
div.panel span.date
{
  font-size: 8pt;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}
div.panel ul
{
   list-style: none;
}
div.paragraph
{
        min-height: 100px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0px;
        border-bottom: 1px solid black;
}
div.paragraph h2
{
        font-family: Tahoma, sans-serif;
        font-weight: 900;
        letter-spacing: 2px;
	padding-bottom: 20px;
        padding-left: 10px;
        height: 5px;
	font-size: 1.1em;
}
div.paragraph p, div.panel p
{
        clear: both;
        padding-top: 0px;
        line-height: 1.4em;
}
div.paragraph p.date
{
        position: relative;
        font-weight: bold;
}
/* clears magins btween banner and content */
h1
{
	margin: 0px;
	padding: 10px;
}
h2
{
	margin: 0px;
	padding: 10px;
}
h3
{
	margin: 0px;
	padding: 10px;
}
h4
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
h5
{
	margin: 0px;
        padding: 10px 10px 10px 20px;
}
div#copyright
{
    margin-top: 20px;
    font-size: 12px;
    clear: both;
}

div#copyright p
{
    margin-top: 20px;
}

div#copyright ul
{
    margin: 0px;
    padding: 0px;
    text-indent: 20px;
    marker-offset: auto;
}

div#copyright li
{
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border: none;
    float: none;
}

div#TAU
{
    background-image: url("images/NewTauLogo-notrans.png");
    width: 260px;
    height: 252px;
    float: left;
    margin-right: 10px;
}
	
div.people p
{
	 font-size: .8em;
}
div.people h5
{
    margin: 0px;
    padding: 5px;
}
* span.emphasis
{
	display: inline;
	font-size: 1em;
}
div.people h3
{
    font-size: 1em;
    display: inline;
    padding: 0px;
}

div.pubs
{
    color: blue;
    background-color: aqua;
    border: 1px solid blue;
    display: none;
}
div.pubs dd
{
    background-color: white;
    color: red;  
    display: block;
} 
form p
{
	text-indent: 20px;
	padding: 0px 0px 0px 15px;
}
p
{
/*	text-indent: 30px;*/
}
p.comments
{
	position: relative;
	top: -3px;
	left: 37px;
	float: left;
	text-align: right;
}

#content p
{
	position: relative;
	padding: 10px;
	margin: 15px;
	left: 10px;
}
div.people li
{
	margin-bottom: 20px;
}
div.picture
{
	position: relative;
	float: left;
	padding: 10px 25px 10px 15px;
	height: 700px;
}
div.footer
{
	clear: both;
}
#content ul li
{
	display: list-item;
}

#content div.block
{
	clear: both;
	padding: 10px;
}

#content #docslist
{
	position: relative;
	left: 20px;
}

#content #docslist h2
{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
}
#content #docslist span
{
	display: inline;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 20px;
}
