/*
     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:		kingsTileStyles.css
     Updated:		4-16-2013
	 Version:		1.1.8
     Purpose:		Cascade Style Sheet styles to be used for all 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
*/
	

	
	/* Main Styles */
body {
	font-family: Calibri, Arial, Helvetica, san-serif;
	color: rgb(0, 0, 0);
	font-size: 100%;
	background-color: rgb(0,0,0);
	background-image: url(../images/stoneBackground.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	margin:0px;
	}
	
	/* To be added to body later:
		scrollbar-base-color: rgb(0, 0, 0)
		scrollbar-arrow-color: rgb(0, 0, 0);
		scrollbar-highlight-color: rgb(0, 0, 0);
		scrollbar-shadow-color: rgb(0, 0, 0);
		scrollbar-track-color: rgb(0, 0, 0);
	*/
	
h2 {
	font-family: Cambria, "Times New Roman", Times, serif;
	color: rgb(0,0,0);
	font-size: 130%;
	font-weight: 700;
	text-align: left;
	margin-top: 0px;
	margin-left: 0.85em;
	margin-bottom: 0px;
	}

p.normal {
	text-align: left;
	font-size: 110%;
	margin-left: 0.4em;
	margin-right: 0.4em;
	}

p.copyright {
	position: relative;
	width: 275px;
	height: 17px;
	margin-top: -18px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	font-family: Cambria, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 75%
	}
	
	/* Div Tags */
div.logoPosition {
	position: relative;
	width: 396px;
	height: 100px;
	margin-top: .25em;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: 0px;
	border-style: none;
	}

div.combinedArea {
	position: relative;
	width: 90%;
	height: 660px;
	margin-top: 0.4em;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-color: transparent;
	}
	
div.navBarColor {
	position: relative;
	width: 99.25%;
	height: 49px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	background-color: rgb(137, 183, 217);
	border-style: solid;
	border-width: 4px;
	border-color: rgb(247, 231, 186);
	-webkit-border-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-radius: 20px;
	}

div.navBarArea {
	position: relative;
	width: 815px;
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	background-color: transparent;
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: 800;
	text-align: center;
	}
	
div.contentArea {
	position: relative;
	width: 99.25%;
	height: 595px; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	overflow: auto;
	background-color: rgb(247, 231, 186);
	border-style: solid;
	border-width: 4px;
	border-color: rgb(247, 231, 186);
	-webkit-border-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-radius: 20px;
	}
	
	/* Specific Page Div Styles */ /*May move to new CSS later. */
div.statementCombinedArea {
	position: relative;
	width: 35%;
	height: 350px;
	margin-top: 5px;
	margin-left: 1.5em;
	margin-right: auto;
	background-color: transparent;
	}
		
div.statementArea {
	position: relative;
	width: 95%;
	height: 300px;
	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.contactCombinedArea {
	position: relative;
	width: 20%;
	height: 200px;
	margin-top: -350px;
	margin-left: auto;
	margin-right: 2em;
	background-color: transparent;
	}
		
div.contactArea{
	position: relative;
	width: 95%;
	height: 145px;
	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);
	}
	
	/* Styles for Facebook & Twitter */		
div.pictureShare {
	position: relative;
	width: 450px;
	height: 575px;
	margin-top: -75%;
	margin-left: 58%;
	}

div.shareCombined {
	position: relative;
	width: 425px;
	height: 260px;
	margin-top: -200px;
	margin-left: 40%;
	margin-right: auto;
	background-color: transparent;
	}
	
div.shareUs {
	position: relative;
	margin-top: 0.25em;
	margin-left: auto;
	margin-right: auto;
	padding: .1em;
	overflow: auto;
	background-color: rgb(252, 247, 232);
	}
	
div.socialSpacing {
	position: relative;
	width: 95%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	}
	
div.redirectionCombinedArea {
	position: relative;
	width: 35%;
	height: 190px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	}
		
div.redirectionArea {
	position: relative;
	width: 95%;
	height: 125px;
	margin-top: 0.5em;
	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);
	font-weight: 600;
	}
	
div.redirectionCopyright {
	position: relative;
	width: 300px;
	height: 20px;
	margin-top: 347px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	font-size: 90%;
	text-align: center;
	}
	
	/* Specific Page Tag Styles */
table {
	table-layout: auto;
	border-spacing: .25em;
	margin-top: 0.5em;
	margin-left: auto;
	margin-right: auto;
	}
	
td 	{
	vertical-align: top;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}
	
td.tableText {
	font-family: Cambria, "Times New Roman", Times, serif;
	font-size: 105%;
	font-weight: 600;
	}

td.rightAlign {
	text-align: right;
	font-size: 105%;
	font-weight: 800;
	}
	

	/* Image Tags */
#logoImage {
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	}
	
	/* Navigation Tags */
#current {
	background: rgb(112, 85, 81);
	color: rgb(137, 183, 217);
	}

	/* Anchor Tags */
a:link {
	color: rgb(137, 183, 217);
	text-decoration: none;
	}

a:visited {
	color: rgb(137, 183, 217);
	text-decoration: none;
	}
	
a:hover  {
	color: rgb(112, 85, 81);
	text-decoration: none;
	}

a:active  {
	color: rgb(112, 85, 81);
	text-decoration: none;
	}