/* 
 * Theme Name: Future Exploration Network
 * Author: William Pramana
 * Email: wpram@wpram.com
* Author URI: http://futureexploration.net/
 * Version: 1.0
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 16px;
  color: #131313;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a.image_link:link, a.image_link:visited {
  border-bottom: none; }

a:link, a:visited {
  text-decoration: none;
  color: #47a0cc; }

a:hover {
  border-bottom: 1px solid #47a0cc; }

a img,:link img,:visited img, .main a img, .main :link img, .main :visited img {
border:none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  margin-top: 0; }

h1 {
  font-size: 1.75em;
  color: #4c4c4c; }

h2, h3, h4, h5, h6 {
  color: #131313; }

h2 {
  font-size: 1.3125em;
  text-transform: uppercase; }

h3 {
  font-size: 1.3125em;
  color: #bf2e26;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 3px solid #bf2e26;
  margin-top: 0; }

h4 {
  font-size: 1em;
  color: #bf2e26; }

p {
  color: #4c4c4c;
  font-size: 0.8125em;
  line-height: 20px;
  margin-bottom: 15px;
  padding-top: 0;
  margin-top: 0; }

img {
  max-width: 100%; }

blockquote {
  font-style: italic;
  font-size: 1em;
  padding: 0;
  margin-left: 110px;
  width: 60%; }
  blockquote p {
    font-size: 16px; }

@media only screen and (max-width: 40em) {
  body {
    margin-left: 25px;
    margin-right: 25px; } }

header {
  width: 100%;
  overflow: hidden; }
  header .logo {
    width: 25em;
    float: left; }
  header .site-logo {
    width: 260px;
    height: 100px;
    background: url(images/logo.png) no-repeat; }
  header .socialmedia {
    background: #fff;
    width: 18.75em;
    float: left;
    text-align: right;
    padding-top: 25px; }
    header .socialmedia a:link, header .socialmedia a:visited {
      border: 1px solid #44a1c9;
      padding: 5px;
      border-radius: 8px;
      color: #44a1c9; }
    header .socialmedia a:hover {
      background: #44a1c9;
      color: #fff; }
  header .search {
    width: 18.125em;
    float: left;
    padding-top: 20px;
    margin-left: 10px; }
    header .search input[type=text] {
      border: 1px solid #f5f5f5;
      padding: 8px;
      width: 70%; }
    header .search input[type=submit] {
      border: 0;
      text-transform: uppercase;
      font-size: 1em;
      color: #131313;
      background: #fff;
      border-bottom: 5px solid #131313; }

@media only screen and (max-width: 40em) {
  .logo {
    float: none;
    text-align: center;
    width: 100% !important; }

  .socialmedia {
    display: none; }

  .search {
    text-align: center;
    float: none;
    width: 100% !important;
    margin: 0 !important; } }
#nav > select {
  display: none; }

.primary {
  height: 45px;
  font-weight: normal;
  background: #fff;
  padding: 0;
  margin: 0;
  border-bottom: 4px solid #000;
  margin-bottom: 25px; }
  .primary a:link, .primary a:visited {
    border: 0;
    color: #000; }

.primary > li {
  padding-bottom: 18px;
  position: relative;
  margin: 0 100px 0 0;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  list-style-type: none; }

.primary > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding-top: 18px; }

.primary ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0 linear,visibility 0s linear 0;
  -moz-transition: opacity 0 linear,visibility 0s linear 0;
  -o-transition: opacity 0 linear,visibility 0s linear 0;
  transition: opacity 0 linear visibility 0s linear 0;
  line-height: 23px;
  z-index: 12;
  text-align: left;
  position: absolute;
  width: 180px;
  padding: 10px 16px 8px;
  background: #fff;
  top: 45px;
  left: -17px;
  list-style-type: none;
  border-bottom: 3px solid #999999;
  border-right: 3px solid #999999; }
  .primary ul li {
    font-family: "Open Sans Condensed", sans-serif;
    margin-bottom: 8px;
    font-size: 14px; }
    .primary ul li a:link, .primary ul li a:visited {
      color: #47a0cc; }
    .primary ul li a:hover {
      color: #47a0cc !important;
      border-bottom: 1px solid #47a0cc; }

.primary li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  z-index: 10000; }

.primary ul li.selected {
  border: 0; }

.primary ul li.selected a, .primary ul li a:hover {
  color: #666; }

@media only screen and (max-width: 40em) {
  #nav select {
    display: inline-block; }

  .primary {
    display: none;
    height: auto; }

  .primary > li {
    display: list-item;
    position: static; }

  .primary ul {
    visibility: visible;
    opacity: 1.0;
    position: inherit;
    border: 0;
    width: 100%; }

  #nav {
    margin-top: 25px;
    margin-bottom: 25px; }

  #nav select {
    width: 100%; } }

#container {
  max-width: 62.5em;
  margin: 0 auto; }

.content {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }

.main {
  width: 43.125em;
  float: left; }
  .main a.image_link:link, .main a.image_link:visited {
    border-bottom: none; }
  .main a:link, .main a:visited {
    border-bottom: 1px solid #47a0cc; }

  .sidebar {
  width: 18.125em;
  float: left;
  margin-left: 1.25em; }

footer {
  border-top: 1px solid #131313;
  padding-top: 10px; }
  footer p {
    color: #131313;
    text-align: right;
    font-size: 1em;
    font-family: "Open Sans Condensed", sans-serif; }
@media only screen and (max-width: 40em) {
  #container {
    width: 100%;
    margin: 0 auto; }

  .main {
    width: 100%; }

  .sidebar {
    margin: 0;
    width: 100%; } }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9813931#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  font-size: 110%; }

.icon-twitter:before {
  content: '\e802'; }

/* '' */
.icon-facebook:before {
  content: '\e801'; }

/* '' */
.icon-rss-1:before {
  content: '\e800'; }

/* '' */
.author-date-comments p {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 0.875em;
  color: #999; }

h1.pagenav {
  font-size: 1.3125em;
  font-weight: normal;
  text-transform: uppercase;
  color: #bf2e26;
  border-bottom: #bf2e26;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  margin-bottom: 20px !important;
  display: inline; }

.sectionnav {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
  font-size: 0.875em; }
  .sectionnav li {
    margin-bottom: 10px; }

.widget {
  margin-bottom: 25px; }
  .widget h3 {
    margin-bottom: 20px; }
  .widget ul {
    font-size: 0.875em;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .widget ul li {
      margin-bottom: 20px; }

table {
  margin-bottom: 25px; }
  table thead {
    color: #bf2e26;
    font-size: 0.8125em;
    text-transform: uppercase;
    text-align: left; }
  table tr {
    border-bottom: 1px solid #131313; }
	table tr.noborder {
		border-bottom: none;
	}
  table tr th {
    vertical-align: top;
    padding: 20px;
    font-weight: normal;
    font-size: 0.8125em;
    text-align: left; }
  table tr td {
    padding: 20px; }
  table .black {
    background-color: #000;
    color: #fff; }
    table .black h3 {
      color: #fff;
      margin: 0;
      padding: 0; }
    table .black p {
      color: #fff; }
  table .red {
    background-color: #BF2E26;
    color: #fff; }
    table .red h3 {
      color: #fff;
      margin: 0;
      padding: 0; }
    table .red p {
      color: #fff; }
  table h3 {
    border-bottom: none;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    text-transform: none; }

.profile {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px; }
  .profile img {
    float: left; }
  .profile .profile-text {
    float: left;
    width: 70%;
    margin-left: 10px; }
    .profile .profile-text h2 {
      font-size: 1em;
      margin-top: 0; }
      .profile .profile-text h2 span {
        color: #bf2e26; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.main ul {
  font-size: 0.8125em; }

  
.cycle-slideshow {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.front-page-widget {
  margin-top: 20px; }
  .front-page-widget .explore-widgets {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .front-page-widget .explore-widgets li {
      float: left;
      width: 150px;
      margin-right: 20px; }
      .front-page-widget .explore-widgets li img {
        margin: 0 auto;
        display: block; }
      .front-page-widget .explore-widgets li h4 {
        font-size: 1rem;
        color: #000;
        font-weight: normal;
        text-align: center; }



.posts {
  margin-bottom: 20px;
  border-bottom: 1px solid #131313; }
  .posts h1 a:link, .posts h1 a:visited {
    color: #4c4c4c;
    border: 0; }
  .posts .meta {
    color: #999;
    font-family: "Open Sans Condensed", sans-serif; }
    .posts .meta p {
      font-size: 0.875rem; }

.root .posts {
  border-bottom: none;
}

.frameworks {
  margin-bottom: 20px; }
  .frameworks h4 {
    font-weight: normal;
    margin-bottom: 10px; }
    .frameworks h4 a {
      border-bottom: 1px solid #47a0cc; }
