@charset "UTF-8";

/* Layout Large Screens */

body { margin: 0px; padding: 0px; }

nav {
	width: 100%;
	display: block;
	position: absolute;
	background-color: #E7D8AC;
	border-top: 2px solid #4377B5;
	border-bottom: 2px solid #4377B5;
}

#ur_search { position: absolute; top: 10px; right: 0; }

#topbanner a { width: 600px; height: 125px; }

#ur-logo a { top: 70px; right: 0; width: 260px; height: 70px; }

article { width: 59%; }
article.full-width { width: 96% }

aside { width: 30%; }
aside.sidebar h3 { font-size: 1.2em; margin: 1em 0 .5em 0; }
aside.sidebar p { font-size: 12px; }

nav { top: 150px; }
nav a { margin: 6px 0px 6px 30px; }

blockquote {
    background-image: url(/college/wcms/assets/img/left-quote.png);
    background-position: 0 0.5em;
    background-repeat: no-repeat;
    border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
    margin: 0;
    padding: 10px 10px 10px 45px;
}