/*
     Authors: 		Gregory Blain
     Project:		King’s Tile & Wood: (www.kingstile.com), an informative website to demonstrate tile and wood techniques to drive business.
     Client:		Russ King

     Document:		overrideTemp.css
     Updated:		4-17-2013
	 Version:		1.1.1
     Purpose:		Cascade Style Sheet styles to be used to override common elements on King's Tile website.
	 Copyright:		© 2013 By Russ King. All Rights Reserved.
*/

/*
	Colors Used:
	rgb(0, 0, 0) 		- Normal Font Text			- Black				Hex: #000000	
	rgb(137, 183, 217)	- Nav Bar Dropdowns			- Light Blue 		Hex: #89B7D9
	rgb(112, 85, 81)	- Hover Nav Bar Dropdowns	- Medium Brown		Hex: #705551
	rgb(247, 231, 186) 	- Main Content Area			- Light Tan			Hex: #F7E7BA 
	rgb(252, 247, 232)	- Social Share Background	- light Cream		Hex: #FCF7E8

	Fonts Used:
	Calibri, Arial, Helvetica, san-serif		- Body 
	Cambria, "Times New Roman", Times, serif	- Nav Bar, Headers & Table Headers
*/
	
	
	/* Override Styles */
div.navBarArea {
	width: 978px;
	}
	
div.constructCombinedArea {
	position: relative;
	width: 650px;
	height: 300px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	}
		
div.constructArea {
	position: relative;
	width: 95%;
	height: 275px;
	margin-top: 0.25em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.3em;
	overflow: auto;
	background-color: transparent;
	border-style: solid;
	border-width: 3px;
	border-color: rgb(112, 85, 81);
	}
	
div.constructCenter{				/* Temp for under construction images. */
	position: relative;
	width: 595px;
	height: 255px;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	}