/*
Theme Name: Java+++
Theme URI: http://javaplusplusplus.com
Description: A custom WordPress theme based on the Skeleton RWD framework
Version: 1.0
Author: Rob Larsen
Author URI: http://www.drunkenfist.com
Template: skeleton
License: MIT
*/


/* Table of Contents
==================================================
  #Fonts
  #Global Reset
  #Structural Customization
  #Header
  #Navigation Bar
  #Typography
  #Tables
  #Widgets
  #WP Blog
  #Form Buttons
  #Styled Buttons
  #Tabs
  #Toggles
  #Callouts
  #Comments
  #WP Gallery
  #Misc
*/

/* @group Fonts */
@font-face {
    font-family: 'BPreplay';
    src: url('fonts/BPreplay-webfont.eot');
    src: url('fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BPreplay-webfont.woff') format('woff'),
         url('fonts/BPreplay-webfont.ttf') format('truetype'),
         url('fonts/BPreplay-webfont.svg#BPreplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPreplayBold';
    src: url('fonts/BPreplayBold-webfont.eot');
    src: url('fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BPreplayBold-webfont.woff') format('woff'),
         url('fonts/BPreplayBold-webfont.ttf') format('truetype'),
         url('fonts/BPreplayBold-webfont.svg#BPreplayBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'BPreplayItalic';
    src: url('fonts/BPreplayItalics-webfont.eot');
    src: url('fonts/BPreplayItalics-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BPreplayItalics-webfont.woff') format('woff'),
         url('fonts/BPreplayItalics-webfont.ttf') format('truetype'),
         url('fonts/BPreplayItalics-webfont.svg#BPreplayItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 26, 2013 04:31:17 PM America/New_York */



@font-face {
    font-family: 'MichromaRegular';
    src: url('fonts/Michroma-webfont.eot');
    src: url('fonts/Michroma-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Michroma-webfont.woff') format('woff'),
         url('fonts/Michroma-webfont.ttf') format('truetype'),
         url('fonts/Michroma-webfont.svg#MichromaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @group Global Reset */
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; }
  article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
  body {
    line-height: 1; 
    background:#ccc;
    }
  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; }
  table.pad td {
  padding: 10px;
  }
    
  pre,code {
    white-space: normal;
    background-color: #ededed;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    display: block;
    width: 100%;
    font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
    margin: 5px 0;
    padding: 5px;
}
p code {display: inline;}

body {
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
        font-family:Verdana,Geneva,'DejaVu Sans',sans-serif;
}

/* @end */

/* @group Structural Customization */


#header {
  clear: both;
  }

#header .inner {
  padding-bottom:5px;
}

#header .header_extras {
  float: right;
}

/* Give the main wrapper a separate background color */

#wrap { background:#efefef; border-right:5px solid #999;border-left:5px solid #999;border-bottom:50px solid #999;}

/* Footer Styles */

#footer {
  border-top: 1px solid #d6d6d6;
  font-size: 1em;
}
#footer.noborder {
  border: none;
  padding-top: 0;
}

#footer small {
  font-size: 11px;
  color: #ccc;
}

/* @end */

/* @group Header */

#site-title {
  margin: 0;
  padding: 0;
  font-size: 50px;
  line-height: 55px;
  
}

#header div#site-title a,
#header h1#site-title,
#header h1#site-title a {
color: rgb(245, 0, 255);
font-family:MichromaRegular;
text-transform : uppercase;
  margin: 0;
  padding: 0;
  
line-height: 56px;
  text-decoration: none;
  letter-spacing: 20px;
float:left;
}

#header #site-title a:visited {
color: #404040;
}
#header #site-title a:hover {
  color: #0094FF;
} 

/* Header Tagline */

#header span.site-desc {
  font-family: BPReplayBold;
  margin: 0;
  text-transform :uppercase;
  font-size: 24px;
  line-height: 43px;
  color: #ccc;
  letter-spacing: 6px;
  position:relative;
  top:12px;
  left: 12px;
  text-align : justify;

}

/* Image Header */

#header #site-title.graphic a {
  text-indent: -9999em;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
}
#header span.site-desc.graphic {
  display: none;
}

/* @end */

/* @group Navigation Bar */

#navigation ul {
  width: 100%;
  background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;

    border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: relative;
}
  

#navigation ul li {
  background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;

  background-image: none;
  border-right: 1px solid #e3e3e3;
    position: relative;
}

#navigation ul li a {
  background-image: none;
  padding: 15px 25px;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-shadow: 1px 1px 0px #fff;
}

/* Navbar Hover Links */

#navigation ul li:hover a,
#navigation ul li a:hover {
  color: #545454;
  background: #f1f1f1;
  background: -moz-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;

  border-bottom: 1px solid #F1F1F1;
    position: relative;
}

#navigation ul li:hover li a {
  color: #595959;
  font-weight: normal;
}

/* Navbar Active Links */

#navigation ul li.active a {
  color: #333;
  background: #fff;
  text-shadow: 1px 1px 0px #fff;
  border-bottom: 1px solid #fff;
}


/* Nav Sublevel */

#navigation ul.sub-menu {
  background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
    border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#navigation ul.sub-menu li {
  border: none;
}

/* Nav Sublevel Links */

#navigation ul.sub-menu li a {
  background: #f0f0f0;
  padding: 5px 0px 5px 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  min-width: 210px;
  border-bottom: none;
  position: static;
    behavior: none;
}

/* Nav Sublevel Hover */

#navigation ul.sub-menu li a:hover {
  background: #fff;
  border-bottom: none;
}


/* @end */



/* @group Typography */
 
  .post h1, h2 , h3, h4, h5 { 
    font-family: BPreplay;
  }
  
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
  }
  
  
.post dt {
  font-weight:bold;
}
  
  h1 {line-height: 140%; margin-bottom: 14px;}
  h2 {line-height: 130%; margin-bottom: 10px; }
  h3 {line-height: 130%; margin-bottom: 8px; }
  h4 {line-height: 125%; margin-bottom: 8px; }
  h5 {line-height: 120%; margin-bottom: 8px;}
  
  h6 {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 8px;
    color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    color: #375199;
  }
  .subheader { color: #777; }
  .normal {font-weight: normal;}
  .bolder {font-weight: bolder;}
  .entry-content p img {
    border:1px solid #666;  
    display:inline-block;
  }

  p { margin: 0 0 20px 0; }
  p img { margin: 0; }
  .author-robreact #content img {
    max-width:395px;
  }
  p.lead { font-size: 21px; line-height: 27px; color: #777;  }
  
  em { font-style: italic; }
  strong { font-weight: bold; color: #333; }
  small { font-size: 80%; }
  
/*  Blockquotes  */
  blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
  blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
  blockquote cite { display: block; font-size: 12px; color: #555; }
  blockquote cite:before { content: "\2014 \0020"; }
  blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }
  
  hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
  a { color : #036;}
  a, a:visited {text-decoration: underline; outline: 0; }
  a:hover, a:focus { color: #000; text-decoration: none;}
  p a, p a:visited { line-height: inherit; }
  

/* #Lists
================================================== */
  ul, ol { margin-bottom: 20px; }
  ul { list-style: none outside; }
  ol { list-style: decimal; }
  ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
  ul.square { list-style: square outside; }
  ul.circle { list-style: circle outside; }
  ul.disc { list-style: disc outside; }
  ul ul, ul ol,
  ol ol, ol ul { margin: 4px 0 5px 30px;}
  ul ul li, ul ol li,
  ol ol li, ol ul li { margin-bottom: 6px; }
  li { line-height: 18px; margin-bottom: 12px; }
  ul.large li { line-height: 21px; }
  li p { line-height: 21px; }
  
/* # Image Alignment Classes
============================================================== */

.alignright {
  float: right;
  margin: 0px 0px 10px 15px;
}

.alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}
.aligncenter {
  display:block;
  margin:0 auto;
}

/* WP Captions */

.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 10px auto;
}


.wp-caption {
  border: 1px solid #fff;
  background-color: #f6f6f6;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow:1px 1px 6px #ddd;
  -moz-box-shadow:1px 1px 6px #ddd;
  box-shadow:1px 1px 6px #ddd;
  position: relative;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 5px 0 0px 0;
  margin: 0;
}

.wp-caption.alignleft {
  margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
  margin: 0px 0px 0px 10px;
}


/* @end */

/* @group Tables */

table {
  margin: .5em 0 1em;
}

table th {
  text-align: left;
  border: 1px solid #d1d1d1;
  padding: .4em .8em;
  font-weight: bold;
}

table td {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  padding: 10px;
}

/* @end */

/* @group Widgets */


.widget-container ul {
  list-style: none;
}

.widget-container ul ul {
  list-style: square;
  margin-left: 1.3em;
}

.widget-container select {
  max-width: 100%;
}

.widget_search #s {/* This keeps the search inputs in line */
  width: 60%;
}

.widget_search label {
  display: none;
}

.widget-container {
  margin: 0 0 0px 0;
  padding-top: 1px;
}

.widget-container ul {
  margin-left: 0;
}

.widget-title {
  font-weight: bold;
  font-size: 1.5em;
}

input#searchsubmit {
  margin-bottom: 0;
  border: 1px solid #555; 
  background : rgb(245, 0, 255);
  color: #fff;
  height:30px;
  -webkit-border-radius : 0;
  -moz-border-radius:0;
  border-radius :0;
  text-shadow : none;
  text-transform: uppercase;
}

.widget-container a:link,
.widget-container a:visited {
  text-decoration: none;
}

.widget-container a:active,
.widget-container a:hover {
  text-decoration: underline;
}

.widget-container .entry-meta {
  font-size: 11px;
}

#wp_tag_cloud div {
  line-height: 1.6em;
}

/* WP Calendar Widget */

#wp-calendar {
  font-family: arial,helvetica,sans-serif;
  width: 100%;
  font-size: .85em;
}

#wp-calendar td {
  padding: 4px 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #ededed;
  text-shadow: #fff 1px 1px 0;
  color: #7c7c7c;
}

#wp-calendar td.pad {
  background-color: #e5e5e5;
}

#wp-calendar td#today {
  color: #fff;
  background-color: #6e6e6e;
  text-shadow: 1px 1px 0px #333;
}

#wp-calendar caption {
  font-weight: bold;
}

#wp-calendar th {
  font-style: normal;
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
  text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */

.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}

.site-description {
    text-align:justify;
    text-transform :uppercase;
    font-size:85%;
    padding:20px 30px 20px 60px;
    background :#555;
    color:#fff;
}
.site-description .site-title {
    color:rgb(245, 0, 255);
    font-family:MichromaRegular;
    letter-spacing : 8px
}
.site-description .me {
    color:#fff;
    font-family:bpreplay;
}

/* Indent Sidebar Lists */
.widget-container h3 {
  font-family:MichromaRegular; 
}
.widget-container ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}
/* related links */
#related-links {
    overflow:hidden;
    background:#fff;
    padding:10px;
    border:1px solid #555;
}
#related-links .links .contact{
    background:url(http://d1eucpngoftcha.cloudfront.net/_assets/styles/images/links.png) no-repeat 0 3px;
    font-size:90%;
    line-height:1.3;
    padding-left:22px;
    width : 140px;
    float:left;
 
}


#related-links .links .email{background:url(https://diqmvuv8zy5jv.cloudfront.net/wp-content/uploads/2017/12/new-links.png) no-repeat -200px;}
#related-links .links .contact a{color:#036;text-decoration:none;}
#related-links .links .contact a:hover{text-decoration:underline;}
#related-links .links .contact.email{background-position:0 -212px;font-weight:bold;text-transform:uppercase;}
#related-links .links .contact.comics{background-position:0 -189px; width:300px;}
#related-links .links .contact.dfst{width:300px;}
#related-links .links .contact.gplus{background:url(http://diqmvuv8zy5jv.cloudfront.net/wp-content/plugins/jetpack/modules/sharedaddy/images/googleplus1.png) no-repeat}
#related-links .links .contact.facebook{background-position:0 -70px;}
#related-links .links .contact.flickr{background-position:0 -117px;}
#related-links .links .contact.linkedin{background-position:0 -142px;}
#related-links .links .contact.twitter{background-position:0 -166px;}
#related-links .links .contact.awb{background-position:0 -97px; }
#related-links .links .contact.robreact{background-position:0 0 }
#related-links .links .contact.instagram{background-position:0 -257px;}
#related-links .links .contact.htmlcssjs{background-position:0 -232px; width:300px;}
#related-links .links .contact.lastfm{background-position:0 -45px;}
#related-links .links .contact.vimeo{background-position:0 -256px;}
#related-links .links .contact.delicious{background-position:0 -21px;}

.widget_container {
    margin:0;    
}
.widget_search{
    padding-bottom:10px;
}
.widget_recent_entries, .widget_categories, .widget_rss_links {
    color:white;
    background:#555;
    padding:20px 30px 20px 60px;

}
.widget_rss_links a {
  color:#fff;
  text-transform: uppercase;
}
 .widget_categories{
     overflow:auto;
 }
 .widget_categories li {
     float:left;
     padding:2px 8px 2px 0px;
     text-transform:uppercase; line-height:1.2
 }
 .widget_categories li:before {
     content : "★";
     color: rgb(245,0,255);
     margin-right: 4px
 } 
 .widget_categories a, .widget_recent_entries a {
    color:white;
}
.widget_gce_widget {
   background:#fff;
    border:1px solid #555;
    padding:10px;
    line-height: 1.5;
    font-size: 90%;
}
#text-4 {
  background:#fff;
  border:1px solid #555;
  padding:10px;
  line-height: 1.5;
  font-size: 90%;
}
#text-4 span {
  color: rgb(245,0,255);
  font-weight: bold;
}
.gce-list-title {
 font-size:130%;   
}
.gce-widget-list .gce-list .gce-list-event {
  font-weight:bold;
  font-size: 125%;
  padding : 6px 2px;
}
#sidebar .gce-widget-list .gce-list span {
color:rgb(245,0,255);
font-weight:bold;
}
#sidebar .gce-widget-list .gce-list div {
 margin: 4px auto; 
}
.widget_archive {
    background:#fff;
    border:1px solid #555;
    padding:10px;

}

/* @group WP Blog Styles */

.entry-meta {
  font-size: 11px;
  color: #666;
  padding: 3px;
  margin-bottom: 5px;
}
.cat-links,.comments-link,.entry-utility {
  font-size: 11px;
  color: #666;
  background:#efefef;
  padding:3px;
}

.post {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.post.single {
  border-bottom: none;
}

a.more-link {
  display: block;
  font-family:BPreplay;
text-decoration:none;
}
a.more-link .meta-nav{
 font-size:25px;
 }
.st_relatedposts h4 {
  border-bottom: 1px solid #ebebeb;
}

.st_relatedposts ul {
  color: #666;
  list-style: square;
  margin-left: 20px;
}

.st_relatedposts ul li {
}


/* @end */

/* @group Form Buttons */

/* #Form Buttons
================================================== */

  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #fff;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 21px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #222;
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #9d9d9d;
}
    
    button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    background: #eee; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,.3)), color-stop(100%,rgba(255,255,255,.3))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(255,255,255,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa; }
  
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width { 
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }


/* @end */

/* @group Styled Buttons */

.button-alt,
.button,
.button.small,
.button.large,
.button.medium {
  background-image: none;
  padding: 8px 1em 9px 1em;
  font-size: .95em;
  margin: 0;
  display: inline-block;
  font-family: arial,helvetica,sans-serif;
  font-stretch: narrower;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;

}


.button.left {
  float: left;
}
.button.right {
  float: right;
}
.button.center,.button.middle {
  margin: 0px auto;
  text-align: center;
  display: inherit;
}

.button-alt a,.button a,.button.small a {
  font-size: .9em;
  line-height: 14px;
}
.button.medium a {
  font-size: 1.2em;
  line-height: 20px;
}
.button.large a {
  font-size: 1.5em;
  line-height: 24px;
}
.button span.btn_caption {
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
}
/* @group Gray  */
a.button.gray {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #c9c9c9));
  background-image: -webkit-linear-gradient(#e6e6e6, #c9c9c9);
  background-image: -moz-linear-gradient(#e6e6e6, #c9c9c9);
  background-image: -o-linear-gradient(#e6e6e6, #c9c9c9);

  border: 1px solid #c2c2c2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  text-shadow: 0 1px 0 #f1eeee;
  position: relative;
}
a.button.gray:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c2c2c2), color-stop(100%, #d9d9d9));
  background-image: -webkit-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -moz-linear-gradient(#c2c2c2, #d9d9d9);
  background-image: -o-linear-gradient(#c2c2c2, #d9d9d9);
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -o-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  cursor: pointer;
}
a.button.gray:active {
  -moz-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  border: 1px solid #a8a8a8;
}
a.button.gray span.btn_caption {
  color: #666666;
  text-shadow: 0 1px 0 #f1eeee;
}

/* @end */


  




/* @group Callouts */

/* Callout Box */

.cta {
  margin: 10px auto 0px auto;
  padding: 10px 10px 20px 10px;
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  text-shadow: #fff 1px 1px 0;
   box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
    -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  position: relative;
}

.cta p {
  margin: 0;
  padding: 0;
}

.cta h3 {
  font-size: 1.5em;
  text-shadow: #fff 1px -1px 0;
}


/* @end */


/* @group Comments */

/* Needs RWD Check */

#respond {margin:0px;padding-right:5px; padding-left:5px;border-top: 1px solid #dbdbdb;padding-top: 10px;width:auto;}

#respond input[type=text] { width:300px; margin-right:20px; }
#respond textarea {width:550px; height:120px; padding:10px; }
#comments { margin:0;padding-right:5px; padding-left:5px;border: 0;;width:auto;}

#comments h2, #respond h2 {vertical-align:top; font-size: 1em;display: block;border-bottom: 1px solid #d6d6d6;font-weight: bold;font-family:Verdana,Geneva,'DejaVu Sans',sans-serif; }
#comments h6 {font-family: Verdana,Geneva,'DejaVu Sans',sans-serif;letter-spacing: normal;text-transform: uppercase;margin: 10px 0px;}
#comments h6 a {vertical-align:top;}

#comments .comment-meta { margin:0px 0px 20px 0px; display:block;}
#comments .commentlist { margin:0px;  list-style:none; width:100%;  }
#comments .commentlist ul { list-style:none; margin:0; padding:0; clear:both; }
#comments .commentlist li {margin:0; padding:0;  display:block;}



body.page-template-onecolumn-page-php #comments .commentlist li .comment-meta {}

#comments .commentlist li li { margin:0 0 20px 25px; }
#comments .commentlist li li .comment-meta{ width:445px; }
#comments .commentlist li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li .comment-meta{ width:420px; }
#comments .commentlist li li li li {margin:0 0 20px 25px; }
#comments .commentlist li li li li .comment-meta{ width:395px; }
#comments .commentlist li li li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li li li .comment-meta{ width:370px; }

#comments .single-comment { margin-bottom:20px; }
#comments .comment-author { float:left; margin: 0px 10px 6px 0px; display:inline; width:50px; }
#comments .comment-author cite { clear:both; font-weight:bold; }

#comments .vcard {
  float:left;
  clear:both;
  display:block;
  width:100px;
  min-height: 100px;
  padding:20px 0;
}
#comments .vcard img.avatar {
  border: 1px solid #eee;
  padding: 2px;
  background:#f4f4f4;
}

/* @end */

/* @group WP Gallery */

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}

.gallery .gallery-row {
  display:block;
  clear: both;
  overflow: hidden;
  margin: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
  max-width: 79%;
  height: auto;
  padding: 0;
  margin: 5px auto;
  border: 1px solid #fff;
  background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    position: relative;
}
.gallery-caption {
  color: #666;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}


/* Attachment Page */

#nav-below {
  width: auto;
  font-family: BPreplay;
  text-transform : uppercase;
  font-size:12px;
  overflow:auto;
  padding-bottom:15px;
  padding-right:5px; padding-left:5px;
}
#nav-below a {
  text-decoration:none;
}

#nav-below .meta-nav {
position:relative;
font-size:24px;
}
#nav-below .nav-previous a {
  float: left;
  
}
#nav-below .nav-next a {
  float: right;
}
.entry-caption {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}


/* @end */

/* @group Misc */




/* Apply CSS class of "guest" to menu items hidden from logged-in users */

body.logged-in li.guest,
body.logged-in li.guest {
  display: none;
}
  
/* #Images
================================================== */

img.scale-with-grid { 
  max-width: 100%;
  height: auto; }

.flickr iframe {
  float:left; 
  margin:3px;
}
      
/* #Forms (see formalize.css)
================================================== */

  label,legend { font-weight: bold;font-size: 13px;font-weight: bold;font-size: 13px;
  display: block;}

  label,legend {
  font-weight: bold;font-size: 13px;
  display: block;
  }
  
  input[type="checkbox"] {display: inline; }

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
  .remove-bottom { margin-bottom: 0 !important; }
  .half-bottom { margin-bottom: 10px !important; }
  .add-bottom { margin-bottom: 20px !important; }
  .add-top { margin-top: 20px !important; }



.bypostauthor,.gallery-caption {}

@media screen 
  and (min-width: 1200px) {
  body {
    background:url(https://diqmvuv8zy5jv.cloudfront.net/wp-content/uploads/2015/07/wasp-nest.jpg) center;
  }
}