/**
* default.css
*
* @author Adam Green <140dev@gmail.com>
* @license GNU Public License
* @version BETA 0.30
*/


/* General */

body {
  font-family: 'Iberia', Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ECECEC;
  position: relative;
}
h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: normal;
  font-family: 'Iberia-head', sans-serif;
  color: #333
}
p, ul, ol {
  padding: 0;
  margin: 0 0 20px 0;
  color: #333;
  font-size: 14px
}
a {
  color: #4a83b1;
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: underline
}
a img, img {
  border: 0 none
}
form {
  padding: 0;
  margin: 0;
}
input[type="text"] {
  font-family: 'Iberia', Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #333;
}
input[type="submit"], input[type="button"] {
  font-family: 'Iberia-head', sans-serif;
  color: #fff;
  font-size: 17px;
  background-color: #870002;
  border: 0 none;
  padding: 5px;
  cursor: pointer
}
input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
textarea {
  font-family: 'Iberia', Verdana, Geneva, sans-serif;
  font-size: 13px;
  color: #333;
}
input[type="radio"], input[type="checkbox"] {
  float: left;
  margin-top: 8px
}
.fleft {
  float: left !important
}
.fright {
  float: right !important
}
.lrow {
  margin-bottom: 0 !important;
  border-bottom: 0 none !important
}
.lcol {
  margin-right: 0 !important
}
#wrapper {
  width: 1000px;
  height: 1000px;
  background-image: url('images/bgr.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#logo {
  position: absolute;
  top: 50px;
  right: 60px;
  width: 517px;
  height: 203px;
  display: block;
  text-indent: -9999px;
}
#logo h1 {
  width: 517px;
  height: 203px;
  display: block;
  text-indent: -9999px;
  background-image: url('images/logo.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
#sidebar {
  position: relative;
  margin-top: 200px;
  display: block;
  padding-left: 350px;
}
#sidebar ol {
  margin: 0;
  padding: 0;
  font-family: 'Iberia', Verdana, Geneva, sans-serif;
  font-size: 18px;
  color: #363636;
  counter-reset: li;
}
#sidebar ol li {
  margin: 0;
  padding: 20px 0;
  list-style: none;
  width: 50%;
  float: left;
}
#sidebar ol li:before {
  content: counter(li);
  counter-increment: li;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  padding: 5px;
  line-height: 20px;
  border: 2px solid #363636;
  color: #363636;
  text-align: center;
  font-family: 'Iberia-head', sans-serif;
  font-size: 25px;
  margin: -8px 10px 0 0;
}
#sidebar ol li span {
  float: right;
  text-align: left;
  width: 260px;
  padding-right: 20px;
  line-height: 125%;
}
.hidden {
  display: none;
}
#tweet_column {
  padding: 20px 40px;
  font-family: Helvetica, Verdana, Geneva, sans-serif;
  font-size: 13px;
}
#new_tweet {
  text-align: right;
  margin-bottom: 30px;
}
.tweet {
  width: 300px;
  float: left;
  margin: 0 10px 0 0;
  min-height: 180px;
}
.tweet:nth-of-type(3n) {
  margin: 0;
}
.tweet iframe {
  background-color: #fff;
}
.tweet_date a {
  float: left;
  text-decoration: none;
}
.tweet_date a:hover {
  text-decoration: underline;
}
#new_tweet_count {
  background-color: #cae4ff;
  cursor: pointer;
  width: 97%;
  text-align: center;
  padding: 10px 0 10px 10px;
  margin-bottom: 10px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
  border-radius: 8px;
}
#more_tweets_button {
  cursor: pointer;
  margin-bottom: 10px;
}
.twitter-tweet {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(238, 238, 238) rgb(221, 221, 221) rgb(187, 187, 187);
  max-width: 99%;
  min-width: 220px;
  margin: 10px 0px;
  padding: 0px;
  display: block;
  position: static;
  visibility: visible;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
  padding: 12px;
  background: #fff;
}
.twitter-tweet .tweet_text {
  font-size: 16px;
  line-height: 20px;
}
.twitter-tweet .tweet_screen_name {
  font-size: 14px;
  font-weight: bold;
  color: #292f33;
}
#footer {
  padding: 20px 40px;
  font-family: 'Iberia', Verdana, Geneva, sans-serif;
  font-size: 18px;
  color: #363636;
  clear: both;
}
#footer p {
  font-size: 18px;
  color: #363636;
}
#bases {
  clear: both;
  text-align: right;
  float: right;
}
#footer a {
  color: #363636;
  text-decoration: underline;
}