/*
Theme Name: Geeky Kink New England Theme
Template: jme-event-base-theme
Author: Cidney Hamilton
Author URI: http://cidneyhamilton.com
*/

@font-face {
    font-family: 'Avengers';
    src: url('fonts/avengers/avengeance_mightiest_avenger-webfont.eot');
    src: url('fonts/avengers/avengeance_mightiest_avenger-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avengers/avengeance_mightiest_avenger-webfont.woff') format('woff'),
         url('fonts/avengers/avengeance_mightiest_avenger-webfont.ttf') format('truetype'),
         url('fonts/avengers/avengeance_mightiest_avenger-webfont.svg#avengeance_mightiest_avengeRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entry-title {
  border-bottom: 2px solid black;
}

.sidebar-links ul {
  list-style-type: square;
}

.sidebar-link-title {
  text-shadow: 3px 3px 1px white;
  font-size: 1.45em;
  line-height: 1.75em;
}

#page {
  background-color: #e2dfdf;
  border: 2px solid black;
}

/* Main menu background */
.main-menu {
  border: 2px solid black;
  border-left-width: 0;
  border-right-width: 0;
  background: linear-gradient(#ff6b4c, #ff3727) repeat scroll 0% 0% transparent;
  font-family: 'Avengers', sans-serif;
}

/* Reset to default font for sub menus */
.main-menu ul ul {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.main-menu li a,
.show-menu {
  color: black;
}

.hentry,
.hentry:last-child {
  background-color: white;
  box-shadow: 0 0 2px 2px black;
  padding: 0.5em 1.5em;
}

.page .hentry {
  box-shadow: none;
}

.social-links img {
  display: inline-block;
  width: 32px;
  height: 32px;
}

.tickets-link img {
  max-width: 140%;
  margin-left:-20%;
}

footer .widget-title {
  border-bottom: 1px solid #e2dfdf;
  color: #e2dfdf;
  font-size: 1.25em;
  line-height: 1.5em;
  text-transform: none;
  text-align: center;
}

.copyright {
  color: #e2dfdf;
}

/* Pagination */


.pagination-nav {
  font-size: 1.25em;
  font-weight: bold;
}

.pagination-nav .page-numbers {
    display: inline-block;    
    padding: 0.25em 0.5em;
    text-align: center;
    width: 10%;
}

.pagination-nav .page-numbers.current {
    padding-bottom: 0.25em;
    color: white;
    background-color: #1982d1;
}

.tagcloud {
  display: block;
}

#primary .tagcloud {
  padding: 1em;
  border: 1px solid #eee;
  margin: 1em 2.5em;

}

.secondary .widget-title {
  display: block;
  border: 3px solid black;
  padding: 0.5em 0.75em;
  font-family: 'Avengers', sans-serif;
  text-align: center;
  background-color: #fff55a;
}


