﻿/*
Theme Name: AEC
Theme URI: http://eastwestcreative.ca/
Description: The theme for AEC International
Version: 2.0
Author: East West Creative
Author URI: http://eastwestcreative.ca/
Tags: blue, fixed width
*/

*
{
    padding: 0;
    margin: 0;
}

body
{
    background: url( images/body-bg.jpg ) repeat-x scroll left top white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #717B83;    
}

a
{
    color: #6D8AB3;
    text-decoration: none;
}

a img
{
    border: none;
}

h1,
h2
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: normal;
    color: #1A375F;
    line-height: 22px;
    margin-bottom: 10px;
}

h1 span,
h2 span
{
    color: #6D8AB3;
}

h2.expander
{
    cursor: pointer;
    padding-left: 15px;
    background: url( images/expand.png ) no-repeat scroll left transparent;
}

h2.collapser
{
    cursor: pointer;
    padding-left: 15px;
    background: url( images/collapse.png ) no-repeat scroll left transparent;
}

h3
{    
    font-size: 12px;
    font-weight: normal;
    color: #1A375F;
    margin-bottom: 4px;
}

p
{
    line-height: 18px;
    margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a
{
    color: inherit;
}

hr,
div.sep
{
    height: 1px;
    border: none;
    border-bottom: 1px solid #EDEDE9;
    margin: 0 0 15px;
    padding: 0;
}

li
{
    line-height: 18px;
}

/* Header */

#header
{
    position: relative;
    height: 101px;
}

#header-inner
{
    position: absolute;
    width: 900px;    
    left: 50%;
    margin-left: -450px;
}

#header-logo
{
    padding: 18px 0;
    width: 95px;
    height: 65px;
    margin-right: 20px;
    float: left;
}

#header-search
{
    margin: 18px 0;
    width: 300px;
    height: 24px;
    float: right;    
}

#header-search #
{
    float: left;
    display: block;
}

#header-search form
{
    background: url( images/search-box.gif ) no-repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0 0 0 13px;
    float: right;
    width: 124px;
}

#header-search form input[type=text]
{
    background: none repeat scroll 0 0 transparent;
    color: white;
    float: left;
    font-size: 11px;
    width: 96px;
    height: 12px;
    line-height: 12px;
    padding: 6px 0;
    border: none;
}

#header-search form input[type=image]
{
    color: white;
    float: left;
    width: 26px;
    height: 24px;
    overflow: hidden;
    padding: 0;
}

#header-language
{
    float: right;    
    text-align: center;
    height: 12px;
    line-height: 12px;
    padding: 5px 28px 6px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 18px 0;
}

/* Search */

#search-banner
{
    background: url( images/banner-contact-us.jpg ) no-repeat 32px 0;
}

/* Navigation */

#nav
{
    height: 43px;
}

#nav-inner
{
    position: absolute;
    width: 900px;
    left: 50%;
    margin-left: -450px;
}

#menu > li
{
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    float: left;
    height: 43px;
    line-height: 43px;   
    border-left: 1px #1d4279 solid;
}

#menu > li a
{
    display: block;
    padding: 0 20px;
    color: white;
    text-shadow: #333 1px 1px 4px;
}

#menu > li a:hover
{
    background-color: #476DA3;
}

/* Banner */

div.banner
{
    height: 194px;
    margin-bottom: 40px;
}

/* Featured */

div.featured
{
    background-image: url( images/featured.jpg );
    width: 188px;
    height: 174px;
    padding: 10px 20px;
    float: right;
}

div.featured h3
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #1A375F;
    line-height: 20px;
}

div.featured h3 span
{
    color: #6D8AB3;
}

div.featured p
{
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 10px;
}

div.featured div.sep
{
    height: 1px;
    border-bottom: 1px solid #D2E1EB;
    margin-bottom: 10px;    
}

div.featured a
{
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: 15px;
    background: url( images/arrow-right-blue.gif ) no-repeat scroll right transparent;
}

/* Sub-Menu */

#sub-nav
{
    background-color: #E0E0DC;
    height: 32px;
    margin-bottom: 20px;
}

#sub-menu > li
{
    font-weight: bold;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;    
}

#sub-menu > li a
{
    display: block;
    padding: 0 20px;
}

#sub-menu > li.current_page_item,
#sub-menu > li a:hover
{
    background-color: #cdcdcd;
}

/* Floaties */

div.floatie
{
    float: right;
    width: 416px;
    padding: 10px 20px;
    margin: 20px 0 20px 20px;
    background-color: #F9F9F9;
}

div.floatie img
{
    margin-bottom: 40px;
}

div.floatie h3
{
    color: #6D8AB3;
    font-size: 14px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 8px;
}

/* Content */

#content
{    
    padding: 0 0 20px;
}

#content-inner
{
    width: 900px;    
    margin: 0 auto;
}

div.content-major
{
    float: left;
    width: 404px;
}

div.content-major ul
{
    line-height: 18px;
    margin-bottom: 20px;
}

div.content-major ul li,
div.content-minor ul li,
div.content-full ul li
{
    background: url( images/arrow-right-gold.jpg ) no-repeat 0 5px scroll transparent;
    margin-bottom: 10px;
    padding-left: 12px;
    list-style-type: none;
}

div.content-minor
{
    float: right;
    width: 476px;
    margin-left: 20px;
}

div.content-minor div.unit.header
{
    padding: 10px 20px;
    background-color: #476DA3;
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-shadow: #333 1px 1px 6px;
    margin-bottom: 0;
    padding: 6px 20px;
}

div.content-minor div.unit
{
    float: left;
    width: 188px;
    padding: 15px 20px;
    background-color: #f8f8f8;
    margin: 0 0 20px 20px;
}

div.content-minor div.double-unit
{
    width: 416px;
}

div.content-minor div.unit p
{    
    
}

div.content-minor div.unit div.sep
{
    height: 1px;
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 10px;
    margin-left: -20px;
    width: 228px;
}

div.content-minor div.floatie
{
    margin: 20px 0 20px 20px;    
}

/* Footer */

#footer
{
    color: #BCBCBC;
    font-size: 10px;
    padding: 20px 0 100px;    
}

#footer-inner
{
    text-transform: uppercase;
    border-top: 6px solid #89ACC6;
    width: 900px;
    padding: 20px 0;
    margin: 0 auto;
}

#footer-copyright
{
    float: left;
}

#footer-links
{
    float: right;    
}

div.clear
{
    clear: both;
    height: 0;
}

a.read-more,
#front-major a,
#about-us-major a,
#strategic-partners-minor p + a
{
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-right: 15px;
    background: url( images/arrow-right-blue.gif ) no-repeat scroll right transparent;
}

/* Page */

#page-banner
{
    background: url( images/banner-home.jpg ) no-repeat;
}

#page-major
{
    width: auto;
}

/* Front */

#front-major
{
    width: 380px;
}

#front-major #innerfade-container
{
    float: left;
    width: 126px;
    height: 90px;
    margin: 0 8px 8px 0;    
}

#front-major img
{
    border: 1px #DDDDDD solid;
}

#front-minor
{
    width: 496px;
}

#front-minor div.unit p
{
    font-size: 11px;
    line-height: normal;
    margin-bottom: 20px;
}

#front-banner
{
    background: url( images/banner-home.jpg ) no-repeat;
}

/* Services */

#services-banner
{
    background: url( images/banner-services.jpg ) no-repeat;
    margin-bottom: 6px;
}

#services-major
{
    float: none;
    width: auto;
}

#services-minor
{
    float: right;
}

/* About Us */

#about-us-banner
{
    background: url( images/banner-about-us.jpg ) no-repeat;
    margin-bottom: 6px;
}

#about-us-major
{
    width: auto;
}

#our-team-major
{
    width: 632px;
}

#our-team-major h2,
#careers-major h2
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    color: #1A375F;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}

#our-team-major li
{    
    margin-bottom: 5px;    
}

#our-team-minor
{
    width: 248px;
}

#services-minor li,
#careers-minor li,
#strategic-partners-minor li,
#clients-minor li
{
    display: block;
    float: left;
    padding: 10px 20px;
    margin: 0 0 0 20px;
    background-image: none;
    width: 416px;
    border-bottom: 1px solid #DBDADA;
}

.odd-li
{
    background-color: #F9F9F9;
}

#services-minor li:nth-child(odd),
#careers-minor li:nth-child(odd),
#strategic-partners-minor li:nth-child(odd),
#clients-minor li:nth-child(odd)
{
    background-color: #F9F9F9;
}

.even-li
{
    background-color: white;
}

#services-minor li:nth-child(even),
#careers-minor li:nth-child(even),
#strategic-partners-minor li:nth-child(even),
#clients-minor li:nth-child(even)
{
    background-color: white;
}

#strategic-partners-major img,
#strategic-partners-minor img
{
    border: 1px #ddd solid;
}

/* Clients */

#clients-banner
{
    background: url( images/banner-clients.jpg ) no-repeat;
    margin-bottom: 6px;
}

#clients-major #client-logos
{
    border-top: 1px solid #DBDADA;
    border-bottom: 1px solid #DBDADA;
    background-color: #F9F9F9;
}

#clients-major #client-logos div.logo
{
    float: left;
    width: 134px;
    height: 134px;
    line-height: 134px;    
    text-align: center;    
}

#clients-major #client-logos img
{    
    vertical-align: middle;
}

#clients-major blockquote
{
    background-color: #F9F9F9;
    margin: 20px 0 10px 25px;
    padding: 4px 8px 8px;
    border-left: 2px solid #DBDADA;
    font-style: italic;
}

#clients-major blockquote + p
{
    font-family: Georgia, "Times New Roman", Times, serif;
}

#clients-major blockquote p
{
    margin-bottom: 0;
}

#clients-minor #slide-open  li
{
    cursor: pointer;
    background-color: #F9F9F9;
}

#clients-minor #slide-open li:hover
{
    background-color: #dbe7f8;
}

#clients-minor #slide-open li li
{
    cursor: default;
    border-bottom: none;
    margin-left: -20px;
    padding: 10px 0 10px 40px;
}

#clients-minor #slide-open li li:hover
{
    background-color: #F9F9F9;
}

#clients-minor #slide-open li li:first-child
{
    margin-top: 10px;
}

#clients-minor #client-logos
{
    margin: 0 0 20px 20px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #DBDADA;
}

#clients-minor #client-logos div.logo
{
    float: left;
    width: 152px;
    height: 100px;
    line-height: 100px;
    text-align: center;
}

#clients-minor #client-logos img
{
    vertical-align: middle;
}

/* News & Events */

#news-banner
{
    background: url( images/banner-news.jpg ) no-repeat;
    margin-bottom: 6px;
}

#archive-banner
{
    background: url( images/banner-archive.jpg ) no-repeat;    
}

#news-major,
#events-major
{
    width: 632px;
}

#news-major ul li,
#events-major ul li
{
    margin-bottom: 0;
}

#news-minor,
#events-minor
{
    width: 248px;
}

#news-major h1,
#events-major h1
{
    margin-bottom: 0;
}

#news-major h1 a
{
    color: inherit;
}

#news-major h2
{
    font-size: 14px;
    line-height: 20px;
    color: #aaa;
}

#events-major h2
{
    font-size: 14px;
    line-height: 20px;
}

#events-major h2.date
{
    color: #aaa;
}

/* Contact Us */

#contact-us-banner
{
    background: url( images/banner-contact-us.jpg ) no-repeat 32px 0;
}

#contact-us-major h2
{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 6px;
}

#contact-us-minor form
{
    color: #1A375F;
    font-size: 11px;
}

#contact-us-minor form input
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

#contact-us-minor form .highlight
{
    border: 1px #CD0A0A solid;
    background-color: #FEF1EC;
}

#contact-us-minor form input[type=text]
{
    padding: 3px 3px;
}

#contact-us-minor form input[type=submit]
{
    cursor: pointer;
    background-color: #476DA3;
    color: white;
    padding: 3px 20px;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#contact-us-major .address-box
{
    float: left;
    width: 202px;
    margin-top: 10px;
}

#contact-us-minor .input-box
{
    float: left;
    width: 208px;    
    margin-top: 10px;
}

#contact-us-minor .textarea-box
{
    margin-top: 10px;
    margin-top: 10px;
}

#contact-us-minor .textarea-box textarea
{
    width: 414px;
}

/* WP */

img.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright
{
    margin: 0 0 8px 8px;
    display: inline;
}

img.alignleft
{
    margin: 0 8px 8px 0;
    display: inline;
}

.alignright
{
    float: right;
}

.alignleft
{
    float: left;
}

