/* THEME-NURSING.CSS */
/**
 * Theme file used for the School of Nursing
 */
@media screen,projection,print {
	/* page base: background color, same bg image as div#pagebody */
	body { background-color:#f2ead7; background-image:url(../res/images/themes/red/bg-body.gif); }
	/* border colors for headers */
	h1 { border-color:#f6d4a3; }
	h2 { border-color:#f6d4a3; }
	h3.divided { border-color:#f6d4a3; }
	/* in content h1 color f6d4a3 */
	body.school div#content h1 { color:#000; }
	/* default link colors */
	a:link,a:visited { color:#a00 !important; }
	a:focus,a:hover,a:active { color:#07d !important; }
	div#school-branding h1 a {color:#fff !important;	}
	/* background images */
	div#pagewrapper { background-image:url(../res/images/themes/red/bg-pagewrapper.jpg); }
	div#pagebody { background-image:url(../res/images/themes/red/bg-body.gif); }
	/* border color for footer items */
	div#footer-content { border-color:#f6d4a3; }
	/* border color on rail modules */
	div.module { border-color:#f6d4a3; }
	h4 { border-color:#f6d4a3; }
	div.module blockquote { color:#07d; }
	blockquote.callout {
		background-color:#fcf0df;
		border-bottom:4px solid #f6d4a3;
		border-top:4px solid #f6d4a3;
		background-image:url(../res/images/block-quotes.gif);
		background-repeat:no-repeat;
	}
	/* left navigation link color */
	ul#left-nav a { color:#a00; }
	/* left navigation 2nd level nav */
	ul#left-nav ul { background-color:#fcf0df; }
	/* border color for images with borders */
	img.bordered { border-color:#f6d4a3; }
	/* dividing line color between list items */
	ul.divided li { border-color:#f6d4a3; }
	/* tabbed content boxes */
	div.tabbed, div.tabbed2 { border-color:#f6d4a3; width:100%; }
	div.tabbed2 div.panes { clear:left; margin:0.5em;}
	div.tabbed ul.tabs, div.tabbed2 ul.tabs {display:block; width:100%; background-color:#f6d4a3 !important; }
	div.tabbed2 ul.tabs li {display:inline-block; float:none;}
	div.tabbed ul.tabs li a, div.tabbed2 ul.tabs li a { color:#fff !important;}
	div.tabbed ul.tabs li.ui-tabs-selected a, div.tabbed2 ul.tabs li.ui-tabs-selected a { color:#f6d4a3 !important; }
	div.tabbed div.links, div.tabbed2 div.links { border-color:#f6d4a3; }
	/* iphone school name header 
	body.iphone div#school-branding { background-color:#f6d4a3; }*/
	
	/* jquery tools slideshow */
	div.images {width:750px; height:175px; position:relative; float:left; background-color:#F2EAD7;}
	div.images {width: 740px !ie;}
	.images div {display:none;	position:absolute; width:725px;	top:0;	left:0;	margin:0;	padding:0 30px 0 0; height:175px; vertical-align:middle;}
	.static div {display:block !important;}
	/* tabs (those little circles below slides) */
	.slidetabs {clear:both;	margin-left:270px; height:30px; padding-top:10px;}
	/* single tab */
	.slidetabs a {width:8px;height:8px;float:left;margin:3px;background:url(../res/images/navigator.png) 0 0 no-repeat;display:block;font-size:1px;}
	/* mouseover state */
	.slidetabs a:hover {background-position:0 -8px;}
	/* active state (current page state) */
	.slidetabs a.current {background-position:0 -16px;} 	
	.images h3 {font-size:22px;	font-weight:normal;	 text-align:center; padding-top:1em;}
	
	
	/* jquery tools slideshow */
	div.imagesDeep {width:750px; height:300px; position:relative; float:left; background-color:#F2EAD7;}
	div.imagesDeep {width: 740px !ie;}
	.imagesDeep div {display:none;	position:absolute; width:725px;	top:0;	left:0;	margin:0;	padding:0 30px 0 0; height:250px; vertical-align:middle;}
	
	/*div.box4 { background-color:#F2EAD7;}
	div.box4 li {margin-bottom:1em;}
	div.box4 div.xref { padding: 5px 20px; }
	body.school div#content  div.box4 h1.redheading {background-color:#a00; color:#f2ead7; clear:both; padding:0.5em; font-size:12px; margin:0; float:none; width:auto;}
	
	div.photocap {float:left; background-color:#F2EAD7; padding:7px; text-align:center; width:162px; height:300px;}

	body.school div#content h1.redheading {background-color:#a00; color:#f2ead7; clear:both; padding:0.5em; font-size:16px; margin-top:1em; float:left; width:97%;}
	*/
	
}