/*
Theme Name: Modslider
Theme URI: http://graphpaperpress.com
Description: A child theme for Modularity
Author: Thad Allender
Author URI: http://thadallender.com
Template: modularity
Version: 1.5.1
License:  All Rights Reserved
*/
	
@import url("../modularity/style.css");

body {background: url(images/pagebg.jpg) repeat top left fixed; font-family: georgia;}
.content h3 {font-color:#ff668b;}
p {line-height:23px;}

#top {width:990px;height:40px;margin:10px auto 10px auto;padding:0;}
#top .logo {float:left;display:block;height:144px;overflow:hidden;padding:0;width:330px;}
#top .logo a{display:block;height:144px;overflow:hidden;width:330px;}
#top .logo a img{border:0;}
#top .logo a:hover {display:block;height:144px;text-indent:-330px;width:330px; background:url(images/weblogo2.png) no-repeat}
.description {margin:0 34px; padding:56px 0 0 0; float:left;color:#000; font-style:italic; font-size:14pt;}
.login {float:right;margin:26px 20px 0 0;color:#000}
#top .feed {float:right;margin:26px 0 0 3px;padding: 0 0 0 16px;background: url("images/rss.png") no-repeat 0 50%;} 
#masthead {display:block;clear:both}

/* NAVIGATION - Basic code - don't modify */ 
div.wrapper { position: relative; margin: 0; width: 100%;display: block;border-bottom:0px solid #111;border-top:#111 0px solid;background-color:#dcd1c0; height: 44px;}
div.nav-wrapper { display: block; margin: 0 auto; padding: 0; position: relative;width:950px;}
#nav-drop {float:left;}
#nav-drop li { text-align: left; display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; cursor:default; }
#nav-drop a { display: block; z-index: 100;}
#nav-drop ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav-drop ul { line-height: 0; } /* IE6 "fix" */
#nav-drop ul a { zoom: 1; } /* IE6/7 fix */
#nav-drop ul li { float: none; }
#nav-drop ul ul { top: 0; }
    
/* NAVIGATION _ Essentials - configure this */
#nav-drop ul { width: 170px; }
#nav-drop ul ul { left: 170px; }

/* NAVIGATION - Everything else is theming */
#nav-drop *:hover { background-color: none; }
#nav-drop a {color: white; font-size: 16px; padding: 14px; line-height: 1; font-family:georgia; text-transform:lowercase; border-right:0px solid #999999;}
#nav-drop li.hover a { background-color: #f3eadb; color:#ff4080; }
#nav-drop ul { top: 42px; }
#nav-drop ul li a { background-color: #f3eadb; }
#nav-drop ul a.hover { background-color: #e3d9c9; }
#nav-drop li ul li a { border-bottom: 1px solid #e3d9c9; border-right: none; }
/* #nav-drop ul a { border-bottom: none; } - I also needed this for IE6/7 */
#nav-drop ul li a.children {background-image: url(images/arrow.png); background-position: right center; background-repeat: no-repeat;}
#nav-drop a.site-logo {width: 150px;background:url(images/button.jpg) no-repeat 0px 0px;}
#nav-drop ul li a.site-logo:hover {color:#fff;background:url(images/button.jpg) no-repeat 0px -71px;}

/* NAVIGATION - Search for something */
div.nav-wrapper #search { text-transform:lowercase; position: relative; float: right; top: 8px; height:40px; width:190px; background: url(images/search.jpg) no-repeat left top; z-index: 200}
div.nav-wrapper #search:hover {color:#fff; background: url(images/search-hover.jpg) no-repeat left top}
div.nav-wrapper #search #s { background: transparent; float: left; display: block; margin:0;padding-left: 37px; width: 140px; border: none; font-size: 12px; font-family:georgia; color: #fff; vertical-align: bottom; }
#search #s:hover { color: #fff; background: transparent;}
div.nav-wrapper #search #s:hover {color: #fff;background: transparent;}

.postmetadata {background:#f3eadb;border-top:1px solid #e1d4bf;border-bottom:1px solid #e1d4bf;padding:10px;color:#93846c; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;font-size:10px;}
.postmetadata a {color:;}
.postmetadata a:hover {color:#ff2a5e;text-decoration:underline}

/* Sidebar */
#sidebar ul li a:hover,ul.txt li:hover{color:#515151;background-position:1px 0.8em;background: #f2f1ef url(images/li.png) no-repeat 2px 10px;}



/* Footer */
#footer-wrap {background-color:#1F1F1F; background-image: url(images/footerimage.png);}
#footer {width:950px; padding:1.5em 0;margin:0 auto;color:#93846c;text-align:left;}
#footer p {color:#93846c;}
#footer h3 {margin:0;padding:0 0 .5em 0; border-bottom:none; color:#afa089}
#footer .item {margin:0 0 4em 0}
#footer ul{list-style:none;margin:0 0 1.6em 0;font-size:1em;}
#footer ul li a,ul.txt li{height:1%;line-height:1em;display:block;padding:6px 0 6px 8px;}
#footer ul li a:hover,ul.txt li:hover{color:#d0cc27;background-position:1px 0.8em;background: #252422}
#footer ul li a span,ul.txt li,h4 a span{color:#696455;}
#footer ul li.active a{cursor:default;color:white;}
#footer ul ul{margin:0;list-style:none;}



/* == Contact Form == */

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
	margin-bottom:8px;
	width:260px;
}

.wpcf7-form-control-wrap Subject {
        width:260px;
}

.wpcf7-form input[type=submit]{
        border:none;
        padding-top:2px;
        font-family:georgia;
        background-image:url("/wp-content/themes/modslider/images/send.png");
        background-color:transparent;
        width:62px;
        height:38px;
        margin-left:220px;
}



.wpcf7-form-control-wrap textarea{
        background-color:#e4dbcd;
        border: 1px solid #dcd1c0;
        font-family:georgia;
        color:#3b3731;
        padding:5px;
        width:260px;
        height:100px;
        font-size:10pt;
}

.wpcf7-validates-as-required{
        background-color:#e4dbcd;
        border: 1px solid #dcd1c0;
        font-family:georgia;
        color:#3b3731;
        padding:5px;
}

.wpcf7-response-output wpcf7-display-none wpcf7-mail-sent-ok {
        border:none;
        color:#ff4080;}
