/*
---------------------------------------------------
Brown University Academic Sites
Type:      Screen Master
Designer:  Pentagram
Revised:   kz, bc
Version:   2 Jun 2006

Changes:
14 Mar 2006 (kz): faculty name text transform
                  change from capitalize to none
14 Mar 2006 (kz): added font size for #main ul ul
                  li
2 Jun 2006 (bc):  adjusted indentation for lists
5 Jun 2006 (kz):  Set faculty data tables to align:top
1 Feb 2007 (kz): Made some formatting additions to ul#servicelink
25 Feb 2008 (kz): Created ul.servicelink, same formatting as ul#servicelink
2 Feb 2009 (kz): Commented out font family for links

--------------------------------------------------- */





/* Primary layout
--------------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
    color: #000;
    letter-spacing: .02em;
    background: #A9A39E;
    font: 11px Arial, sans-serif;
    /* should be .7 em?? */
}

img {
    border: 0;
}

#header img {
    display: block;
}


/* Page Wrapper
   contains #header, #content, and #endbar
--------------------------------------------------- */
#wrapper {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    border: 1px solid #000;
    width: 780px;
    text-align: left;
    background: #FFFFFF;
    font-size: 100%;
}


/* Page header
--------------------------------------------------- */
#header {
    color: #FFFFFF;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #000;
}


/* Inner layout (#contact)
   contains #navbar, #main, and #sidebar
--------------------------------------------------- */
#content {
    width: 780px;
    padding: 0px;
    padding-top: 6px;
}

#navbar {
    width: 170px;
    float: left;
    padding-left: 14px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 20px;
}

#contact {
    padding-top: 10px;
    padding-bottom: 14px;
}

#contact address, #content p {
    line-height: 1.0em;
    font-size: .95em;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

#search {
    margin-top: 20px;
}

#search input {
    padding: 0 0.3em;
}

#main {
    width: 365px;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    border-left: 1px dotted #000;
    margin-bottom: 0px;
    border-right: 1px dotted #000;
}

/* for faculty listings only */
#main table.facultyListing tr td p.facultyname {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-transform: none;
}


#main table.facultyListing tr td p.facultytitle {
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

#main table.facultyListing tr td p.facultycontact {
    padding-top: 0;
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 11px;
}


/* Bottom layout
--------------------------------------------------- */
#endbar {
    clear: left;
    width: 740px;
    margin: 0;
    padding: 0 20px;
    border: 0;
    text-align: left;
/*  background-color: #FFF;  */
}

#endbar p {
    margin: 1em 0;
}

#footer {
    clear: left;
    width: 780px;
    padding: 0px;
    border: 0;
    margin-right: auto;
    margin-left: auto;
}

#footer p {
    text-align: left;
    margin: 1em 16px;
    padding-top: 9px;
    padding-bottom: 6px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 9px;
    background-color: transparent;
    color: #fff;
}

#copyright {
    clear: left;
    width: 780px;
    padding: 0px;
    border: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

#copyright p {
    padding-left: 16px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: .85em;
    background-color: transparent;
    color: #000;
}





/* Default links
--------------------------------------------------- */
a:link, a:visited {
/*    font-family: Arial, sans-serif;  */
    text-decoration: none;
    color: #cc0000;
    background: transparent;
}

a:hover {
    text-decoration: underline;
    color: #CC0000;
    background: transparent;
}

#footer a:link, #footer a:visited {
    color: #fff;
    margin: 0;
}

#footer p img {
    display: inline;
}



/* Navigation styles
--------------------------------------------------- */

/* First level navigation */
#navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navbar ul li,
#navbar ul#servicelink li,
#navbar ul.servicelink li {
    margin: 0;
    font: 11px Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 105%;
}

/* Second level navigation */
#navbar ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

#navbar ul ul li,
#navbar ul#servicelink ul li,
#navbar ul.servicelink ul li {
    margin-top: 0;
    list-style: none;
    margin-left: 14px;
    padding-left: 0;
    font: 11px Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: none;
    line-height: 100%;
}

/* Third level navigation */
#navbar ul ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

#navbar ul ul ul li {
    list-style: none;
    margin-left: 28px;
    padding-left: 0;
    font: 11px Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: none;
    line-height: 100%;
}

ul#servicelink,
#navbar ul.servicelink {
    margin-top: 20px;
    border-top: 1px solid #aaa;
    padding-top: 10px;
}


/* Search box
--------------------------------------------------- */


#navbar form input.txt  { width:150px; font-size:10px; }




/* Typography
--------------------------------------------------- */
.none {
    display: none;
}

/* for photo credits */
#sidebar p.credit {
    font-size: .85em;
    background-color: transparent;
    color: #000;
    font-style: oblique;
}

#main p, #farbar p {
    line-height: 15px;
    margin-top: 5px;
    margin-bottom: 1em;
}

#quicklinks {
    width: 150px;
}

/* paragraph font style for 80-word intro */
#main #HomePage p {
    font-size: 1.45em;
    line-height: 1.4em;
}

/* default paragraph font style */
#main p {
    font-size: 1.1em;
    line-height: 1.3em;
}



#main h1 {
    margin-top: 4px;
    margin-bottom: 6px;
    font-size: 1.7em;
    line-height: 1.3em;
    font-weight: normal;
}

#main h2 {
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    letter-spacing: normal;
}

/* centered headers  */

h1.centered {
	 text-align: center;
}
h2.centered {
	text-align: center;
}

h3.centered {
	text-align:center;
}

p.centered {
	text-align:center;
}

/* for tables in the main area  */
#main table td p, #main table td {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: normal;
}


#main table.facultyListing tr td 	{
	vertical-align: top;
	}



/* General list items */
#main ul li, #main ol li {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: normal;
    margin-bottom: 4px;
}

#main ul ul li {
    font-size: 1.0em;
    margin-bottom: 0px;
}

#main ul ul ul li {
    font-size: 1.0em;
    margin-bottom: 0px;
}

h2, h3, h4, h5 {
    margin: 20px 0 0 0;
    padding: 0;
}

/* same headings for all divs */
h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 1.0em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 120%;
}

#main h3	{
	margin-top:16px;
}

#main p.small {
	font-size:1.0em;
    line-height: 1.1em;
    margin-bottom:9px;
}

#main p.caption {
	font-size: .9em;
	margin-bottom: 12px;
}


h4 {
    padding: 0;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
}

h5 {
    letter-spacing: 2px;
    font-size: 9px;
    text-transform: uppercase;
    color: #BBB;
    font-weight: bold;
}

h6 {
    font-size: .85em;
    font-weight: normal;
}

/* font styles for sidebar */
#sidebar {
    width: 150px;
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    border-left: 0;
    line-height: 1.3em;
}

#sidebar h1 {
    font: 13px Arial, sans-serif;
    font-weight: bold;
    color: #000;
    margin-top:12px;
    margin-bottom:4px;
}

#sidebar p {
	font-size:1.0em;
    line-height: 1.1em;
    margin-bottom:4px;
    margin-bottom:4px;
}

#sidebar h2 {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    margin-top:6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#sidebar h4 {
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

#sidebar ul {
    margin-left: 15px;
    padding-left: 0;
} 

/* de-italicize address */
address {
    font-style: normal;
}

#main ul {
    margin-bottom: 10px;
}/*
ul ul {
    margin-bottom: 4px;
}*/


/* calendar styles  */#main #calendar ul li .ev-times {  font-weight:bold; display:block; }#main #calendar ul li .ev-description {   display:block; }#main #calendar ul li .ev-categories {  	display: none;  }#main #calendar ul li .ev-location  {display:block; }