﻿@import url(reset.css);
@import url(accessibility.css);

/*  Body Elements */

body 
{
    margin:0;
    padding:0;
}

img
{
    border:none;
}

a
{
    text-decoration:none;
}

/*  Wrapper Elements */

#wrap
{
    margin:0 auto;
    width:1000px;
}

/*  Header Elements */
#logo
{
   height:100%;
   width:100%;
   background:url(images/logo.png) no-repeat left center;
}
#logo a
{
    text-indent:-999em;
    display:block;
    height:100%;
    width:100%;
}
#header
{
    height:160px;
}

#headerLeft
{
    width:185px;
    height:160px;
    float:left;
    padding:0 30px;
}

#headerRight
{
    float:left;
    width:735px;
    padding:0 20px 0 0;
    line-height:66px;
    height:160px;
    position:relative;
}

#headerRight .headNav
{
    position:absolute;
    top:60px;
    right:30px;
}

#headerRight .headNav, #headerRight .headNav a
{
    text-align:right;
    color:#e0dace;
    font-size:0.9em;
    margin:0;
    text-transform:uppercase;
    display:block;
    padding:0 1em;
}
#headerRight .headNav a
{
    background:#000;
}

#headerRight .headNav li
{
    float:left;
    list-style-type:none;
    line-height:1.5em;
    margin:0 1em;
}

#headerRight .headNav li.last
{
    margin-right:0;
}

#headerRight .headNav li.home
{

}

#headerRight .headNav li.about
{

}

#headerRight .headNav li.designs
{

}

#headerRight .headNav li.events
{

}

#headerRight .headNav li.contact
{

}

#headerRight .headLinks
{
    position:absolute;
    top:12px;
    right:0;
}

#headerRight .headLinks, #headerRight .headLinks a
{
    line-height:0.7em;
    height:32px;
    font-size:0.85em;
    text-align:right;
    color:#cecece;
    margin:0;
    letter-spacing:0.1em;
    text-transform:uppercase;
    padding:0 1em;
}
#headerRight .headLinks a:hover
{
    color:#B2C983;
}
#headerRight .headLinks li
{
    float:left;
    border-left:solid 1px #cecece;
}
#headerRight .headLinks li.first
{
    border-left:0;
}


#headerRight .headNav
{
    margin:0;
}

#headerRight .title
{
    margin:0;
    font-size:2em;
    color:#c7e4ff;
    clear:both;
    text-align:right;
    font-family:Georgia, Verdana, Sans-Serif;
    font-style:italic;
    position:absolute;
    bottom:-10px;
    right:30px;
}

/*  Main Content Elements */

#content
{
    width:1000px;
}
#content .center
{
    text-align:center;
}


.home #content #contentMain,
.inner #content #contentSide
{
    float:left;
    width:221px;
}

.home #content #contentMain h2,
.inner #content #contentSide h2
{
    font-size:1.5em;
    font-family:Georgia, Verdana, Sans-Serif;
    color:#143e4d;
    font-weight:normal;
    font-style:italic;
}

.home #content #contentSide,
.inner #content #contentMain
{
    float:right;
    width:655px;
    padding:15px 0 0 12px;
    margin-right:32px;
}

.home #contentSide #bannerRotator
{
    z-index:100;
}

.home #contentSide .viewPortfolio
{
    position:relative;
    z-index:9999;
    top:-120px;
    left:475px;
}

#bottom
{
    clear:both;
    float:left;
    width:700px;
}

#bottom #bottomLeft
{
    float:left;
    width:270px;
}

#bottom #bottomLeft h2, #bottom #bottomRight h2
{
    font-size:1.5em;
    font-family:Georgia, Verdana, Sans-Serif;
    color:#143e4d;
    font-weight:normal;
    font-style:italic;
}

#bottom #bottomRight
{
    float:left;
    width:290px;
}

#bottom .followText
{
    margin:0;
    color:#4a4b02;
    font-style:italic;
    font-size:0.8em;
    font-weight:bold;
}
#bottom .followText a
{
    color:#4a4b02;
    text-decoration:underline;
}
#bottom .followText a:hover
{
    text-decoration:none;
}

#bottom .widget
{
    height:100px;
    padding:5px 0;
    margin:0 0 10px 0;
}
#bottom .widget .post,
#bottom .widget .tweet
{
    font-family:'Courier New', Times New Roman, serif;
    font-size:0.75em;
    margin:1.25em 0 0;
}
#bottom .widget .post a,
#bottom .widget .tweet a
{
    color:#13630c;
    text-decoration:underline;
}
/*  Footer Elements */

#footer
{
    clear:both;    
}

#footer .airLogo
{
    width:110px;
    height:85px;
    padding:5px 0 0 20px;
    float:left;
}

#footer .airLogo img
{
    border:none;    
}

#footer .footerText
{
    height:45px;
    float:left;
    padding:20px 0;
}

#footer .footerText p
{
    line-height:0.95em;
    display:block;
    margin:0;
    font-size:0.75em;
    color:#fff;
    font-family:'Courier New', Times New Roman, Serif;
    text-transform:uppercase;
}

#footer .footerText #lowerNav a,
#footer .footerText p a
{
    color:#fff;
    font-family:'Courier New', Times New Roman, Serif;
}


#footer .footerText #lowerNav a:hover,
#footer .footerText p a:hover
{
    color:#B2C983;
    text-decoration:underline;
}

#footer .footerText p a
{
    text-transform: none;
}

#footer #lowerNav a
{
    font-size:0.75em;
    text-transform:uppercase;
    padding:0 1.5em;
}

#footer #lowerNav
{
    list-style:none;
}

#footer #lowerNav li
{
    border-left: solid 1px #fff;
    line-height:0.6em;
    float:left;
    margin:0 0 0.75em;
}
#footer #lowerNav li.first
{
    border-left:0;
}
