/*
Theme Name:     Staffs Blogs - C
Description:    A standard, unified theme for blogs managed by University of Staffordshire staff.
Author:         Chris Goostry
Template:       twentyeleven
Version:		1.1

*/

body { font-family: 'Plus Jakarta Sans', sans-serif; }

.entry-title, .entry-title a { color: #000; }

.entry-content { color: black; }

.entry-content h3, .comment-content h3 { color: #8a0045; }

.entry-content a { border-bottom: 1px solid #ddd; }

a { color: #006b82; }

ol.vcalendar {
  margin: 0 !important;
}

.tribe-events-list-widget-events h4.entry-title {
  font-size: 100% !important;
  display: block;
  width: 100%;
}

#tribe-events {
  margin: 0 7.6% 0 7.6%;
}

#primary { background: white; }

.widget-title {
  text-transform: none;
  font-size: 16px;
  line-height: 1.3em;
  color: #333;
}
#uni-logo {
	width: auto!important;
	position: absolute;
	top: 0;
	right: 20px;
	max-height: 85px;
}
#site-title { margin-right: 120px; }
#site-title a { color: #170d38; }
#branding #searchform {
	display: none;	
}
#access {
	background: #333; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#353535, #2a2a2a);
	background: -o-linear-gradient(#353535, #2a2a2a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#353535), to(#2a2a2a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#353535, #2a2a2a);
}
#branding hgroup, #branding h1, #branding h2, #branding a { clear: none!important; }
@media all and (min-width: 800px) {
  #social p {
	  text-align: right;
  }
}
ul {
    list-style-position: outside;
}
