/*
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.2
License:  All Rights Reserved
*/
	
@import url("../modularity/style.css");

.span-24, div.span-24 {width:630px;}
h2 img { margin-left: 3px;margin-right:25px;}

.topImage {
	width: 690px;
	height: 150px;
	padding-bottom: 85px;
	}
	
/* clearfix snippet */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

body {background:#000;
}
#top {width:950px;height:0px;margin:-51px auto 4px auto;padding:0;} 
#top .logo {float:left;display:block;height:43px;overflow:hidden;padding:0;width:259px;}
#top .logo a{display:block;height:57px;overflow:hidden;width:259px;}
#top .logo a img{border:0;}
#top .logo a:hover {display:block;height:43px;text-indent:-259px;width:259px;}
.description {margin:0 24px; padding:26px 0 0 0; float:left;color:#000}
.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:1px solid #111;border-top:#111 1px solid*/;background-color: #d7d7d7; height: 42px;z-index:102;}
div.nav-wrapper { display: block; margin: 0 auto; position: relative;width:950px;}
#nav-drop {float:right;}
#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: 12px; padding: 15px; line-height: 1; }
#nav-drop li.hover a { background-color: #b3b3b3; }
#nav-drop ul { top: 42px; }
#nav-drop ul li a { background-color: #b3b3b3; }
#nav-drop ul a.hover { background-color: #a3a3a3; }
#nav-drop li ul li a { border-bottom: 1px solid #333; 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 { 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 { 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; color: #ccc; vertical-align: bottom; }
#search #s:hover { color: #fff; background: transparent}
div.nav-wrapper #search #s:hover {color: #fff;background: transparent;}

.postmetadata {background:#000;border-top:1px solid #444;border-bottom:1px solid #444;padding:10px;color:#999; -moz-border-radius: 0;-khtml-border-radius: 0;-webkit-border-radius: 0;border-radius: 0;font-size:10px;}
.postmetadata a {color:#ccc;}
.postmetadata a:hover {color:#fff;text-decoration:underline}

/* Sidebar */
.welcomebox h2 { display: inline; float: left;padding-top:100px; }
#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;}

#blog-section { clear: both;float:right;width:690px; }

/*h3.sub{
	display:none;
}*/