/* @override http://localhost:3000/stylesheets/main.css */

html, body
{
    font: 12px Helvetica, Arial, Geneva, sans-serif;
    color: #323232;
}

#grid
{
    width: 821px;
    height: 100%;
    ;
	margin-right: auto;
    margin-left: auto;
    background-image: url(/images/fixtures/grid.png);
    position: absolute;
    top: 0;
    z-index: 5000;
}

/* @group Typography */

p
{
    line-height: 18px;
}

em
{
    font-style: italic;
}

/* @group Links */

a
{
    color: #215585;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #215585;
    text-decoration: underline;
}

/* @end */

/* @end */

/* @group Layout */

#wrap
{
    width: 820px;
    margin-right: auto;
    margin-left: auto;
}

#header
{
    margin-top: 26px;
    overflow: hidden;
    height: 100%; /* ie6 */
}

/* @group Header */

#header h1
{
    float: left;
}

#header h1 a
{
    display: block;
    background-image: url(/images/logo.png);
    width: 245px;
    height: 48px;
    text-indent: -10000px;
}

#header h1 a:hover
{
    background-position: 0 -48px;
}

/* @group Navigation */

ul#navigation
{
    float: left;
    margin-left: 155px;
    margin-top: 36px;
}

ul#navigation li
{
    float: left;
}

ul#navigation li a
{
    color: #323232;
    text-decoration: none;
    display: block;
    background: url(/images/navigation_hover.png) no-repeat 0 0px;
    text-indent: 20px;
    margin-top: -8px;
    padding-top: 8px;
}

ul#navigation li a:hover
{
    background-position: 0 -50px;
}

ul#navigation li.current a
{
    background-position: 0 -50px;
}

ul#navigation li.agency a
{
    margin-left: 92px;
}

ul#navigation li.blog a
{
    margin-left: 79px;
}

/* @end */

/* @end */

#breadcrumb
{
    margin-top: 40px;
    overflow: hidden;
    margin-bottom: 17px;
    background: url(/images/hash_820.png) repeat-x 0 bottom;
    padding-bottom: 9px;
}

/* @group Breadcrumb */

#breadcrumb ul li.first
{
    background: none;
    text-indent: 0;
    margin-left: 0;
}

#breadcrumb ul li
{
    display: block;
    float: left;
    background: url(/images/breadcrumb.png) no-repeat;
    height: 20px;
    text-indent: 20px;
    margin-left: 1px;
}

#breadcrumb ul li a
{
    text-decoration: none;
}

#breadcrumb ul li a:hover
{
    text-decoration: underline;
}

/* @end */

#footer
{
    background: url(/images/hash_820.png) repeat-x;
    margin-top: 36px;
    padding-top: 9px;
    color: #6b6b6b;
    min-height: 50px;
}

/* @group Footer */

#footer p
{
    float: left;
}

#footer p.contact
{
    float: right;
}

/* @end */

#main-feature
{
    width: 820px;
    height: 306px;
    line-height: 0;
    font-size: 0;
    margin-bottom: 25px;
}

/* @group Main Feature */

#main-feature a
{
    display: block;
    width: 820px;
    height: 306px;
}

#main-feature div.caption
{
    background-color: #d11313;
    color: white;
    padding: 10px 20px;
    position: relative;
    top: -94px;
    left: 20px;
    width: 120px;
    font-size: 12px;
    line-height: 18px;
}

#main-feature div.caption br
{
}

/* @end */

/* @group Seaction Head */

div.section-head
{
    overflow: hidden;
    height: 100%; /* ie6 */
    background: url(/images/hash_820.png) repeat-x 0 bottom;
    padding-bottom: 11px;
    background: url(/images/hash_820.png) repeat-x 0 bottom;
    margin-bottom: 17px;
    margin-top: 0;
}

div.section-head h2
{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    float: left;
}

div.section-head a
{
    float: right;
    margin-top: 19px;
}

/* @group Page specific */

#agency-section div.section-head
{
    margin-top: 14px;
}



/* @end */

/* @end */

/* @group Feature */

a.feature
{
	display: block;
    width: 260px;
    float: left;
    margin-right: 20px;
    background: url(/images/hash_260.png) repeat-x 0 bottom;
    margin-bottom: 17px;
}

a.feature:hover
{
    background-color: #f6f6f6;
    text-decoration: none;
}

a.feature.last
{
    margin-right: 0;
}

a.feature span.title
{
    color: #215585;
}

a.feature p
{
	clear: both;
    color: #919191;
    padding-bottom: 13px;
    margin-top: 2px;
}

/* @group Page Specific */

#work-section a.feature
{
    background-image: none;
}

#work-section a.feature p
{
    padding-bottom: 6px;
}


/* @end */



/* @end */


/* @end */

/* @group Homepage */

#main-feature
{
    
}

#work-section
{
    overflow: hidden;
    height: 100%; /* ie6 */
}

#agency-section
{
    overflow: hidden;
    height: 100%; /* ie6 */
    
}

/* @group Agency Section */

#agency-section div.section-contents
{
	overflow: hidden;
	height: 100%; /* ie6 */
    margin-top: -3px;
}

#agency-section div.section-contents div.left-column
{
    float: left;
    width: 120px;
}

#agency-section p
{
    line-height: 36px;
}

#agency-section div.section-contents div.right-column
{
    float: left;
}

#agency-section div.section-contents div.right-column p
{
    background: url(/images/navigation_hover.png) no-repeat 0 -47px;
    text-indent: 20px;
    color: #6b6b6b;
}

/* @end */

/* @end */

/* @group Work */

#works
{
    overflow: hidden;
    height: 100%; /* ie6 */
}

/* @end */

/* @group Work Details */

#work-details
{
    overflow: hidden;
    height: 100%; /* ie6 */
    margin-top: -7px;
}

/* @group Work Details */

#work-details div.section-contents
{
	overflow: hidden;
    margin-top: -3px;
}

#work-details div.section-contents div.left-column
{
    float: left;
    width: 120px;
}

#work-details p
{
    line-height: 36px;
}

#work-details div.section-contents div.right-column
{
    float: left;
}

#work-details div.section-contents div.right-column p
{
    background: url(/images/navigation_hover.png) no-repeat 0 -47px;
    text-indent: 20px;
    color: #6b6b6b;
}

/* @end */

/* @group All images button */

#all-images
{
    background: url(/images/hash_820.png) no-repeat 0 top;
    margin-top: 18px;
    padding-top: 19px;
    min-height: 100px;
    overflow: hidden;
    height: 100%; /* ie6 */
}

#all-images a
{
    width: 249px;
    display: block;
    float: right;
    color: #323232;
    padding: 10px;
    background: #e5e5e5 url(/images/all_images.png) no-repeat right center;
}

#all-images a:hover
{
    text-decoration: none;
    background-color: #dbdbdb;
}

#all-images a span
{
    color: #919191;
}

/* @end */


/* @end */

/* @group Work Images */

#work-images
{
    overflow: hidden;
    height: 100%; /* ie6 */
}

#work-images div.images
{
    clear: both;
    overflow: hidden;
    height: 100%;
    margin-bottom: 14px;
}

#work-images div.image
{
	float: left;
    margin-right: 20px;
    margin-top: 20px;
}

#work-images div.first
{
    clear: both;
}


#work-images div.last
{
    margin-right: 0;
}

#work-images div.image p
{
    padding: 10px;
}

#work-images div.image.last
{
    margin-right: 0;
}

/* @group Fastbox */

#work-images div.image a.fastbox
{
    display: block;
}

#work-images div.image a.fastbox:hover
{
    text-decoration: none;
}

#work-images div.image img
{
    border: 1px solid #eaeaea;
    padding: 1px;
}

#work-images div.image img:hover
{
    border-color: #215585;
}


/* @end */

/* @group Back to project button */

#back-to-project
{
    width: 120px;
    display: block;
    color: #323232;
    padding: 10px;
    background: #e5e5e5 url(/images/back_button.png) no-repeat left center;
    text-align: left;
    text-indent: 23px;
    float: left;
    margin-top: 0;
}

a#back-to-project:hover
{
    text-decoration: none;
    background-color: #dbdbdb;
}

#top-of-the-page
{
    width: 120px;
    display: block;
    color: #323232;
    padding: 10px;
    background: #e5e5e5 url(/images/top_of_the_page_button.png) no-repeat right center;
    text-align: left;
    margin-top: 15px;
    float: right;
}

a#top-of-the-page:hover
{
    text-decoration: none;
    background-color: #dbdbdb;
}

/* @end */

/* @end */

/* @group Agency */

#agency
{
    margin-top: 24px;
    overflow: hidden;
    height: 100%;
}

/* @group Landing Page */

#agency div.column
{
    width: 260px;
    margin-right: 20px;
    float: left;
}

#agency div.column.two-cols
{
    width: 540px;
}

#agency div.column.last
{
    margin-right: 0;
}

#agency h2
{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 36px;
    background: url(/images/header_quart.png) no-repeat 0 19px;
    text-indent: 36px
}

#agency div.column p
{
    margin-bottom: 18px;
}

#agency div.column.one h2
{
    margin-bottom: 18px;
}

#agency div.column.two h2
{
    margin-bottom: 17px;
}

#agency div.column.three h2
{
    margin-bottom: 17px;
}

/* @end */

/* @group Contact */

#map
{
    overflow: hidden;
    width: 820px;
    height: 306px;
}



/* @end */



/* @end */

/* @group Blog */

#blog
{
    overflow: hidden;
    height: 100%; /* ie6 */
    margin-top: 24px;
}

#blog-header
{
    float: left;
    width: 260px;
}

/* @group Header */

#blog-header h2
{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
}

#blog-header ul
{
    margin-top: 16px;
    line-height: 18px;
}

/* @end */



#blog-articles
{
    margin-left: 280px;
    width: 540px;
}

/* @group Articles */

#blog-articles div.article
{
    background: url(/images/hash_540.png) no-repeat 0 bottom;
    padding-bottom: 6px;
    margin-bottom: 13px;
}

#blog-articles div.article.permalink, #blog-articles div.article.last
{
    background: none;
}

#blog-articles div.article p
{
    margin-top: 18px;
    margin-bottom: 18px;
}

#blog-articles div.article-head h2
{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -1px;
}

#blog-articles div.article-head p
{
    color: #787878;
    margin-top: -2px;
    margin-bottom: 0;
}

#blog-articles div.article-image
{
    margin-top: 11px;
    font-size: 0;
    line-height: 0;
}

#blog-articles div.article-tags
{
    color: #919191;
}

/* @end */

/* @group Pagination */

#blog-articles div.pagination
{
    background: url(/images/hash_540.png) no-repeat 0 top;
    overflow: hidden;
    height: 100%; /* ie6 */
    padding-top: 11px;
    padding-bottom: 11px;
    margin-top: -10px;
}

#blog-articles div.pagination *
{
    display: block;
    float: left;
}

#blog-articles div.pagination span.prev_page
{
    color: #919191;
}

#blog-articles div.pagination span.next_page
{
    color: #919191;
}

#blog-articles div.pagination .next_page
{
    float: right;
}


/* @end */



/* @end */