﻿/* Rework away from dynamic loading single page for mindspace content spring 2012 */

/* Bitwise dump */

.mindspacer-heading, .mindspacer-heading h2{
 color:#fff;
 display:inline-block;
  margin:0;
  padding:0px;
 padding: 5px 10px 5px 10px;
  border:none !important;

 font-weight:bold;
  -webkit-border-radius:8px 8px 8px 8px;
  -moz-border-radius:8px 8px 8px 8px;
  -o-border-radius:8px 8px 8px 8px;
  border-radius:8px 8px 8px 8px;
  float:left;
}
h2 a::after
{
 border:none; 
}
.mindspacer-faculty .mindspacer-heading{
 background:#DF6B21;
}

.mindspacer-student .mindspacer-heading{
 background:#6C5AA0;
}

.mindspacer-staff .mindspacer-heading{
 background:#B7011C;
}


.mindspacer-faculty .accent {
 color:#DF6B21;
}

.mindspacer-student .accent {
 color:#6C5AA0;
}

.mindspacer-staff .accent {
 color:#B7011C;
}

/* .mindspacer-faculty h3 {
    border:solid 2px #DF7D0F;
  
} */

div.mindspacer-heading ul li a {
 color:#fff; 
}

.mindspacer-heading li {
  margin:0;
  padding:3px;
}

div.mindspacer-heading ul li a:hover {
 color:#003479; 
}

.mindspacer-heading ul {
  margin-top:5px;
 float:left; 
}

/* Mindspacer */

.mindspacer-content-only{
  padding:5px 10px;
}
.mindspacer-controls{
  text-align:center;
  margin-left:0;
padding-top:15px;
  list-style:none;
}

.mindspacer-controls li{
float:left;
  margin:10px;
}
.mindspacer-controls a{

}
.mindspacer-controls img{
  display:block;
}


/* Mashup */
.mashup-menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.mashup-menu { display: inline-block; }
* html .mashup-menu { height: 1%; } /* Hides from IE-mac \*/
.mashup-menu { display: block; }

.mashup-menu li{
  list-style:none;
  float:left;
  width:70px;
  text-align:center;
  margin:0;
  padding:0 10px;
}
.mashup-menu a{
  opacity:.65;
  color:#00629F;
  -webkit-transition:opacity .15s ease-out;
  -moz-transition:opacity .15s ease-out;
  transition:opacity .15s ease-out;
}
.mashup-menu a:hover,
.mashup-menu .mashup-menu-current{
  opacity:1;
  color:#00629F;
}
.mashup-menu .mashup-menu-current{
  font-weight:bold;
}

