@charset "UTF-8";

/* Global Content Formatting and Styles */

html, body {
    margin: 0;
    padding: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    background-color: #ffffff;
    color: black;
    color: rgb(96,0,0); /*less dark brown*/
    color: rgb(65,59,49); /*grey*/
    font-size: 14px;
    background: url(../img/stripe.png);

}

h1 {
	/*
	font-family: 'Tenor Sans', sans-serif; 
	font-family: 'Caudex', serif; */
	font-family: 'Playfair Display', Georgia, Times,"Times New Roman", serif;
	color: rgb(80,0,0)  ; /*dark brown*/
	color: rgb(96,0,0); /*less dark brown*/
	color: rgb(65,59,49); /*grey*/
	font-size: 3.9em;
	padding-left: 10px;
	text-align: center;
	margin-top: 25px;
	line-height: 68px;
}



h2 {
	color: rgb(96,0,0); /*less dark brown*/
	color: rgb(65,59,49); /*grey*/
	color: rgb(128,128,0); /*olive*/
	color: rgb(0,128,128); /*teal*/
	font-size: 1.8em;
	font-variant: small-caps;
	line-height: 2em;

}



h3 {
	color: rgb(96,0,0); /*less dark brown*/
	color: rgb(65,59,49); /*grey*/
	color: rgb(142,134,120); /*softer grey*/
	font-size: 1.2em;
	font-variant: small-caps;
	text-align: center;
}

.textAboutContactFormat {
	padding: 10px ;
	text-indent: 25px;
	line-height: 1.3em;
	letter-spacing: .04em;
}

#wrapper {
	position: relative;
	min-width: 950px; /*stabilizes all within no wrap efx, nix for rwd*/
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: #AD6F69; /* copper rose */
	color: rgb(80,0,0); /*dark brown*/
	color: rgb(65,59,49); /*grey*/
}

ul {
  list-style-type: none;
  padding: 0;  /*removes default indentation*/
  margin: 0;
}

#header {
	position: relative;
	float: left;
	width: 100%; /*rwd*/
	margin: 0 auto;
	background-color: #ffffff;
	/*
	/* sh inset
    -webkit-box-shadow: 0 1px 4px rgba(173,111,105,0.9), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow: 0 1px 4px rgba(173,111,105,0.9), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow: 0 0 40px rgba(160,140,99, 0.3) inset;
			/* color is w opacity 
	margin-bottom: 5px;	 /*use w inset sh*/	
}


#nav {
	position: relative;
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	background-color: rgba(69,24,6,0.9); /*choc brown*/
	background-color: rgb(65,59,49); /*grey*/
	/*border-bottom: 1px solid rgba(169,148,139); /*warm grey tan*/
	-webkit-box-shadow: 0 1px 4px rgba(169,148,139,0.9);
		-moz-box-shadow: 0 1px 4px rgba(169,148,139,0.9);
			box-shadow: 0 10px 16px rgba(169,148,139,0.4); /*warm tan gray w opacity */
	z-index: 2;
}


#nav a {
	list-style-type: none;
	color: #ffffff;
	/*font-variant: small-caps;*/
	text-align: center;
	font-size: 1em;
	background-color: rgba(69,24,6); /*choc brown*/
	background-color: rgb(65,59,49); /*grey*/
	padding: 18px 8px 25px 8px;
}

a {
	text-decoration: none;
	color: rgba(169,148,139,0.9); /*warm grey tan*/
	border-bottom: 1px dotted rgba(169,148,139,0.9); /*warm grey tan*/
}

a:hover {
	color: #592815; /*dark brown*/
	color: rgb(65,59,49); /*grey*/
	color: rgba(169,148,139,0.9); /*warm grey tan*/
	color: rgb(230,184,0); /*golden yellow*/
	background-color: #ffffff;
}

#nav a:hover {
	color: #592815; /*dark brown*/
	color: rgb(65,59,49); /*grey*/
	background-color: #ffffff;
	padding-top: 18px;
	padding-bottom: 25px;
}

#nav ul li {
	text-align: center;
	display: inline; /*style links row*/
}

#main { 	
	position: relative;
	float: left;
	height: 100%;
	left: 50%;
	color: rgba(169,148,139,0.9); /*warm grey tan*/
	color: rgb(142,134,120); /*softer grey*/
	background-color: #ffffff;
	letter-spacing: .05em ;
	line-height: 1.3em;
	
	/* o u t s i d e  s h a d o w   e f x */
	box-shadow: 10px 5px 35px -22px rgb(180,160,100), -10px 5px 30px -22px rgb(180,160,100);
	box-shadow: 10px 15px 35px -22px rgb(180,160,100), -10px 5px 30px -22px rgb(180,160,100);
		-moz-box-shadow: 10px 15px 35px -22px rgb(180,160,100), -10px 5px 30px -22px rgb(180,160,100);
			-webkit-box-shadow: 10px 15px 35px -22px rgb(180,160,100), -10px 5px 30px -22px rgb(180,160,100);
			/*color is warm grey tan w opacity */
	/*outside shadow is: box-shadow: 10px 5px 35px -22px #000000, -10px 5px 30px -22px #000000;*/
}

.goldHr {
	/*content: url(../img/goldHr.png);*/
	background-image: url(../img/goldHr.png);
	background-repeat: no-repeat;
	background-position: top;
	
	top: 35px;
	
	min-height: 100%;

	z-index: 200;

}

.hidden {
	display: none;
}

.contactEmail {
	text-decoration: none;
	color: rgba(169,148,139,0.9); /*warm grey tan*/
	color: rgb(230,184,0); /*golden yellow*/
	color: rgb(142,134,120); /*softer grey*/
	font-size: 1.2em;
}

.contactPhone {
	color: rgb(230,184,0); /*golden yellow*/
	color: rgb(142,134,120); /*softer grey*/
	font-size: 1.2em;

}

.aboutHighlight {
	color: rgb(142,134,120); /*softer grey*/
	color: rgb(230,184,0); /*golden yellow*/
	color: teal; /*teal*/
	font-style: italic;
}

.aboutHighlight2 {
	color: rgb(142,134,120); /*softer grey*/
	font-weight: bold;
}


.h3Left {
	text-align: left;
	color: rgb(96,0,0); /*less dark brown*/
	font-size: 1.2em;
	font-variant: small-caps;
}



#footer {
	position: relative; 
	position: fixed; /*works w bot*/
	bottom: 0;
	margin: auto;
	min-width: 100%;
	height: 20px;
	/*border-top: 1px solid rgb(96,0,0); /*less dark brown*/
	letter-spacing: 1.5px;
	text-align: center;
  	font-size: .8em;
  	padding-top: 5px;
	background-color: #ffffff;
	color: rgba(96,0,0,0.5); /*less dark brown, with opacity*/
	color: rgb(142,134,120); /*softer grey*/

}
	