/* =global elements
-------------------------------------------------------*/
html { font-size: 13px; text-align: center; } 
body { font: normal 13px/14px Arial, Helvetica, sans-serif; text-align: left; } 
a { text-decoration: none; } 
a:hover { text-decoration: none; } 
body p { font-size: 13px; line-height: 14px; margin: 0 0 20px; color:#666; } 

em { font-style: normal; font-weight: bold; } 
address { font-style: normal; } 
strong { font-weight: bold; } 
ol, ul { list-style: none; } 
button { font-size: 1.2em; overflow: visible; cursor: pointer; } 
input, textarea { font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; } 

hr { display: block; height: 0px; margin: 15px 20px; line-height: 0; background-color: #333; color: #333; border: 1px solid #333; border-bottom: 0; } 

/* =headings */
h2, h3, h4, h5, h6 { font-weight: normal; } 

/* =think-tank guest-contacts - fix for bold in snippets */
div.guest-contacts-detail strong, strong li { font-weight: normal;}


/* =Fonts
-------------------------------------------------------*/
/* =Stainless */
@font-face {
    font-family: 'StainlessRegular';
    src: url('../../fonts/stainless-regular-webfont.eot');
    src: url('../../fonts/stainless-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/stainless-regular-webfont.woff') format('woff'),
         url('../../fonts/stainless-regular-webfont.ttf') format('truetype'),
         url('../../fonts/stainless-regular-webfont.svg#StainlessRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

