/*
Theme Name: On Assignment
Theme URI: http://graphpaperpress.com
Description: A child theme for Modularity 2.6 and higher
Author: Thad Allender
Author URI: http://thadallender.com
Template: modularity
Version: 2.6
License:  GPL
*/
	
@import url("../modularity/style.css");

/* Globals */
.container {padding: 1em 0 2em 0;}
.container-inner {padding:0}
#top {height:36px;}
.thumbnail, .attachment-thumbnail, #featured-section .timthumbnail, .archive .timthumbnail, .search .timthumbnail {max-width:270px;}
	  
	  

/* Masthead */
#masthead {position: relative; margin: 0;padding:0; float:none; height: 55px}
#masthead #logo h1 {line-height: 0; margin-top:0px;}
#masthead #logo h1 a {color: #000;}
#masthead #logo .description {float:left; margin:1.6em 2em;vertical-align: middle}
#masthead #search {position: absolute; top: 20px; right:0; }
#masthead #search #s {border:none;background:#33333f; color:#fff}
#masthead #search #s:hover {background:#66666f}

/* Top navigation overrides */
#nav-wrap-top {float:right;margin-top:1em;}
#nav-wrap-top .sf-menu {background: none; float:right;}
#nav-wrap-top .sf-menu li {background: none;float:right; border-right: 1px dotted; margin:6px 0;}
#nav-wrap-top .sf-menu li.last {border:none}
#nav-wrap-top .sf-menu li a {color:#999; padding: 3px 8px;}

/* Main navigation overrides */
#nav-main {height:35px;background:#22222f;margin:0 0 2em 0}
.home #nav-main {margin:1em 0;}
#nav-main .sf-menu {margin:0;padding:0;display:block;position:relative;top:0;font-size:12px;width:950px;height:35px;float:none;clear:both; background:#33333f}
#nav-main .sf-menu li {margin-right:0; background:#22222f;white-space:nowrap;text-transform:capitalize}
#nav-main .sf-menu li a {padding:10px 60px 13px 12px; color:#fff}
#nav-main .sf-menu li a:hover {color:#fff; background:#66666f;}
#nav-main .sf-menu li.sfHover ul {top:3em;}
#nav-main .sf-menu li {border-right: 1px solid #333;margin-left:0}
#nav-main .sf-menu li li {border:none;}
#nav-main .sf-menu li li li {border:none;}
#nav-main .sf-menu a {padding:9px;text-decoration:none;}

/* Footer */
#footer-wrap {border-top: 1px solid #222; padding: 2em 0;}
#footer div.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #222;}
#footer hr {background:#222}
#footer h3 {margin:.5em 0}
#footer h3 a {color:#fff}
#footer ul li a {border-bottom:1px solid #222; background-image:none; color:#999 }

/* Archive */
.archive img {margin:0 1.5em 1.5em 0}
.archive .content {margin: 2em 0}

/* Featured */
#featured {margin: 0 0 4em 0}
#featured img.attachment-medium {max-width:270px;overflow:hidden;display: inline}

/* PORTFOLIO THUMBNAILS */
.portfolio-image-wrapper {position: relative; margin: 0 0 6px 0;padding:0;height:190px;}
.portfolio-image-wrapper .title-overlay {background: #66666f; padding:4px; top: 164px; left: 0;bottom: 0; height: 18px; width:262px; overflow:hidden; position: absolute; max-width: 262px; z-index: 1; /* opacity - move to sep. stylesheet */ filter: alpha(opacity=70); -moz-opacity: .70; opacity:.70; }
.portfolio-image-wrapper .title-overlay h6 {text-shadow:1px 1px 1px #000;font-weight:normal; letter-spacing:1px; /* opacity - move to sep. stylesheet */ filter: alpha(opacity=100); -moz-opacity: 1; opacity:1;}
.portfolio-image-wrapper .title-overlay h6 a { text-transform:uppercase; color: #fff; text-decoration: none; z-index: 1;}
.portfolio-image-wrapper .title-overlay h6 a:hover {color:#fff;}
.portfolio-image-wrapper .title-overlay p {text-shadow:1px 1px 1px #000;font-size:.8em;color:#515151;padding:2px 5px; display: block; z-index: 1; }
.portfolio-image-wrapper .title-overlay p a {color:#515151}
.portfolio-image-wrapper .title-overlay p a:hover {color:#fff}
.gallery-caption {font-style:bold;text-align:center}
.thumbnail-270x190 {max-width:270px;max-height:190px;width:270px;height:190px;margin:0 1.5em 1.5em 0;float:left; }


