/******************************************************
ELEMENT STYLES
******************************************************/
html, input, textarea, form, wrap {
	margin:0px;
	padding:0px;
	height: 100%;
}
input {height:auto;} /*height:100 seemed to be hiding checkboxes in Chrome*/
body{
  font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	color: #343434;
}
body #admin-menu {
	 font-size: 12px;
	 font-family: Helvetica;
}
section, article, nav, aside {
	display: block;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0.5em;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight:normal;
	}
h1 {
	font: 2em Georgia, Times, "Times New Roman", serif;color: #3F3F3F;
}
h1.title {
	line-height: 110%;
}
h2 {
	color: #3F3F3F;
	font-size:150%;
	}
h3 {font-size: 135%; font-style:italic;}
h4 {font-size: 120%; }
h5 {font-size: 100%; font-weight:bold; font-style:italic;}
h6 {font-size: 90%; font-weight:bold; }
p {
	margin-bottom:1em;
	max-width:50em;
	}
.content ul, .content ol {
	margin-bottom:1em;
	max-width:46.5em;
	}
p.login {
	font-size: 80%;
	margin-left: 258px;
	}
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
}


/***********************************************
* STYLES SPECIFIC TO DRUPAL
***********************************************/
.logout {
	color: #990000;
	float:right;
	width:250px;
	text-align:right;
	font-variant:small-caps;
	letter-spacing:1px;
	}

/***********************************************
STYLES FROM MODULES
************************************************/
/************** Date *********************/
.date-display-single {white-space:nowrap;}


/***********************************************
BUTTON & TAG STYLING
***********************************************/
.field-name-field-tags .field-items .field-item  {
    display:inline-block;
    margin: 0 8px 5px 0;
}
.field-name-field-tags .field-items .field-item  a {
    background: none repeat scroll 0 0 #FFE87C;
    border: 1px solid #999;
    color: #3F3F3F;
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    margin: 2px 2px 5px 0;
    overflow: visible;
    padding: 0.2em 0.4em;
    text-decoration: none;
    white-space: nowrap;

}

/***********************************************
TABLE STYLE
***********************************************/
table {
    margin: 12px 0 16px;
    border-collapse: collapse;
    border-spacing: 0;
}
table caption {
	font-family:Georgia, Times, Serif;
	font-size:140%;
	padding-bottom:.6ex;
	}
thead {border-top: 1px solid #DBDBDB;}
tbody {border-top: 0;}

thead td, thead th {
    font-weight:bold;
	border-bottom:2px solid #CCC;
	background-color:#DCDCDC;
	vertical-align:bottom;
	border-color:#CCC;
}

td, th {
	border: 1px solid #CCC;
	padding: 5px 9px;
	vertical-align:top;
	font-size: 12px;
	color: #343434;
}
th[scope=row] {border-right:3px solid #CCC;}

/* Used in Photo Galleries, Peer Mentors, Giving*/
table.borderless  td, table.borderless  th{ border: none;}


table.padding  td{ padding: 0 10px 0;}

/*tablelist - used in Alumni Awards and Dean's List */
table.tablelist thead td {
  font-weight:bold;
	border-bottom:2px solid #CCC;
	background-color:#DCDCDC;
	vertical-align:bottom;
	border-color:#BBB;
  padding-top: 25px;
  white-space: nowrap;
}
table.tablelist td:first-child {
    border-left: medium none;
    padding-left: 0;
}
table.tablelist td {
	border-top: none;
	border-right: none;
    border-bottom: 1px solid #DBDBDB;
    border-left: 1px solid #DBDBDB;
    padding: 5px 9px;
}

/***********************************************
FORM/INPUT STYLE
***********************************************/
fieldset {
	padding:5px;
	border:1px solid #CCC;
	}
label{
	font-weight:bold;
	margin: 15px 0 5px;
}
input,
.buttonholder a {
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin: 0;
    padding: 2px;
}
input[readonly] {
	background-color:#CCC;
	cursor:default;
	}
.form-text {
	height:23px;
}
select{
		height:29px;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    margin: 0;
    padding: 2px;
}
select[multiple] {
	height:auto;
}
textarea {
  border: 1px solid #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  padding: 2px;
	max-width:480px;
	line-height: 150%;
}
html.js input.form-autocomplete {
	/* reposition the "working" animation on autocomplete fields */
    background-position: 100% 7px;
}
html.js input.throbbing {
	background-position:100% -13px;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus,
.buttonholder a:hover {
	border-color: #555;
	text-decoration:none;
}
.form-submit,
.buttonholder a {
	min-width:125px;
	height:31px;
	background:#272826;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}
.fullwidth .form-text {
	width:100%;
}
.form-inline .form-submit {
	margin: 1em;
}


/*************************************************
REUSABLE CLASSES
**************************************************/
.borderless tbody{ border: none; }
.borderless td{ border: none;}
.buttonholder a { /*additional styling in "forms" section*/
	display:inline-block;
	height:auto;
	padding:.5em 1em;
}
.buttonholder .file-icon {
	display:none;
}
.border {border: 1px solid #353535;}
.noborder {border: none;}

.small {font-size: 80%;}
.medium {
	font-size:90%;
	}
.red {
     color: #990000;
	}
.dark {
	font-weight:bold;
	}

.group_introblock {
	padding:10px 10px 0 10px;
	background-color:#f1f1f1;
	border: 1px solid #b6b6b6;
}

.group_introblock .field {
	margin-bottom:1.5ex;
}

.group_introblock .field-name-field-img {
	float:left;
	margin:0 10px 0 0;
}

div.footnote {
	margin:1em 3em;
	padding:.5ex .8rem;
	color:#555;
}

.footnote h2 {
		color:#555;
		border-top:2px solid #999;
		padding:.2em .6em;
		margin:0 -.6em .2em;
}
.inline-label * {
	/* Puts displays all the elements inside this tag inline. Useful for putting labels on the same line as the content */
	display:inline;
}
.inline-label .field-item:after {
	content:" ";
}
.more-link {
	display:block;
	text-align:left;
}
.paragraph {
	margin-bottom:1.2em;
}
.results-list { /* Confines container size to same size as any list inside it */
	max-width:46.5em;
}
.sro {/* "Screen reader only" */
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

/***** "Featured Images" **************************/

.field-name-field-caption p{
	margin-bottom: 0;
}

/*************	 TEXT CAPTION IMAGE OVERLAY  *********************/

/*The div that contains the semi-transparent-overlay as a 1st child.
The semi-transparent-overlay div must be the last direct child of the this div*/
.imgcaption{
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
}

/*The actual overlay*/
.imgcaption .caption{
	/*Styling of the overlay*/
	background-color: black;
	background: rgba(0, 0, 0, 0.80);
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	min-width: 100%;
	line-height:normal;
	/*Positioning of the overlay at the bottom of its holder div*/
	position: absolute;
	bottom: 4px;
	left: 0;
	z-index: 5;
}

/*White overlay*/
.sidebar .caption{
	/*Styling of the overlay*/
	background-color: white;
	background: rgba(255, 255, 255, .80);
	padding-top: 7px;
	padding-bottom: 9px;
	color: #990000;
	font-size: 12px !important;
	/*Positioning of the overlay at the bottom of its holder div*/
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	min-width: 100%;
}

.imgcaption .caption a{
	color: white;
}
.sidebar .caption a{
	color: #990000;
}
/* Is this needed 4/2/13 */
.caption{ bottom: 5px; }
.imgcaption{ margin-bottom: 5px; }


/*Pad the actual text holder divs within the caption class
Unfortunaly there is no way to directly pad the overlay as it messes up width*/
.caption > div,
.caption > span {
	display: block;
	margin-left: 7px !important;
	margin-right: 7px !important;
}
.sidebar .caption > div{
	margin-left: 2px;
	margin-right: 2px;
}

/************** SPECIAL CASES FOR TRANSPARENT OVERLAY*************************/
.meet-an-alum td{
	padding: 0;
	margin: 5px;
	margin-bottom: 8px;
}

.meet-an-alum .caption, .more-headlines .caption{
	bottom: 0;
	font-size: 12px;
}

.caption {
	font-size:smaller;
	color:#666666;
}

.imgcaption .field-name-field-source {
	font-style:italic;
}



.field .field-name-title .linksonly {display:none;} /*Use .linksonly on node titles when you want to display contextual links but not the title text.*/
.embed-content .field-name-title .linksonly {display:none;} /*Use .embed-content on the container if the content is not displayed by entity reference*/

.condensed-content h2,
.condensed-content h3,
.condensed-content h4 {margin-bottom:0;}
.condensed-content p {margin:0;}
.condensed-content {margin-bottom:1em;}
.condensed-content .field-name-field-image {
	float:left;
	margin-right:10px;
	margin-bottom:2px;
	}
.plain-list {
	list-style:none;
	padding:0;
	}
.plain-list li {
	margin:0 0 1em 0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #ccc;
	}
.plain-list h2,
.plain-list h3,
.plain-list h4,
.plain-list h5,
.plain-list h6 {
	font-family:Verdana, sans-serif;
	font-weight: bold;
	}
.plain-list a {
	color:#343434;
	}

/*Icon Row - creates a 3 column grid - used by the images in Administrative Services*/
.iconrow, .views-iconrow {
	width: 100%;
	height: 150px;
	padding-top:10px;
	margin:0 auto;
	clear:both;
}
.iconrow div, .views-iconrow .views-row {
	margin-right:20px;
	width:150px;
	float:left;
	display:block;
	margin:0 6px;
	position:relative;
}
.iconrow div a span{
	position:absolute;
	bottom:0;
	padding:10px 0;
	width: 150px;
	left: 0;
	background-color:white;
	opacity:.8;
	font-weight:bold;
}
.iconrow div a:hover span{
	text-decoration: underline;
}
/* .separator {
    border-top:1px solid #b0b1b3;
    width:90%;
    margin:15px auto;
    clear:both;
    } */

/* .transparent {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
} */

.teaser-img {
	float:left;
	margin-right:1em;
}
.teaser-info {
	margin-top:-.7ex;
	width:410px;
	float:left;
	}

/************* WYSIWYG DROPDOWN *****************/
.full-width {width:100%;}
.important {
	font-size:130%;
	}
img.left,
table.left {
	float:left;
	margin:0 .5em 1px 0; /*testing out a 1px bottom because larger bottom margins look bad on /academics - delete comment later*/
	}
p.left,
td.left,
div.left {
	text-align:left;
	}
img.right,
table.right {
	float:right;
	margin:0 0 1px .5em;
	}
p.right {text-align:right;}
p.center {text-align:center;}
.section-start { clear:both;}
.section-end {margin-bottom:1em;}
.section-divider {
	clear:both;
	border-top:1px solid #525252;
	padding-top:2px;
	}
