/* Enter Your Custom CSS Here */

body {
  background-image: url("http://mntl.apps01.yorku.ca/assets/bg_tall.jpg");
}

.site-title a {
  color: #d0362c;
}

.header-image .header-img {
	height: 390px;
    padding-bottom: 50px;
    padding-top: 50px;
}

#wrapper #wrapper-header .menu-box {
    width: 65%;
}

#wrapper #wrapper-header .title-box {
    width: 20%;
}

.post-entry .read-more-button {
    background-color: #d0362c;
    border: 1px solid #d0362c;
}

.post-entry .post-entry-headline a {
    color: #d0362c;
}

#wrapper-header .menu-box .current-menu-item > a, #wrapper-header .menu-box .current-menu-ancestor > a, #wrapper-header .menu-box .current_page_item > a, #wrapper-header .menu-box .current-page-ancestor > a {
    color: #d0362c;
}

.sidebar-widget a {
    color: #d0362c;
    text-decoration: underline;
    transition: color 1s ease 0s;
}

a {
  color: #d0362c;
  text-decoration: underline;
}

.menu-box a:hover, .menu-box *:hover > a {
    color: #d0362c;
}

.footer-signature .footer-signature-content a {
    color: #fff;
  	text-decoration: underline;
}

.footer-signature .footer-signature-content a:hover {
    color: #d0362c;
  	text-decoration: underline;
}

/*img {
  border-radius: 25px;
    border: 2px solid #000000;
}*/

.entry-content img {
	border-radius: 25px;
    border: 2px solid #111111;
}

.sidebar-widget img, .footer-widget img {
  padding: 20px 5px 3px 0;
        
}

input[type="submit"], input[type="reset"], .header-image .header-image-text .header-image-link {
  background: #d0362c;
  border: 2px solid #d0362c;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}


/* Simple Grid (Toni) */

[class*='col-'] {
    float: left;
  }
  
  .col-3 {
    width: 25%;
  }
  
  .col-4 {
    width: 33.33%;
  }
  
  .col-6 {
    width: 50%;
  }
  
  .col-8 {
    width: 66.66%;
  }
  
  .col-9 {
    width: 75%;
  }
  
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .para {
    display: none;
  }
  
  .para.active {
    display: inline;
  }

  .frame {
  border-radius: 25px;
    border: 2px solid #111111;
}

/* Removing table grids */

div.col-4 td, tr {
  border-top: none;
  border-bottom: none;
}

div.col-4 th {
  background: #d0362c none repeat scroll 0 0;
}

.sidebar-widget {
  color: #555555;
  float: left;
  font-size: 13px;
  margin-bottom: 0;
  width: 100%;
}

#sidebar {
  float: right;
  margin: 0 0 0 0;
  width: 300px;
}

.twitter-follow-button {
  float: right;
  margin-top: 25px;
}


#main-content .post-entry .post-entry-headline {
  text-transform: none;
}

.entry-headline {
  text-transform: none;
}

/* Fix issue where slider buttons are obscured */
.header-image .header-image-container {
  display: none;
}

/* Make people page look more lively */

td b {
  color: #d0362c;
}

td {
  vertical-align: top;
  text-align: center;
}

th {
  background: #d0362c;
  vertical-align: middle;
  text-align: center;
}