/*
	some general styles
*/
#main-menu { 
	margin-top: -6px; 
	display:block; 
	width: 100%; 
	line-height: 2.0em; 
	background-color: #64933a;
}

.region-sidebar-second,
.region-sidebar-first {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding-top: 0.5em;
}


#main-menu li { 
	padding: 0; 
	display: inline-block; 
}

#main-menu li a, 
#main-menu li a:visited,
#main-menu li a:hover {
	width: auto; 
	padding: 0 0.7em 0 0.7em; 
	display: inline-block; 
	color: white; 
	text-decoration: none;
	border-bottom: none; 
}

@media all and (max-width: 30em) {
	#main-menu li,
  #main-menu li a:hover, 	
	#main-menu li a { 
	  display: block; 
	  width: 100%; 	
	}
}

#main-menu li a.active { 
	border-color: #46502b; 
	background-color: #46502b; 
}

div.ctools-modal-content .modal-header {
  background-color: #64933a;;
  padding: 0 .25em 0 1em;
}

div.ctools-modal-content a.close img {
 margin-left: 0.3em;
}

/**------------ Copied from evergreen.edu style.css ----**/

/** Boxes  Boxes for containing things, usually with a background color.  @section box */
.notice, .box, p.box { 
	padding: 0 1em; overflow: hidden; color: #002d50; 
	background-color: #cce6fb; 
/*	background-image: url("images/texture-1.png");*/  
	border-radius: 2px; }

.notice h2, .box h2 { color: #004377; }

.notice h3, .box h3, .notice h4, .box h4, .notice h5, .box h5 { color: #002d50; }

.notice, .note { border-left: 5px solid #99cef8; }
@media screen and (min-width: 22em) { .notice, .note { padding-left: -webkit-calc(1em - 5px); padding-left: calc(1em - 5px); } }

.alert, p.alert { color: #600f21; background-color: rgba(253, 243, 180, 0.5); border-radius: 0; }

#sitewide-alert { border-radius: 0; transition: all .5s ease-in; }

.caption-box { text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: rgba(242, 242, 242, 0.66667); }
.caption-box img { margin-bottom: 10px; margin-bottom: 0.625rem; }

.pull-box { background-color: #64933a; }
@media screen and (min-width: 43em) { .pull-box { margin-bottom: 1.071428571428571em; } }

.pull-quote { font-size: 17.008px; font-size: 1.063rem; line-height: 1.47058823529412; }
@media screen and (min-width: 43em) { .pull-quote { margin: .2727272727em 0 .8181818182em 0; } }
@media screen and (min-width: 70em) { .pull-quote { font-size: 27.504px; font-size: 1.719rem; line-height: 1.090710779858208; } }

.pull-quote, .pull-quote + .figcaption, .pull-quote + figcaption { color: #f3f3f3; }

.pull-quote { font-style: italic; }

.pull-box-alt { background-color: #0086ee; }

/** Full Box  A box with a header and possibly a footer.  @section box-full */
.full-box { border: 1px solid #0086ee; padding: 0; background: #0086ee url(images/texture-1.png); }

.full-box h2, .full-box h3 { color: #fff; }

.full-box > .box { background-color: #f5f5f5; }

/* feature blocks */
.feature,
#features .block {
	border-bottom: 1px solid #999 !important;
	padding: .7em 0;
	margin-bottom: 1em;
}
.feature h2,
.feature h3,
.feature h4,
.feature ul,
.feature p {
	margin-top: 0;
	margin-bottom: 0;
}
.feature+.feature,
#features .block {
	border-top-width: 0 !important;
}

/* micronavigation button style */
nav.buttons ul, 
nav.buttons li {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.buttons li, 
nav.buttons li a { 
	display: inline-block; 
}
nav.buttons li a {
	text-align: center;
	padding-right: 10px; 
}
nav.buttons li a {
	padding: 5px 10px;
	text-decoration: none;
	line-height: 1;
	background: #cecece;
	border-radius: 4px;
	text-shadow: 1px 1px 1px rgba(255,255,255,.5);
	color: #343b20;
	margin: 1px 6px; 
}
nav.buttons li a:hover { background: #ddd; }

/* help navigation */
#block-menu-menu-my-help {
  float: right;
  /*border: 1px solid #999;
  border-radius: 5px;*/
}


#block-menu-menu-my-help .menu, #block-menu-menu-my-help .menu li {
 margin:0; padding: 0; list-style: none;
}

#block-menu-menu-my-help .menu li, #block-menu-menu-my-help .menu a {
 display: inline-block;
}

#block-menu-menu-my-help .menu a {
  padding: 3px 6px;
  font-size: .8em;
}



a { 
	border-bottom: 1px solid #b5b9aa; /* tint of Evergreen Old Style */
	color: #492c5d; 
}
a:visited { 
	border-bottom-color: #492c5d;
	color: #492c5d; 
}
a:hover { color: #0086ee; }

/* Because we aren't using text decoration we need to reset the border bottom colors for
   Links when using a table drag */ 
a.tabledrag-handle {
	border-bottom-style: none; 
}



header#header {
	background: #f5f5f5;
	border-bottom: 6px solid #64933a;
	font-size: 14px;
	padding: .75em 1em;
}

header#header,#main,footer {
	/* Removing this cause it's causing scrollbars on bottom. --dave
	/* padding-left: 24px; */ 
	padding-right: 24px;
}

.toolbar header#header {
	padding-top: 9px;
}

#main { 
	margin-top: 0.5em; 
}

/*header#header a {
	color: #64933a;
}

header#header #site-name a:link,header#header #site-name a:visited {
	color: #64933a;
}*/

h1.title {
  line-height: 1em;
  font-size: 1.5em;
}

header#header h1#site-name {
	font-weight: normal;
	font-size: 16px;
	margin-left: 1em;
}

header#header #site-slogan { 
	margin-left: 1em;
}


#page {
	max-width: 100%;
}

aside.sidebars .block {
	/*background: #e9eff2;
	border: 1px solid #b9dae8;
	padding: 6px;*/
	font-size: 12px;
}

aside.sidebars .block h2.block-title {
	line-height: 1;
	font-size: 16px;
}

aside.sidebars .block ul {
	margin-top: 12px;
	margin-bottom: 6px;
}

/* 
  Tiny MCE Wysiwg fixes
*/ 
body#tinymce.mceContentBody {
	font-size: 100%; 
	}
	
.document-editor .filter-wrapper { 
		display: none; 
}

td.tiny-only, tr.tiny-only, tbody.tiny-only, thead.tiny-only {
	display: none;
}




/* minimize the "powered by" line */
#block-system-powered-by { font-size: .75em; margin-top: 1em; }

/* Evergreen specific Responsive */
@media all and (max-width: 30em) {
  .no-tiny { display: none; }
    
  .full-tiny {
  float: none;
  width: 100%;
  }

	td.tiny-only {
		display: table-cell;
	}

	tr.tiny-only {
		display: table-row;
	}

	thead.tiny-only {
		display: table-row-group;
	}

	tbody.tiny-only {
		display: table-row-group;
	}
}

/* some toolbar responsive fixes */
@media all and (max-width: 959px) {
	#toolbar-user {
	  display : none; 
	}
}

@media all and (max-width: 760px) {
  
  #toolbar-menu {
    display: none;  
  }  
}
