/*
Theme Name: Workspace
Theme URI: http://graphpaperpress.com
Description: A child theme, yo!  For Modularity 2.7 or higher
Author: Thad Allender
Author URI: http://graphpaperpress.com
Template: modularity
Version: 2.7
Tags: minimalistic, clean, child, portfolio
License:  GPL
*/
	
@import url("../modularity/style.css");

/* MODULARITY GLOBAL STYLE OVERRIDES */
body {
	font-family: Arial, Helvetica, sans-serif;
	.container {;width:990px;margin:20px auto;background:#fff;z-index:49}
}

/* HEADER */
#masthead #logo h1 a {color:#fff}
#masthead #logo .description {color:#999}
ul.sf-menu,ul.sf-menu li {text-transform: uppercase;font:bold}

/* SLIDER */
.sliderGallery {background: #000;}
.ui-slider-handle {background:#444}
#slider-handle {background:#222}
.archive .timthumbnail {max-width:310px}

/* PORTFOLIO THUMBNAILS */
.portfolio-image-wrapper {position: relative; margin: 0 0 0 0;padding:0;height:150px;}
.portfolio-image-wrapper .title-overlay {background: #000; padding:4px; top: 124px; left: 0;bottom: 0; height: 18px; width:302px; overflow:hidden; position: absolute; max-width: 302px; z-index: 1; /* opacity - move to sep. stylesheet */ filter: alpha(opacity=10); -moz-opacity: .10; opacity:.10; }
.portfolio-image-wrapper .title-overlay h6 {text-shadow:1px 1px 1px #000;font-weight:normal; padding:0 5px;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: #ccc; 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:italic;text-align:center}
.thumbnail-310x150 {max-width:310px;max-height:150px;width:310px;height:150px;margin:0 10px 10px 0;float:left}

/* Category Columns */
#category-section ul {border-top: 1px dotted #222}
#category-section ul li a, ul.txt li {border-bottom: 1px dotted #222}