/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*begin custom styles*/


/* Webfont: Bodoni-Bold */@font-face {
    font-family: 'Bodoni';
    src: url('/fonts/Bodoni-Bold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Bodoni-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/fonts/Bodoni-Bold.woff') format('woff'), /* Modern Browsers */
         url('/fonts/Bodoni-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/fonts/Bodoni-Bold.svg#Bodoni-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
}


/* Webfont: Bodoni-Book */@font-face {
    font-family: 'Bodoni';
    src: url('Bodoni-Book.eot'); /* IE9 Compat Modes */
    src: url('Bodoni-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Bodoni-Book.woff') format('woff'), /* Modern Browsers */
         url('Bodoni-Book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('Bodoni-Book.svg#Bodoni-Book') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: BodoniRecutSSi-Bold2 */@font-face {
    font-family: 'BodoniRecutSSi3';
    src: url('BodoniRecutSSi-Bold2.eot'); /* IE9 Compat Modes */
    src: url('BodoniRecutSSi-Bold2.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('BodoniRecutSSi-Bold2.woff') format('woff'), /* Modern Browsers */
         url('BodoniRecutSSi-Bold2.ttf') format('truetype'), /* Safari, Android, iOS */
         url('BodoniRecutSSi-Bold2.svg#BodoniRecutSSi-Bold2') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'bodoniteitelbmregular',Georgia,Times,;
    src: url('bodoniteitelbm-webfont.eot');
    src: url('bodoniteitelbm-webfont.eot?#iefix') format('embedded-opentype'),
         url('bodoniteitelbm-webfont.woff2') format('woff2'),
         url('bodoniteitelbm-webfont.woff') format('woff'),
         url('bodoniteitelbm-webfont.ttf') format('truetype'),
         url('bodoniteitelbm-webfont.svg#bodoniteitelbmregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.no_show{display:none;}
.fontnav{font-family: "HelveticaNeueLTStdCn", Georgia;}
.fonttietelbaum{font-family: "Bodoni", Georgia; }


body {
	font: 16px/1.4em 'PT Sans', sans-serif;
	color: #1c1c1c;
	background:#110D00;
	background-color:#fff;
}

p {
	margin: 3% 0 0 0;
	line-height:1.5;
}

ul {
	list-style: disc;
	padding: 0 0 0 0px;
}

a {
	color: #1D745A;
	color: #000;
}

h1 {
	font-family: "Bodoni", Georgia;
	font-family: "BodoniRecutSSi3", Georgia;
	font-size:150%;
	font-weight:700;
	margin:2% 0;
}

h2 {
	font-family: "Bodoni", Georgia;
	font-family: "BodoniRecutSSi3", Georgia;
	font-size:125%;
	font-weight:700;
	margin:2% 0;
}



.displayinline {
	display:inline-block;
	line-height:1;
	margin: 0 0;
}

.big {
	font-weight:700;
	font-family: "Bodoni", Georgia;
	font-size:150%;
	margin:4% .5% 0 0;
}

	
.pdflink a[href$=".pdf"]:before {
	padding: 1px 10px 5px ;
	margin: 5px 0px 13px 0px;
	content: "";
	background: url(/images/PDFIcon_sm.gif) no-repeat;
	background-color:white;
	}
	
.pdflinkafter a[href$=".pdf"]:after {
	padding: 1px 10px 5px ;
	margin: 5px 0px 13px 0px;
	content: "";
	background: url(/images/PDFIcon_sm.gif) no-repeat;
	background-color:white;
	}

/*layout*/

.livearea {
}
.container {
		margin:0 auto;
		width:100%;
		background-color:#fff;
		}
			
.content {
	position: relative;
	width: 740px;
	margin: auto;
	padding-right: 1em;
	padding-left: 1em;
	padding-top:1em;
	padding-bottom: 2em;
	margin-top: 0;
	margin-bottom: 0;
	background-color:#fff;
}



/*header*/


header {
	/* background: #1c1c1c; */
	/* padding: 15px 20px; */
	width:100%;
	margin:0 auto;
}

		/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
		header:before,
		header:after {
		    content:"";
		    display:table;
		}
		
		header:after {
		    clear:both;
		}
		
		/* For IE 6/7 (trigger hasLayout) */
		/* header {
		    zoom:1;
		} */

#headercontainer {
		margin:0 auto;
		background-color:#6599A4;
		}
		
#header {
		background-color:#6599A4;
		width:100%;
		margin: 0 auto;
		background-image: url('/images/layout/Teitelbaum_mast_768x340.jpg');
		background-repeat: no-repeat;
		min-height:340px;
		background-color: #000;
		width:768px;
		}
		
.logo {
	background-image: url('/images/layout/Teitelbaum_mast_768x340.jpg');
	background-repeat: no-repeat;
	min-height:340px;
	background-color: #000;
	width:768px;
	}
	
		
		
h1.logo a {
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	float: left;
	letter-spacing: 0.2em;
	margin:0 0 0 0;
}



a.to_nav {
	float: right;
	color: #fff;
	color: #fff;
	background: #4e4e4e;
	text-decoration: none;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	padding-top:6px;
	height: 28px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}


a.to_nav:hover,
a.to_nav:focus {
	color: #1c1c1c;
	color: #000;
	background: #ccc;
}
	
/*navigation*/	



		
			a.to_nav {
				display: none;
			}
			
			a.to_show {
				display:block;
			}
			
			#primary_nav {
				position: absolute;
				top: 5px;
				right: 10px;
				background: none;
			}
			
			#primary_nav li {
				/* display: inline; */
			}
			
		
			#primary_nav li.top {
				display: none;
			}
			

			#primary_nav ul {
				list-style: none;
				/* background: #1c1c1c; */
				padding: 5px 0;
				padding: 0px 0;
			}

			#primary_nav li a {
				display: block;
				padding: 0 20px;
				color: #fff;
				color: #000;
				text-decoration: none;
				font-weight: bold;
				text-transform: uppercase;
			/* 	letter-spacing: 0.1em;
				letter-spacing: 0.1em;
			 */	line-height: 3em;
				height: 3em;
				border-bottom: 1px solid #383838;
				padding: 0 10px;
				}

			#primary_nav li:last-child a {
				border-bottom: none;
			}

			#primary_nav li a:hover,
			#primary_nav li a:focus {
				color: #1c1c1c;
				color: #fff;
				background: #ccc;
			}

/*footer*/

footer {
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

#footer {
		width: 100%;
		font-family: "Bodoni", Georgia;
		font-family: 'bodoniteitelbmregular',Georgia,Times,;
		}

.footer {
padding: 2% 0 1% 0;
background-color:#F7EABE;
text-align:center;
font-size:95%;
line-height:150%;
margin-top:0;
}
.footerbold{font-weight:700;font-size:1.35em;}


/*media queries*/

		@media only screen and (max-width: 320px) {
		

.logo {
		background-image: url('/images/layout/Teitelbaum_mast_320x142.jpg');
		background-repeat: no-repeat;
		min-height:142px;
		font-family: "Bodoni", Georgia;
		margin: 0 0 0 0;
		margin:0 auto;
		}
.content {
		margin:0 auto;
		width:290px;
		padding-right: 1em;
		padding-left: 1em;
}	
}


	