/* Theme Package */
/* contains font family, default font sizes */

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

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

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

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

/* font family */
body {
	font-family: "Lucida Grande", "Lucida Sans", Arial;
}

.section_title, #page_title,  #website_title, #website_description, #header, #footer  {
	/*text-shadow: 0px 2px 1px #242424;
	filter: dropshadow(color=#242424, offx=0, offy=2);*/
}

h1, h2, h3, h4, h5, h6,
.section_title, #website_title, #footer,
#page_title {
	font-family: 'GothamNarrowLight';
	font-weight: normal;
}

#back_nav {
	font-size: .5em;
}

#nav_default {
	font-family: "GothamNarrowBook";
	font-size: 16px;
	letter-spacing: 1px;
}

#hp_left_panel h3 {
	font-family: "GothamNarrowBook";
	font-size: 120%;
}

#website_description, .website_address {
	font-family: 'AdobeCorporateIDMyriadSemibRg';
}
