/*
Theme Name: SAD 2013
Theme URI: http://mirata.ltd.uk/
Description: The Students Against Depression theme for 2013.
Author: Mirata Ltd
Author URI: http://mirata.ltd.uk/
Version: 1.0
*/
.entry-date {
display: none;
}

.vg-take-action a{
   padding-left: 30px !important;
   background-image: url(/wp-content/uploads/2012/04/about3.png);
   background-position: left;
   background-repeat: no-repeat;
   background-size: 100 50
}

.box-purple{
   border: 10px solid #690A6C;
   border-radius: 10px;
   overflow visible;
   padding: 25px;
   box-shadow: 5px 5px 0px #BBBBBB;
}

.box-purple h3 {
    font-size: 30px;
    line-height: 1.2;
}

.box-purple .btn {
    font-weight: bold;
    margin: 6px 0 0 0;
}

.box-purple p {
    margin: 0;
}

.box-theme{ /* This is a copy of the box on top of the home page. This box is only visible on a mobile.*/
  border: 1px solid #BBBBBB;
  background-color: white;
  border-radius: 10px;
  overflow auto;
  padding: 15px;
  box-shadow: 5px 5px 5px #BBBBBB;
  margin-top: 15px;
}