/*
a:visited {
    color: #00F;
}

a {
    color: #00F;
}

.facebook a:visited, .twitter a:visited, .googleplus a:visited {
    color: unset;
}
*/


body {
    background-color: #F8F9F9;
}

.entry-image {
    position: unset;
    min-height: 200px;
    max-height: 200px;
    width: 100%;
    height: 100%;
}

.entry-image img {
    margin-top: unset;
}

.entry-image:after {
    background-color: unset;
}

.feature .header-title .header-title-wrap {
    vertical-align: unset;
}

form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
    display: block;
    border-radius: 0.4em;
    -webkit-appearance: none;
    border: solid 1px #ddd;
    padding: 0.5em 0.75em;
    width: 70%;
    line-height: 1.25em;
}

input, textarea, select {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    color: #565656;
}

.form-textarea-wrapper.long textarea {
    height: 200px;
    margin-bottom: 20px;
}

input[type="button"], input[type="submit"], input[type="reset"], button, .button, a.button.secondary {
    cursor: pointer;
    background-color: #4653c9;
    border-radius: 0.4em;
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none;
    -moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
    padding: 0.5em 2em 0.5em 2em;
}

a.button.secondary {
  border-top: 2px solid #EEEEEE;
  border-right: 2px solid #999999;
  border-bottom: 2px solid #999999;
  border-left: 2px solid #EEEEEE;
}

button:hover, .button:hover, a.button.secondary:hover {
   background-color: #A1A8EA;
 }

#post .entry-content>p:first-child, #page .entry-content>p:first-child {
    font-size: unset;
    line-height: unset;
    margin-bottom: unset;
}

#post-index #main, .entry-content, #post .entry-content, #page .entry-content {
    max-width: 1080px;
}

.entry-meta {
    text-transform: unset;
}

#post .entry-meta, #page .entry-meta {
	margin: unset;
    text-align: right;
}

.feature .header-title h1, .feature .header-title h2 {
    text-shadow: -2px -2px 5px rgba(50,50,50,0.3), 2px -2px 5px rgba(50,50,50,0.3), -2px 2px 5px rgba(50,50,50,0.3), 2px 2px 5px rgba(50,50,50,0.3), 5px 5px 5px rgba(34,34,34,0.6);
}

* {
  box-sizing: border-box;
}

.post-index-column1 {
  float: left;
  width: 20%;
  padding: 10px;
}

.post-index-column2 {
  float: left;
  width: 80%;
  padding: 10px;
}

.post-index-row:after {
  content: "";
  display: table;
  clear: both;
}

.float-left {
    float: left;
}

img[alt$="><"] {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding: 8px;
}

img[alt$=">"] {
  float: right;
  padding: 8px;
}

img[alt$="<"] {
  float: left;
  padding: 8px;
}
