@charset "utf-8";
@import url("../webfonts/Brandon_reg/stylesheet.css");

/* CSS Document */

#glowShadow { -webkit-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
-moz-box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75);
box-shadow: 0px 0px 15px 5px rgba(255, 255, 190, .75); 
}
html {
  height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: #9b9c9c;
	line-height: 1.8em;
	height: 100%;
}

a img { border: none; }
h1 {
	font-size: 3em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #5A5B5C;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.navFrame p , .navFrame li{
	/* [disabled]font-variant: small-caps; */
	letter-spacing: 0.2em;
	font-family: "Brandon reg", Arial, sans-serif;
}

a, a:visited, a:active {
	color: #1d2624;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#currentPage {
	color: #fa6f03;
}


#container {
	width: 1198px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
nav {
	margin: 0px;
	padding: 0px;
}
.readMore {
	font-size: 0.9em;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
article {
	width: 1198px;
	margin-right: auto;
	margin-left: auto;
}


footer {
	width: 1148px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
	background-color: #FFF;
	font-size: 0.7em;
	bottom: 0px;
	/* [disabled]padding-top: 150px; */
	padding-bottom: 7px;
}
footer a {
	font-size: 1.1em;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-right: 16px;
	margin-left: 16px;
}

.quote, .quoted{
	font-family: "Brandon reg", Arial, sans-serif;
	font-size: 1.3em;
}
.content p em {
	font-size: 1em;
	font-weight: 300;
}
.pressTitle {
	font-size: 1.2em;
}
.redarrow {
	list-style-type: none;
}
.copper {
	color: #C60;
}
.linkedin {
	text-align: center;
}
.linkedin a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,119,181,1.00) 0%,rgba(0,119,181,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,119,181,1.00) 0%,rgba(0,119,181,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,119,181,1.00) 0%,rgba(0,119,181,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,119,181,1.00) 0%,rgba(0,119,181,1.00) 100%);
	border-radius: 8px;
}
.linkedin a:hover {
	text-decoration: none;
	color: #000000;
}
