/*
Theme Name: E.L.I. land design
Theme URI: http://elilanddesign.com
Description: Custom designed theme for E.L.I. land design LLC.
Version: 1.0
Author: Hosea Baker
Author URI: http://1pixelmatters.com
*/
/* import custom stylesheets \*/
@charset "utf-8";
/* CSS Document */
body {
color: #333;
background: #F1F1F1 url(img/main-background.png) repeat-x;
font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
#container {
width: 960px;
margin: 0 auto;
padding: 0;
border: 0;
}
/* IE PNG FIX */
img, div { behavior: url(/wp-content/themes/startertheme/inc/iepngfix.htc) }
a:link { color:#16294B; text-decoration:none; }
a:visited { color:#16294B; text-decoration:none; }
a:hover { color:#3B5C98; text-decoration:underline; }
a:active { color:#598BE4; text-decoration:none; }
.navigation a:link { color:#38578F; text-decoration:none; }
.navigation a:visited { color:#38578F; text-decoration:none; }
.navigation a:hover { color:#1F314F; text-decoration:none; }
.navigation a:active { color:#98B0DB; text-decoration:none; }
a.footer:link { color:#F1F1F1; text-decoration:none; }
a.footer:visited { color:#F1F1F1; text-decoration:none; }
a.footer:hover { color:#FFF; text-decoration:underline; }
a.footer:active { color:#FFF; text-decoration:none; }
.current_page_item a:link { color:#132442; text-decoration:none; }
.current_page_item a:visited { color:#132442; text-decoration:none; }
.current_page_item a:hover { color:#132442; text-decoration:none; }
.current_page_item a:active { color:#98B0DB; text-decoration:none; }
address {
text-align: center;
margin: 24px 0 10px 0;
font-style: normal;
}
#main {
float: right;
width: 615px;
}
#main .top {
height: 12px;
width: 615px;
background: url(img/content-background-top.png) no-repeat;
margin-top: 9px;
}
#main .content {
width: 553px;
background: url(img/content-background-middle.png) repeat-y;
padding: 19px 31px 19px 31px;
}
#main .bottom {
height: 12px;
width: 615px;
background: url(img/content-background-bottom.png) no-repeat;
margin-bottom: 9px;
}
#main .header-graphic {
margin: 0 0 20px 0;
}
#main p {
font-size: 1.2em;
margin: 0 0 20px 0;
}
#main p.content-footer {
background-color: #333;
font-size: .9em;
color: #CCC;
padding: .5em;
margin-bottom: 0;
}
#main h2 {
color: #16274B;
font-size: 1.8em;
margin: 0 0 20px 0;
letter-spacing: .04em;
}
#main h3 {
color: #333;
font-size: 1.4em;
margin-left: 4px;
letter-spacing: .04em;
}
.small {
font-size: .6em;
letter-spacing: 0;
}
#sidebar {
float: left;
width: 305px;
text-align: right;
margin-top: 20px;
padding-right: 40px;
}
.logo {
width: 247px;
height: 98px;
background: url(img/eli-land-design-logo.png) no-repeat;
margin: 40px 0 80px 58px;
}
.logo span {
display: none;
}
ul.navigation {
margin-bottom: 80px;
}
.navigation li {
margin-bottom: .5em;
font-size: 1.5em;
}

.alignleft {
display: block;
padding: 10px;
background-color: #FFF;
border: 1px solid #999;
margin: 6px 20px 2px 0;
}
img.alignleft {
float: left;
}
.alignright {
padding: 10px;
background-color: #FFF;
border: 1px solid #999;
margin: 0 0 2px 20px;
}
img.alignright {
float: right;
}

/* PORTFOLIO */
img.portfolio {
margin-bottom: 20px;
}
.portfolio img:hover {
background-color: #DADADA;
}

/* CONTACT */
.contact_form {
    width: 465px;
    margin: 40px 0 40px 44px;
}
.contact_name {
    width: 222px;
    float: left;
}
.contact_email {
    width: 222px;
    float: right;
    clear: right;
}
.contact_phone {
    margin-bottom: 40px;
}
.contact_form .small {
    font-size: .8em;
    letter-spacing: 0;
}

/* FOOTER */

#footer {
clear: both;
width: 593px;
margin-left: 367px;
}
.asla {
text-align: center;
margin-bottom: 20px;
}
.copyright {
text-align: center;
font-size: .9em;
color: #888;
margin-bottom: 20px;
}