/*
/ / / / / / / / / / / / / / / / / / / / / / / / /
 / / / / / / / / / / / / / / / / / / / / / / / /
/ / / / / / / / / / / / / / / / / / / / / / / / /

Theme Name: ZEBRA
Theme URI: http://zbryant.com

Description: ZEBRA is a simple Wordpress theme 
designed and built by Z. Bryant for use on his 
personal site.

Author: Z. Bryant
Author URI: http://zbryant.com

Version: 1.0

Tags: minimal, grayscale, responsive, widgets,
three columns

If you'd like to adapt, expand or reuse it, please 
contact him via http://zbryant.com/contact

/* CSS RESET by Eric Meyer */ 

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

body {
  background-color: white;
  background-image: url('http://zbryant.com/wp-content/themes/zebra/images/bg.gif');
  color: #606060;
  font: normal 100% 'PT Serif', Georgia, serif;
}

/* TYPOGRAPHY */

@font-face {
  font-family: 'Miso';
  src: url(http://zbryant.com/wp-content/themes/zebra/fonts/Miso.otf) format("opentype");
}
blockquote {
  font: italic 1.5em 'PT Serif', Georgia, serif;
  margin-top: 24px;
}
cite {
  color: black;
  font: normal 0.75em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
em {
  font-style: italic;
}
#footer-wrap p {
  font: normal 0.5em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  line-height: 1.6em;
  margin: 8px 12px 4px 12px;
  text-transform: uppercase;
}
h1 {
  display: none;
}
h2 {
  font: normal 3em 'Miso', 'PT Sans Narrow', Verdana, sans-serif;
  margin-top: 54px;
  text-transform: uppercase;
}
h3 {
  color: black;
  font: bolder 1.7em 'Miso', 'PT Sans Narrow', Verdana, sans-serif;
  margin-bottom: 12px;
  text-transform: uppercase;
}  
.post-info {
  font: normal 0.75em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  margin-top: 2px;
  text-transform: uppercase;
}

/* LINKS */

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h2 a {
  color: #ff3c00;
  text-decoration: none;
  text-transform: uppercase;
}
#topLink a {
  color: #000000;
  float: left;
  font: bolder 0.75em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  margin: 22px 0 0 -94px;
  text-transform: uppercase;
  text-decoration: none;
}
#topLink a:hover {
  color: #ff3c00;
}
.categories a {
  color: #ff3c00;
  float: left;
  font: bolder 0.75em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  margin: 22px 12px 0 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.categories a:hover {
  color: black;
}
.tags a {
  float: left;
  margin: 14px 0 0 14px;
  opacity:0.2;
  filter:alpha(opacity=20); /* For IE8 and earlier */
}
.tags a:hover {
  opacity:1.0;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}
.float-left a {
  color: #ff3c00;
  float: left;
  font: bolder 0.75em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  margin-top: 60px;
  text-decoration: none;
  text-transform: uppercase;
}
.float-left a:hover {
  color: black;
}
.float-right a {
  color: #ff3c00;
  float: right;
  font: bolder 0.75em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  margin-top: 60px;
  text-decoration: none;
  text-transform: uppercase;
}
.float-right a:hover {
  color: black;
}
#links {
  margin-bottom: 24px;
}
#links li {
  color: black;
  font: normal 0.875em 'PT Sans Caption', Verdana, sans-serif;
  letter-spacing: 0.125em;
  line-height: 1.5em;
  text-transform: uppercase;
}

/* IMAGES */

img {
  max-width: 100%;
}

.alignnone {
  height: inherit;
  width: inherit;
}

/* LAYOUT */

#wrap {
  margin: auto;
  width: 100%;
}
#header {
  background-color: white;
  box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
  min-height: 60px;
  position: fixed;
  width: 100%;
}
#content-wrap {
  clear: right;
  margin-left: 12px;
}
#main {
  background-color: white;
  float: left;
  margin-top: 72px;
  padding: 24px;
}
#main p {
  margin-bottom: 1em;
  width: 580px;
}
#pusher {
  margin-top: 24px;
}
#sidebar {
  background-color: white;
  float: left;
  margin:72px 0 0 12px;
  padding:24px
}
#widebar {
  background-color: white;
  float: left;
  margin:72px 0 0 12px;
  padding:24px
}
#footer-wrap {
  background: white;
  clear: both;
  float: left;
  margin: 12px 12px 0 12px;
  padding: 12px;
  width: 604px;
}
#logo {
  float: left;
  margin: -20px 0 0 18px;
  position: absolute;
  z-index: 1;
}
#nav {
  float: left;
  margin-left: 180px;
}
#nav ul {
  display: inline;
}
#nav li {
  display: inline;
}

/* SEARCH */

#search-wrap {
  display: none;
}
.searchform {
  background-color: transparent;
  border: none;
  margin: 0; 
  padding: 20px 0 15px 8px;	
  width: 300px;	
}
.searchform p { 
  margin: 0;
  padding: 0 0 10px 0; 
}
.searchform input.textbox { 
  width: 185px;
  height: 18px;
  padding: 2px;	
  vertical-align: top;
}
.searchform input.button { 
  width: 60px;
  height: 24px;
  padding: 2px 5px;
  vertical-align: top;
}