/*----------------------------------------------------------------
																COLOR
----------------------------------------------------------------*/
body {
	background-color: #0C0B0B;
	background-image: url('/public/images/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;	
}


/*----------------------------------------------------------------
Menu Styles
----------------------------------------------------------------*/
.content {
	/* background-color: #0C0B0B; */
	background-image: url('/public/images/trumpet-nav-bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* Top-level link colors */
#menu a.primary:link,
#menu a.primary:visited { color: white; }
#menu a.primary:hover,
#menu a.primary:visited:hover { color: #ccc; }

/* Current section headline color */
#menu a.current_section:link, 
#menu a.current_section:hover, 
#menu a.current_section:visited,
#menu a.current_section:visited:hover { color: #7da10f; }

/* Second level menu */
#menu ul {
	margin-bottom: 1em;
	margin-top: .25em;
}

#menu li { 
	margin-bottom: .25em; 
	text-indent: 1em;
}

#menu li a {
	font: 11px "Helvetica";
	text-decoration: none;
}

#menu li a:link,
#menu li a:visited { color: white; }
#menu li a:hover,
#menu li a:visited:hover { color: #ccc; }

/* Current entry headline color */
#menu a.current_entry:link, 
#menu a.current_entry:hover, 
#menu a.current_entry:visited,
#menu a.current_entry:visited:hover { color: #7da10f; }



/*----------------------------------------------------------------
Work Section
----------------------------------------------------------------*/
#work { 
	color: #fdfdfc; 
}

#work td { 
	background-image: url('/public/images/work/background.png'); 
}

#work .artifact { 
	color: white; 
}

#work h2 { 
	font-size: 32px;
	font-weight: normal; 
	padding-bottom: .8em; 
}

#work p { 
	font-size: 16px;
	font-weight: normal; 
	line-height: 1.25em;
	text-indent: 2em;
	/* padding-bottom: 1.25em; */
}

#work h3, 
#work h4 { 
	font: 8px "Helvetica"; 
}

#work hr { 
	border: 0; 
	height: 1px; 
	background-color: #fdfdfc; 
	margin: 1em 0 0 0; 
	padding: 0; 
}

#work a { font: 8px; "Helvetica"; text-decoration: none; }
#work a:link { color: white; }
#work a:hover { color: #ccc; }
#work a:visited { color: white; }


/*----------------------------------------------------------------
Ventures
----------------------------------------------------------------*/
#ventures { 
	color: #fdfdfc; 
}

/*----------------------------------------------------------------
Home
----------------------------------------------------------------*/
#home {
	color: #fdfdfc; 
}
#home a.social:link, 
#home a.social:visited { color: #7da10f; text-decoration:none;}
#home a.social:hover, 
#home a.social:visited:hover { color: #ccc; text-decoration:none;}

/*----------------------------------------------------------------
Contact
----------------------------------------------------------------*/
#contact { color: #fdfdfc; }
#contact a { color: #7da10f; }

/*----------------------------------------------------------------
Case Studies
----------------------------------------------------------------*/
#caseStudy .type1 {
	color: #fdfdfc;
}
#caseStudy .type2 {
	color: #ff0000;
}
#caseStudy #work .artifact {
	background-image: url('/public/images/work/background.png'); 
}
#caseStudy { color: #fdfdfc; }
#caseStudy a:link,
#caseStudy a:visited {
	color: #7da10f;
	text-decoration: none;
}
#caseStudy a:hover,
#caseStudy a:visited:hover {
	color: #ccc;
	text-decoration: none;
}

/*----------------------------------------------------------------
Errors
----------------------------------------------------------------*/
#error {
	color: #fdfdfc;
}

