/*
Theme Name: amymodularity
Theme URI: http://amy-wass.com/
Description: Testing WordPress Child Themes
Author: Amy Wass
Author URI: http://amy-wass.com/
Template: modularity
Version: 1.0
*/
@import url('../modularity/style.css');

/************************* MODULARITY STYLES ***************************/
body {
    font-family: Verdana, "Garamond", "Times","Palatino Linotype", "Book Antiqua", 
        "Trebuchet MS", "Lucida Grande", "Bitstream Sans Vera",
        Arial, Tahoma, Helvetica, Sans-Serif; font-size: 10pt
    }
body {background: #fff url(bg.jpg) repeat} 
.container {width:990px;margin:0 auto;background:#fff}
.container-inner {width:950px; margin:0 auto;padding:1.75em 0 1em}
h1,h2,h3,h4,h5, {color:#1eb7c1;font: Verdana,"Garamond","Times","Palatino Linotype", "Book Antiqua";  }
h6 {color:#333333;font: Verdana,"Garamond","Times","Palatino Linotype", "Book Antiqua"; font-size: 1em;  }
h1 a, {color:#1eb7c1;}
h2 a {color:#1eb7c1;}  
h3 a,h4 a,h5 a,h6 a {color:#333333;} 
h3.sub,h2.sub {margin: 0 0 10px 0;padding: 0 0 5px 0;font-size: 0.9em;font-weight: bold;line-height: 1em;text-transform: uppercase;letter-spacing: 1px;color: #515151;border-bottom: 1px solid #eee;}
a {color:#1eb7c1;text-decoration:none;}
a:hover, a:focus {color:#666;}
p {color:#515151; font-size: 11pt;}
h6.top {color:#ccc;}
#top {background: #fff; width:990px;margin:0 auto;padding:2px 0;color:#fffc;height:80px}
#top a {color:#fff}
.login {float:left;}
form#loginform {text-align:left;}
input #wp-submit {background:#eee}

* Masthead */

#masthead {background: #fff} 
#masthead h1 {background: url(logo.png) no-repeat; display:block; width: 420px; height: 80px; margin:0 auto; padding: 0;}
#masthead h1 a {background: url(logo.png) no-repeat; display:block; width: 420px; height: 80px; margin:0 auto; padding:0; text-indent:-9999px;}
#masthead span.description { display:none; font-weight: bold; color: #222;  font-size: 11px; padding: .35em 3em; text-indent:-9999px}





/* Navigation at rest */
#nav { float: right; margin: 18px 0 0 0; padding:8px 0 6px 10px; background:#fff }
#nav ul, #nav ul li { margin: 0; padding: 0; }
#nav ul li { font-size: 18px; font-weight: bold;  list-style: none; float: left; margin-right: 15px; position: relative;color:#1eb7c1 }
#nav ul li a { color: #1eb7c1; text-decoration: none; }
#nav ul li a:hover {color:#000;}
/* Navigation interaction */
#nav ul li ul { display: none; text-align:left;}
#nav ul li.drop:hover ul { display: block; }

/* Sub-navigation */
#nav ul li ul { padding-top: 7px; margin-left: -10px; position: absolute;z-index:200}
#nav ul li ul li { margin-right: 0; float: none; font-weight: normal; font-size: 12px;z-index:210}
#nav ul li ul li a { display: block; background: #fff; padding: 7px 10px; width: 130px; color: #000; background-repeat: no-repeat; background-position: 5px 50%; }
#nav ul li ul li a:hover { text-decoration: underline; background:#ccc;}
#nav ul li ul li a.icon { padding-left: 30px; }
#nav ul li ul li a.entries {  background: #fff url(images/rss.png) 5px 50% no-repeat;}
#nav ul li ul li a.comments { background: #fff url(images/chat.png) 5px 50% no-repeat;}
#nav ul li ul li a.phone { background: #fff url(phone.png) 5px 50% no-repeat; }
#nav ul li ul li a.email { background: #fff url(email.png) 5px 50% no-repeat;}
#nav ul li ul li a.entries:hover { background: #000 url(images/rss.png) 5px 50% no-repeat;}
#nav ul li ul li a.comments:hover { background: #000 url(images/chat.png) 5px 50% no-repeat;}
#nav ul li ul li a.phone:hover { background: #ccc url(phone.png) 5px 50% no-repeat;}
#nav ul li ul li a.email:hover { background: #ccc url(email.png) 5px 50% no-repeat;}
#nav #search {margin:0; padding:0;}
#nav #search #s {color: #000;font-size: 1em;margin:0;padding: 8px 0 8px 10px;width: 140px;border:none;background:#fff}
#nav #search input {border:0}
#nav #search #s:hover {color: #fff;background: #999}

