/* @override 
	http://www.tedph.com/ndxz-studio/site/tedphNew/style.css
	http://www.tedph.com/design/ndxz-studio/site/tedDesign/style.css
*/

/**
* CSS
* 
* @version 1.0.1
* @author Vaska - Modified by Ted
* @author Gregory Cadar
* @author Edited by Ed Nacional (www.ednacional.com)
* @author Modified by Ted Levine

*/
* {
	margin: 0;
	padding: 0;
}

/* LINKS */
	a:link { 
	text-decoration: none;
	color: #4d4d4d;
	}
	
	a:active { 
	text-decoration: none;
	}
	a:visited { 
	text-decoration: none;
	color: #4d4d4d;
	}
	a:hover { 
 	text-decoration: underline;
	color: #390660;
	}
	a img { 
	border: none; 
	}
.top-section a:hover, .subline a:hover {
	color: #000;
	text-decoration: none;
	}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	
	
.top-section {
	padding: 0;
	margin: 0;
}
.top-section p {
	margin: 0;
}
/* MENU */
	#menu {
		position: fixed;
		width: 200px;
		overflow: auto;
		top: 0;
		left: 0;
		font: 11px "Lucida Grande", Trebuchet;
		margin: 0;

} 
#menu2 {
	border-right: 1px solid #eee;
	background-color: #f1f1f1;
	padding: 40px 0;
	position: fixed;
	height: 100%;
	width: 200px;
	top: 107px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;

}
	#menu ul {
		list-style: none;
		margin: 0 0 30px 0;
		padding-right: 25px;
		padding-left: 15px;
	font-size: 10px;
}

#menu ul li {
	margin-top: 0px;
	margin-bottom: 4px;
	padding: 2px 0 2px 10px;
}
#menu ul li.active {
	background-color: #f7f7f7;
	border: 1px solid #f4f4f9;
	border-right: 2px solid #f4f4f9;
	border-left: 2px solid #f4f4f9;
	padding: 1px 0 1px 8px;
}
	#menu ul li a {
	color: #707070;
}
	/* The following sets the style for the section heading */
	#menu ul li.section-title {
		font-size: 12px;
		padding: 0;
		color: #595959;
		font-weight: bold;
}
		
		#menu ul.built {
			margin-bottom: 0;
		}
	
		#menu ul.built li {
			padding-top: 5px;
			color: #ddd;
			font-size: 9px;
}
		#menu ul.built a {
			color: #d8d8d8;
		}
		
		#menu ul.built a:hover {
			color: #e5e5e5;
	text-decoration: none;
}
		
		#copy {
			font-size: 9px;
			color: #bbbbbb;
			margin-top: 5px;
			padding-top: 10px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
		}


/* CONTENT AREA */

	#content {
		height: 100%;
		width: 620px;
		margin: 109px 0 0 200px;
	    top: 0;
		padding: 0 5px 25px 40px;
	}

	.container {
		margin-bottom: 25px;
}
	#content p {
	width: 610px;
	margin: 0 0 30px 0;
	padding: 5px;
	color: #4d4d4d;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 0.7em;
	background-color: #eee;
	border:1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content strong {
	width: 620px;
	margin: 0;
	padding: 5px;
	color: #4d4d4d;
	line-height: 1.6em;
	letter-spacing: 1px;
	font-size: 0.7em;
	background-color: #eee;
	border:1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


	#content img {
	text-align: center;
}
	#content p a {
	border-bottom: 1px dotted #b1b1b1;
}
	#content p a:hover {
	border-bottom: 1px dotted #b1b1b1;
	text-decoration: none;
	color: #000;
}
	p { 
	margin: 0 0 9px 0;
	}

/* HEADINGS */
	
	h1 { 
		font-size: 32px;
		padding-bottom: 15px;
	}
	
	h2 { 
	font: bold 2em "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #0d0d0d;
	text-align: center;
	letter-spacing: 0;
}
	
.subline { 
	color: #939393;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-left: 4px;
	font: 10px Helvetica, Arial, "Lucida Grande";
}	

	h3 { 
		font-size: 16px;
		color: #0006FF;
	}
	
	h4 { 
		font-size: 12px; 
		color: #0006FF;
	}

/* IMAGES */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	.pics * {
	margin: 0 auto;
}
	
	#img-container p	{ 
		width: 620px; 
		margin: 0; 
		padding: 0 0 12px 0;
		text-align: center;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		border: none;
	}
	
	#once { clear: left; }
	
	
/* SLIDE SHOW - Navigation */

	p.nav a {
		padding: 2px;
		font-size: 10px;
	color: #a7a7a7;
}
	
	p.nav a:hover {
		text-decoration: none;
		color: #808080;
	}
	
	p.nav span#num {
		letter-spacing: 1px;
		padding-left: 10px;
		font-size: 9px;
		color: #a5a5a5;
	}
	
	
/* Resume Styling */
#resume h3 {
	clear: both;
	font-size:12pt;
	color:#4d4d4d;
	text-transform:uppercase;
	letter-spacing:1.5pt;
}
#resume #section {
	margin-top: 10px;
	padding-bottom: 40px;
}
#resume #section div {
	float:left;
	margin: 0 0 40px 30px;
	color: #656565;
	font-size: 12px;
	letter-spacing: 1px;
	line-height:1.25em;
}

#resume .spacer {
	float:left;
	margin-top: 1px;
	color: #999;
	font: 12px Helvetica, "Helvetica Neue", Arial, sans-serif;
}
#resume strong, #resume p, #resume p *{
	width: auto;
	clear:both;
	margin: auto;
	padding: auto;
	padding-right:20px;
	color: #656565;
	line-height: inherit;
	letter-spacing: 0;
	font-size: inherit;
	background: none !important;
	border:none;
}
