/* @override http://www.kaufmanarts.com/ndxz-studio/site/jkaufman/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @Remix by Ted Levine
*/

@font-face {
    font-family: 'Gotham-Light';
    src: url('font-1/gotham-light.eot');
    src: url('font-1/gotham-light.eot?#iefix') format('embedded-opentype'),
         url('font-1/gotham-light.woff') format('woff'),
         url('font-1/gotham-light.ttf') format('truetype'),
         url('font-1/gotham-light.svg#gotham-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('font-2/gotham-medium.eot');
    src: url('font-2/gotham-medium.eot?#iefix') format('embedded-opentype'),
         url('font-2/gotham-medium.woff') format('woff'),
         url('font-2/gotham-medium.ttf') format('truetype'),
         url('font-2/gotham-medium.svg#gotham-medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}


* {
	margin: 0;
	padding: 0;
}

html { 
	margin: 30px 0 30px 0;
}

body {
	font-size: 13px;
/*	font-family: "Lucida Grande", "Lucida Sans Unicode", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; */
	font-family: Gotham-Light, "Helvetica Neue", Helvetica, Arial, Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Verdana, sans-serif;
	background: #fff;
}


body.section-1, body.section-2, body.section-3 {
	width:980px;
	margin: 40px auto 0 auto;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000;}
a:hover { color: #676767;}

a img { border: none; }
p { margin: 0 0 9px 0; }
h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }


a#logo h1 {
	font-size: 19px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
	margin-bottom: 32px;
	display: block;
	text-align: left;
	font-weight:normal;
}


#menu {
	float: left;
    width: 233px;
    text-align: right;
}

#menu ul.section {
	list-style: none;
	margin: 3px 0 0 0;
	padding-bottom: 25px;
	font-size: 14px;
	text-transform: capitalize;
}

#menu ul li {
	margin-bottom: 12px;
}
#menu ul li a {
	font-weight: normal;
	color: #000;
}

#menu ul li span.section_title, #menu ul li span.section_title a {
	font-family: Gotham-Medium;
	margin: 12px 0;
	text-transform: uppercase;
	display:block;
	/* font-weight: bold; */
 }

#sitecredit {
	position: fixed;
	bottom: 0;
	left: 0;
    width: 25px;
    overflow: hidden;
	opacity: 0.8;
	-webkit-transition: opacity 0.25s ease-in; /*safari and chrome */
	-o-transition: opacity 0.25s ease-in; /* opera */
    -moz-transition: opacity 0.25s ease-in-out; /* firefox futureproof*/
}
#sitecredit:hover {
	opacity: 1;
	width: 79px;
}


#content {
    width: 670px;
    margin-left: 320px;
    min-height: 100px;
}

#content p { 
	margin-bottom: 12px;
	line-height:2.3em;
	} 

#content a, #content strong {
	font-family: Gotham-Medium, Gotham-Light, "Helvetica Neue", Helvetica, Arial, Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Verdana, sans-serif; 
	text-rendering: optimizelegibility;
	font-weight: normal;
	color: #5a5a5a;

}

#content a:hover { 
	color: #808080;
}
#img-container	{ margin: 0; padding: 0px 0 0 0; }
#img-container p	{ /*width: 5px;*/ margin: 0; padding: 0 0 12px 0; }
#img-container img { max-width: 670px; max-height: 550px;}

#slideshow .captioning, #slideshow .captioning p {
    clear: both;
    margin-top: 1.4em;
    line-height: 0;
}

#once { clear: left; }

span.nothumb img { margin-bottom: 30px; }

/* p.nav > * { color: #4d4d4d; font-size: 14px; font-weight: bold;}
p.nav {
	float: left;
	position: relative;
	display: block;
	top: -3px;
	left: -30px;
	z-index: 100;
}
p.nav #num { display: none; } */

/* Fix Slideshow showing images out of orig aspect ratio*/
#img-container img {
    width: auto !important;
    height: auto !important;
}


/* Mailing List */
#mailing-list label{
	font-weight: bold;
	line-height: 2em;
}
#mailing-list #tdkhll-tdkhll {
	width: 13em;;
}

#mailing-list input {
	padding: 1px;
}
#mailing-list #subscribe-button {
	background-color: white;
	border: 1px solid #dfdfdf;
	padding: 4px;
}

#mailing-list #subscribe-button:hover {
	background-color: #f7f7f7;
	cursor: pointer;
}