@import url("http://fonts.googleapis.com/css?family=Cabin:400,700|Playfair+Display+SC");
/*
Theme Name: GildedGreen
Theme URI: http://www.gildedgreen.com/
Description: Custom GildedGreen layout.
Author: Luke Meeken
Author URI: http://www.gildedgreen.com
*/
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;
-webkit-font-smoothing:subpixel-antialiased;
}

@font-face{
	font-family: 'Century Gothic';
	src: url('GOTHIC.TTF');
}

.singlecontainer{
padding-top:10px;
padding-left:35px;
padding-right:35px;
}

.style1 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
}
.style2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

p.ind {
	text-indent:-40px;
	margin-left:40px;
	margin-bottom: 0px;
	margin-top: 0px;
}

p.resume {
	text-indent:-40px;
	margin-left:40px;
	margin-bottom: 10px;
	margin-top: 0px;
}


em { font-style: italic; }
i { font-style: italic; }

b { font-style: bold; }

li.even{
background-color:#999999;
}
.singlethumb{
border: solid 1px #ff3333; 
padding:10px; 
float:right;
margin-bottom:10px;
}

.headtext{
font-family:'Century Gothic';
font-size:26px;
font-weight:bold;
}

.datetext{
font-family:'Century Gothic';
font-size:16px;
font-weight:bold;
}

a.linkbar{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

a.linkbar:visited{
color:#ffffff;
text-decoration:none;
font-weight:bold;
}

a.linkbar:hover{
color:#ff3333;
text-decoration:none;
font-weight:bold;
}

.down{
width:200px;
height:100px;
display:block;
cursor: pointer;
background-image:url('more.png');
background-repeat:no-repeat;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:-25px;
}

.down:hover{
background-image:url('more-red.png');
}

.imagebox {
background: #AAA;
box-shadow:5px 5px 15px #999;
width:200px;
height:200px;
margin-right:0px;
margin-bottom:0px;
}

.vokebox {
width:200px;
height:200px;
margin-right:0px;
margin-bottom:0px;
}

.shade{
width:126px;
height:190px;
top:0px;
left:0px;
vertical-align:bottom;
color:#00f;
padding:0px;
display:block;
font-family:'Century Gothic';
text-decoration:none;
}

.shade #info{
display:none;
}

.shade:hover #info{
display:block;
}

.issuediv{
	position:absolute;
	right:0px;
	bottom:0px;
	font-size:10px;
	background:#ff3333;	
	visibility:hidden;
}

.shade:hover .issuediv{
visibility:visible;
}

body {
  color: #222222;
  font-family:'Century Gothic';
}

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

article{
float:left;
}

body#tinymce {
  background: #fff; }

a {
  color: #cc3300;
  text-decoration: none; }
  a:visited {
    color: #cc3300;
    text-decoration: none; }
  a:hover {
    color: #cc3300; }

h1, h2, h3, h4, h5, h6, #blog-title {
  font-weight: bold;
  line-height: auto; }

h1 {
  font-size: 1.8em;
  line-height: 1.3em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 1.2em; }

h5, h6 {
  font-size: 1em; }

code {
  font-family: "Courier New", Courier, monospace; }

p, ul, ol {
  margin-bottom: 1em; }

/* Form Styles */
input,
textarea {
  border: 1px solid #ccc;
  background-color: #ccc;
  outline: none;
  padding: 0px 0px; }
  input:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #ff3333;
    }

input[type="submit"],
button,
.btn {
border: none;
padding: 3px;
height:20px;
cursor:pointer;
background-color:#ff3333;
color:#ffffff;
font-family:'Century Gothic';
font-size:10px;
-moz-border-radius: 5px;
border-radius: 5px;  
}

blockquote {
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: "Playfair Display SC";
  margin-bottom: 1em;
  padding: 0px;
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  color: #666; }
  blockquote cite {
    font-family: "Playfair Display SC";
    font-size: .62em; }
    blockquote cite:before {
      content: "- "; }
  blockquote p:last-child {
    margin-bottom: 0; }

/* End Form Styles */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #cf4152; }
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  color: #ff3333; }

.archive .hentry,
.home .hentry,
.single #content,
.page #content,
#primary .widget {
   }

.single .hentry,
.page .hentry {
  padding: 0px; }

.archive #content,
.home #content {
  max-width: 700px;
  margin: 0 auto; }

.entry{
   font-size:14px;
   color:#dfa;
   //text-decoration:none;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

.entry p{
margin-top:10px;

}

.entry img{
margin-left:5px;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}

#masonry {
  max-width: 700px;
  margin: 0 auto 40px; }

.single #container,
.page #container {
  max-width: 984.56px;
  height: auto;
  margin: 0px auto;
  padding: 0px; }
.single #content,
.page #content {
  float: left;
  width: 70%;
  margin-right: 2%;
  background-color: white; }
.single .hentry,
.page .hentry {
  padding: 30px; }
  .single .hentry .entry-header .avatar,
  .page .hentry .entry-header .avatar {
    float: right;
    margin-left: 0px; }
  .single .hentry .entry-title,
  .page .hentry .entry-title {
    margin-bottom: 0.2em; }
  .single .hentry .post-meta,
  .page .hentry .post-meta {
    margin-bottom: 1em;
    color: #999; }
    .single .hentry .post-meta a,
    .page .hentry .post-meta a {
      color: #999; }

.page-title {
  margin-bottom: 1em; }

.avatar {
  vertical-align: middle;
 }

.wp-post-image,
.entry-title,
.category {
  margin-bottom: 1em; }

.single .entry-title {
  margin-bottom: 0; }
.single .wp-post-image {
  margin-bottom: 0; }

.singular #content {
  padding: 0px 0; }

.wp-post-image {
  display: block; }

.archive .hentry,
.home .hentry {
  background-color: #fff;
  width: 192px;
  padding: 0px;
  margin-bottom: 20px; }
  .archive .hentry .wp-caption, .archive .hentry img, .archive .hentry video,
  .home .hentry .wp-caption,
  .home .hentry img,
  .home .hentry video {
    max-width: 100%;
    height: auto; }
.archive #content .wp-post-image,
.home #content .wp-post-image {
  margin: -20px -20px 1em;
  max-width: 300px; }
.archive .entry-title,
.home .entry-title {
  font-size: 1em; }
.archive .post-meta,
.home .post-meta {
  font-size: .9em;
  margin: 0px;
  border-top: 1px solid #eee;
  padding: 0px; }
  .archive .post-meta .category a, .archive .post-meta .comments a,
  .home .post-meta .category a,
  .home .post-meta .comments a {
    color: #999; }
  .archive .post-meta .category,
  .home .post-meta .category {
    float: left;
    margin-bottom: 0; }
    .archive .post-meta .category a,
    .home .post-meta .category a {
      color: #999; }
      .archive .post-meta .category a:hover,
      .home .post-meta .category a:hover {
        color: #303233; }
  .archive .post-meta .comments,
  .home .post-meta .comments {
    color: #999;
    text-align: right; }
.archive .format-video,
.home .format-video {
  padding: 0;
  width: 232px; }
  .archive .format-video .post-content,
  .home .format-video .post-content {
    padding: 0px 0px 0; }
  .archive .format-video .post-meta,
  .home .format-video .post-meta {
    padding: 0px;
    margin: 0; }
    .archive .format-video .post-meta .comments,
    .home .format-video .post-meta .comments {
      text-align: center; }
.archive .format-status,
.home .format-status {
  background: #303233;
  color: #222222; }
  .archive .format-status a,
  .home .format-status a {
    color: #cfcdcc; }
  .archive .format-status p,
  .home .format-status p {
    color: #888;
    font-size: 1.2em;
    
    line-height: 1.4em; }
  .archive .format-status .post-meta,
  .home .format-status .post-meta {
    text-align: center;
    border-top: none; }
    .archive .format-status .post-meta a,
    .home .format-status .post-meta a {
      color: #888; }
      .archive .format-status .post-meta a:hover,
      .home .format-status .post-meta a:hover {
        color: #303233; }
.archive .format-quote,
.home .format-quote {
  background-color: #fff;
  color: #999; }
  .archive .format-quote .comments, .archive .format-quote .category,
  .home .format-quote .comments,
  .home .format-quote .category {
    border-color: #999; }
  .archive .format-quote .tags,
  .home .format-quote .tags {
    margin-bottom: 20px; }
  .archive .format-quote blockquote,
  .home .format-quote blockquote {
    margin-bottom: 0; }
  .archive .format-quote a,
  .home .format-quote a {
    color: white; }
  .archive .format-quote .post-meta,
  .home .format-quote .post-meta {
    border-top-color: transparent; }
    .archive .format-quote .post-meta .comments,
    .home .format-quote .post-meta .comments {
      text-align: center; }
.archive .format-gallery,
.home .format-gallery {
  padding-top: 1em; }
.archive .format-image .wp-post-image,
.home .format-image .wp-post-image {
}

@font-face {
  font-family: 'fontello';
  src: url("fonts/fontello.eot");
  src: url("fonts/fontello.eot?#iefix") format("embedded-opentype"), url("fonts/fontello.woff") format("woff"), url("fonts/fontello.ttf") format("truetype"), url("fonts/fontello.svg#fontello") format("svg");
 }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'fontello';
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0em;
  text-align: center;
  opacity: 0.8;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: 0em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-down-dir:before {
  content: '\25be'; }

/* '▾' */
.icon-left-open:before {
  content: '\e75d'; }

/* '' */
.icon-right-open:before {
  content: '\e75e'; }

/* '' */
#header {
  padding: 50px 0 0 0;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: center;
  color: white;
  z-index: 9999;
}
  #header #blog-title {
    position: relative;
    font-size: 1.8em;
    font-weight: bold;
    font-family: "Playfair Display SC";
    margin-bottom: 10px; }
    #header #blog-title, #header #blog-title a {
      color: white; }
  #header #blog-description {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 45px; }
  #header #access {
    display: block;
    background: #242526; }
  #header #access nav select {
    display: none; }
  #header .is-sticky #access {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    //-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3); }

.admin-bar #header .is-sticky #access {
  top: 28px !important; }

@media only screen and (max-width: 480px) {
  #header #access nav ul {
    display: none; }
  #header #access {
    overflow: hidden;
    height: 50px; }
  #header #access nav {
    padding: 10px; }
  #header #access nav select {
    display: block;
    width: 100%;
    background: #fff;
    height: 30px;
    font-size: 14px;
    text-indent: 10px; } }
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu {
  line-height: 1;
  text-align: left; }

.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
  /* left offset of submenus need to match (see below) */ }

.sf-menu ul li {
  width: 100%; }

.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

.sf-menu li {
  display: inline-block;
  position: relative; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  /* match top ul list item height */
  z-index: 99; }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0; }

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em; }

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0; }

/*** DEMO SKIN ***/
.sf-menu {
  margin-bottom: 0; }

.sf-menu a {
  padding: 5px;
  margin-left:0px;
  margin-right:0px;
  padding-right: 10px;
  text-decoration: none;
  border-right: 1px solid #2d2d00;
}

.sf-menu a, .sf-menu a:visited {
  /* visited pseudo selector so IE6 applies text colour*/
  color: #7f8300;
  }

.sf-menu li {
  text-align: left;
  height: 30px; 
}

.sf-menu li li {
  background: #2d2d00;
   min-width: 204px;
   min-height:35px;
 }

.sf-menu li li li {
  background: #2d2d00; }

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
  color: #cd0;
  background: #2d2d00;
  outline: 0; }

/*** arrows **/
.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
  min-width: 1px;
  /* trigger IE7 hasLayout so spans position accurately */ }

.sub-menu {
  margin-top: -5px;
  font-size: 14px;
  width: 204px;
}

.sf-sub-indicator {
  position: absolute;
  display: block;
  right: 1em;
  top: 5px;
  /* IE6 only */
  margin-top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid #7f8300;;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  text-indent: -999em;
  overflow: hidden; }

a > .sf-sub-indicator {
  /* give all except IE6 the correct values */
  background-position: 0 -100px;
  /* use translucent arrow for modern browsers*/ }

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
  /* arrow hovers for modern browsers*/ }

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0; }

.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
  /* arrow hovers for modern browsers*/ }

#comments {
  clear: both;
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  padding-top: 20px; }
  #comments h2#comments-title,
  #comments h3#reply-title {
    border-bottom: none;
    margin-bottom: 1em;
    text-transform: uppercase; }
  #comments .commentlist {
    padding-bottom: 0;
    margin-bottom: 2em; }
    #comments .commentlist #respond {
      margin-left: 100px; }
      #comments .commentlist #respond h3#reply-title {
        text-align: left; }
  #comments ol, #comments li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #comments p.logged-in-as {
    text-transform: uppercase;
    font-size: .9em;
    border: 1px solid #f2f2f2;
    padding: 10px 0;
    border-left-width: 0;
    border-right-width: 0; }
  #comments > ol > li.comment article {
    position: relative;
    padding: 1em 70px 1em 100px; }
  #comments > ol > li.comment .avatar {
    position: absolute;
    top: 1em;
    left: 0;
    top: 0;
 }
  #comments > ol > li.comment p {
     }
    #comments > ol > li.comment p:last-child {
      margin-bottom: 0; }
  #comments > ol > li.comment ul.children {
    margin: 0;
    padding: 0;
    list-style: none; }
    #comments > ol > li.comment ul.children li.comment {
      margin: 0;
      padding: 0;
      list-style: none; }
      #comments > ol > li.comment ul.children li.comment > article {
        padding-left: 70px; }
        #comments > ol > li.comment ul.children li.comment > article .avatar {
          left: 100px; }
  #comments > ol > li.comment > ul.children {
    margin-bottom: 1em;
    padding-top: 0;
    padding-left: 0; }
    #comments > ol > li.comment > ul.children li.comment {
      background: transparent url("images/ico_reply.gif") no-repeat 43px 1em; }
    #comments > ol > li.comment > ul.children > li.comment article {
      padding-left: 160px; }

#respond p.comment-form-email,
#respond p.comment-form-url,
#respond p.comment-form-author {
  width: 31%;
  margin-right: 3.46%;
  float: left;
  min-height: 50px;
  margin-bottom: 10px; }
  #respond p.comment-form-email .text-field-holder,
  #respond p.comment-form-url .text-field-holder,
  #respond p.comment-form-author .text-field-holder {
    height: 50px;
    display: block;
    position: relative; }
  #respond p.comment-form-email input,
  #respond p.comment-form-email textarea,
  #respond p.comment-form-url input,
  #respond p.comment-form-url textarea,
  #respond p.comment-form-author input,
  #respond p.comment-form-author textarea {
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    width: 87%;
    padding: 12px; }
#respond p.comment-form-url {
  margin-right: 0; }
#respond p.comment-form-comment {
  clear: both;
  margin-bottom: 7px; }
  #respond p.comment-form-comment label {
    display: none; }
  #respond p.comment-form-comment span {
    display: block;
    height: 10em;
    position: relative; }
  #respond p.comment-form-comment textarea {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95.7%;
    height: 8em;
    padding: 12px; }
#respond p {
  position: relative;
  display: block; }
  #respond p label {
    display: block; }
#respond p.form-allowed-tags {
  width: auto;
  color: #aaa;
  font-size: .9em;
  line-height: .8em;
  float: left;
  width: 65%; }
  #respond p.form-allowed-tags code {
    color: #aaa;
    font-size: .84em;
    background: transparent; }
#respond p.form-submit {
  float: right;
  width: 35%;
  text-align: right; }

@media only screen and (max-width: 640px) {
  #respond p.comment-form-email,
  #respond p.comment-form-url,
  #respond p.comment-form-author {
    width: 100%;
    display: block;
    float: none; }
    #respond p.comment-form-email input[type="text"],
    #respond p.comment-form-email textarea,
    #respond p.comment-form-url input[type="text"],
    #respond p.comment-form-url textarea,
    #respond p.comment-form-author input[type="text"],
    #respond p.comment-form-author textarea {
      position: absolute;
      left: 0;
      right: 0;
      padding: 10px;
      margin: 0;
      width: auto; }
  #respond p.comment-form-comment span {
    height: 8.5em; }
  #respond p.comment-form-comment textarea {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    padding: 10px;
    margin: 0; }
  #respond p.form-allowed-tags {
    line-height: 1.4em; }
  #respond p.form-allowed-tags,
  #respond p.form-submit {
    float: none;
    width: auto; }
    #respond p.form-allowed-tags span,
    #respond p.form-submit span {
      height: 9em; }
    #respond p.form-allowed-tags input[type="submit"],
    #respond p.form-submit input[type="submit"] {
      width: 100%; } }
.widget-area {
  margin: 0; }
  .widget-area .widget {
    background-color: #fff;
    font-size: 0.9em; }
    .widget-area .widget h3 {
      font-size: 1em;
      font-weight: bold;
      margin-bottom: 1em; }
    .widget-area .widget ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .widget-area .widget li {
      margin: 0;
      padding: 0;
      list-style: none;
      border-bottom: 1px solid #eee; }
      .widget-area .widget li.recentcomments {
        padding: 3px 0; }
      .widget-area .widget li:first-child {
        border-top: 1px solid #eee; }
      .widget-area .widget li a {
        padding: 3px 0;
        display: inline-block;
        -webkit-transition: 100ms all ease-in-out;
        -moz-transition: 100ms all ease-in-out;
        -ms-transition: 100ms all ease-in-out;
        -o-transition: 100ms all ease-in-out;
        transition: 100ms all ease-in-out; }
        .widget-area .widget li a:hover {
          background-color: #f2f2f2;
          padding-left: 8px;
          padding-right: 8px; }

.single #primary,
.page #primary {
  float: left;
  width: 28%; }
  .single #primary .widget,
  .page #primary .widget {
    padding: 0px;
    background: #fff;
    margin-bottom: 10px; }

#wp-calendar {
  width: 100%; }
  #wp-calendar caption,
  #wp-calendar th,
  #wp-calendar td {
    text-align: center; }
  #wp-calendar caption,
  #wp-calendar #prev,
  #wp-calendar #next {
    font-weight: bold; }
  #wp-calendar #prev {
    text-align: left; }
  #wp-calendar #next {
    text-align: right; }
  #wp-calendar a {
    color: #303233;
    font-weight: bold; }

.widget_meta abbr {

  background-color: #e15d1c;
  color: white;
  padding: 1px 3px;
  font-size: 10px;
  font-weight: bold; }

#footer {
  margin-top: 5px;
  font-size: 1em;
  color: #666;
  padding: 0px 0; }
  #footer a {
    color: #303233; }
  #footer .inner {
    max-width: 1240px;
    margin: 0 auto; }
  #footer .widget-area {
    overflow: auto; }
  #footer .widget {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 0px;
    float: left; }
    #footer .widget :nth-child(3n) {
      margin-right: 0; }
    #footer .widget :nth-child(3n+1) {
      clear: both; }
  #footer #siteinfo {
    text-align: center; }
  #footer .menu {
    display: block;
    text-align: center;
    margin-bottom: 0px; }
    #footer .menu ul, #footer .menu li {
      display: inline; }
    #footer .menu a {
      display: inline-block;
      padding: 0px;
      font-weight: bold; }
      #footer .menu a:hover {
        background-color: #303233;
        color: white;
 }
  #footer #secondary {
    margin-bottom: 0px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0px; }

@media only screen and (max-width: 640px) {
  #footer .widget {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
    float: none; } }
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 1.5em;
  position: relative;
  zoom: 1; }

.home .flexslider, .archive .flexslider {
  margin: 0 -20px 15px; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  padding: 5px;
  text-align: center;
  background-color: white;
  margin: -20px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0; }

.flex-direction-nav .flex-next {
  right: -10px; }

.flex-direction-nav .flex-prev {
  left: -10px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 8px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 8px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
  background-color: #303233;
  color: white; }

.flex-direction-nav .flex-disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
.viewer li {
  -webkit-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: width 500ms cubic-bezier(0.075, 0.82, 0.165, 1); }

.viewer .caption {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out; }

.viewer .current .caption {
  opacity: 100;
  visibility: visible; }

.screen-reader-text {
  display: none; }

.clear {
  clear: both; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

#content img {
  max-width: 100%;
  height: auto; }

.archive #content {
  text-align: center; }
  .archive #content .hentry {
    text-align: left; }

.home #masonry {
  margin-top: 5px; }

.archive #masonry {
  margin-top: 45px; }

.category-title,
.archive-title,
.tag-title {
  text-align: left;
  color: #7f8300;
  text-transform: uppercase;
  font-family: "Century Gothic";
  padding: 0 0 .5em;
  margin-bottom: 1em;
  font-size: 1.6em;
  margin: 0 auto;
  display: inline-block;
  width:100%;
  //border-bottom: 3px solid #7f8300; 
}

.home .no-results,
.archive .no-results {
  background-color: white;

  padding: 0px;
  max-width: 680px;
  margin: 0 auto 40px;
  float: none;
  text-align: center; }
  .home .no-results h1,
  .archive .no-results h1 {
    font-size: 1.5em; }

#form-allowed-tags {
  font-size: 11px;
  line-height: 16px; }
  #form-allowed-tags code {
    font-size: 11px;
    line-height: 21px; }
  #form-allowed-tags span {
    font-weight: bold; }

#wrapper {
  width: auto;
  height: auto;
  min-height: 100px; }

#infscr-loading {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 220px;
  margin-left: -120px;
  z-index: 9999;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.wp-caption {
  padding: 0;
  margin-bottom: 1em; }

.alignleft {
  float: left;
  margin-right: 0px;
  margin-bottom: 0px; }

.alignright {
  float: right;
  margin-left: 0px;
  margin-bottom: 0px; }

.aligncenter {
  margin: 0 auto; }

#more a {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  border: 2px solid white;
  text-align: center;
  padding: 15px 10px;
  margin: 0 auto;
  max-width: 320px;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  /*text-shadow: 0 -1px 0 #242526; */}
  #more a:hover {
    background-color: #242526;
    /*text-shadow: 0 -1px 0 #0b0b0c;*/ }
  #more a:active {
    background-color: #303233;
    padding-top: 11px;
    padding-bottom: 9px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);*/ }

@media only screen and (max-width: 640px) {
  #header {
    margin-bottom: 0; }

  .home #masonry,
  .archive #masonry {
    margin-top: 30px; }

  .single .entry-title,
  .page .entry-title {
    font-size: 1.4em !important; }
  .single #container,
  .page #container {
    margin-top: 0;
    margin-bottom: 0; }
  .single #content,
  .page #content {
    margin-bottom: 0px; }
  .single #content,
  .single #primary,
  .page #content,
  .page #primary {
    width: 100%;
    float: none; }
  .single #primary aside:last-of-type,
  .page #primary aside:last-of-type {
    margin-bottom: 0; }
  .single #footer,
  .page #footer {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px; } }