/*
Typographic Styles for JTA Template
Author: Bruce Hiles, Designwise
Date: December 2014
*/

body {
  	font-family: "museo-sans", serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: normal;
}
p, ul, ol {
	font-weight: 500;
	font-style: normal;
}
strong, a {
	font-weight: 700;
	font-style: normal;
}
#text_wrapper p strong {
	color: rgb(255, 255, 255);
}

/* nav sizes */

#primary_nav ul li a, #util_nav ul li a {
  font-size: 1.1em;
  letter-spacing: 0.2em;
}
#sub_nav ul li a {
  font-size: 1.1em;
}
#aerials_link ul li a {
  font-size: 1.1em;
}
#aerials_link ul {
  text-align: right;
}
/*#text_wrapper div.breadcrumbs ul.breadcrumb li span {
  font-family: 'museo-sans', sans-serif; 
  font-size: 0.7em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
#text_wrapper div.breadcrumbs ul.breadcrumb li a {
  font-family: 'museo-sans', sans-serif; 
  font-size: 0.7em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}*/

/* text styles for home page */

#description h2 {
	font-size: 1.4em;
	line-height: 32px;
	font-weight: 700;
	color: rgb(255,185,115);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 0 180px 0 24px;
}
#description p {
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1.7em;
	color: rgb(255,255,255);
	padding: 10px 0 0 24px;
}
div.fbox h3 {
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.8em;
	padding: 0 20px 8px 24px;
	color: rgb(255,255,255);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}
div.fbox p {
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.8em;
	padding: 0 20px 8px 23px;
	color: rgb(255,255,255);
}
#address p {
	font-size: 1.0em;
	font-weight: 700;
	color: rgb(147, 174, 174);
	letter-spacing: 0.1em;
}
#address p strong {
	color: rgb(255, 255, 255);
}
#copyright p {
    font-size: 1.1em;
  	padding-top: 16px;
    color: rgb(77, 115, 115);
}

/* text styles for secondary page */

#main_content_sec h2 {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 700;
	padding: 0 100px 16px 0;
  	color: rgb(147, 174, 174);
	/*color: rgb(240,240,240);*/
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#main_content_sec h3 {
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 700;
  padding: 0 100px 8px 0;
  color: rgb(255,185,115);
}
#main_content_sec p {
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 0 100px 8px 0;
  color: rgb(240,240,240);
}
#main_content_sec p.right {
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 40px 100px 8px 24px;
  color: rgb(240,240,240);
}
#main_content_sec p.right + p.right {
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 0 100px 8px 24px;
  color: rgb(240,240,240);
}

/* styles for project pages */

#projects-nc ul.menu li, #projects-reno ul.menu li {
  font-size: 1.2em;
  line-height: 2.2em;
  margin-left: 30px;
}

#left_column h2 {
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: 700;
	padding: 0 24px 16px 0;
  	color: rgb(147, 174, 174);
	/*color: rgb(240,240,240);*/
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
#left_column h3 {
  font-size: 1.2em;
  line-height: 1.8em;
  font-weight: 700;
  padding: 0 24px 8px 0;
  color: rgb(255,185,115);
}
#left_column p {
  font-size: 1.2em;
  line-height: 1.8em;
  padding: 0 24px 8px 0;
  color: rgb(240,240,240);
}

/* styles for design philosophy pages */

.dp_section_label h4 {
	font-size: 1.2em;
	padding: 6px 0;
	margin: 0;
  	color: rgb(255,185,115)
}

.rokbox-caption {
	font-size: 18px !important;
}