/*================================================== TYPOGRAPHY STYLES */
/*
    CSS Document for a muse design
    Build: Daina Price on behalf of a muse design - 09/01/2010
*/

body
{
    font-family: Verdana, Georgia, grande, lucida sans, lucida sans unicode, arial, sans-serif;
    font-size: 100%; /* 16px */
    line-height: 15px;
}

/*--------------------------------------------------=> HEADERS */
/* Global */
@font-face 
{
	font-family: 'Imperator';
	src: url(/fonts/Imperator.ttf);
	font-weight: normal;
}

/* H1 */
h1
{
    font-family: 'Imperator';
	font-size: 1.5em; /* 18px */
    line-height: 20px;
    font-weight: bold;
    letter-spacing:1px;
}

/* H2 */
h2
{
    font-size: 0.75em; /* 12px */
    line-height: 20px;
    font-weight: bold;
    letter-spacing:0px;
    text-align:left;
}

h2 .author
{
	font-weight:normal;
}

/* H3 */
h3
{
    font-size: .08em; /* 16px */
    line-height: 16px;
    font-weight:normal;
    letter-spacing:1px;
}

#footer h3
{
    font-family: 'Myriad Pro', Verdana, Georgia, grande, lucida sans, arial;
	font-size: 1em; /* 16px */
    line-height: 16px;
    font-weight:bold;
    letter-spacing:0px;
	text-transform:uppercase;
}

/* H4 */
h4
{
    font-size: 0.75em; /* 12px */
    line-height: 16px;
    letter-spacing:1px;
}


/*--------------------------------------------------=> CONTENT ELEMENTS */



/*-------------> Paragraph */
p, label
{
    font-size: 0.75em; /* 12px */
    line-height: 16px;
}

p#copyright
{
	line-height:18px;
}

p.author
{
	font-size: 0.687em; /* 11px */
}

/*-------------> Links */

a
{
    cursor:pointer;
    text-decoration:underline;
}

a:hover
{
    text-decoration:underline;
}

/*-------------> Lists */
li, dt, dd
{
    font-size: 0.75em; /* 12px */
    line-height: 16px;
}

/* Link list */

ul.author_list li
{
	font-size: 0.687em; /* 11px */
}

ul.link_list li
{
}

ul.link_list li ul li
{
    font-size: 1em; /* 11px */
}

/* Bullet list */


/*-------------> Table */


/*-------------> Misc */
/* Blockquote */
blockquote
{
}

/* Horizontal lines */
.hr
{
    font-size: 0px;
    line-height: 0px;
}

/*--------------------------------------------------=> FORMS */
input
{
    font-size: 0.75em; /* 12px */
	font-family: Verdana, Georgia, grande, lucida sans, lucida sans unicode, arial, sans-serif;
}

textarea
{
    font-size: 0.75em; /* 12px */
}


/* Buttons */
#search_site
{
    cursor: pointer;
}

#search_site button
{
    text-align: left;
}

button
{
    text-align: left;
    font-size: 0.75em; /* 12px */
    cursor: pointer;
}

/*--------------------------------------------------=> CONTENT LAYOUT */
/*-------------> Columns */


/*-------------> Sections */

/*-------------> Modules */

/* Expandable modules */

/*--------------------------------------------------=> MASTER LAYOUT */



/*--------------------------------------------------=> NAVIGATION */

/* Main navigation */
#main_navigation li
{
    font-size: 0.775em; /* 14px */
    line-height: 20px;
    font-weight:bold;
}

#secondary_navigation li
{
	font-size:0.688em;
}

#main_navigation li a:hover
{
    text-decoration: none;
}



/*--------------------------------------------------=> HOME PAGE */


/*--------------------------------------------------=> UTILITY CLASSES */
.upperCase
{
    text-transform: uppercase;
}

.clearer, .spacer
{
    line-height: 0px;
    font-size: 0px;
}
