/*
Theme Name: Foundation, for WordPress
Theme URI: http://fwp.drewsymo.com
Author: Drew Morris
Author URI: http://drewsymo.com
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: foundation
*/

/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Images
:: Posts
:: Typography
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Images
----------------------------------------- */

.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
    max-width: 97.5%;
    width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}

.wp-caption { max-width: 100%; }

/* -----------------------------------------
   Posts
----------------------------------------- */

article header hgroup h2 {
	background: url('/img/stripes.png') repeat-x;
	background-position: 0 20px;
}

article header hgroup h2 a {
	padding-right: 12px;
	background: #fff;
}


.author-box h6 {margin-top: -8px; font-weight: bold; margin-bottom: 8px;}
.author-box .author_gravatar {margin-right:10px;}
.author-box p {font-size:13px; }

article .th {margin-bottom:10px; margin-bottom:1rem;}

.alignleft {float:left;}
.alignright {float:right;}

/* -----------------------------------------
   Typography
----------------------------------------- */

body,h1,h2,h3,h4,h5,h6 {font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6 {font-weight:300;}

.site-title .subheader {margin-bottom:0;}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

#header {
    background: #191919;
    border-bottom: 1px solid #000;
    margin-bottom: 18px;
}

#home #header {
    margin-bottom: 0;
}

#logo {
    margin-top: 28px;
    float: left;
}

#logo a {
    display: block;
    text-indent: -9999px;
    background: url('/img/blog-zapen.png') no-repeat;
    height: 30px;
    width: 158px;
}

#topnav {
    list-style: none;
    float: right;
    margin: 0;
    position: relative;
}

#topnav li {
    display: inline;
}

#topnav li a {
    display: block;
    float: left;
    padding: 28px 16px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0 1px 1px #111;
}

#topnav li.active > a, #topnav > li:hover > a {
    background: #111;
    text-decoration: none;
}

#topnav li:hover .submenu {
    display: block;
}

#topnav .submenu {
    display: none;
    z-index: 99999;
    position: absolute;
    top: 55px;
    width: 196px;
    padding: 30px 9px 12px 4px;
    left: 60px;
    background: url('/img/submenu_bg.png') no-repeat;
}

#topnav .submenu li {
    display: block;
    padding: 4px;
    border-bottom: 1px dotted #cecece;
}

#topnav .submenu li a {
    margin: 0; padding: 0;
    float: none;
    color: #333;
    font-weight: normal;
    text-shadow: none;
    font-size: 11pt;
    margin: 0 4px;
}

#topnav .submenu li.last{
    border: none;
}

#topnav .submenu li a:hover {
    text-decoration: none;
}

#topnav .submenu li:hover, #topnav .submenu li.current {
    background: #efefef;
}

#sidebar ul {
    margin-left: 18px;
}

#sidebar .widget {
	border-bottom: 1px solid #ddd;
}

#footer {
    background: url('/img/footer_pattern.gif');
    margin-top: 28px;
    padding: 18px 0 12px 0;
    color: #fafafa;
    border-top: 1px solid #4c5053;
}

#footer p {
    margin-bottom: 8px;
}

#footer .orange {
    color: #ff9900;
}

#footer .social a {
    opacity: 0.75;
}

#footer .social a:hover {
    opacity: 1;
}

#footer .social img {
    margin-right: 8px;
}

#footer .vcard {
    color: #444;
    font-style: normal;
}

#footer .vcard a, #footer .vcard abbr {
    color: #f0f0f0;
    border-bottom: none;
}

#footer address {
    line-height: 1.4em;
}

/* -----------------------------------------
   Page Name 1
----------------------------------------- */

/* -----------------------------------------
   Page Name 2
----------------------------------------- */


