/*
Theme Name: OWP Modularity Child Theme
Theme URI: http://www.offwingphoto.com
Description: Child Theme for OffWing Photo.  All edits should go here.
Author: James "Tapeleg" Gralian
Author URI: http://jerseysandhockeylove.com
Template: modularity
Version: 0.1
 
This work is not for distribution without the consent of the author.
 
*/
 
@import url("../modularity/style.css");
 
/* Overwrite your styles here */

/************************* MODULARITY STYLES ***************************/
body {color:#999;background: #111}
.container {width:990px;margin:0 auto;background:#fff}
.container-inner {width:950px; margin:0 auto;padding:1.75em 0 1em}
h1,h2,h3,h4,h5,h6 {color:#222;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#222;}
h3.sub,h2.sub {margin: 0 0 10px 0;padding: 0 0 5px 0;font-size: 1.1em;font-weight: bold;line-height: 1em;text-transform: uppercase;letter-spacing: 2px;color: #515151;border-bottom: 1px solid #eee;}
a {color:#428ce7;text-decoration:none;}
a:hover, a:focus {color:#666;}
p {color:#515151;}
h6.top {color:#ccc;}
#top {width:950px; margin:0 auto 1em;padding: 0 0 .5em; color:#666; height:0px;}
#top a {color:#666}
.login {float:left;}
form#loginform {text-align:left;}
input #wp-submit {background:#000}

/* Posts */
.content {display:block;clear:both;}
.post {display:block;clear:both;}
.postmetadata {background:#eee;padding:1em;color:#999; font-size:11px;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.postmetadata a {color:#ffffff;}
.postmetadata a:hover {color:#222;}
.underlined {border-bottom:1px solid #222;}
.welcomebox {padding:1.5em;margin-bottom:1.5em;background:#eee;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

/* Captions */
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 15px;margin: 0;padding:6px;text-align:left;font-style:italic;}


/* Masthead */
#masthead {float: left; padding-top:8px}
#masthead h4, #masthead span { margin: 0; padding:6px 0 2px; line-height:2em }
#masthead h4 { font-weight: bold; text-transform: uppercase; float: left}
#masthead h4 a { color: #fff; text-decoration: none; }
#masthead span.description { font-weight: normal; color: #868686; text-transform: lowercase; font-size: 12px; padding: .35em 1em;}

/* Navigation at rest */
#nav { float: right; margin: 18px 0 0 0; padding:8px 0 6px 10px; background:#000;}
#nav ul, #nav ul li { margin: 0; padding: 0; }
#nav ul li { font-size: 11px; font-weight: normal; text-transform: lowercase; list-style: none; float: left; margin-right: 15px; position: relative;color:#999 }
#nav ul li a { color: #999; text-decoration: none; }
#nav ul li a:hover {color:#fff}

/* Slideshow */
ul#portfolio {padding:0 0 10px 0;list-style:none;margin:130px 0 1em;overflow:hidden;max-height:425px;}
ul#portfolio li {list-style:none;padding:0;}
ul#portfolio li h4 {margin: 0 0 .5em 0;text-transform:uppercase;padding:0 16px;}
ul#portfolio li img {max-width:950px;text-align:center;margin:0;}

