/*
Theme Name: Eltana
Description: Proprietary theme for Eltana website, www.eltana.com
Author: Heckler Associates
Author URI: http://hecklerassociates.com/
Version: 1.0 
License: Copyright asserted. Not for re-use.

General comments (optional).
*/
/* eltana.com */
body {
    margin: 0;
    background: #b89c46 url(images/bg-body.jpg) repeat-y 50% top;
    text-align: center;
    font-size: 100%;
    line-height: 1.25em;
    text-align: center;  
    min-width: 870px;
    height: 100%;
    min-height: 100%;
    }

/* formatting */
a img { border: 0; }
h1, h2, h3, h4, hr, iframe, input, legend, li, p, ul { 
    margin: 0; 
    padding: 0;
    }
 
fieldset {
    border: none;
    padding: 0;
    margin: 0;
    }
fieldset li input[type="text"] { width: 304px; }
fieldset li div input[type="text"] { width: 150px; }
fieldset li { 
    list-style: none; 
    display: block;
    clear: both;
    }
fieldset li div { float: left; margin-bottom: 8px; }
fieldset ul { margin-left: 0 !important; }

legend { /* see h1 below */ }
 
hr {
    border: none;
    margin: 28px 0 10px 2.5%;
    color: #613a11;
    background-color: #613a11;
    width: 95%;
    height: 1px;
    }
    
iframe.map { margin-top: 20px; } 

/* text styles */
h1, legend { 
    font-family: Georgia, Times, "Times New Roman", serif; 
    font-size: 1.438em;
    font-weight: normal;
    padding-top: 13px;
    margin-bottom: 18px;
    }

h1 small { font-size: 60%; }
    
h2 { 
    font-family: Georgia, Times, "Times New Roman", serif; 
    font-size: 1.125em;
    font-weight: normal;
    padding-top: 12px;
    margin-bottom: 10px;
    }
    
h2 small { font-size: 80%; }
    
h3 { 
    font-family: Georgia, Times, "Times New Roman", serif; 
    font-size: 0.938em;
    font-weight: bold;
    padding-top: 12px;
    margin-bottom: 10px;
    }

#main p, #main li { 
    font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
    font-size: 0.844em; /* 13.5px */
    margin-bottom: 10px;
    }

#sideleft p, #sideright p {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 0.844em; /* 13.5px */
    }

/* text colors */
a { color: #935000; }
#main { color: #57300a; }
#sideleft, #sideright { color: #603911; }

/* layout */
#container {
    width: 870px;
    _height: 100%; /* IE 7 */
    min-height: 100%;
    background: url(images/bg-container.png) repeat-y;
    margin: 0 auto;
    }
    
#header {
    width: 870px;
    height: 202px;
    margin: 0 auto;
    position: relative;
    background-color: #faebce;
    border-bottom: 2px solid white;
    }
#header div.himg { /* wrap for IE 7 */
    float: right; 
    overflow: hidden; /* don't let wrong-size images break the header layout */
    }    
#header #logo {
    display: block;
    position: absolute;
    left: 24px;
    top: 33px;
    }

#main {
    width: 454px;
    max-width: 384px;
    min-height: 100%;
    margin-right: -70px; /* fixes background alignment in IE7 qm */
    padding: 20px 35px;
    background: url(images/bg-main.jpg) no-repeat right top;
    text-align: left;
    float: left;
    }
    
#main ul { margin-left: 20px; }
    
#sideleft { 
    width: 213px;
    min-height: 100%;
    padding-top: 20px;
    background: url(images/bg-sideleft.jpg) no-repeat left top;
    text-align: center;
    float: left;
    }

#sideright { 
    width: 203px;
    min-height: 100%;
    padding-top: 30px;
    background: url(images/bg-sideright.jpg) no-repeat right top;
    text-align: center;
    float: right;
    }
#sideleft p, #sideright p { 
    font-size: smaller; 
    line-height: 1.25em;
    padding: 0 15px;
    }
    
#topnav { 
    width: 657px;
    height: 35px;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    background-color: #613a12; 
    }
#topnav ul { margin: 9px 0 0 35px; }
#topnav li { 
    list-style: none;
    float: left; 
    }
#topnav li a, #topnav li a { 
    display: block; 
    height: 20px;
    }
    
div.clear { 
    width: 100%;
    clear: both;
    }
    
/* features and widgets */
div.follow-icons {
    margin-left: 31px;
    }
/* gallery styles moved to gallery.css */
img.rule-r { margin: 3px 0 15px 0; }   

/* wordpress additions */
div.page ul { margin-top: 0; margin-bottom: 0; }
div.page li { padding: 0; /*line-height: 90%;*/ }

/* new navigation items */
#topnav li { 
    height: 20px; 
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.938em;
    font-weight: lighter;
    letter-spacing: .11em;
    }

li.menu-item { background: url(images/nav-pipe.png) -8px 2px no-repeat; padding: 0 8px 0 9px; }
li.first-menu-item { background-image: none; padding-left: 1px; }
#topnav li:last-child { padding-right: none; }
li.menu-item a { text-decoration: none; color: #e9dbb6; display: block; float: left; }
li.menu-item a:hover { color: white; }
li.current-menu-item a { color: white; }
