/* $Id$ */

/**************************************************************************************************
* Brown University Screen Styles 2010 Design
* Ursa drupal theme based on Garland
*
*
* em calculations based on default font size of 16px; and a 21px baseline
* paragraph copy is .875em (14px) and leading is 1.5em (21px).
* 
* ****      NB:  DO NOT STYLE #body-content                   ****
* ****      IT'S A PAGE ANCHOR AT THE TOP OF THE CONTENT      ****
* ****      AND IT LOOKS DIFFERENT ON EVERY PAGE              ****
* 
* @author John Pennypacker <John_Pennypacker@brown.edu>
* $Id$
*
**************************************************************************************************/
@import "masthead.css";
@import "homepage-feature.css";
@import "headlines.css";
@import "footer.css";

/* START WITH RESET, THEN GENERAL STYLES */
body, ul, ol, dl, li, p, div, header, footer, section, h1, h2, h3, h4, h5, h6, dialog, nav, section {
	margin: 0; padding: 0;
}
a img { border: 0; }

.secondary-feature-nav a, .headlines-nav a, #footer-advancement a, #more-news-button a {
	outline: none;
}

body {	
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	background: #fff;
	font-size: 16px;
}

article, section, dialog {
	display: block;
}

.access { display: none; }

.clear {
}


/* Firefox will not render an address area properly, so style the contents, not the <address> */
.vcard {
	font-size: .75em;
	font-style: normal;
	line-height: 1.75em;
	padding-top: .125em; /* just to bump the baseline down a touch */
}

.vcard .type {
	font-weight: bold;
}

.vcard span, .no-wrap {
	white-space: nowrap; /* helps keep United States on one line */
}




/*
input {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
  font-: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}
*/

/* ### HEADLINES ### */
h1, h2, h3, h4, h5, h6 {
	color: #2f2a20;
}
h1 {	
	font: bold 1.25em/1.5em Georgia, serif; /* 20px */
	margin-bottom: .6em; /* 20*1.5=30; 42px-30px=12px; 12px/20px = .6em */
}
h2 {	
	font: bold 1.125em/1.5em Georgia, serif; /* 18px */
	margin-bottom: .833333em; /* 18*1.5=27; 42px-27px=15px; 15px/18px = .833333em */
}
h3 {	
	font: bold 1.125em/1.3125em "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; /* 16px */
	margin-bottom: 1em;
}
h4 {	
	font: bold 1.125em/1.3125em "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; /* 16px */
	margin-bottom: 0; /* 16*1.5=24; 42px-24px=18px; 18px/16px = 1.125em */
}
h5 {	
	font: bold 1em/1.3125em "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; /* 16px */
	margin-bottom: 0; /* 16*1.3125=21; 21px-21px=0; 0/16px = 0 */
	}
h6 {	
	font: bold .9375em/1.4em "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; /* 13px */
	margin-bottom: 0; /* 15*1.466666em=21; 42px-21px=21px; 21px/15px = 1.4em */
}

/* this is a style that matches the column heading in the styleguide */
.column-header {
	font: normal .875em/1.4em "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; /* 12px */
	background-color: #eeece6;
	border-bottom: .1em solid #aba698;
	line-height: 1.5em;
	padding: .5em;
	text-transform: uppercase;
}


p, ul, ol, dl, dialog, div.p, .reminder .content {
	color: #2f2a20;
	font-size: .75em; /* 12px */
	line-height: 1.5em; /* 21px (our baseline) */
	margin-bottom: 1.5em;
}
.reminder .content p {
	font-size: inherit;
	>font-size: 1.125em;
}
.reminder .content .alumni-banner p {
	font-size: .75em;
}
.frontpage-reminder {
	background-color: #ffcc00 !important;
	margin: -.75em 7em .5em !important;
	padding: .5em 0 0 2.625em !important;
	height: 1%;
	background: #ffcc00 url("img/icon-frontpage-alert.png") 0 50% no-repeat !important;
}
.frontpage-reminder a:link, .frontpage-reminder a:visited {
	color: #c00404 !important;
	text-decoration: none;
}
.frontpage-reminder a:hover {
	color: #000 !important;
	text-decoration: underline;
}

/*
.frontpage-reminder {
	margin: -.75em 1em .5em !important;
	padding: 0 !important;
}
.frontpage-reminder h2 {
	margin: .5em .75em .833333em !important;
}
.frontpage-reminder .content {
	margin: 0;
}
.frontpage-reminder .content p {
	margin: 0 1em 1em;
}
.frontpage-reminder .content {
	border: 1px solid red;
}
.frontpage-reminder .content p {
	border: 1px solid blue;
}
*/
article ul {
	font-size: inherit;
}

.mb {
	color: #2f2a20;
	line-height: 1.5em; /* 21px (our baseline) */
	margin-bottom: 1.3125em;
}

li ul, li ol, li dl, li p, li h1, li h2, li h3, li h4, li h5, li h6,
p ol, p ul, p dl, 
dl dl {
	font-size: 1em; 
	line-height: 1.5em;
}

li {
	margin-left: 1.5em;
}
dt { font-style: italic; }
dd { 
	font-size: .857142em;
	line-height: 1.75em;
	margin-left: 1.75em;;
}


/* LIST COLUMNS */

.list-columns {
	overflow: auto;
}
.list-columns ol, .list-columns ul{
	width: 33%;
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
.list-columns ol li {
	margin-left: 0;
}


table { 
	margin-bottom: 1.5em;
	color: #2f2a20;
	width: 100%;
	border: .1em solid #d7d5d3;
	border-width: .1em 0 0 .1em;
	border-collapse: collapse;
}
table ul, table ol, table dl, table p, table h1, table h2, table h3, table h4, table h5, table h6 {
	font-size: 1em; 
	line-height: 1.5em;
}

/* browser support for this is limited */
tr:nth-child(even), tr.even, tr.even {
	background-color: #efece4;
}
th, td { 
	font-size: .75em; /* 12px */
	line-height: 1.3125em; /* 21px (our baseline) */
	padding: 0 1em;
	line-height: 1.428571em;
	border-bottom: .1em solid #aba698;
	border-right: .1em solid #aba698;
}
td .description, td label {
	font-size: inherit;
}
.content th, .content td, .content table caption, 
.view-content th, .view-content td, .view-content table caption {
	font: normal .875em 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
	border: .1em solid #d7d5d3;
	border-width: 0 .1em .1em 0;
	vertical-align: top;
}

article table p, article.main-article table p {
	font: normal 1em 'Lucida Sans Unicode', 'Lucida Grande', Garuda, sans-serif;
}
.view-content th, .view-content td, .view-content table caption {
	font-size: .75em;
}
.content thead th, .view-content thead th { 
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background-color: #aba698;
	padding: 1.25em; /* 15px padding / 12px font-size = 1.25; */
}
.content td, .content tbody th, .view-content td, .view-content tbody th  {
	padding: .875em;
}
.content tbody th, .view-content tbody th  {
	font-weight: bold;
}

th, thead th, tbody th {
	border-color: #d7d5d3
}
.numeric { text-align: right; }


/* styles from mStoner begin  */

blockquote {
	padding-left: 2.25em;
	font-style: italic;
	line-height: 1.25em;
	margin: 0;
}

blockquote p {
	font-size: 1em;  /* same size as .note */
	line-height: 1.75em;
	margin-bottom: 1em;
}

blockquote cite {
	display: block;
	text-align: right;
}
blockquote cite:before {
	content: "\2014 ";
}
cite {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: .75em; /* 10px */
	font-style: normal;
	text-transform: uppercase;
}

.pullquote {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 1.25em; /* 18px  ish */
	font-style: italic;
	line-height: 1.5em; /* 22px */
	float: left;
	width: 45%;
	color: #aba698;
	padding-left: 0;
	padding-right: 1em;
}
blockquote.pullquote p {
	line-height: 1.5em;
	color: #aba698;
}

.pullquote cite {
	display: inline;
	color: #2f2a20;
	font-size: .625em; /* 10px */
	font-weight: bold;
}
.pullquote cite:before {
	content: "";
}

/* styles from mStoner end */

blockquote cite {
	display: block;
	text-align: right;
}
blockquote cite:before {
	content: "\2014 ";
}

sub, sup {
	font-size: .75em;
	line-height: 0;
}

dfn, abbr, acronym {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px dotted #333; 
}

samp, kbd, code {
	font: normal inherit Monaco, Courier, monospace;
	white-space: pre;
}
samp, kbd {
	color: #000;
}

code {
	color: #006;
}

var, .vars {
	color: #060;
}

abbr { 
	font-style: inherit;
}

label, legend {
	font-size: .75em;
	line-height: 1.75em;
	font-weight: normal;
}




/*
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}
*/
/*
tr.info {
  background-color: #edf5fa;
}
tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}
*/



span.form-required {
  color: #c00404;
}

span.submitted, .description, .form-item .description {
  font-size: 0.75em;
  line-height: 1.75em;
  margin-bottom: 0.75em;
  color: #2f2a20;
}

.field-prefix {
  font-size: 0.75em;
  line-height: 1.75em;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

/*
#center form {
  margin-bottom: 2em;
}
*/
/*
.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
 */  /* LTR */  /*
}
*/

/*
#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

*/


/** COMMON BROWN-SPECIFIC ELEMENTS **/
.reminder {
	background-color: #eeece6;
	color: #2f2a20;
	margin: 1em 1em 1em 0;
}
.reminder h2 {
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin-bottom: .25em;
}

.page-tools a {
	font-family: Georgia, Times, serif;
	font-size: .6875em;
	font-weight: bold;
	text-transform: uppercase;
}
.print-this-page, .share-this-page {
	padding-left: 1.375em;
	padding-top: .6em;
	display: block;
/*	margin-top: .5em; */
	color: #3a1e1a;
	position: relative;
}
.print-this-page {
	background: transparent url("img/icon-print.png") 0 50% no-repeat;
}
.share-this-page {
	background: transparent url("img/icon-share-this.png") 0 50% no-repeat;
}
.page-tools .sIFR-replaced {
	padding-top: 1em;
}
.shaded {
	margin: 0 0 1em;
	padding: 1em;
	background-color: #eeece6;
}
.alert, .error, .reminder, .draft-message {
	padding: .5em .875em .125em;
	margin-bottom: .875em;
}
.alert, .error {
	background-color: #ffc;
	color: #900;
	border-color: #900;
	font-weight: bold;
}
.error {
	background-color: #fed;
}
.draft-message {
	text-align: center;
	color: #2f2a20;
	background-color: #eeece6;
	border: 1px solid #c00404;
}



.note { /* same size as blockquote p */
	font-size: .75em; 
	line-height: 1.75;
}

a:link { color: #c00404; text-decoration: none; }
a:visited { color: #b78080; text-decoration: none; color: #966; }
a:hover { color: #300; text-decoration: underline; }
a:active { color: #e00; text-decoration: underline; }

/* ### DOCUMENT ICONS ### */
a[href$=".xls"], a[href$=".doc"], a[href$=".pdf"], a[href$=".txt"], a[href$=".phps"], 
a[href$=".jpg"], a[href$=".gif"], a[href$=".png"], a[href$=".tif"]  {
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 1.5em;
}
a[href$=".xls"]		{ background-image: url("/img/icons/page_white_excel.png"); }
a[href$=".doc"]		{ background-image: url("/img/icons/page_white_word.png"); }
a[href$=".pdf"]		{ background-image: url("/img/icons/page_white_acrobat.png"); }
a[href$=".txt"]		{ background-image: url("/img/icons/page_white_text.png"); }
a[href$=".phps"]	{ background-image: url("/img/icons/page_white_php.png"); }
a[href$=".jpg"], a[href$=".gif"], a[href$=".png"], a[href$=".tif"] 
					{ background-image: url("/img/icons/page_white_camera.png"); }



.marginator {
	width: 58.75em; /* 940px / 16px = 58.75em */
	margin: 0 auto;
}



/**
 * Layout
 */

/* BEGIN MORE SPECIFIC STYLES */

#header-region {
	display: block !important;
	border-top: 0;
	position: relative;
	z-index: 999;
}

.wrapper {
	position: relative;
	min-width: 58.75em;
}
#home-wrapper {
	background: #fff url("img/uhall1.jpg") 0 5em no-repeat;
	padding-bottom: .5em;
}


/** BANNER STYLES FOR ROBUST FEATURE **/
.robust-banner {
	width: 100%;
	height: 22.0625em;
	background: #fff url("img/banner.jpg") 0 0 no-repeat;
	position: relative;
	top: -4.125em;
	margin-bottom: -4.125em; /* same as top property */
	z-index: 1;
	border-bottom: 1px solid #c00404;
	overflow: hidden;
}
.sub-banner {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 12.6875em;
	background: #fff url("img/banner-light.jpg") 50% 0 repeat-x;
	background-repeat: no-repeat;
	position: relative;
	top: -4.125em;
	margin-bottom: -4.125em; /* same as top property */
	z-index: 1;
	border-bottom: 0;
	overflow: hidden;
}

.banner-text {
	background: transparent url("img/black70.png") 0 0 repeat;
	/* width: 18.8125em; */
	height: 15.9375em;
	padding: 5.125em 1.5em 1em;
	float: left;
}
.sub-banner .banner-text {
	background-image: none;
	position: absolute;
	bottom: -1em;
	height: auto;
}


.banner-text h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}
.banner-text h1 a {
	color: #fff;
	white-space: nowrap;
	text-decoration: none;
}
.banner-text h1 a #department-logo {
	float: left;
	margin-right: 1em;
}
.banner-text h1 span {
	font-family: Georgia, Times, serif;
	font-size: 3.875em;
	font-weight: bold;
	color: #fff;
	display: block;
	text-transform: none;
	margin: .375em 0 .625em;
}
.banner-text p {
	font-weight: normal;
	font-size: .9375em;
	color: #fff;
	width: 20em;
	float: left;
}
.banner-text .read-more {
	display: block;
	margin-top: .5em;
	font-family: Georgia, Times, serif;
	font-size: .6875em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: transparent url("img/bullet-orange.png") 0 50% no-repeat;
	padding-left: 1.5em;
}




/** THREE COLUMN LAYOUT STYLES **/
/** we've got to use ems since percentages result in decimals that round oddly depending on browser */


.main-columns {
	width: 45em;
	float: left;
}
.main-columns .first-column {
	/* 17% */
	width: 10em;
	float: right;
}
.main-columns .second-column {
	/* 60% */
	width: 32.5em;
	float: right;
	margin: 0.375em 1.25em 0;
}
.third-column {
	width: 13.75em;
	float: left;
}


.two-columns { /* for two column pages like the gateways; replaces .main-columns */
	width: 58.75em;
}

.two-columns .first-column {
	width: 10em;
	float: right;
}
.two-columns .second-column {
	width: 47.5em;
	float: right;
	margin: 1.375em 0 0 1.25em;
}

.gateway .main-column { /* Gateways have no left column */
	width: 100%;
	float: left;
	margin-left: 0;
}

.gateway .third-column {
	/* if we want the third column to drop below the headline on the gateways */
	margin-top: 5.25em;
}



#content-bottom {
	clear: both;
	display: block;
}





.third-column .block-calwidget {
	background-color: #aba698;
	margin-top: -1.875em;
	position: relative;
	display: block;
	z-index: 3;
}

.events-list * {
	color: #fff;
}
.events-list a:link, .events-list a:visited {
	color: #fff;
}

.block-calwidget h2 {
	text-align: center;
	margin: 0 !important;
	padding: .25em 0  !important;
	text-transform: uppercase;
	letter-spacing: -.125em; /* because "Academic Calendar" wraps! */
	font-size: .75em;
	color: #ffffff;
	padding-top: .6em;
	line-height: 1.75em;
}
.block-calwidget h2.sIFR-replaced {
	height: 24px;
	padding: 0 0 3px !important;
}
.block-calwidget h2.sIFR-replaced object {
	max-width: 218px;
}

.block-calwidget .content {
	padding: .75em .75em 1em .625em;
	border-top: 1px solid #cdcac1;
}

.events-list .date {
	clear: left;
	margin-bottom: 1em;
	border-bottom: 1px dotted #fff;
}
.events-list .date:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	font-size: 0;
	clear: both;
}


.events-list .date h5 {
	float: left;
/*	clear: left;  */
	text-align: left;
	padding-bottom: 1em;
}
.events-list .month {
	display: block;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: bold;
}
.events-list .day {
	display: block;
	font-size: 1.5em;
	font-weight: 100;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	width: 38px;  /* this leaves room for the sIFR text  */
	text-align: center;
	padding: 0;
	margin: 0;
}

.events-list .date ul {
	margin-left: 3em;
	list-style-image: url("img/bullet-calendar-block.png");
}

.events-list .more-events {
	background: transparent url("img/bullet-orange.png") 0 2px no-repeat;
	text-align: right;
	display: block;
	float: right;
}
.events-list .more-events span {
	font-family: Georgia, Times, serif;
	font-size: .6875em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin-left: 1.5em;
}

.events-list .no-events {
	font-size: .75em;
	margin-bottom: 1em;
	border: 0;
}


/** LOCAL NAV COLUMN STYLES **/


/* override drupal's menu class names */
.fake-leaf {
	font-size: inherit;
}
#sidebar-left .leaf, #sidebar-left .collapsed, #sidebar-left .expanded {
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
.menu {
	list-style-position: outside;
}



#sidebar-left {
	border-top: 5px solid #c00404;
}
#sidebar-left .menu {
	list-style: none;
	font-size: 1em;
	margin-bottom: .5em;
	padding: 0;
}
#sidebar-left .menu li {
	border-bottom: 1px dotted #827f79;
	margin-left: 0;
}
#sidebar-left .menu li ul {
	margin: 0;
	list-style: none;
}
#sidebar-left .menu li li {
	margin-left: 1em;
	border-bottom: 0;
}
#sidebar-left .menu li a {
	display: block;
	font-size: .75em;
	padding: .625em 0;
	line-height: 1.5em;
}

#sidebar-left .menu li a:hover {
	background-color: #eeece6;
}
#sidebar-left .menu li a.active:link {
	color: #2f2a20;
}

#sidebar-left .collapsed {
	list-style-image: url("img/menu-collapsed.png");
	list-style-type: disc;
}
#sidebar-left .expanded {
	list-style-image: url("img/menu-expanded.png");
	list-style-type: disc;
}



#local-contact {
	font-size: .6875em;
	color: #2f2a20;
	padding-bottom: 2em;
	border-bottom: 1px solid #827f79;
	margin-bottom: 2em;
}


#alphabet {
}
#alphabet ul {
	clear: both;
	margin: .75em 0;
	padding: 0;
	height: 1.25em;
}
#alphabet ul li { display: block; float: left; margin: 0; }

#alphabet ul li a, #alphabet li span.no-entries {
	display: block;
	outline: none;
	color: #39352d;
	background-color: #eeece6;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
}

#alphabet ul li a:hover {
	background-color: #989283;
	color: #fff;
}


#alphabet a:link, #alphabet a:visited, #alphabet a:hover {
}
#alphabet li.active {
}

#alphabet ul li a, #alphabet li.active, #alphabet li span.no-entries {
	width: 1em;
	margin: 0 1px;
	padding-left: 3px; padding-right: 3px;
}

#alphabet li span.no-entries {
	color: #777;
}
#alphabet li.active a {
	background-color: #625f58;
	color: #fff;
}

.a-to-z-letter-group {
	margin-right: 1.625em;
}
.a-to-z {
	overflow: auto;
}
.view-a-to-z .top {
	clear: left;
	display: block;
}

.gateway-links {
	width: 13.75em;
	margin-right: 1.25em;
	float: left;
}
.gateway3 {
	margin-right: 0;
}
.gateway-links ul, .a-to-z {
	list-style-image: url("img/bullet-red.png");
}
.gateway-links li, .a-to-z li {
	margin-bottom: 1em;
}

.gateway-links h3, .a-to-z-letter {
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-weight: normal;
	font-size: .75em;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #39352d;
	background-color: #eeece6;
	border-bottom: 1px solid #aba698;
	padding: .5em .75em;
}
.gateway-links h3 a, .a-to-z-letter a {
	color: #39352d;
}
.gateway-group, .a-to-z-letter-group {
	width: 30%; margin-right: 3%; float: left;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#filter-form {
	margin-bottom: 1em;
}

.main-columns h1.gateway-title {
	font-size: 2.25em; /* 36px */
	line-height: 1.2em;
	border-bottom: 1px solid #2f2a20;
	margin: .75em .5555em .375em 0;
}
h1.article-title {
	font-family: "LucidaSans-Demi", "Lucida Sans Demibold Roman", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 2.25em; /* 36px */
	line-height: 1.2em;
	border-bottom: 1px solid #c00404;
	margin: .75em .5555em 0 0;
	padding-bottom: .36em; /* 10px */
}
h1.article-title .eyebrow {
	display: block;
	font-size: .3333em; /* 36px / 3 = 12 */
	color: #363636;
	margin-bottom: -.75em;
}

.article-list {
	display: block;
	padding: 0;
}
.article-list article {
	display: block;
	clear: left;
	border-top: 1px dotted #000;
	padding: .625em 0 1em;
}
.article-list h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-weight: normal;
	margin-bottom: .125em;
}


.news-list .more-news {
	border-top: 1px solid #827f79;
}
.news-list .more-news a {
	margin-top: .5em;
	font-family: Georgia, Times, serif;
	font-size: .6875em;
	font-weight: bold;
	text-transform: uppercase;
	color: #3a1e1a;
}
.news-list .more-news a:link, .news-list .more-news a:visited {
	background: transparent url("img/bullet-orange.png") 0 50% no-repeat;
	padding-left: 1.5em;
}








/** ARTICLE STYLES **/
article.main-article {
	font-family: Georgia, Times, serif;
	font-size: .875em;
	padding-bottom: 4.5em;
}
article.main-article p {
	font-family: Georgia, Times, serif;
	font-size: inherit;
}
article.main-article .intro {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 1.3125em; /* same 21px baseline */
	margin-bottom: 1.3125em; /* same 21px baseline */
}



/** THUMBNAIL STYLES **/
.thumbnail-wrapper, .photo-wrapper {
	background-color: #efece4;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
.thumbnail-wrapper .thumbnail {
	float: none;
	margin: 0;
}
.thumbnail-wrapper .caption, .photo-wrapper .caption {
	margin: 0;
	padding: .625em .5em .5em;
	font-size: .75em;
	line-height: 1.5em;
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}


.thumbnail {
	float: left;
	border: 1px solid #d7d6d2;
	margin: 0 .625em .5em 0;
}
.thumbnail img {
	display: block;
	float: left;
	margin: 0; padding: 0;
}

.content span.inline {
	padding: 0;
	display: block;
}
.content .inline-left {
	float: left;
	margin: 0 .75em .75em 0;
}
.content .inline-right {
	float: right;
	margin: 0 0 .75em .75em;
}


.content span.inline img {
	margin: 1px;
	border: 3px solid #fff;
	display: block;
}




#content {
	display: block;
	background-color: #fff;
}




.sidebar .block {
  margin-bottom: 3em;
}

.block-region {
}



#mission {
}


.search-results .title {
	font-style: normal;
}
.search-results dd, .search-results dd p {
	font-size: inherit;
}

#google-cse-results iframe {
	width: 32.5em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}

.res {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 0 1.5em;
  padding: .5em 0; 
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 1em; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
/*  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
*/
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}


/**
 * Featured News Styles
 */

#featurednews-picture
	{
	height: 220px;
	width: 220px;
	}
	
#featurednews-eyebrow
	{
	background-color: #ffcc00;
	color: #2f2a20;
	margin: 0 .625em;
	padding: .5em;
	float: left;
	/* if we want to move the eyebrow to go across the top, use this:
	margin: 0;
	float: none;
	*/
	}
#featurednews-eyebrow
	{
	display: none;
	}
	
#featurednews-eyebrowtext
	{
	letter-spacing: .1em;
	}
	
	
#featurednews-mainbodybg
	{
	background-color: #ffcc00;
	padding: .5em;
	}
	
#featurednews-titlespan
	{
	display: block;
	margin: .125em 0;
	font-size: 1.25em;
	}
	
#featurednews-readthestory {
	background: transparent url("img/bullet-orange.png") 0 0 no-repeat;
	padding-left: 1em;
}
#featurednews-readthestory span {
	font-size: .625em;
	font-family: Georgia, Times, serif;
	font-size: .6875em;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	display: block;
}
#featurednews-readthestory a:link, #featurednews-readthestory a:visited {
	color: #2f2a20;
}
	
/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #847d6a;
  background: #eeece6;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 1em; /* LTR */
  background: url("img/menu-expanded.png") 0 50% no-repeat; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url("img/menu-collapsed.png") 0 50% no-repeat; /* LTR */
}


div.vertical-tabs { margin-left: 12em; }

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

/** 
 * Views overrides
 */
table.view-enabled td.view-name, table.view-enabled td.view-ops { 
	background-color: #e2dfd5;
}
.views-admin-links {
	display: block;
	width: 100%;
}

.MsoNormal {
	background-color: pink;
}
.apple-style-span {
	background-color: yellow;
}

/**
 * tinyMCE overrides
 */
.wysiwyg-toggle-wrapper a {
	padding-left: 1.5em;
	font-size: .75em; 
	background: transparent url("http://brown.edu/img/icons/style_edit.png") 0 0 no-repeat;
}

body#tinymce, #tinymce td, #tinymce pre { font-size:inherit;}
body#tinymce {background:#FFF;}
body.mceForceColors {background:#FFF; color:#000;}
#tinymce h1 {font-size: 2em}
#tinymce h2 {font-size: 1.5em}
#tinymce h3 {font-size: 1.17em}
#tinymce h4 {font-size: 1em}
#tinymce h5 {font-size: .83em}
#tinymce h6 {font-size: .75em}
