@media only screen and
(min-width: 601px) and
(max-width: 800px)
{
	.mobHide {display: none;}
	 
	.deskHide {display: block;}
	 
	#logo {
		max-width: 24em;
		margin-top: 3%;
	 }
	 
	#logo a img {width: 100%;}
	
	#secondary {
		width:28%;
	}
	
	.left-sidebar #content {
		width:95%;
		padding:1em;
	}
	 
	#headerWrap {height: 9em;}
	 
	#mobSearch {
		display: none;
		float: left;
		background: #383739;
		float: left;
		margin: auto;
		padding: 2%;
		text-align: center;
		width: 96%;
	 }
	 
#mobSearch form {height: 2em;}
	 
#mobSearch form input[type="text"] {
				background: #797a7c;
				border: none;
				color: #000;
				font-family: Times New Roman;
			 }
	 
#mobSearch form input[type="submit"] {
				border: 0;
				background: #d1a554;
				color: #000;
				font-weight: bold;
				cursor: pointer;
			 }
	 
	#mobSearchButton {float: right;}
	 
	#mobSearchButton a {
			padding: 0.9em 0.6em 0.5em 0.5em;
			display: block
		 }
	 
	#slider .nivo-caption {
		padding: 5px 49px;
		font-size: 1em;
	 }
	 
	.sliderGold {font-size: 1em;}
	 
	#topWrap {
		margin:2em 1em 0 0;
	 }
	 
	body.page-template-page-feature_box-php .nivo-caption {width: 98%;}
	
	body.home #content {
		width:95%;
	}
	
	.fBox {
		margin:1em 0 0 1em;
	}
	 
	#footerWrap {
		padding: 1% 2%;
		width: 96%;
		float: left;
	 }
	 
	#footerLeft {width: 45%;}
	 
	#footerCenter {padding-left: 2%;}
	 
	#footerLeft ul li a {border-right: none;}
	 
	ul#menu-footer li {float: none;}
	 
	#footer {height: auto;}
	 
	#supplementary #first,#supplementary #second {width: 100%;}
	 
	#supplementary #first iframe {width: 100%;}
	 
	#colophon {margin-bottom: 3%;}
	 
	#supplementary #first aside#text-3 {width: 62%;}
	 
	#footer ul li#siteDetails {
		display: block;
		width: 100%;
	 }
	 
	body.page-template-page-journal-holding-php #content,
	body.single-editions #content {
		width:95%;
	}
	
	ul.sub-menu {
		display:none;
	}
	 
	#holyContainer {
		margin-bottom:0;
	}
		
	
	#footerColTwo {
		display:block;
		width:30%;
	}
	 
	 #footerColThree {
		display:block;
		width:28%;
	 }
	 
	 #footerColFour {
		display:block;
		width:34%;
	 }
	 
	  #footerColFive {
		width:100%;
		border-left:0;
		padding-top:2em;
		height:2em;
		min-height:0;
	 }
	 
	 #footerColFive h3 {
		display:none;
	 }
	 
	 #footerColFive ul li {
		float:left;
		margin-right:1em;
	 }
	 
	 #footerColFive ul li ul.sub-menu {
		display:none;
	 }
	 
	  .featureWrap img {
		height:auto;
	 }
	 
	 .featuredTextWrap {
		margin-top:-3.2em;
	 }
	 
	 .featuredText {
		font-size:1.1em;
	 }
	 
/* team page */

	.itemShort {
		width:59%;
		padding:0;
	}
	
	/* events */
	
	.entry-title {
		width:auto;
		line-height:1.2em;
		padding-bottom:1em;
	}
}