@import url("/wp-content/themes/humaniterations2014/fonts/stylesheet.css");

body {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  background-color:#4E4D52;
}

a {
  text-decoration:none;
  color:#325E6E;
}
::selection {color:#fff;background:#325E6E;}
::-moz-selection {color:#fff;background:#325E6E;}
h1,h2,h3,h4 {
font-family: bebas_neueregular, "bebas_neueregular";
}

h1 a,h2 a,h3 a,h4 a {
  color:#000;
}

h1 {
font-size:34px;
line-height:34px;
}
h2{
font-size:30px;
}

.clear {
clear:both;
}

.background {
  background-image:url('images/bubble2.jpg');
  background-position-y:-510px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}
.header {
  height:20px;
font-family: bebas_neueregular, "bebas_neueregular"; 

}
.aligncenter {
margin:auto;
text-align:center;
}
.site-title {
font-size:38px;
}
.top-sidebar {
font-size:22px;
}
@media (min-width: 1280px) {
  .top-sidebar  {
    position:fixed;
    right:0px;
  }
  .site-title {
    position:fixed;
    left:0px;
  }
}
.site-title {
  color:#fff;
  padding:30px;
  float:left;
}
.top-sidebar {
  float: right;
  padding: 30px;
  background: rgba(0,0,0,.95);
  color: #fff;
  margin: 20px;
}
.top-sidebar a {
  color:#fff;
}
.main {
  width:650px;
  margin:auto;
  padding:40px;
  margin-top:100px;
  background-color:rgba(255,255,255,.97);
  line-height:27px;
  font-size:18px;
}
.main h1.title {
margin-bottom:40px;
}
.main .category-list a {
  color:#000;
  font-size:19px;
  font-weight:bold;
}
.main .category-list ul {
  margin:0px;
  padding:0px;
}
.main .category-list ul li {
  list-style-type:none;
  margin:0px 0px 10px 20px;
}
.category-list h2 {
background-color: #325E6E;
padding: 10px 10px 10px 30px;
margin-left: -40px;
color:white;
}
.preview-block {
border:1px dashed #000;
padding:20px;
margin:10px 10px 15px 10px;
}
.preview-block h3 {
margin:0px;
}
a.rss {
  display:block;
  float:right;
}
h2.home-cats {
margin-top:40px;
}

.alignright {
float:right;
}
.alignleft {
float:left;
}

.wp-caption-text {
font-size: 16px;
line-height:16px;
text-align: center;
color: #555;
}
