/*
   Imagination by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

body
{
   max-width: 1500px;
   margin: auto;
}

body,input,textarea,select
{
   font-size: 11pt;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner
{
   height: 420px;
   min-height: 420px;
   max-height: 420px;
}

#banner header h2
{
   font-size: 4em;
}

#banner header .byline
{
   padding-top: 1em;
   font-size: 1.8em;
   font-weight: 500;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

#main
{
   padding: 7em 0em;
}

.sidebar header h2
{
   font-size: 1.8em;
}

/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

#extra
{
   padding: 2em 0em;
}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

#featured
{
   padding: 3em 0em;
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer
{
   padding: 7em 0em;
}

#header
{
   background: #111 url(images/bg01.png) repeat;
   opacity: .7;
   height: 100px;
}
