/*
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");

body {background: #000 url(images/bg.jpg)  repeat-y top center;}
#top {width:990px;height:70px;margin:0px auto 0px auto;padding:0;}
#top .logo {float:left;display:block;height:70px;overflow:hidden;padding:0;width:990px;}
#top .logo a{display:block;height:70px;overflow:hidden;width:990px;}
#top .logo a img{border:0;}
#top .logo a:hover {display:block;height:70px;text-indent:-0px;width:990px;}

#masthead {display:block;clear:both}

/* NAVIGATION - Basic code - don't modify */
div.wrapper { position: relative; margin: 0 auto; width: 990px;display: block;border-bottom:1px solid #13140e;border-top:#13140e 1px solid;background-color: #13140e; height: 42px;z-index:102;}
div.nav-wrapper { display: block; margin: 0 auto; padding: 0; position: relative;width:990px;}
#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: 150px; }
#nav-drop ul ul { left: 150px; }

/* NAVIGATION - Everything else is theming */
#nav-drop *:hover { background-color: none; }
#nav-drop a {color: #25a4ab; font-size: 12px; padding: 20px; line-height: 1; }
#nav-drop li.hover a { background-color: #1c1c1a; }
#nav-drop ul { top: 42px; }
#nav-drop ul li a { background-color: #222; }
#nav-drop ul a.hover {color: #fff; background-color: #000; }
#nav-drop li ul li a { border-bottom: 0px solid #1c1c1a; 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:210px; background: url(images/search.png) no-repeat left top; z-index: 200}
div.nav-wrapper #search:hover { background: url(images/search-hover.png) no-repeat left top}
div.nav-wrapper #search #s { background: transparent; float: left; display: block; margin:0;padding-left: 37px; width: 153px; border: none; font-size: 12px; color: #25a4ab; vertical-align: bottom; }
#search #s:hover { color: #25a4ab; background: transparent}
div.nav-wrapper #search #s:hover {color: #25a4ab;background: transparent;}

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

/* Sidebar */
#sidebar {margin:0;}
#sidebar h2 {margin:0;padding:0 0 .6em 0}
#sidebar .item {margin:0 0 4em 0}
#sidebar ul{list-style:none;margin:0 0 1.6em 0;font-size:1em;}
#sidebar ul li a,ul.txt li{color:#25a4ab;height:1%;background:url(images/li.png) no-repeat  0;line-height:1.2em;border-bottom:1px solid #2b2c28;display:block;padding:6px 0 6px 8px;}
#sidebar ul li a:hover,ul.txt li:hover{color:#515151;background-position:1px 0.8em;background: #E5ECF9 url(images/li-white.png) no-repeat 3px 10px;}
#sidebar ul li a span,ul.txt li,h3 a span{color:#696455;}
#sidebar ul li.active a{cursor:default;color:#1b787e;}
#sidebar ul ul{margin:0;list-style:none;}

/* Custom Icons */
.addthis_toolbox .custom_images a {width: 24px;height: 24px;margin: 0;padding: 5;}
.addthis_toolbox .custom_images a img {opacity: 1.0;}
.addthis_toolbox .custom_images a:hover img {opacity: 0.60;}  