/* URI Letterhead Print Stylesheet
 *
 * +++++++++++++++++++++++++++++
 *
 * Slight variation in the default print stylesheet, specifically to provide a letterhead feel. 'Think Big' wordmark and reflection can be found across the top. This is all accomplished with hidden divs in the default design that are only displayed when printing.
 *
 * +++++++++++++++++++++++++++++
 *
 * */

body {
	background:#ffffff;
	color:#000000;
	margin:1em 1em 1em 2em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px !important;
	line-height: 16px;
}
a:link, a:visited {
	color: #123e64;
	background: transparent;
	font-weight: bold;
	text-decoration: underline
}
a img {
	border: 0px;
}
img {
	border: 0px;
}
/* Avoid page breaks */



h1, h2, h3, h4, h5, h6 {
	page-break-after:avoid;
	page-break-inside:avoid;
}
img {
	page-break-inside:avoid;
	page-break-after:avoid;
}
blockquote, table, pre {
	page-break-inside:avoid;
}
ul, ol, dl {
	page-break-before:avoid;
}
/* Turn things off */

#panel, #navsun,.center, #uricontactbutton, #wpadminbar, #site-logo, #global-menu, #global-menu-wrapper, #nav, #toplogo-bar .quick, #toplogo-bar .sf, #printtag, #toplogo-bar .logo, #header, #topdept-bar .social-widget, #sidebar, #sidebar-alt, #header-slider, footer, .slide-wrap, .shortcode .slider, .slides {
	display: none;
}
/* Display following contents */

#toplogo-bar {
	display: block;
	border-bottom: 1px solid #888;
	background-color: white;
	height: 75px;
	clear: both;
	margin: 0;
	padding-bottom: 0px;
}
.pagewidth {
	width: auto;
}
.logoprint {
	width: 50%;
	float: left;
	text-align: left;
	
}
.lhwm {
	width: 50%;
	float: right;
	text-align: right;
	
}
#riseal {
	display: block;
	text-align: right;
}

#toplogo-bar .logoprint {
        display: block;
}
#toplogo-bar .lhwm {
        display: block;
}

#topdept-bar {
	height: auto;
	background-color: #fff;
	padding: 0
}

#topdept-bar #site-title, #topdept-bar #site-title a {
	font-size: 24px;
	color: #D0A627;
	margin: 20px 0 0 0;
	padding: 0
}
#topdept-bar #tagline {
	font-size: 16px;
	color: black;
}
.dept_announcement {
	background-color: #FFFBCC;
	margin: 0 !important;
	padding: 0 !important;
}
.breadcrumbs, .taxonomy-title-box, .author-title-box {
	background: none repeat scroll 0 0 #F2F2F2;
	margin-right: 0;
	padding: 4px 10px;
	border-color: #E8E8E8;
	border-style: solid;
	border-width: 1px 0;
	color: #111111;
	font-family: Arial, sans-serif;
	font-size: 10px;
}
img.alignleft {
	display: inline;
	margin: 0 10px 10px 0 !important;
	float: left;
}
#contentwrap #content {
	margin: 0;
}

/* sidebar1 (sidebar right) */
#contentwrap {
        width: auto;
        float: left;
}


.sidebar1 #contentwrap{
        padding-left: 10px;
		width: auto;
}



.sidebar-left #contentwrap{
        width: auto;
                float: left;
}

/* sidebar 2 (sidebar double) */

.sidebar2 #contentwrap{
        width: auto;
        float: left;
        padding-right: 10px;
}



/* sidebar2 (content-middle) */
.sidebar2 #content{
        width: auto;
        float: left;
}

#footer {
	background-color: #fff;
	border-top: 5px solid #e2bc22;
	padding-top: 5px;
	color: #555;
	display: block;
	width: auto;
}
#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	color: #222;
	font-size: 1em;
	font-weight: bold;
}
#footer img {
	display: none;
}
#footer .right {
	display: none;
}
#footer .left {
	width: auto;
	display: block;
}
.wmtop p {
	font-size: 10px;
}
#body .wmtop img {
	display:none;
}


#topdept-bar #deptsec {
	
    margin-left: 0px;
    
}

