﻿
/* ==========================================================
// Box Layout
// ========================================================== */

/* ----------------------------------------------------------
// General Box Styles
// ---------------------------------------------------------- */

div#Creativity > div
{
	padding-left: 10px;		
	padding-right: 10px;	
}

div#Creativity > div > div.Content
{
    max-width: 960px;
}


/* ==========================================================
// Fonts and Text
// ========================================================== */

h1
{
    font-size: 40px;
    line-height: 47px;
}

h2
{
    font-size: 22px;		
    line-height: 26px;
    margin-bottom: 18px;
}

h3
{
    font-size: 19px;		
    line-height: 23px;
    margin-bottom: 15px;
}

h4, h5, h6
{
    font-size: 17px;
    line-height: 25px;
    margin-top: -25px;
}

