/*
Theme Name: Barley Frog 2015
Theme URI: https://wordpress.org/themes/twentytwelve/
Author: Interactive Media Consulting, LLC
Author URI: http://imediaconsult.com
Template: twentytwelve
Version: 1.0.0
*/

@import url("../twentytwelve/style.css");

/**
 * Table of Contents
 *
 * 0.0 - Color
 * 1.0 - Typography
 * 2.0 - Elements (lists, tables, forms)
 * 3.0 - Navigation (links, menus, pagination)
 * 4.0 - Alignment
 * 5.0 - Header
 * 6.0 - Content (posts, pages, comments)
 * 7.0 - Media (captions, galleries)
 * 8.0 - Widgets
 * 9.0 - Footer
 * 10.0 - Featured (home content)
 * 11.0 - Plugins
 * 12.0 - Media Queries
 * 13.0 - Print Queries
 -----------------------------------------------------------------------------
 */

/**
 * 0.0 Color
 *
 * #000000;   rgba(0,0,0,1);    black   *selector*
 -----------------------------------------------------------------------------
 */

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

body {

}

h1, h2, h3, h4, h5, h6 {

}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

p {

}

b,
strong {

}

dfn,
cite,
em,
i {

}

blockquote {

}

/**
 * 2.0 Elements
 -----------------------------------------------------------------------------
 */

hr {
  background-color: #eee;
  border: 0;
  clear: both;
  height: 1px;
}

ul,
ol {

}

li > ul,
li > ol {

}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}

/**
 * 3.0 Navigation
 -----------------------------------------------------------------------------
 */

a {

}

a:hover,
a:focus {

}

/* Primary Menu */


/* Secondary Menu */


/* Footer Menu */


/* Mobile Menu */


/* Pagination */


/**
 * 4.0 Alignment
 -----------------------------------------------------------------------------
 */

.alignleft,
.wp-caption.alignleft,
blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  float: left;
  margin: 6px 20px 10px 4px;
}

.alignright,
.wp-caption.alignright,
blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  float: right;
  margin: 6px 4px 10px 20px;
}

.aligncenter,
.wp-caption.aligncenter,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin: 6px auto 10px;
}

.alignnone,
.wp-caption.alignnone {
  margin: 6px 100% 10px 0;
}

/**
 * 5.0 Header
 -----------------------------------------------------------------------------
 */



/**
 * 6.0 Content
 -----------------------------------------------------------------------------
 */



/**
 * 7.0 Media
 -----------------------------------------------------------------------------
 */

/* Captions */
.wp-caption {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.wp-caption img {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
    -moz-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  padding: 2px;
}


/* Galleries */


/* Image Borders */
.img-border {
  border: 1px solid #666;
  box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.5);
    -moz-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.5);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.5);
}

.img-frame {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
    -moz-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(145, 145, 145, 0.4);
  padding: 2px;
}

/**
 * 8.0 Widgets
 -----------------------------------------------------------------------------
 */



/**
 * 9.0 Footer
 -----------------------------------------------------------------------------
 */



/**
 * 10.0 Featured
 -----------------------------------------------------------------------------
 */



/**
 * 11.0 Plugins
 -----------------------------------------------------------------------------
 */



/**
 * 12.0 Media Queries
 -----------------------------------------------------------------------------
 */



/**
 * 13.0 Print
 -----------------------------------------------------------------------------
 */

@media print {

}
