/* styles for design 5
colors set in separate css file
*/

body {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
	/*background-image: see specific color stylesheet */
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	background-image: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
}

#main {
	max-width: 1046px;
	margin: auto;
	padding: 0;
}

a:link, 
a:visited, 
a:hover, 
a:active  {
	text-decoration: none;
}

/* these only display on LTE 480px viewports */
#center-col .social-media .menu-icon,
#horizontal-bar-mobi {
	display: none;
}

#right-col { /* for layout - possible future content? */
	max-width: 22.5%;
	float: right;
}

#left-col {
	width:  22.5%; 
	float: left;
	height: auto;
	background: none;
}

	#horizontal-bar {
		clear: both;
		position: relative;
		width: 94%;
		height: auto;
		padding: .1em .5em;
		margin: 12.813em 0 0 0;
	}

	#horizontal-bar h3 {
		font-size: .95em;
		font-weight: normal;
		float: left;
		margin-bottom: 0.313em;	
		font-family: Helvetica, Arial, sans-serif;
		letter-spacing: .025em;
	}
	
	#horizontal-bar p {
		clear: both;
		font-size: 0.8em;
		line-height: 1.5em;
		text-align: left;
		padding: 0;
	}
	
	#horizontal-bar img {
		float: left;
		padding: 0.625em 0.625em 0.625em 0;	
		max-width: 6.250em;
		max-height: 6.250em;
	}
	
	#horizontal-bar a, 
	#horizontal-bar a:visited {
		text-decoration: underline;
		font-style: italic;
	}

#center-col {
	width: 576px; 
	display: inline-block;
	height: 100%;
	-webkit-box-shadow: 0.500em 0.750em 0.188em rgba(0,0,0,0.3);
	-moz-box-shadow: 0.500em 0.750em 0.188em rgba(0,0,0,0.3);
	box-shadow: 0.500em 0.750em 0.188em rgba(0,0,0,0.3); 
}

	header {
		/*height: auto;*/
		max-width: 100%;
		margin: 6% 0 0 0;
		padding: 1.4em 0 0 0;
		font-family: Helvetica, Arial, sans-serif;
		text-align: center;
	}
	
		header h1 {
			font-size: 2.3em;
			font-weight: normal;
			font-family: Helvetica, Arial, sans-serif;
			letter-spacing: .02em;
			text-transform: uppercase;
			margin: 0;
			padding-right: 0;
		}
		
		header h3 {
			font-size: 100%; /*1em;*/
			font-weight: normal;
			text-align: center;
			margin: 0.313em 0;
			padding: 0;
		}

	#center-col .social-media {
		width: 60%;
		margin: 0 20% 0 20%;
		list-style-type: none;
		padding: 0;
	}
	
		#center-col .social-media li {
			display: inline;
			float: left;
			margin: 0;
			padding: 0;
		}
		
		#center-col .social-media a {
			display: block;
			width: 3.375em;
		}

#center-col #center-left-col {
	clear: both;
	/*position: relative;*/ /* needed so fixed nav stays where it belongs within this element */
	width: 33%;
	float: left;
	padding: 0 0;
}

nav {
	/*position: fixed;*/
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 2.5em 0 0 0;
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	letter-spacing: .05em;
}

	nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	nav ul li {
		float: right;
		clear: both;
	}
	
	nav ul a {
		display: block;
		float: right;
		padding: 0 0 0.938em 0;
		text-decoration: none;	
	}
	
	nav a:link, 
	nav a:visited, 
	nav a:hover, 
	nav a:active {
		text-decoration: none;	
	}
	
	nav a:active {
		font-weight: bold;
	}

#center-right-col {
	width: 58%;
	float: left;
	padding: 0 0 0 1.250em;
	margin: 0 0 1.250em 0.313em;
}

	#center-right-col h2 {
		font-size: 1.5em;
		letter-spacing: .04em;
		font-weight: bold;
		margin-top: 1.10em;
		margin-bottom: .7em;
	}
	
	#center-right-col p,
	#center-right-col table,
	#center-right-col ul,
	#center-right-col ol,
	#center-right-col label,
	#center-right-col input,
	#center-right-col textarea,
	#center-right-col select {
		font-size: .675em;
		letter-spacing: 0.03em;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 1.4em;
	}

footer {
	clear: both;
	margin-top: 3em;
	margin-bottom: 2em;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: .86em;
	text-align: center;
	letter-spacing: 0.094em;
}

	footer #logo img {
		align: center;
		padding: .5em 0 .5em 0;
		border-top: 0.125em solid;
	}
	
	footer h4 {
		font-size: 0.54em;
		font-weight: normal;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	
	footer p {
		font-size: 0.54em;
	}

	footer p + p{
		margin: 0 0 3em 0;
	}

.no-wrap {
	text-wrap: none;
}

@media (min-width:640px) and (max-width:899px){
	.social-menu {
		clear: both;
	}
	
	#center-col #horizontal-bar-mobi {
		padding: .5em 1em;
		font-size: .75em;
		line-height: 1.5em;
	}
}

@media (max-width: 800px) {
	#left-col {
		display: none;
	}

	#center-col {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#center-col #horizontal-bar-mobi {
		display: block;
		clear: both;
		width: 90%;
		height: auto;
		padding: .1em .5em;
		margin: 1em 1em 0 1em;
	}

	header {
		margin: 0;
	}
}
