
@charset utf-8;


@font-face {
    font-family: 'NeuzeitSLTStdBookRegular';
    src: url('neuzeitsltstd-book-webfont.eot');
    src: url('neuzeitsltstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('neuzeitsltstd-book-webfont.woff') format('woff'),
         url('neuzeitsltstd-book-webfont.ttf') format('truetype'),
         url('neuzeitsltstd-book-webfont.svg#NeuzeitSLTStdBookRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}
/*
@font-face {
    font-family: 'TeenRegular';
    src: url('teen-webfont.eot');
    src: url('teen-webfont.eot?#iefix') format('embedded-opentype'),
         url('teen-webfont.woff') format('woff'),
         url('teen-webfont.ttf') format('truetype'),
         url('teen-webfont.svg#TeenRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeenBold';
    src: url('teen_bold-webfont.eot');
    src: url('teen_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('teen_bold-webfont.woff') format('woff'),
         url('teen_bold-webfont.ttf') format('truetype'),
         url('teen_bold-webfont.svg#TeenBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
/*
	general styles
 */

/* Vid BG */
/*
#video {
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden;
	z-index: 0;
}
*/

/******************************** select high lighting ****
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

input,
textarea { 
	border: 1px #aaa solid;
	padding: 5px;
	outline: none;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border: 1px #444 solid;
}
input:focus,
textarea:focus {
	box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
	-moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,.2);
}
textarea {
	min-height: 150px;
	width: 100%;
}

*/
