/*
Theme Name: Ryan's Custom Modularity Theme
Theme URI: http://hexameta.com/
Description: Ryan's Custom Modularity Theme
Author: Ryan Scott
Author URI: http://hexameta.com/
Template: modularity
Version: 1.4.3
*/

@import url('../modularity/style.css');

/************************* MODULARITY STYLES ***************************/
#top {width:950px;margin:0 auto 1em;padding:0 0 0.5em;color:#666;height:66px}

/* Masthead */
#masthead h4 { background: url(/wordpress/wp-content/themes/site-logo.png); display:block; width: 422px; height: 72px;padding:0; text-indent:-9999px;}
#masthead h4 a { background: url(/wordpress/wp-content/themes/site-logo.png); display:block; width: 422px; height: 72px;padding:0; text-indent:-9999px;}

/* 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}

/* Navigation interaction */
#nav ul li ul { display: none; text-align:left;}
#nav ul li.drop:hover ul { display: block; }

/* Slideshow */
ul#portfolio {padding:0;list-style:none;margin:0 0 1em;overflow:hidden;max-height:425px;}

