/*
 Theme Name:     AC2016 Emergency
 Theme URI:      http://sites.allegheny.edu/web
 Description:    Emergency-specific styles and customization.
 Author:         Jesse Lavery
 Author URI:     http://sites.allegheny.edu/web
 Template:       ac2016
 Version:        1.0.0
*/

@import url("../ac2016/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* ALERT */

.emergency-alert-box {
background: transparent;
border-radius: 0px;
display: block;
overflow: auto;
overflow-y: auto;
}

.emergency-alert-box .post {
  padding: 15px;
  margin-bottom: 1px;
}

.emergency-alert-box .post .post-info {
  margin-bottom: 10px;
}

.emergency-alert-box .post p:last-child {
  margin-bottom: 10px;
}

.emergency-alert-box .post.category-alert {
  background-color: #f00;
}

.emergency-alert-box .post.category-alert * {
  color: white !important;
}

#wrap .category-alert .post-info .post-date {
    color: white !important;
}

#wrap .category-notice {
  background-color: #fcf1c7;
}

#wrap .emergency-alert-box .post h3.post-title {
    margin-bottom: 15px;
}

h3.alt-alert {
background-color: #f00000 !important;
color: #fff;
margin-top: 0px;
margin-bottom: 0px;
}

/* NO ALERT */

.emergency-noalert-box {
background: #fff;
border-bottom: 1px solid #666;
border-radius: 0px;
display: block;
overflow: auto;
overflow-y: auto;
padding: 10px;
}

.emergency-noalert-box h3 {
padding-bottom: 50px;
}

h3.alt-noalert {
background-color: #666 !important;
color: #fff;
margin-top: 0px;
margin-bottom: 0px;
}