/******************************************************************************

CSS Document for portfolio site
Type: Typography Stylesheet
Purpose: Set all typography styles
Author: John Toyne
Email: johntoyne@gmail.com
Comments: Send comments about my styles to my email, use freely

*******************************************************************************/
*
{
	font-family: calibri, arial, helvetica, sans-serif;
}
h2.main_title
{
    padding-left:50px;
    padding-top:20px;
    margin-bottom:0px;
	font-weight:normal;
	color:#666;
}
h2
{
    padding-left:20px;
    margin-bottom:10px;
}
h3
{
    margin-bottom:10px;
}
/**/
p
{
    font-size:1.0em;
}
p.content
{
	padding:0px 50px 10px 50px;
	font-weight:normal;
}
p.strong
{
    font-size:1.0em;
    font-weight:bold;
    padding-left:50px;
}