@charset "utf-8";

h1{
  font-family:"museo-sans", helvetica, arial, sans-serif;font-style:normal;font-weight:600;
  font-size:3em;
  color:#fff;
  padding:30px 20px 10px 20px;
  /*background:#0c3045;*/
  /*background:#0c3045;*/
  line-height:0.5em;
  /*text-shadow:0 1px 10px rgba(255,255,255,1);*/
}
h1 .small{
  font-size:0.4em;
}
h1 .small a:hover,h1 .small a:visited,h1 .small a:link{
  color:#fff;
}
#line {
  height:3px;
  background:-webkit-gradient(linear,left center,right center, from(#268fcb), to(#8a74bb));
  background:-moz-linear-gradient(left, #268fcb, #8a74bb);
}

header{
  background:url(../images/vagrant_bg_gray.png) center 1% #333;
  /*background:#333;*/
}

body{
  background:#f7f6f1;
}
section{
  padding:30px;
}