﻿
/*my additions DCRI default */
/* NOTE ON BANNER POSITIONING:   */
/* Four changes make the nav sit horizontal below banner with title inline of content space*/
/* 1. >>>>>set padding of banner space to allow room for image also pushes the nav and title down */
/* 2. >>>>>float the siteIcon in a layer with absolute positioning over the banner image */
/* removes space on the left side pushing the nav to left edge of browser */
/* 3. >>>>> set a margin left on title to mimic the margin already applied to the content box */
/* 4. >>>>>> add some padding in content box to make room for the title */ 
/* the only draw back is that a really really really long title may wrap and overlap the content space */

/* SUITE BAR */

	/*change color of word sharepoint in upper left */
		div.ms-core-brandingText {color:#354389;}

	/*change top suite bar color to light gray */
		div#suiteBarLeft {background-color:#ccc;}

/* BANNER */


/* POSITIONING item 1>>>> */
		/* make room in banner for image height by padding */
		/* also pushes the site global nav and title down */
			
		div#s4-titlerow {padding-top:73px; height:15px;}
		
		/* banner image */
		
		#s4-titlerow {background:#fff url(images/banner.png) no-repeat top left; }
		
		/* Search */
		
		#DeltaPlaceHolderSearchArea {position:absolute; top:30px; right:12px;}
		
		/*hide default logo and set padding on link */
		
		a#ctl00_onetidProjectPropertyTitleGraphic.ms-siteicon-a {padding:25px 200px 25px 0px;}
		
		.ms-siteicon-img {display:none;}
		
/* POSITIONING item 2>>>> */
		/*position site icon over banner for enabling home navigation button */
		
		#siteIcon {
		position:absolute; 
		z-index:1;
		top:12px; 
		left:10px; 
		text-align:left;}
		
		.ms-siteicon-img {max-width:337px;height:37px;}
		

/* TOP NAVIGATION */

	/* nav content spacing and color */
		div.ms-breadcrumb-top {background-color:#1a3065; padding:8px 28px; }
		.ms-breadcrumb-box a.static.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode,
		.ms-breadcrumb-box a.static.selected.menu-item.ms-core-listMenu-item.ms-displayInline.ms-core-listMenu-selected.ms-navedit-linkNode, 
		.ms-breadcrumb-box a.static.menu-item.ms-core-listMenu-item.ms-displayInline.ms-navedit-linkNode {color:#fff;}
		
	/* positioning of title and nav box*/
		#titleAreaBox {margin:0px -1px 0px -1px;padding-top:12px;}
		div.ms-breadcrumb-box.ms-tableCell.ms-verticalAlignTop {padding-left:4px;}
		
	/*turn off table defining elements in navigation to fix chrome browser issue re- nav width */
		#titleAreaBox.ms-table, #titleAreaRow.ms-tableRow, #siteIcon.ms-tableCell, .ms-breadcrumb-box.ms-tableCell {display:block;}
	
	/* position icon to lighter version of pencil */	
		.ms-navedit-editLinksIcon {top:-101px;}
		 
/* PAGE TITLE */ 

/* POSITIONING item 3>>>> */
		/* move title off edge to match #contentBox */
		
		h1#pageTitle.ms-core-pageTitle {margin-top:12px;margin-left:220px;} 

		/* set font size on title smaller */
		.ms-core-pageTitle {font-size:2.3em;}
		
/* CONTENT SPACE */

/* POSITIONING item 4>>>> */
		/* increase margin left 5px from default of 220px */
		
		#contentBox {padding-top:65px;margin-left:225px;} 


/* QUICK LAUNCH AREA */

		
	/*create a color band behind left quick launch */
		#s4-workspace {background: #fff url(images/background.jpg) repeat-y top left;}
		
	/* adjust top starting of quicklaunch content */
		#sideNavBox {padding-top:25px;}


		
/* DIALOG BOX CORRECTIONS */

	
		/* fix margins and padding */
		.ms-dialog #contentBox {margin-left:0px;padding-top:0px;}
	
		/*remove background image from dialogs */
		.ms-dialog #s4-workspace {background-image: none;}
		
		/*full screen mode hide left nav space image */
		.ms-fullscreenmode #s4-workspace {background-image:none;}
		
	/*Sharepoint elements text color change to be readable against dark banner */
	
		/* .ms-storefront-appiconspan, .ms-tileview-tile-content  {background-color:#00569e;} */
		/*#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv*/
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv input[type=password], 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv input[type=text], 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv input[type=file], 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv select, 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv textarea, 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv .sp-peoplepicker-topLevel, 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv .sp-peoplepicker-topLevelDisabled, 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv .sp-peoplepicker-autoFillContainer, 
		#ctl00_PlaceHolderSearchArea_SmallSearchInputBox1_csr_sboxdiv .ms-inputBox {color:#000;}
		
		/*set color on EDIT links button */
		.ms-navedit-editLinksText > span > .ms-metadata, .ms-core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core-listMenu-item 
		{color:#7ca5f2;}
		
		
		




