/* TABLE OF CONTENTS
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"
* pages & templates
** global
** home
** contact
** services
** blog
/* @pages & templates */
/* @global */
#navigation
{
}
#navigation .wrapper
{
    padding-top:35px;
    padding-left:380px;
    padding-right:0;
    max-width:780px;
}
#logo
{
    width:363px;
    margin:0 0 0 -363px;
    vertical-align:bottom;
}
#nav-main
{
    vertical-align:bottom;
    text-align:right;
}
/* @home */
#welcome
{
    padding-top:3em;
}
/* @contact */
.contact-module
{
    width:50%;
}
.contact-module:last-child
{
    border-left:1px solid #999;
    margin-left:-1px;
}
.contact .welcome
{
    padding-top:0;
    margin-top:40px;
}
.contact .welcome p
{
    margin-bottom:0;
}
/* @services */
.services #services-list li
{
    width:50%;
}
.services #services-list li p
{
    margin-right:30px;
}
/* @blog */
.blog #section
{
    width:64%;
}
.blog #aside
{
/*    padding-top:2em;*/
    padding-top:10px;
    width:36%;
}
