/*----------------------------------------------------------------
															TYPOGRAPHY
----------------------------------------------------------------*/
body {
	font-size: 12px;
}

/*----------------------------------------------------------------
Menu Styles
----------------------------------------------------------------*/
/* Top-level link colors */
#menu a.primary {
	font: bold 16px "Helvetica";
	text-decoration: none;
	line-height: 1.25em;
}

/*----------------------------------------------------------------
Work
----------------------------------------------------------------*/
#work p,
#work h2,
#work h3,
#work h4 {
	text-align: left;
}

/*----------------------------------------------------------------
Ventures
----------------------------------------------------------------*/
#ventures h2 { 
	font: normal 14px "Helvetica", sans-serif; 
}

#ventures h3 { 
	font: 13px "Helvetica", sans-serif; 
}

#ventures p { 
	font: normal 12px  "Helvetica", sans-serif; 
	line-height: 1.4em;
	/* text-indent: 2em; */
	margin-top: .8em;
}

/*----------------------------------------------------------------
Home Section
----------------------------------------------------------------*/
#home { 
	font: normal 16px Garamond; 
	line-height: 1.4em;
	text-indent: 2em;
	margin-top: .8em;
}

#home p {
	text-indent: 0em;
}

/*----------------------------------------------------------------
Contact
----------------------------------------------------------------*/
#contact p {
	font: normal 16px Garamond; 
	line-height: 1.4em;
	margin-top: .8em;
}

#contact a { text-decoration: underline; }

.bitmap {
	text-transform: uppercase;
}

/*----------------------------------------------------------------
Case Study
----------------------------------------------------------------*/
#caseStudy { 
	font: normal 16px Garamond; 
	line-height: 1.4em;
}
#caseStudy h2 {
	width: 650px;
	float:left;
	font: normal 24px Garamond; 
	line-height: 1.4em;
	background-color: #7da10f;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
#caseStudy h3 {
	width: 100%;
	float:left;
	font: bold 18px Garamond;
	margin-bottom: 5px;
}
#caseStudy p {
	width: 100%;
	float:left;
	text-indent: 0em;
	margin-bottom: 10px;
}

/*----------------------------------------------------------------
Job Board
----------------------------------------------------------------*/
.jobBoard { 
	font: normal 16px Garamond; 
	line-height: 1.4em;
}
.jobBoard h2 {
	width: 650px;
	float:left;
	font: normal 24px Garamond; 
	line-height: 1.4em;
	background-color: #7da10f;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.jobBoard h3 {
	width: 100%;
	float:left;
	font: normal 18px Garamond;
	margin-bottom: 5px;
	color: #7da10f;
}
.jobBoard p {
	width: 100%;
	float:left;
	text-indent: 0em;
	margin-bottom: 10px;
}

/*----------------------------------------------------------------
Individual Pages
----------------------------------------------------------------*/
#pages { 
	font: normal 16px Garamond; 
	line-height: 1.4em;
}
#pages h2 {
	width: 650px;
	float:left;
	font: normal 24px Garamond; 
	line-height: 1.4em;
	background-color: #7da10f;
	padding-left: 10px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	color: #fff;
}
#pages h3 {
	width: 100%;
	float:left;
	font: bold 18px Garamond;
	margin-bottom: 5px;
	color: #7da10f;
}
#pages p {
	width: 100%;
	float:left;
	text-indent: 0em;
	margin-bottom: 10px;
	color: #fff;
}


/*----------------------------------------------------------------
Errors
----------------------------------------------------------------*/
#error h1{
	font: bold 24px Garamond; 
	line-height: 1.4em;
	margin-top: .8em;
}
#error p {
	font: normal 14px Garamond;
	text-indent: 0em;
}
