/*@import url(/css2/fonts/opensans/stylesheet.css);*/
/*@import url(/css2/fonts/crimson/stylesheet.css);*/

html body {
	/*font-family: 'OpenSans', Helvetica Neue, Arial, Tahoma,Verdana,sans-serif;*/
}

a { outline: none; }

.ui-body-d .ui-link {
	color: #134466;
}

	 .ui-body-d #mainmenu .ui-link {
		color: #fff !important;
	}

.ui-content {
	background-image: url(/css2/images/white_drop_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -60px;
}

#siteheader {
	background-image: url(/css2/images/mob_head_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
	min-width: 320px;
}

	#siteheader a.logo {
		width: 165px;
		height: 56px;
		display: block;
		margin-left: 7px
	}
	
		#siteheader a.logo img {
			position: absolute;
			top: 14px;
			left: 11px;
		}
	
	#siteheader a.title {
		display: block;
		margin-left: 12px;
		color: #fff;
		line-height: 56px;
		text-decoration: none;
		font-size: 20px;
	}
	
	a.headsearchwrap {
		background-color: transparent;
	}
	
	#siteheader a.headsearch {
		margin: 11px 17px;
		float: right;
		color: #fff;
		text-decoration: none;
	}
	
		#siteheader .ui-mini .ui-btn-inner { 
			line-height: 13px; 
		}
	
	.headersearchbox {
		padding: 0px 15px 3px 15px;
	}
	
	
	
	
.ui-header, .ui-title, .ui-footer{ 
	margin-right: 0 !important;
	margin-left: 0 !important;
}

	#dialog .ui-header {
		margin-right: auto !important;
		margin-left: auto !important;
	}



/* wpm search page */

.search_wrap .searchbox fieldset {
	margin: 15px;
}




.mobilesiteheader a.ui-link {
	text-decoration: none;
	color: #333;
	font-weight: normal;
}

	*html body .mobilesiteheader a:visited {
		color: #333 !important;
	}

.mobilesiteheader {
	background-color: #134466;
	position: relative;
}

	.mobilesiteheader h2 {
		min-height: 31px;
	}

	/* menu button on class */
	#body_wrap .menuclosed { background-color: #134466; }
	html #body_wrap .menuopen { background-color: #151515; }

.mobilesiteheader a#mainmenu {
	display: block;
	float: left;
	padding: 10px;
	/*background-color: #134466;*/
	background-color: transparent;
	background-image: url(/css2/css/icmobile/images/mobile_menu_icon.png);
	background-repeat: no-repeat;
	background-position: 24px 9px;
	padding-top: 25px;
	font-size: 80%;
	width: 45px;
	min-height: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	border: 0;
	color: #fff;
	text-decoration: none;
}

html body .mobilesiteheader h2 {
	font-family: Georgia, Times, Palatino, serif;
	background-color: #C2D3DC;
	padding: 15px;
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 0 65px;
	border-bottom: 1px #B8C1C9 solid;
	line-height: 100%;
}

	html body #home_body_wrap .mobilesiteheader h2 {
		font-size: 225%;
	}
	
	html body .mobilesiteheader h2 a.ui-link:visited {
		color: #333;
	}
	
	html body .mobilesiteheader .lead {
		font-size: 60%;
	}


.breadcrumbs {
	background-color: #295e83;
	font-size: 80%;
	padding: 11px 15px;
	text-shadow: none;
	color: #999;
	font-weight: normal;
	border-bottom: 1px solid #00355a;
}

	.breadcrumbs a.ui-link {
		font-weight: normal;
		color: #fff !important;
		text-decoration: none;
	}

.mobile_mainimg_wrap {
	float: right;
	margin: 0 0 15px 15px;
}

	.mobile_mainimg_wrap .image_link {
		font-size: 11px;
		padding: 3px 6px;
		background-color: #ccc;
		margin-top: -5px;
	}

* #content {
	padding: 15px 15px 30px 15px;
	/*font-family: 'OpenSans', Helvetica Neue, Arial, Tahoma,Verdana,sans-serif;*/
}

#content img.mainimg {
	float: right;
	margin: 0 0 15px 15px;
}

#content h1 {
	margin-top: 0;
	font-size: 145%;
	line-height: 120%;
	letter-spacing: -1px;
}

#content h2 {
	margin-top: 0;
	font-size: 115%;
	line-height: 100%;
}

#content p {
	margin: 0 0 15px 0;
	font-size: 90%;
}

#content li {
	font-size: 90%;
}

#content ul.list_bold li {
	font-size: 100%;
	margin-bottom: 10px;
}

#content_wrap {
	position: relative;
}

.mobilemenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: rgba(0,0,0,.9);
	color: #fff;
	padding: 25px;
}

	.mobilemenu ul { 
		list-style-type: none;
		padding-left: 0;
		text-indent: 0;
		margin: 0 20px 0 0;
	}
	
		.mobilemenu ul ul {
			margin-left: 30px;
			font-size: 90%;
		}
	
	.mobilemenu li {
		margin: 0;
		padding: 0 0 7px 0;
		text-indent: 0;
		
	}
	
		.mobilemenu li a {
			padding: 8px 0;
			border-bottom: 1px solid rgba(255,255,255,.1);
			display: block;
		}
		
		

	.mobilemenu a.ui-link, 
	.mobilemenu .ui-body-d a.ui-link:active, 
	* .mobilemenu .ui-body-d a.ui-link:visited {
		color: #fff !important;
		text-decoration: none;
		text-shadow: none;
	}



#content_wrap #col_right {
	margin-bottom: 50px;
	margin-top: 0;
}

ul.sidebar {
	margin: 15px;
}

.sidebar_caption {
	padding: 10px;
	font-size: 75%;
	background-color: #eee;
}





/* Bottom Nav menu */

    .ui-navbar li .ui-btn .ui-btn-inner {
        padding-right: .4em;
        padding-left: .4em;
    }
    .ui-mini .ui-btn-inner {
        font-size: 11px;
    }
    .ui-footer .ui-btn-inner {
        font-size: 11px;
    }


#footer { margin-top: 0px; }

#footer_address {
	font-size: 70%;
	text-align: center;
	padding: 8px;
}

#prefooter .footerwho {
	
}

#prefooter .contactinfo {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	text-align: left;
}

#copyright {
	margin: 15px 15px 30px 15px;
	font-size: 70%;
	text-align: center;
}

#prefooter {
	padding: 20px;
	border-top: 1px solid #ccc;
	background-color: #eee;
	text-align: center;
	font-size: 65%;
	line-height: 140%;
}

p.footer { text-align: center; }





.backb {
	float: left;
}

h1.back {
	margin: 5px 0 10px 120px;
	line-height: 49px;
}




#home_ann a {
	text-decoration: none;
}

#home_ann {
	font-size: 90%;
	font-weight: normal;
}	


/* SIDEBAR */

.sidebar_item {
	font-weight: normal;
	margin: 0px -15px 0px -15px;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	background-image: url(/css2/images/white_drop_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -166px;
	font-size: 90%;
}

.sidebar_item img {
	float: left;
	margin: 0 10px 10px 0;
}

	.sidebar_callout img {
		float: none;
	}

.sidebar_item small {
	display: block;
	padding: 3px 0 10px 0;
	margin-top: -10px;
}

.sidebar_item:last-child {
	border-bottom: 0;
}

div.hasthumb {
	margin-left: 70px;
}

div.hasicon {
	margin-left: 40px;
}

.sidebar_item .clear {
	clear: left;
}

.sidebar_item h5, .sidebar_item h5, .sidebar_item .ui_link {
	font-weight: normal;
	margin-top: 0;
	font-size: 13px;
}

.sidebar_item h4 {
	margin-top: 0;
	font-size: 14px;
}

.sidebar_item h6 {
	margin-top: 20px;
	font-size: 12px;
}

.sidebar_thumb {
	float: left;
}

.faqsearchbox {
	margin-top: 25px;
}

.faqsearchbox input {
	margin-bottom: -8px;
}

.sidebar_item h6 {
	float: right;
}

.sidebar_item ul li {
	margin-bottom: 8px;
}

.calendar_date, .calendar_item {
	margin-left: 6px;
}

.ui-li-desc, .sidebar_item .ui-li-heading {
	white-space: normal;
}

.sidebar_item p.ui-li-desc {
	margin: 0 0 12px 0;
}





/* CONTENT COLLECTIONS */

img#stream_image {
	float: right;
	margin: 0 0 10px 20px;
}

#tab_nav { display: none; }

#tab_panes { 
	margin-top: 20px;
}

#tab_panes .ui-collapsible-content {
	padding: 25px;
}

.feature_stream_wrap td.image img {
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#tab_panes td.name {
	/* padding-left: 15px; */
}

#tab_panes td.name p.title {
	margin: 15px 0 -10px 0;
} 

	/* the cc item page */
	div.feature_stream_page #stream_description,
	div.feature_stream_page #tabs_back 
	{ display: none; }
	
	#fs_item_wrap td.name  {
		vertical-align: bottom;
		padding-left: 15px;
		padding-top: 20px;
		font-size: 110%;
		font-weight: bold;
	}
	
	#fs_item_wrap td.description {
		vertical-align: top;
		padding-left: 15px;
	}
	
	#content #fs_item_wrap #cmscontent h2 {
		font-size: 17px;
		line-height: 20px;
	}
	
#content table { 
	border-collapse: collapse;
	border: 1px solid #ccc;
}

	#content table td
	{
		vertical-align: top;
		padding: 5px;
		font-size: 85%;
		border-width: 0px 1px 1px 0px;
		border-color: #CCC;
		border-style: solid;
	}
	
	
	
/* get rid of weird backgrounds showing up */
div#content_wrap {
	background-image: none;
}

#content #fs_item_wrap h2.cc_item_name {
	font-size: 26px;
}
	
.mobile_backlink .ui-btn-inner {
	white-space: normal;
	font-size: 13px;
}
	
#feature_stream_body_wrap #section { display: none; }


.fs_item_nav {
	margin-bottom: 20px;
	text-align: center;
}

.fs_item_nav .ui-btn-inner {
	white-space: normal;
	font-size: 13px;
}

	
	
/* FAQs */
.faq_search_bar {
	padding: 20px;
	background-color: #eee;
	border-width: 1px 0 1px 0;
	border-color: #ccc;
	border-style: solid;
	margin: 0px -15px 15px -15px;
}
#content .faq_search_bar p {
	margin: 10px 0 0px 0;
}

.faqs_wrap h1 a {
	text-decoration: none;
}


/* tables in content collections */
#content table#item_list, #content table#item_list td, #content table#item_header, #content table#item_header td {
	border: 0;
}

#content table#item_header {
	margin-bottom: 15px;
}

#content .cc_item_image img {
	width: 100px;
	height: auto;
}

#content table#item_header td.name {
	padding-top: 0;
}

#content table#item_list p.title {
	font-size: 14px;
	margin: 10px 0 5px 0;
}

/* content collection step nav for non-tab collections */
#fs_navigation p#fs_navigation_back { display: none; }
#fs_navigation_prev { float: left; }
#fs_navigation_next { float: right; }
/*#fs_item_wrap { clear: both; } */

.feature_stream_item a img {
	display: block;
	float: left;
	margin-right: 10px;
}

.feature_stream_item {
	clear: left;
	padding-top: 10px;
}

#content .feature_stream_item p {
	margin-top: 15px;
}


/* the badge for special pages but mobile */

.mobilebadge { margin-top: -15px; }

/* and the menu home page on school site / fancy pages */
.bodymenu #mininav { display: none; }


/* NEWS */

/*
.news_item_wrap img.thumb {
	float: right;
	margin: 25px 0 15px 20px;
}

#content .news_item_wrap p.postdate {
	margin: 0 0 8px 0;
}

#content .news_item_wrap .posttitle h2 {
	margin: 0 0 10px 0;
}

body .news_item_wrap a {
	text-decoration: none;
}

.news_item_wrap .postbody, .news_item_wrap .readmore {
	display: none;
}

.mobile_news_nav {
	margin-bottom: 15px;
	font-size: 13px;
}

	#newsnavlinks {
		margin-bottom: 15px;
		font-size: 13px;
	}
	
	#newsnavlinks .next {
		float: right;
	}
	
	#newsnavlinks .back {
		display: none;
	}
	
	
*/

body .news_item .ui-li-heading {
	white-space: normal;
}

body .news_item h4 {
	font-size: 14px;
}

	body #content .news_item p {
		font-size: 11px;
	}
	
	#content #news_story_wrap img {
		max-width: 130px;
		height: auto;
	}


/* for the CC-driven schedule view */

#schedule_wrap .ui-btn-inner {
	white-space: normal;
} 

#schedule_wrap h2 {
	margin-top: 25px;
}

#schedule_wrap h3 {
	font-size: 14px;
}

.schedule_header {
	margin-bottom: 25px;
}


/* for those images that show inline for user support documentation and the like */

.img_left, .img_right, .img_center {
	width: 95%;
	margin: 0 0 15px 0;
}


/* documents module */

#content .docs_wrap table, #content .docs_wrap table td {
	border: 0;
}

.wpmgallery_img {
	width: 290px;
	/*height: 290px;*/
}

.wpmgallery_img img {
	width: 290px;
	height: auto;
}

#wpmgallery .wpmgallery_thumb_wrap {
	margin: 0 5px 10px 5px;
	float: left;
}


.sidebar_more {
	display: block;
	font-size: 12px;
	line-height: 13px;
	padding: 8px 8px 8px 30px;
	background-color: #eee;
	border: 1px solid #ddd;
	margin-top: 5px;
	background-image: url(/css2/css/icmobile/images/additional_info.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
}


/* image zoom */

.mobile_mainimg_wrap {
	position: relative;
}

span.img_zoom {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	z-index: 3;
	background-image: url(/css2/css/icmobile/images/zoom_plus.png);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	border: 1px solid #ccc;
}



/* blogs */

.blogs_wrap .imgblock { 
	float: left;
}

.blogs_wrap .imggallery {
	margin-bottom: 20px;
}

.blogs_wrap .imggallery h2 {
	margin: 0 0 8px 0;
}

.blogs_wrap .viewgall { display: none; }

.blogs_wrap .clearme { clear: left; }

#content #blogheader table, #content #blogheader td {
	border: 0;
}

.blogs_wrap .blogtitle h1 {
	margin: 0 0 8px 0;
}

*  body .blogs_wrap .blogtitle span {
	top: 72px !important;
}

#blogheader {
	margin: 0 0 20px 0;
}

#content li.blog_story_list p.ui-li-desc {
	font-size: 12px;
}

body li.blog_story_list .ui-li-heading {
	white-space: normal;
}

.blogfooter { 
	margin-top: 30px;
}

.blogfooter h4, .blogfooter ul {
	margin: 0 0 5px 0;
}

#content .blogs_wrap p.postdetails {
	font-size: 12px;
	color: #666;
	margin: 0 20px 10px 20px;
}


/* comments for news and blogs */

#comments_display h4 { margin: 0 0 15px 0; }

#comments_display .comment_byline {
	font-size: 12px;
}

#comments_display .comment_body .ui-li-desc {
	font-size: 13px;
}


/* internships database */

.internship_db_wrap h3 {
	margin: 0 0 10px 0;
}

#content .internship_db_wrap .ui-li-desc {
	font-size: 12px;
}


/* admission apply page */

.apply_reactivate {
	margin-top: 30px;
}

	.apply_reactivate strong {
		display: block;
		font-size: 16px;
	}
	
	.apply_reactivate a {
		text-decoration: none;
		font-weight: normal;
	}
	
	.applysteps .ui-btn-text {
		white-space: normal;
	}
	
	
	
	
	
/* admission visit cc */

p#tabs_back { display: none; }

.visit_cc_wrap td.image img { display: none; }

/* blog roll */

#htmlProfile13928 #aggregator_header, #htmlProfile13928 p.rss, #htmlProfile13928 #aggregator_items_featured, #htmlProfile13928 #aggregator_featured_sep, #htmlProfile13928 .aggregator_item { display: none; }


/* events cal pages in schools and such */
#calendarwrapper #cal_options { display: none; }

#calendarwrapper h3.cal_sectiondate {
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#calendarwrapper .cal_eventwrapper {
	margin-left: 25px;
}

#calendarwrapper .cal_eventwrapper h3 {
	margin: 0 0 7px 0;
}

#calendarwrapper .cal_details {
	font-size: 12px;
	border: 1px solid #ddd;
	padding: 3px 6px;
	margin-bottom: 10px;
}

#calendarwrapper .cal_desc {
	margin: 0 0 8px 0;
	font-size: 13px;
}


/* Financial Aid */

.finaid_policies .ui-btn-inner {
	white-space: normal;
}

.finaid_policies .ui-collapsible-heading {
	font-size: 14px;
}



/* for the person header on faculty and staff pages */

.personheader #faculty_header {
	border-bottom: 1px #ccc solid;
	margin-bottom: 20px;
}

.personheader .faculty_img {
	float: right;
	margin: 0 0 10px 20px;
}
.personheader .faculty_img img {
	width: 100px;
	height: auto;
}
#home_body_wrap .personheader .faculty_img img {
	width: 120px;
	height: auto;
}


/* this is the logout link in the breadcrumb area */

#logoutlink {
    color: #eee;
    float: right;
}

/* borrowed from blueprint for success and error messages */
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}




/* catch all to use places that need content hidden without php conditionals */
.mobilehide { display: none; }



/* this will replace the images with high res versions for retina display */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5) {

	.mobilesiteheader a#mainmenu {
		background-image: url(/css2/css/icmobile/images/mobile_menu_icon2x.png);
		background-size: 16px 16px;
	}
	
	span.img_zoom {
		background-image: url(/css2/css/icmobile/images/zoom_plus2x.png);
		background-size: 12px 12px;
	}
	
	.sidebar_more {
		background-image: url(/css2/css/icmobile/images/additional_info2x.png);
		background-size: 16px 16px;
	}


}




