/*
Theme Name: UMaine 4.0
Theme URI: http://www.umaine.edu
Description: The University of Maine's standard theme.
Version: 1.0
Author: UMaine
Author URI: http://www.umaine.edu
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Fonts */

.frutiger-regular {
	font-family: "Frutiger Neue W01 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.frutiger-italic {
	font-family: 'FrutigerNeueW01-BookIt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.frutiger-bold {
	font-family: 'Frutiger Neue W01 Bd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.frutiger-bold-italic {
	font-family:'Frutiger Neue W01 Bd It', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.frutiger-light {
	font-family: 'Frutiger Neue W01 Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.frutiger-light-italic {
	font-family:'FrutigerNeueW01-LightIt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.frutiger-thin {
	font-family: 'Frutiger Neue W01 Thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.frutiger-thin-italic {
	font-family:'FrutigerNeueW01-ThinIt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

strong, b {
	font-family: 'Frutiger Neue W01 Bd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

em {
	font-family: 'FrutigerNeueW01-BookIt', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

em > strong,
strong > em {
	font-family:'Frutiger Neue W01 Bd It', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

table.no-borders,
table.no-borders th,
table.no-borders thead,
table.no-borders tbody,
table.no-borders tfoot,
table.no-borders tr,
table.no-borders td {
	border-style: none;
	border-width: 0px;
}


/* Alternate Home Page */

.my-menu-container {
	width: 160px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
}

.my-menu-container ul {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin-top: -1px;
	margin-left: 0px;
}

.my-menu-container li {
	padding-top: 6px;
	line-height: 16px;
	margin: 0px;
	padding-left: 0px;
}

.my-menu-container a,
.my-menu-container a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #3d2424;
}

.my-menu-container a:active,
.my-menu-container a:hover {
	color: #003263;
}

.textwidget {
	font-size: 14px;
	line-height: 1.5em;
}

.homecontents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	width: 100%;
}

.title_item {
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
	display: block;
	float: left;
	font-family: 'Frutiger Neue W01 Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #B0D7FF;
}

.title_outer_container {
	border-bottom: 1px ridge #3d2424;
	background-color: #003263;
	width: 100%;
	clear: both;
	height: 30px;
	color: #FFF;
}
.title_inner_container {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.top_outer_container {
	width: 100%;
	clear: both;
	height: 255px;
	display: block;
}

.top_inner_container {
	display: block;
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.footercontents {
	margin-top: 0px;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Frutiger Neue W01 Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: normal;
}

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
	color: #3d2424;
}

hr {
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #cec6c6;
	background-color:  #cec6c6;
	border:none;
	height: 1px;
}

/* Emergency/Announcement Settings */

#announcement-banner {
	width: 100%;
	border: 2px solid #B0D7FF;
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	margin-left: -2px;
}

#announcement-banner .alert {
	background-color: #B0D7FF;
	display: inline-block;
	width: 100%;
	height: 60px;
}

#announcement-banner .alert h2 {
	font-size: 48px;
	font-family: 'Frutiger Neue W01 Bd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

#announcement-banner .message {
	background-color: #FFF;
	color: #333;
	font-size: 18px;
	padding: 10px;
}

#emergency-banner {
	width: 100%;
	border: 2px solid #CC0000;
	display: inline-block;
	text-align: center;
	background-color: #FFF;
	margin-left: -2px;
}

#emergency-banner .alert {
	background-color: #CC0000;
	display: inline-block;
	width: 100%;
	height: 60px;
}

#emergency-banner .alert h2 {
	font-size: 48px;
	font-family: 'Frutiger Neue W01 Bd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: normal;
}

#emergency-banner .message {
	background-color: #FFF;
	color: #333;
	font-size: 18px;
	padding: 10px;
}

/* End Emergency/Announcement Settings */

/* Calendar Settings */

.calendarviews {
	display: none;
}

.minical-week {
	border: 1px solid #333;
	width: 25px;
	background-color: #333;
	color: #FFFFFF;
}

.minical-day {
	border: 1px solid #CCCCCC;
}

.minical-day a:link {
	text-decoration: none;
}
.minical-day a:visited {
	text-decoration: none;
}
.minical-day a:hover {
	text-decoration: none;
}
.minical-day a:active {
	text-decoration: none;
}

.minical-day:hover {
	background-color: #EFEFEF;
}

.minical-today {
	font-family: 'Frutiger Neue W01 Bd', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #333;
}

.minical-table {
	border: 1px solid #333;
	width: 80%;
	text-align: center;
	padding: 0;
	background-color: #FFF;
}

.minical-month a:link {
	font-size: 13px;
	text-decoration: none;
}

.minical-month a:visited {
	font-size: 13px;
	text-decoration: none;
}

.minical-month a:hover {
	font-size: 13px;
	text-decoration: none;
}

.minical-month a:active {
	font-size: 13px;
	text-decoration: none;
}

.minical-box {
	display: inline-block;
	width: 100%;
}

ul.amrcol1, ul.amrcol2 {
	margin: 0px;
	padding: 3px;
}

ul.amrcol1 {
	width: 70px;
}

td.amrcol1 {
	width: 15%;
	vertical-align: top;
}

td.amrcol2 {
	width: 65%;
}

td.amrcol3 {
	width: 20%;
}

li.starttime {
	width: 100%;
	display: inline-block;
}

li.alt { /* make  and alt look different. if your theme has an "alt" styling, then remove this for consistency with your theme's styling. */
 	background-color: #eee;
	}
.history
{ /* make  and alt look different. if your theme has an "alt" styling, then remove this for consistency with your theme's styling. */
	opacity: .8; /*  for all other browsers*/
	filter: alpha(opacity=80); /* for IE 5 to 7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* for IE8 */
	zoom:1 /* so the element "hasLayout"
    /* or, to trigger "hasLayout" set a width or height */
}
	}
table#compprop0  {
	border-collapse: collapse;
}

#compprop0 tr.today td {  /* style today's events differently perhaps? */
	/*border-top: 2px solid !important;
	border-bottom: 2px solid !important;
	border-left: 0px;
	border-right: 0px;*/
}

#compprop0 tr.today td.amrcol1 {  /* style today's events differently perhaps? */
	/*border-left: 2px solid !important;
	border-right: 0px !important;*/
}
#compprop0 tr.today td.lastcol {  /* style today's events differently perhaps? */
	/*border-right: 2px solid !important;
	border-left: 0px !important;*/
}



#wcompprop0 td.today {  /* style recurring events differently perhaps? */
	font-weight: bolder !important;
}

#compprop0 .group  {/* make groupings look different maybe */
	border: 2px solid #333;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 20px;
}
/* -------------------------------------------------------------------------------------*/
/* Table related definitions - delete these if your theme does tables nicely already  */
	#compprop0 thead tr { /* Make the table heading row a bit bigger */
		font-size: larger;
		}

	#compprop0 tfoot a,   /* make footer look subtle */
	#wcompprop0 tfoot a {
		color: #777;
		}

	#calprop0 th,
	#calprop0 td,
	#compprop0 th,
	#compprop0 td { /* space the table elements out a bit */
		padding: 0.5em;
		text-align: left;
		}

/*	td.amrcol1 {
/*		width: 20%; /* we want the first column to stay a certain width  for better presentation  */
/*		}
/* end of table */
/* -------------------------------------------------------------------------------------*/


#compprop0 li.summary h3 { /* make the summaries take on whatever the theme's h3 is, but not extra space above */
	padding-top: 0;
	margin-top: 0;
}

#compprop0,
#calprop0 {
	width: 100%;   /* force the calendar  to take as much space as it can so floated items don't force a wrap */
	padding: 0px;
}

#calprop0 {
	margin-top: -25px;
}

#calprop0 li,
#compprop0 li,
#calprop0 ul,
#compprop0 ul {
	padding: 0; margin: 0;
}

/* ---------------------------------------------------------------------------------*/
/* Do our very best to remove the list bullets where we do not want them.
   Themes  specify list bullet styling in many (okay maybe only 3 ) different ways and it is hard to force precdence sometimes! */
#wcompprop0 ul li,
#wcalprop0 ul  li,
#calprop0 ul  li,
#compprop0 ul li {  /* remove list bullets */
	list-style: none !important;
	text-indent: 0;
	padding: 0;
	margin: 0;
	background: none !important;
	word-wrap: break-word;
    }

#compprop0 ul.amrcol  li:before,
#wcalprop0 ul.amrcol  li:before ,
#calprop0 ul.amrcol  li:before  {  /* remove list bullets in the default theme and similar themes */
		content:"" !important; /* none should work, but chrome seems to ignore it */
}
#sidebar #wccalprop0  li:before,
#sidebar #wcompprop0  li:before {  /* remove list bullets in the default theme and similar themes , for all fields*/
		content:"" !important;
}
/* Default Theme and similar only ---------------------------------------------------------------*/
/* add back list bullets for a field only  - see what your theme is using and put it in here */
#sidebar #wcompprop0  li {

}

#sidebar #wcompprop0  li.eventdate:before {
/*  	content: "\00BB \0020" !important;  */

}

/* End list bullets---------------------------------------------------------------*/

#menu #wcompprop0  ul { /* to override classic theme where all appears greyed out */
	color: #000;
}

#compprop0 img ,
#calprop0 img {
	border: none;
	vertical-align: text-bottom;
	}


#calprop0 ul li {  /* float calendar information onto one line */
	float: left;
	padding: 0 1em 0 0;
}
/*#compprop0 li.icsurl ,*//*#calprop0 li.addtogoogle,*/
#sidebar #wcalprop0 , /* if someone wants the calendar level on the widget, then float them to the left */
#compprop0 li.addevent,
#compprop0 li.map,
#calprop0 li.icsurl ,
#calprop0 li.icalrefresh ,
#calprop0 li.x-wr-timezone { /* float our little icons to the right */
	float: right;
	padding: 0px;
	margin: 0px;
}

#compprop0 li.icalnav,
#compprop0 ul li.starttime,
#compprop0 ul li.endtime,
#wcompprop0 th,  /* for the widget only, float the headings to the left, especially for the groupings  */
#wcompprop0 ul li.eventdate,
#wcompprop0 ul li.starttime,
#wcompprop0 ul li.enddate,
#wcompprop0 ul li.endtime { /* Optional float these items up next to each other  - depends on type of data and space */
	float: left;
	clear: left;
	}

#wcompprop0 li.summary a{  /* for when there is no url to click on, but we want the title text anyway*/
	cursor: url("images/information.png"), help;
}

#wcompprop0 li.summary { /* to get the summary on a new line after the floated times */
	clear: left;
}

#calprop0 li,
#compprop0 li	{
	padding: 0 1em 0 0 ;
	}

#wcompprop0 td { /* for the widget only remove any additional table spacing, so that we are left with li spacing for consistency with other widgets */
    margin: 0;
	padding: 0;
}
/* for semi paginate when it goes live ------------------------------------------------------- */

.icalnav {vertical-align:middle;}
.icalnav a { text-decoration: none; padding-left: 1em; padding-right: 1em;}
.icalnav a span {font-size: 2em;}
.icalnav a:hover{ font-family: 'Frutiger Neue W01 Bd', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

li.icsurl {
	position: absolute;
	top: 10px;
	display: block;
	left: 470px;
	margin: 0px;
	padding: 0px;
	width: 200px;
}

li.addtogoogle {
	position: absolute;
	top: 10px;
	display: block;
	left: 660px;
	margin: 0px;
	padding: 0px;
}

p.ccids-hanging {
	text-indent: -2.5em;
	margin-left: 2.5em;
}

/* End Calendar Settings */

/* Form Settings */

.ddfm input, .ddfm select {
	margin: 5px;
}

.ddfm label {
	vertical-align: top;
}

input.small {
	width: 50px;
}

input.medium, input.fmtext {
	width: 200px;
}

input.large {
	width: 300px;
}

input.left {
	float: left;
	margin-right: 5px;
	clear: none;
}

input.right {
	float: right;
	margin-left: 5px;
}

.fmtextareawide {
	clear: both;
	width: 450px;
}

.fmtextarea {
	clear: both;
	width: 250px;
}

.formtextfull {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 100%;
	clear: both;
}

p.fieldwrap {
	margin-top: 7px;
	margin-bottom: 7px;
	display: block;
	clear: both;
}

.checkboxset {
	clear: left;
	display: block;
	margin-left: 15px;
}

.fmtextlblwide {
	width: 100%;
	clear: both;
	display: block;
	margin-top: 15px;
}

.ddfm {
	width: 100%;
	margin-top: 15px;
	margin-right: 15px;
}

/* End Form Settings */

html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #f3efe6;
	font-family: "Frutiger Neue W01 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #3d2424;
	line-height: 20px;
	height: 100%;
}

.skipnav {
	margin-top: -100px;
	position: absolute;
}

#header {
	padding-bottom: 20px;
}

.clear {
	width: 100%;
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.no-list-style {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	color: #003263;
	border: none;
	outline: none;
}

a:visited {
	color: #003263;
	border: none;
}

a:hover {
	color: #003263;
	border: none;
}

a:active {
	color: #003263;
	border: none;
}

a img {
	border: none;
}

.bluebar {
	width: 100%;
	height: 75px; /* updated to fit 150th anniversary logo. old height: 65px */
	background-color: #003263;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bluebargradient.gif);
	background-repeat: repeat-x;
}

.bluebarcontents {
	width: 900px;
	padding: 0px;
	margin: 0px;
	color: #B0D7FF;
	position: relative; 
	margin-left: auto;
	margin-right: auto;
}

	.bluebar .logo {
		position: absolute;
		padding: 5px;
		width: 175px;
		height: 56px;

		border: 5px solid transparent; /* so that background-image doesn't overlap the 5px padding */
		background: url(images/logowhite.png) no-repeat top left; /* updated to fit 150th anniversary logo. old url: images/logowhite.png */
		background-size: 100% auto;
	}

		.bluebar .logo a {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}

.bluebarcontents input[type="text"],
.bluebarcontents input[type="password"], 
.bluebarcontents input[type="search"] {
	color: #FFF;
	background-color: #003263;
	height: 16px;
	border-width: 1px;
	border-color: #84aed8;
	border-style: solid;
}

.bluebarcontents input[type="button"],
.bluebarcontents input[type="submit"], 
.bluebarcontents input[type="reset"], 
.bluebarcontents input[type="file"] {
	background-color: #B0D7FF;
	border-width: 1px;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
	border-color: #003263;
	color: #003263;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.logo {
	position: absolute;
	padding: 5px;
}

.search_bar {
	width: 60%;
	height: 40px;
	margin: 5px 0;
	padding: 0px;
	float: right;
	clear: right;

	font-size: 12px;
	line-height: 36px;
	text-align: right;
}

.search_bar span {
	margin-right: 5px;
}

/*
 * Google Custom Search styles.
 * NOTE: !important is used to override Google styling
 */
 .search_bar > div#___gcse_0 {
 	float: right;
 	width: 85%;
 	max-width: 250px;
 }

.gsc-control-searchbox-only table,
.gsc-control-searchbox-only tbody,
.gsc-control-searchbox-only td,
.gsc-control-searchbox-only tr {
	border: none !important;
}

.gsc-control-searchbox-only .gsc-input {
	padding-right: 5px !important;
}

.gsc-control-searchbox-only .gsc-input-box {
	border: 1px solid #B0D7FF !important;
	background-color: #003263 !important;
}

.gsc-control-searchbox-only .gsc-input-box input {
	border: none !important;
	font-size: 12px !important;
	color: #FFF !important;
	background: none !important;
	background-color: #003263 !important;
}

.gsc-control-searchbox-only input.gsc-search-button-v2 {
	margin-top: 0 !important;
	padding: 6px 10px !important;
}

/* Google Custom Search typeahead */
.gssb_c,
.gssb_c table,
.gssb_c tbody,
.gssb_c td,
.gssb_c tr {
	border: none !important;
}

.gssb_c .gsc-completion-container {
	color: #ffffff !important;
	background: #003263 !important;
}

.gssb_c .gsc-completion-container .gssb_a {
	border: 1px solid #4B588D !important;
}

.gssb_c .gsc-completion-container .gsc-completion-selected {
	background: #B0D7FF !important;
}

.gssb_c .gsc-completion-container tr:last-child .gssb_a {
	background: #ffffff !important;
}

.toplinks {
	position: absolute;
	float: right;
	clear: right;
	text-align: right;
	font-size: 12px;
	margin: 10px 0 0;
	padding: 0px;
	height: 23px;
	width: 680px;
	right: 0px;
	top: 32px;
	color: #B0D7FF;
}

.toplinks a {
	text-decoration: none;
	color: #f3efe6;
}

.toplinks a:visited {
	text-decoration: none;
	color: #f3efe6;
}

.toplinks a:hover {
	text-decoration: none;
	color: #f3efe6;
}

.toplinks a:active {
	text-decoration: none;
	color: #f3efe6;
}

a.emergency_link, a.emergency_link:visited, a.emergency_link:hover, a.emergency_link:active {
	color: #fc3b3b !important;
	font-family: "Frutiger Neue W01 Bd", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.blogtitle {
	position: absolute;
	left: 10px;
	bottom: -17px;
	z-index: 110;
	width: 750px;
	line-height: normal;
	margin-bottom: 22px;
	padding: 0px;
	font-family: 'Frutiger Neue W01 Thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #B0D7FF;
}

h1.blogtitle a {
	text-decoration: none;
	color: #B0D7FF;
	line-height: normal;
}

h1.blogtitle_shadow {
	font-family: 'Frutiger Neue W01 Thin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: absolute;
	left: 12px;
	bottom: -19px;
	color: #333;
	z-index: 70;
	width: 750px;
	line-height: normal;
	margin-bottom: 22px;
	padding: 0px;
}

.departmentlogo {
	position: relative;
	margin-bottom: 5px;
	width: 206px;
	text-align: center;
	background-color: #003263;
	padding: 7px;
	background-repeat: repeat-y;
	background-image: url(images/buttonbackground.png);
}

.departmentlogo img {
	max-height: 120px;
	max-width: 200px;
}

.social_network_icons {
	z-index: 110;
	position: absolute;
	right: 10px;
	bottom: 7px;
}

.bannerimage {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 300px;
	padding: 0px;
	margin-top: 25px;
}

.bannerimage .bannerphoto {
	width: 900px;
	height: 300px;
}

.bannerimagegradient {
	background-image: url(images/headerimagegradient.png);
	background-repeat: repeat-x;
	width: 900px;
	height: 300px;
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}

.bannerimage {
	width: 900px;
	height: 300px;
	z-index: 80;
}

.contents {
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 1.7em;
}

#content {
	padding: 10px 10px;
	background-color: #FFF;
	margin-bottom: 20px;
	margin-right: 0px;
}

#content img {
	max-width: 640px;
}

.page-template-page-nosidebar-php #content img,
.page-template-page-nosubpages-nosidebar-php #content img {
	max-width: 900px;
}

.narrowcolumn {
	width: 640px;
	min-height: 510px;
	float: left;
}

/*.widecolumn {
	width: 100%;
}*/

#sidebar {
	float: right;
	width: 220px;
	margin-left: 15px;
	margin-bottom: 20px;
	font-family: 'Frutiger Neue W01 Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-right: 0px;
	margin-top: 0px;
}

#sidebar ul.menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
}

#sidebar li.page_item, #sidebar li.menu-item {
	width: 206px;
	background-color: #003263;
	padding: 7px;
	padding-top: 9px;
	padding-bottom: 9px;
	list-style: none;
	list-style-type: none;
	margin-bottom: 5px;
	background-image: url(images/buttonbackground.png);
	background-repeat: repeat-y;
	font-family: 'Frutiger Neue W01 Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2em;
}

#sidebar li.page_item a, 
#sidebar li.menu-item a {
	color: #FFF;
	text-decoration: none;
}

#sidebar li.page_item a:hover,
#sidebar li.page_item a:active,
#sidebar li.menu-item a:hover,
#sidebar li.menu-item a:active {
	color: #B0D7FF;
}

/*html, body, #container {
	min-height: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html>body #container {
	height: auto;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
}*/

#page {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -140px;
	height: 100%;
}

#footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #003263;
	color: #f3efe6;
	clear: both;
	min-height: 140px;
	background-image: url(images/footergradient.png);
	background-repeat:repeat-x;
	height: 140px;
	bottom: 0;
}

.push {
	height: 140px;
	clear: both;
}

.footercontents {
	width: 900px;
	position: relative;
	margin: 0 auto;
	font-size: 14px;
	padding: 10px;
}

.footercontents a {
	color: #f3efe6;
	text-decoration: none;
}

.footercontents a:visited {
	color: #f3efe6;
	text-decoration: none;
}

.footercontents a:hover {
	color: #f3efe6;
	text-decoration: none;
}

.footercontents a:active {
	color: #f3efe6;
	text-decoration: none;
}

.universitycontact, .departmentcontact {
	float: left;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	margin-top: 10px;
	width: 50%;
}

.departmentcontact img {
	margin-top: 20px;
}

.entry {
	width: 100%;
	clear: both;
	display: inline-block;
}

.type-post {
	border-bottom: 1px solid #003263;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
	display: inline-block;
	width: 100%;
}

.post h2 {
	color: #3d2424;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: normal;
}

.post h2 a {
	color: #3d2424;
	text-decoration: none;
}

.widget {
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: normal;
	background-color: #FFF;
	padding: 7px;
}

.widget ul {
	margin: 0px;
	padding-left: 20px;
}

.widget ul li {
	padding: 3px;
}

.widget h3 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #3d2424;
}

#sidebar .widget_nav_menu {
	padding: 0px;
	background-color: transparent;
	margin: 0px;
}

#sidebar .widget_nav_menu h3 {
	margin-top: 10px;
}

.navigation {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.navigation .alignleft, .navigation .alignright {
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.navigation .alignright {
	text-align: right;
}

.feature, .block_feature {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}

.feature_img, .block_feature_img {
	width: 115px;
	margin-right: 10px;
	float: left;
	clear: left;
	margin-bottom: 20px;
	border: 1px solid #999;
	padding: 5px;
}

.feature_img img, .block_feature_img img {
	width: 115px;
	height: 115px;
}

.feature_content, .block_feature_content {
	float: left;
	clear: right;
	width: 500px;
	margin-bottom: 20px;
}

h3.block_title {
	width: 100%;
	clear: both;
}

.ddfmwrap .credits {
	display: none;
}

.post h2 {
	margin-bottom: 10px;
}

.wp-caption {
   border: 1px solid #999;
   text-align: center;
   padding: 5px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption .wp-caption-text {
   font-size: 12px;
   padding-top: 10px;
   padding-left: 5px;
   padding-right: 5px;
   margin: 0;
   line-height: 14px;
}

.updated_time {
	font-size: 10px;
	font-variant: small-caps;
	color: #C00;
	display: inline;
}

/* Tables */
table {
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.3em;
}

table, thead, tbody, tfoot, tr, td {
	border: 1px solid #cfccc1;
}

td {
	padding: 4px;
}

/* Layout Shortcodes */
.full-width {width:96%; height:auto; overflow:hidden}

.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_thirds { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourths { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.last {margin-right:0 !important;}


/* Buttons */

.button-alt,
.button,
.button.small,
.button.large,
.button.medium {
	background-image: none;
	padding: 8px 1em 9px 1em;
	font-size: .95em;
	margin: 0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}


.button.left {
	float: left;
}
.button.right {
	float: right;
}
.button.center,.button.middle {
	margin: 0px auto;
	text-align: center;
	display: inherit;
}

.button-alt a,.button a,.button.small a {
	font-size: .8em;
	line-height: 10px;
}
.button.medium a {
	font-size: 1.0em;
	line-height: 14px;
}
.button.large a {
	font-size: 1.2em;
	line-height: 18px;
}
.button span.btn_caption {
	font-weight: normal;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
}

/* @group Default (Blue)  */
a.button, a.button:visited {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #09427a), color-stop(100%, #003263));
  background-image: -webkit-linear-gradient(#09427a, #003263);
  background-image: -moz-linear-gradient(#09427a, #003263);
  background-image: -o-linear-gradient(#09427a, #003263);
  -pie-background: linear-gradient(#09427a, #003263);
  border: 1px solid #003263;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #245f99;
  -webkit-box-shadow: inset 0 1px 0 0 #245f99;
  -o-box-shadow: inset 0 1px 0 0 #245f99;
  box-shadow: inset 0 1px 0 0 #245f99;
  color: white;
  text-shadow: 0 1px 0 #003263;
  behavior: url("./wp-content/themes/umaine4/PIE.php");
  position: relative;
}
a.button:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #134e89), color-stop(100%, #09427a));
  background-image: -webkit-linear-gradient(#134e89, #09427a);
  background-image: -moz-linear-gradient(#134e89, #09427a);
  background-image: -o-linear-gradient(#134e89, #09427a);
  -pie-background: linear-gradient(#134e89, #09427a);
  -moz-box-shadow: inset 0 1px 0 0 #245f99;
  -webkit-box-shadow: inset 0 1px 0 0 #245f99;
  -o-box-shadow: inset 0 1px 0 0 #245f99;
  box-shadow: inset 0 1px 0 0 #245f99;
  cursor: pointer;
  color: #B0D7FF;
}
a.button:active {
  -moz-box-shadow: inset 0 0 8px 4px #003263, inset 0 0 8px 4px #003263, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #003263, inset 0 0 8px 4px #003263, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #003263, inset 0 0 8px 4px #003263, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #003263, inset 0 0 8px 4px #003263, 0 1px 1px 0 #eeeeee;
  border: 1px solid #003263;
  color: #B0D7FF;
}
a.button span.btn_caption {
  color: #B0D7FF;
  text-shadow: 0 1px 0 #003263;
}

/* @group Tabs */
	/* override normal link color since entire tab is a link */


	ul.tabs { 
		display: block;
		margin: 0 0 20px 0;
		padding: 0;
		border-bottom: solid 1px #cfccc1; }
	ul.tabs li { 
		display: block;
		width: auto;
		height: 30px;
		padding: 0;
		float: left;
		margin-bottom: 0; 
	}
	/* tab links */
	ul.tabs li a { 
		display: block; 
		text-decoration: none;
		width: auto; 
		height: 29px; 
		padding: 0px 20px; 
		line-height: 30px; 
		border: solid 1px #cfccc1;
		border-width: 1px 0 0 1px; 
		margin: 0;  
		background: #f9f7f3; /* #f3efe6 */
	}
	/* current tab link */
	ul.tabs li a.active { 
		display: block;
		color: #3d2424;
		background: #fff; 
		height: 30px;
		position: relative;
		top: -4px;
		padding-top: 4px;
		border-right-width: 1px;
		margin: 0 -1px 0 0;
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	ul.tabs li:first-child a {
		-moz-border-radius-topleft: 2px;
		-webkit-border-top-left-radius: 2px;
		border-top-left-radius: 2px; }
	ul.tabs li:last-child a {
		border-width: 1px 1px 0 1px;
		-moz-border-radius-topright: 2px;
		-webkit-border-top-right-radius: 2px;
		border-top-right-radius: 2px; }
	
	ul.tabs-content { margin: 0; display: block; list-style-type: none; }
	ul.tabs-content > li { display:none; }
	ul.tabs-content > li.active { display:block; list-style-type: none; }
		
	/* Clearfixing tabs for beautiful stacking */
	ul.tabs:before,
	ul.tabs:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0; }
	ul.tabs:after {
	  clear: both; }
	ul.tabs {
	  zoom: 1; }


/* @end */

/* @group Toggles */

.toggle_container {
	padding: 10px;
	padding-top: 0px;
	margin-bottom: 1px;
	background-color: #fff;
}

.toggle_container img {
	border: 1px solid #cfccc1;
}


p.trigger {
	display: block;	
	padding:  14px 8px 14px 16px; /* formerly 8px 8px 8px 16px */
	margin: 0;
	cursor: pointer;
	line-height: 125%; /* formerly 175% */
}

.narrowcolumn h3.bluetitle {
	font-family: "Frutiger Neue W01 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	display: block;	
	background: #B0D7FF;
	color: #003263;
	padding:  14px 8px 14px 16px; /* formerly 8px 8px 8px 16px */
	margin: 0;
	line-height: 125%; /* formerly 175% */
	border-bottom: 1px solid #cfccc1;
}

.narrowcolumn h3.beigetitle {
	font-family: "Frutiger Neue W01 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	display: block;	
	background: #f9f7f3;
	color: #3d1e1e;
	padding:  14px 8px 14px 16px; /* formerly 8px 8px 8px 16px */
	margin: 0;
	line-height: 125%; /* formerly 175% */
	border-bottom: 1px solid #cfccc1;
}

.narrowcolumn h3.underlinetitle {
	font-family: "Frutiger Neue W01 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	display: block;	
	margin: 0;
	border-bottom: 1px solid #cfccc1; 
	padding-bottom: 2px; 
	padding-top: 14px;
	margin-bottom: -10px;
}

.narrowcolumn h3.dottedunderlinetitle {
	font-family: "Frutiger Neue W01 Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	display: block;	
	margin: 0;
	border-bottom: 1px dotted #cfccc1; 
	padding-bottom: 2px; 
	padding-top: 14px;
	margin-bottom: -10px;
}

.narrowcolumn h3.dottedunderlinetitle a {
	text-decoration: none;
}

.narrowcolumn h3.underlinetitle a {
	text-decoration: none;
}

.narrowcolumn img {
	border: 1px solid #cfccc1;
}



/* Up Toggle State */

p.trigger {
	background: #f9f7f3 url(images/icons/16_expand.png) no-repeat 10px center;
	border-top: 1px solid #cfccc1;
	padding-left: 34px;
	font-size: 1.2em;
}

p.trigger a {
	color: #003263;
	text-decoration: none;
}

/* Hover Toggle State */

p.trigger:hover {
	background: #B0D7FF url(images/icons/16_expand.png) no-repeat 10px center;
}

p.trigger a:hover,p.trigger.active a:hover {
	color: #003263;
}

/* Active Toggle State */

p.trigger.active {
	background: #B0D7FF url(images/icons/16_collapse.png) no-repeat 10px center;
	border-top: 1px solid #cfccc1;
	color: #003263;
}

p.trigger.active a {
	color: #003263;
}

/* @end */

/* @group Callouts */

/* Callout Box */

.callout-box {
	margin: 0px auto 0px auto;
	padding: 0px 10px 20px 10px;
	color: #988a85;
	border: none;
	line-height: 1.4em;
	position: relative;
   	behavior: url('./wp-content/themes/umaine4/PIE.php');
   	font-family: "FrutigerNeueW01-BookIt", "Helvetica Neue", Helvetica, Arial, sans-serif;
   	font-size: 16px;
}

.callout-box p {
	margin: 0;
	padding: 0;
}

.callout-box h3 {
	font-size: 1.5em;
	text-shadow: #fff 1px -1px 0;
}

hr.callout-box-rule-top,
hr.callout-box-rule-bottom {
	color: #cfccc1;
	background-color:  #cfccc1; 
	border:none;
	height: 1px;
}

hr.callout-box-rule-top {
	margin-top: 20px;
	margin-bottom: 20px;
}

hr.callout-box-rule-bottom {
	margin-top: 25px;
	margin-bottom: 0px;
}

/* Box */

.colored-box {
	margin: 10px auto 0px auto;
	padding: 20px 10px 20px 10px;
	background-color: #f9f7f3; 
	color: #3d2424;
	border: 1px solid #cfccc1;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.25);
	-moz-box-shadow:    1px 1px 3px rgba(100, 100, 100, 0.25);
	box-shadow:         1px 1px 3px rgba(100, 100, 100, 0.25);
	position: relative;
   	behavior: url('./wp-content/themes/umaine4/PIE.php');
}

.colored-box img {
	border: 1px solid #cfccc1;
}

/* Blue Box */

.colored-box-blue {
	margin: 10px auto 0px auto;
	padding: 20px 10px 20px 10px;
	background-color: #B0D7FF; 
	color: #3d2424;
	border: 1px solid #84aed8;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.25);
	-moz-box-shadow:    1px 1px 3px rgba(100, 100, 100, 0.25);
	box-shadow:         1px 1px 3px rgba(100, 100, 100, 0.25);
	position: relative;
   	behavior: url('./wp-content/themes/umaine4/PIE.php');
}

.colored-box-blue img {
	border: 1px solid #84aed8;
}

/* 404 Page Styles */
body.error404 #content h1,
body.error404 #content h2 {
	font-weight: bold;
}

body.error404 #content h1 span,
body.error404 #content h2 span {
	color: #B0D7FF;
}

body.error404 #content div.error {
	padding: 4px 9px;
	margin-bottom: 5px;
	color: #a94442;
	background: #f2dede;
	border: 3px solid #ebccd1;
}

body.error404 #content input.gsc-input,
body.error404 #content div.gsc-input-box {
	background-color: #fff !important;
	color: #003263 !important;
}


/* no border override class for Wordpress images */
.noborder {
	border: none !important;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* @end */
