/* Enter Your Custom CSS Here */

body {
background: rgb(68,68,68); /* Old browsers */
background: -moz-linear-gradient(top, rgba(68,68,68,1) 0%, rgba(68,68,68,1) 10%, rgba(221,221,221,1) 50%, rgba(221,221,221,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,68,68,1)), color-stop(10%,rgba(68,68,68,1)), color-stop(50%,rgba(221,221,221,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(68,68,68,1) 0%,rgba(68,68,68,1) 10%,rgba(221,221,221,1) 50%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
}  

a:link, a:visited {color: #BB5058; border-bottom: 1px solid rgba(0,0,0,0); }
a:hover, a:focus {color: #CF6268; border-bottom: 1px solid #CF6268;}

.edit-link a:hover, .edit-link a:focus {
    color: #CF6268;
}

button, html input[type="button"], input[type="submit"] {
  background-color: #525E4F;}

 button:hover, button:focus, html input[type="button"]:hover, html input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #56635B;
    border-color: #56635B;   
    }

.comment-form, .comment-textarea, textarea {
    border-color: #ccc;
  border-width: 1px;}

.sidebar-footer a:not(.btn), .footer-nav-menu a:not(.btn) {
    color:#FAEECF #AF5958;
}
.sidebar-footer a:hover:not(.btn), .sidebar-footer a:focus:not(.btn), .footer-nav-menu a:hover:not(.btn), .footer-nav-menu a:focus:not(.btn) {
    color:  #AF5958;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #BBBBBB;
    color: #895651;
}

h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 32px;
}

.top {height: 90px;}
 
.logo img {height: 80px; width: auto; padding: 10px;}
    
.site-branding {
  background: url('http://www.storyandreligion.div.ed.ac.uk/wp-content/uploads/2015/08/story-and-religion.jpg') no-repeat right	top / 80% auto #444 !important;
  clear: both;

  border-top: 4px solid #ddd; border-left: 4px solid #ddd; border-right: 4px solid #ddd;
}
.head-container {width: 100%; margin: 0 auto;}

.site-title {
    font-family: 'Dr Sugiyama',cursive;
    margin: 40px 0 260px 2%;
    text-align: center;
  width: 16%;}
.site-title a {color: #FAEECF; font-size: 1.4em; font-weight: 400; 
text-shadow: 2px 2px 1px #AF5958;}
.site-title a:hover {border-bottom: 0;}
.site-description {color: #ccc; position: relative; top: -160px; left: 2%; width: 16%; font-size: 20px;}


#sample-text, .theme {display: none;}

.navbar {border-left: 4px solid #ddd; border-right: 4px solid #ddd; margin-top: -26px; background: #ddd;}

.site-content {min-height: 400px;}

header.content-header {
    min-height: 70px;
}
.content-header {
    background-color: #aaa;
    color: #FFFFFF;
  padding-bottom: 16px;
    padding-top: 0;
}
.row {background: #ddd;}
#primary {background: #eee; padding: 20px 20px 100px; }



.after-footer {
  background: none repeat scroll 0 0 #444444;}