/*
 Project: Dentistry Template
 Launch date: 12/2011
 Author: Cameron Bates
------------------------------------*/

/*
	Reset browser defaults
-----------------------------*/
body { margin:0;padding:0; }
blockquote:before, 
blockquote:after,
q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
img { border:0; }
ul,p,h1 { list-style:none; margin:0; padding:0; }
a:active,
a:focus { outline:none; }
h3 { font-weight:400; }
button,label { cursor:pointer; }
header, article, section, footer, nav { display: block; }
figure, figcaption,
.feature .slide, .feature .slide_text { margin: 0; }

/* Basic Page Elements */
html { font-size: 62.5%; width: auto; }
body { 
	background: #fff;
	font: normal normal 14px/150% Georgia, serif;
	font-size: 1.4rem;
	color: #444;
}
a { color: #900; }
.pagewidth { margin: 0 auto; padding: 0; position: relative; }
header { 
	margin: 0;
	padding: 0;
	background: #900; 
	position: relative;
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.26);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.26);
	box-shadow: 0 2px 8px rgba(0,0,0,.26);
	z-index: 1;
}

/* Basic styles */
h2 {
	margin: 0;
	font: normal 400 26px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 2.6rem;
	color: #3E5052;
}
h3 {
	margin: 20px 0 14px;
	font: normal 500 15px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.6rem;
	color: #000;
}
h4 {
	margin: 14px 0 0;
	font: normal bold 13px/120% Arial, sans-serif;
	font-size: 1.3rem;
	color: #000;
}
h5 {
	margin: 14px 0;
	font: normal bold 14px/120% Arial, sans-serif;
	font-size: 1.4rem;
	color: #666;
}
a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
p {
	margin: 14px 0;
}
ul, ol {
	margin: 14px 0;
	padding: 0 0 0 20px;
}
ul {
	list-style: square;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}


/* default blockquote */

.content-main blockquote {
	position: relative;
	background: #EEEDE8 url(../images/crosshatch-bg.png) 0 0 repeat;
	margin: 0;
	padding: 1rem 5rem;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}
.content-main blockquote:before {
	color: #687770;
    content: "“";
    font-size: 17rem;
    line-height: 100%;
    font-weight: bold;
    opacity: .09;
    position: absolute;
    top: 42px;
    left: 4px;
}
.content-main blockquote:after {
    color: #687770;
    content: "”";
    font-size: 17rem;
    line-height: 100%;
    font-weight: bold;
    opacity: .09;
    position: absolute;
    bottom: -50px;
    right: 4px;
}

/* Header styles */
.accessibility { display: none; }
header h1 {
	padding: 12px;
	height: 38px;
}
header h1 a {
	display: block;
	padding: 0;
	float: right;
}
header h1 a img {
	max-width: 100%;
}




/* Content Styles */
.module-inner>*:first-child {
	margin-top: 0;
}
.module-inner>*:last-child {
	margin-bottom: 0;
}
.sitename {
	background: #3e5052;
	overflow: auto;
}
.sitename a {
	display: block;
	height: 79px;
	width: auto;
	background: transparent url(../images/ostrow-logo_2014.png) 20px 0 no-repeat;
	text-indent: -9999px;
}
nav.primary {
	background: #eeede8;
}
nav.primary ul {
	list-style-type: none;
	margin: 0;
	font: normal bold 16px/150% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.6rem;
}
nav.primary ul ul {
	font: normal normal 14px/100% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.4rem;
	padding: 0 10px;
	margin: 0;
	display: none;
}

nav.primary .current-menu-ancestor .sub-menu,
nav.primary .current-menu-item .sub-menu {
	display: block;
}

nav.primary a {
	color: #666;
	text-shadow: 0 2px 0 #fff;
}
nav.primary a:hover, nav.primary a:focus {
	color: #000;
	text-decoration: none;
}
nav.primary>ul>li {
	margin: 0 10px;
	border-bottom: 1px solid #cac9c4;
	padding: 0 0 0 11px;
	position: relative;
}
nav.primary>ul>li:before {
	content: "";
	position: absolute;
	display: block;
	top: 12px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #cac9c4;
	border-bottom: 1px solid #fff;
}
nav.primary li li {
	margin-bottom: 8px;
}
nav.primary li.external>a {
	padding-right: 14px;
	background: transparent url(../images/external-link.png) right 5px no-repeat;
}
nav.primary ul ul li.external>a {
	background-position: right 3px;
}
.search.module {
	margin-top: -10px;
	min-height: 40px;
	padding-top: 46px;
	background: #eeede8 url(../images/search-bg.png) top left no-repeat;
}
.search form {
	position: relative;
}
.search label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.search input[type='text'] {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	height: 16px;
	width: 169px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.search button {
	background: orange;
	border: 0;
	padding: 4px;
}
.module.twitter {
	border-top: 3px solid #90c0c4;
	/*background: #d8d8bd;*/
	font: normal 300 13px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.3rem;
}
.module-inner.tweet {
	background: transparent url(../images/twitter-stamp.png) 5px 32px no-repeat;
	padding: 10px 10px 10px 68px;
}
.tweet h3 {
	font: normal normal 16px/150% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.6rem;
	text-shadow: 0 1px 1px #fff;
	margin: 0 0 5px;
}
.tweet h3 a {
	color: #000;
}
.tweet p {
	margin: 0;
	color: #444;
	
	line-height: 150%;
}
.tweet .time {
	margin-right: 10px;
	text-align: right;
	margin-top: 5px;
}
h3.orangebar, h3.tanbar {
	height: 26px;
	line-height: 26px;
	background: #f3901d url(../images/orangebar-bg.png) 0 0 repeat-x;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.25);
	margin: 0 0 10px;
	padding: 0 5px;
}
h3.tanbar {
	background: #a6a491;
	text-shadow: none;
	text-align: left;
	padding: 0 10px;
}
h3.orangebar a, h3.tanbar a {
	color: #fff;
}
.module.news {
	background: transparent;
}
.news article {
	position: relative;
	border-top: 3px solid #f3901d;
	margin-bottom: 20px;
	background: #e1e1d0;
	font: normal normal 12px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.2rem;
	color: #333;
}
.news article:last-child {
	margin-bottom: 0;
}
.news date {
	text-transform: uppercase;
	font-weight: 700;
}
.news article h4, .news article p {
	margin: 0;
}
.news article h4 {
	font-size: 12px;
}
.news a.more {
	position: absolute;
	right: 0;
	bottom: -12px;
	display: block;
	text-align: right;
	line-height: 100%;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #697771;
}
.news a.more:before {
	content: "";
	height: 5px;
	width: 5px;
	background: #f3901d;
	position: absolute;
	top: 3px;
	left: 0;
	-moz-border-radius: 2.5px;
	-webkit-border-radius: 2.5px;
	border-radius: 2.5px;
}
.module.events {
	background: transparent;
}
.home .events article.event {
	border-bottom: 1px solid #90c0c4;
	padding: 10px 0 10px 6px;
	position: relative;
	background: transparent url(../images/event-arrow.png) right center no-repeat;
}
.home .events article.event:first-child {
	border-top: 3px solid #90c0c4;
}
.home .events h3 + article.event {
	border-top: 3px solid #90c0c4;
}
.home .event h4, .home .event p {
	margin: 0;
	font: normal normal 12px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.2rem;
	padding-right: 10px;
}
.home .event h4 {
	margin-top: 0;
	font-weight: bold;
}
.home .event a h4 {
	color: #697771;
}
.home .event a p {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 120%;
	color: #999;
}
.home .event .date {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 40px;
}
.home .event .title, .home .event .details {
	margin-left: 45px;
}
.home .event .day, .home .event .month {
	display: block;
	text-align: center;
}
.home .event .day {
	font-size: 24px;
	line-height: 100%;
	color: #909693;
	font-weight: 500;
}
.home .event .month {
	font-size: 11px;
	line-height: 11px;
	color: #494848;
	margin-top: -2px;
	text-transform: uppercase;
}
.home .event a:hover {
	text-decoration: none;
}
.apply img {
	display: block;
	width: 100%;
}
.quote.module {
	padding-bottom: 50px;
	background: transparent;
}
.quote .module-inner {
	padding: 20px;
	position: relative;
	background: #e0dfda;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
}
.quote .module-inner::after {
	content: "";
	position: absolute;
	bottom: -14px;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid #e0dfda;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	
} 
.quote blockquote {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 120%;
	text-shadow: 0 1px 0 #fff;
	color: #687770;
	word-wrap: break-word;
}
.quote .retweet a {
	padding-left: 32px;
	display: block;
	height: 21px;
	background: transparent url(../images/retweet-icon.png) 0 0 no-repeat;
	color: #687770;
}
/*.quote cite {
	display: block;
	margin: 10px 0;
	font: normal normal 11px/100% "Myriad Pro", Arial, sans-serif;
	font-size: 1.1rem;
	color: #777;
}*/
.quote .retweet {
	position: absolute;
	bottom: -35px;
	right: 22px;
}
.feature {
	position: relative;
}
.feature figure,
.feature .slide {
	position: relative;
	display: block;
	width: 470px;
	height: 337px;
	overflow: hidden;
}
.feature .slide .slide_title {
	position: absolute;
	top: .75em;
	padding: 2.127%;
	background: #900;
	font: 800 1em/1em "proxima-nova-1","proxima-nova-2", sans-serif;
	color: #fff;
}
.feature .slide .slide_title.left {
	left: 0;
}
.feature .slide .slide_title.right {
	right: 0;
}
.feature figcaption,
.feature .slide_text {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0%;
	padding: 2.127%;
	font: normal normal 13px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.3rem;
	background-color: rgba(105,119,113,0.65);
}
.feature .slide_text p {
	margin: 0;
}
.featurenav a {
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 30px;
	background: #fff url(../images/featurenav-bg.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin-top: -15px;
	z-index: 10000;
	opacity: .7;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.featurenav a:hover {
	opacity: 1;
}
.featurenav .prev {
	left: 5px;
}
.featurenav .next {
	right: 5px;
	background-position: top right;
}
.module.student-life {
	min-height: 232px;
	background: #EEEDE8 url(../images/crosshatch-bg.png) 0 0 repeat;
	position: relative;
	z-index: 1;
}
.student-life .module-inner {
	padding: 30px 30px 30px 40px;
	background: transparent url(../images/head.png) 10px 30px no-repeat;
	position: relative;
}
.student-life::before {
    color: #687770;
    content: "“";
    font-size: 17rem;
		line-height: 100%;
    font-weight: bold;
		opacity: .09;
    position: absolute;
    top: 42px;
		left: 4px;
    z-index: -1;
}
.student-life::after {
    color: #687770;
    content: "”";
    font-size: 17rem;
		line-height: 100%;
    font-weight: bold;
		opacity: .09;
    position: absolute;
    bottom: -50px;
		right: 4px;
    z-index: -1;
}
.student-life .stories {
	margin: 0 0 0 4px;
	font-size: 14px;
	font-weight: bold;
}
.student-life h4 {
	margin: 0 0 20px 4px;
	font-size: 18px;
	color: #900;
}
.student-life blockquote {
	margin: 10px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.student-life cite {
	font-style: normal;
	color: #900;
	font-size: 12px;
	font-weight: 500;
	line-height: 110%;
}


/* My Comment */
.feature a {
	color: #fc0;
}
.feature img {
	width: 470px;
	height: 337px;
	display: block;
}
.module.student-life {
	border-top: 2px solid #900;
	font: normal 400 13px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.3rem;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
	margin-bottom: 0;
}
.ads img {
	display: block;
}
.ads h3.gray+a>img {
	border-top: 3px solid #697771;
}
.ads h3.yellow+a>img {
	border-top: 3px solid #fc0;
}


/* Content-main */
.content-main {
	float: left;
	margin: 0 10px;
	position: relative;
	
}
.content-main h2 {
	margin: 0 0 20px;
}
.content-main h3 {
	font: normal 500 18px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.8rem;
	color: #958d4a;
}
.content-sub h3 {
	margin: 0 0 5px;
	color: #958d4a;
	text-align: left;
}
.breadcrumbs {
	font: normal 300 13px/120% "proxima-nova-1","proxima-nova-2", sans-serif;
	font-size: 1.3rem;
	margin: 14px 0 28px;
	padding: 0 0 4px;
	min-height: 20px;
	line-height: 20px;
	border-bottom: 4px solid #D4D4C3;
}
.breadcrumbs a {
}
.content-main img {
	max-width: 100%;
}

.bio {
	width: 226px;
	float: left;
	margin-left: 7px;
	padding-left: 7px;
}
.bio.first {
	margin-left: 0;
	border-left: 0;
	padding-left: 0;
}
.category-modules .bio {
	margin-bottom: 17px;
}
.bio h3, .bio p {
	margin: 0;
}
.bio h3 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.bio p {
	font-size: 12px;
	line-height: 130%;
}

nav.section, .content-sub .ad, .content-sub .widget .stories, .content-sub .newswidget {
	font: normal normal 13px/100% "proxima-nova-1","proxima-nova-2", sans-serif;
	margin-bottom: 20px;
}
.content-sub .article_content h3 {
	font-size: 13px;
	margin: 0;
}
.content-sub .article_content p {
	font-size: 12px;
	margin: 0 0 1em;
	line-height: 140%;
}

nav.section ul, .content-sub .widget .articles, .newswidget ul {
	margin: 0;
	padding: 12px;
	background: #f6f5f1;
	list-style-type: none;
	border-top: 2px solid #958d4a;
}
nav.section ul ul {
	border: 0;
	padding: 0 0 0 12px;
	margin: 5px 0;
}
nav.section li, .newswidget li {
	margin-bottom: 5px;
}
nav.section li:last-child {
	margin-bottom: 0;
}
nav.section a, .newswidget a {
	color: #958d4a;
}
.content-sub .student-life ul {
	border-top: 2px solid #ff921e;
	margin: 0;
	padding: 30px 10px 20px 30px;
	height: 94px;
	font: normal normal 1rem/100% "proxima-nova-1","proxima-nova-2", sans-serif;
	color: #008037;
	text-transform: uppercase;
	background: transparent url(../images/sidebar-student-life-bg.png) 0 0 no-repeat;
}
.content-sub .student-life a {
	color: #008037;
}

/* Search Results */
#gsa .topnav {
    font-size: 1.6rem;
    font-weight: bold;
}
#gsa .topnav .st:before {
    content: open-quote;
}
#gsa .topnav .st:after {
    content: close-quote;
}
#gsa .topnav .nav {
    display: none;
}
#gsa ol.resultslist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#gsa .result {
    margin-bottom: 17px;
}
#gsa .result .title {
    font-weight: bold;
}
#gsa .result .summary {
    margin: 0;
}
#gsa .result .furl {
    color: #999999;
    font-style: italic;
}
#gsa .bottomnav {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}




/* Utility classes */
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
figure.alignleft, img.alignleft {
	margin: 0 12px 12px 0;
}
figure.alignright, img.alignright {
	margin: 0 0 12px 12px;
}

/* classes to move elements outside their container */
@media only screen and (min-width: 966px) {
	.alignleft-outside {
		float: left;
		clear: left;
		margin-left: -25%;
		margin-right: 25%;
		margin-bottom: 1rem;
	}
	.alignright-outside {
		float: right;
		clear: right;
		margin-right: -25%;
		margin-left: 25%;
		margin-bottom: 1rem;
	}
}

.clear {
	clear: both;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.uppercase {
	text-transform: uppercase;
}
.module {
	background: #EEEDE8;
	margin-bottom: 10px;
}
.module-inner {
	padding: 10px;
}
.col1, .col2 {
	padding: 0;
	margin: 0 0 10px 0;
	position: relative;
}
h3.module-title {
	color: #6a6a6a;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	margin: 10px 0 0;
}
h3.module-title a {
	color: #6a6a6a;
}
h3.module-title:before {
	content: "";
	width: 7px;
	height: 7px;
	background: orange;
	position: absolute;
	top: 4px;
	left: 0;
}
h3.module-title.blue:before {
	background: #90c0c4;
}
h3.module-title.cardinal:before {
	background: #900;
}
h3.module-title.yellow:before {
	background: #fc0;
}
h3.module-title.gray:before {
	background: #697771;
}
figcaption,
.slide_text {
	font: normal normal 12px/110% "proxima-nova-1","proxima-nova-2", sans-serif;
}
table {
	padding: 0;
	border-collapse:collapse;
	border-spacing: 0;
}
th {
	text-align: left;
	font-weight; bold;
	border-bottom: 1px solid #999;
}
td {
	border-bottom: 1px solid #e2e2e2;
}
a.post-edit-link {
	display: block;
	clear: both;
}

.content-main a.email, .content-sub a.email,
.content-main a.pdf, .content-sub a.pdf,
.content-main a.txt, .content-sub a.txt,
.content-main a.xls, .content-sub a.xls,
.content-main a.ppt, .content-sub a.ppt {
	background: url(../images/icons-sprite.png) no-repeat 0 top;
	padding-left: 20px;
	line-height: 16px;
}
.content-main a.pdf, .content-sub a.pdf {background-position: 0 -72px;}
.content-main a.txt, .content-sub a.txt {background-position: 0 -108px;}
.content-main a.xls, .content-sub a.xls {background-position: 0 -36px;}
.content-main a.ppt, .content-sub a.ppt {background-position: 0 -144px;}

/* Footer styles */
footer {
	clear: both;
	background: #3e5052;
	border-top: 4px solid #f3901d;
	color: #fff;
	font-family: "proxima-nova-1","proxima-nova-2", sans-serif;
	position: relative;
}
footer h3.orangebar {
	margin-bottom: 0;
	font-size: 14px;
}
footer img {
	display: block;
	width: 100%;
}
footer .vcard {
	font-size: 12px;
}
footer .vcard .org {
	font-size: 16px;
	line-height: 110%;
	margin-bottom: 5px;
}
footer .vcard .adr {
	line-height: 110%;
	font-weight: 200;
}
footer .map ul, footer .social ul, footer .employment ul {
	list-style-type: none;
}
footer .social li, footer .map li, footer  .employment li {
	margin-bottom: 15px;
}
footer .social a, footer .map a, footer .employment a {
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 40px;
	color: #fff;
}
footer li.map a {
	background: transparent url(../images/map.png) 0 0 no-repeat;
}
footer li.library a {
	background: transparent url(../images/library.png) 0 0 no-repeat;
}
footer li.facebook a {
	background: transparent url(../images/facebook.png) 0 0 no-repeat;
}
footer li.twitter a {
	background: transparent url(../images/twitter.png) 0 0 no-repeat;
}
footer li.employment a {
	background: transparent url(../images/employment.png) 0 0 no-repeat;
}
footer li.intranet a {
	background: transparent url(../images/intranet.png) 0 0 no-repeat;
}
footer .credit {
	clear: both;
}
footer a {
	color: #fff;
}
footer .credit a {
	color: #E3861A;
}

/**********************************************/
/* RESPONSIVENESS!!! */
/**********************************************/
/* for larger screens */
@media only screen and (min-width: 966px){
	html {
		background: #dddddb;
	}
	body {
		max-width: 970px;
		margin: 0 auto;
		background: #fff;
	}
	.pagewidth {
		width: 950px;
	}
	body>div.pagewidth>section.col1:first-child {
		background: #EEEDE8;
	}
	.col1, .col2 {
		float: left;
		width: 230px;
		margin-right: 10px;
	}
	.col2 {
		width: 470px;
	}
	.col1 .module:last-child, .col2 .module:last-child {
		margin-bottom: 0;
	}
/*	.module {
		-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.44);
	}*/
	.sitename a {
		padding: 130px 70px 15px 20px;
		background-position: 15px 130px;
	}
	nav.primary {
		min-height: 290px;
	}
	nav.primary>ul {
		padding: 40px 10px;
	}
	h3.orangebar, h3.tanbar {
		text-align: right;
		padding: 0 10px;
	}
	.ads .col1 {
		margin-bottom: 0;
	}
	footer .col1 {
		margin-bottom: 0;
	}
	.content-main {
		width: 450px;
	}
	.breadcrumbs {
		width: 700px;
	}
	.content-main.no-sidebar {
		width: 700px;
		margin-right: 0;
	}
	.category-modules .bio {
		width: 214px;
	}
	.category-modules .bio:nth-child(3n+1) {
		margin: 0;
		padding: 0;
		border: 0;
	}
	.content-sub {
		width: 230px;
		margin: 104px 0 0 10px;
		float: left;
	}
	.content-sub {
		font-size: 13px;
		font-size: 1.3rem;
	}
	.content-main table {
		width: 100%;
	}
	footer {
		padding-top: 40px;
	}
	footer h3.orangebar {
		text-align: left;
	}
	footer .vcard {
		padding: 0 40px 40px;
	}
	footer .postal-code {
		display: block;
	}
	footer .map, footer .social {
		width: 240px;
	}
	footer .map ul, footer .social ul, footer .employment ul {
		margin: 0 0 10px 10px;
		padding: 0 0; 
	}
	footer .credit {
		position: absolute;
		bottom: 10px;
		right: 20px;
		font: normal normal 12px/100% Arial, sans-serif;
	}
	
	.img-right {
		float: right;
		margin: 20px 0 10px 10px;
	}
	.img-left {
		float: left;
		margin: 20px 10px 10px 0;
	}
}
/* for medium screens */
@media only screen and (min-width: 756px) and (max-width: 965px){
	html {
		background: #dddddb;
	}
	body {
		max-width: 760px;
		margin: 0 auto;
		background: #fff;
	}
	.pagewidth {
		width: 740px;
	}
	.col1, .col2 {
		float: left;
		width: 240px;
		margin-right: 10px;
	}
	#content, .col2 {
		width: 490px;
		margin-right: 0;
	}
	.content-main {
		margin-left: 0;
	}
	.content-sub {
		float: right;
		width: 490px;
		border-top: 4px solid #D4D4C3;
	}
	.content-sub>ul {
		padding: 0;
	}
	.news.module {
		margin-right: 10px;
	}
	.news article:last-child {
		margin-bottom: 10px;
	}
	.content-sub .ad, .content-sub .student-life {
		float: left;
		margin: 0 10px 10px 0;
		width: 240px;
	}
	.content-sub .student-life {
		
	}
	#content .module {
		float: left;
		width: 240px;
	}
	.content-sub .ad img {
		width: 100%;
	}
	.content-sub .student-life {
		margin-right: 0;
	}
	.sitename a {
		padding: 130px 70px 20px 20px;
		background-position: 20px 130px;
	}
	nav.primary {
		min-height: 300px;
	}
	.feature {
		margin-bottom: 0;
	}
	.feature figure, .feature img,
	.feature .slide {
		width: 490px;
		height: 351px;
	}
	.news {
		margin-right: 0;
	}
	.quote, .news, .events {
		margin-bottom: 0;
	}
	.ads .col1, .ads .module {
		margin-bottom: 0;
	}
	.col2 .ads img {
		width: 240px;
	}
	footer .map {
		display: none;
	}
	footer .social {
		width: 260px;
	}
	footer .credit {
		position: absolute;
		bottom: 10px;
		right: 20px;
		font: normal normal 12px/100% Arial, sans-serif;
	}
	footer .credit a {
		color: #fdefc7;
	}
	.img-right {
		float: right;
		margin: 20px 0 10px 10px;
	}
	.img-left {
		float: left;
		margin: 20px 10px 10px 0;
	}
	
}
/* for small screens */
@media handheld, only screen and (max-width: 759px) {
	.col2 .col1 {
		float: left;
		width: 48.5%;
		margin-right: 3%;
	}
	.sitename {
		padding: 20px;
	}
	.feature figure, .feature img,
	.feature .slide {
		width: 100%;
		height: auto;
	}
	.feature figure,
	.feature .slide {
		display: none;
	}
	.feature figure:first-child,
	.feature .slide:first-child {
		display: block;
	}
	.sitename a {
		background-position: 0 0;
	}
	h3.module-title {
		margin-left: 10px;
	}
	.module.search {
		padding-top: 0;
		background-image: none;
	}
	.home .events article.event {
		background-position: 98% center;
	}
	.ads {
		display: none;
	}
	.module.apply {
		display: none;
	}
	.breadcrumbs {
		display: none;
	}
	nav.section h3 {
		margin-left: 10px;
	}
	footer .col1 {
		margin-bottom: 0;
	}
	.img-right img, .img-left img {
		width: 100%;
	}
	footer ul {
		padding: 0 0 0 10px;
	}
	footer .credit {
		padding: 0 10px 10px;
	}
}