/****************************************************************
 * typography.css
 *
 * talent4.tv | talent4media.com | talent4media.co.uk
 * 
 * fonts & text styles etc
 ****************************************************************/


body {
    font: 11px/1.6em Arial, Helvetica, Verdana, sans-serif;
    color: #666666;
    -webkit-text-size-adjust: none;
}


h1 {
    visibility: hidden;
}


h2 {
    visibility: hidden;
}


p { 
    margin: 0 0 1em 0;
    text-align: justify;
}

ul { 
    margin: 0 0 1em 0;
}


.emphasis {
		font-weight: bold;
}


.italictext {
		font-style: italic;
}


p.statement {
		font-weight: bold;
		font-style: italic;
}


p.footnote {
		font-weight: bold;
		text-align: center;
}


p.copytext {
		color: #999999;
		text-align: center;
}


a.bioglink {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}


a:hover.bioglink {
    color: #ff0099;
    font-weight: bold;
    text-decoration: none;
}


a.urllink {
    color: #666666;
    text-decoration: none;
}


a:hover.urllink {
    color: #ff0099;
    text-decoration: none;
}


a.extlink {
		color: #666666;
    text-decoration: none;
		background-image: url(/images/extlinkoff.png);
		background-position: center right;
		background-repeat: no-repeat;		
    padding-right: 13px;   
}


a:hover.extlink {
		color: #666666;
    text-decoration: none;
    background-image: url(/images/extlinkon.png);
		background-position: center right;
		background-repeat: no-repeat;
    padding-right: 13px;   
}


#movielink a {
    color: #ff0099;
    font-weight: bold;
    text-decoration: none;
}


#movielink a:hover {
    color: #ff0099;
    font-weight: bold;
    text-decoration: none;
}


#showreel a {
    color: #ff0099;
    text-decoration: none;
}


#showreel a:hover {
    color: #ff0099;
    text-decoration: none;
}
