/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.rvm/gems/ruby-2.0.0-p195/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 8, ../sass/style.scss */
body {
  background: #13445d;
}

/* line 12, ../sass/style.scss */
#container {
  width: 896px;
  margin: 0 auto;
}

/* line 16, ../sass/style.scss */
h2 {
  font-size: 3.2em;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  line-height: 1.2em;
  padding: 0 0 0 0;
  text-align: center;
}
/* line 25, ../sass/style.scss */
h2 a {
  color: #fff;
  text-decoration: none;
}
/* line 29, ../sass/style.scss */
h2 a:hover {
  text-decoration: underline;
}

/* line 33, ../sass/style.scss */
h5 {
  padding-bottom: 18px;
  font-size: .85em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.6em;
  color: #4388a6;
  text-align: center;
}

/* line 42, ../sass/style.scss */
.post {
  padding: 20px 0 30px 0;
}
/* line 45, ../sass/style.scss */
.post img {
  padding: 20px 0 0 0;
}

/* line 55, ../sass/style.scss */
header {
  height: 59px;
  padding-top: 9px;
}
/* line 59, ../sass/style.scss */
header .logo {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
}
/* line 65, ../sass/style.scss */
header .svg-main {
  fill: #1b859e;
}

/* line 69, ../sass/style.scss */
.feedicon {
  position: fixed;
  top: 23px;
  right: 1%;
}
/* line 72, ../sass/style.scss */
.feedicon img {
  width: 24px;
}
/* line 75, ../sass/style.scss */
.feedicon a {
  filter: alpha(opacity=5);
  opacity: 0.5;
}
/* line 79, ../sass/style.scss */
.feedicon a:hover {
  filter: alpha(opacity=5);
  opacity: 1.0;
}

/* line 85, ../sass/style.scss */
.socialmedia {
  float: left;
  padding: 0 0 40px 238px;
}
/* line 89, ../sass/style.scss */
.socialmedia li {
  display: inline;
  padding: 0 20px 0 20px;
}
/* line 93, ../sass/style.scss */
.socialmedia img {
  width: 60px;
}

/* line 97, ../sass/style.scss */
.prev {
  font-size: 1.9em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #fff;
  margin: 25px 0 0 0;
  float: left;
}

/* line 105, ../sass/style.scss */
.next {
  font-size: 1.9em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #fff;
  margin: 25px 0 0 0;
  float: right;
}

/* line 114, ../sass/style.scss */
.posted_on a {
  text-decoration: none;
  color: #1b859e;
}
/* line 118, ../sass/style.scss */
.posted_on a:hover {
  color: #fff;
}

/* line 123, ../sass/style.scss */
.group {
  width: 896px;
  margin: 60px auto;
}
/* line 127, ../sass/style.scss */
.group h3 {
  text-align: center;
  font-size: 3em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #fff;
}
/* line 134, ../sass/style.scss */
.group li {
  text-align: center;
  font-size: 1.9em;
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #fff;
  padding-top: 12px;
}
/* line 142, ../sass/style.scss */
.group a {
  text-decoration: none;
  color: #1b859e;
}
/* line 146, ../sass/style.scss */
.group a:hover {
  color: #fff;
}

/* line 151, ../sass/style.scss */
.alignleft2 a, .alignright2 a {
  text-decoration: none;
  color: #1b859e;
}
/* line 155, ../sass/style.scss */
.alignleft2 a:hover, .alignright2 a:hover {
  color: #fff;
}

/* line 161, ../sass/style.scss */
.home .socialmedia {
  float: left;
  padding: 0 0 80px 296px;
}


.brads-stuff {
	height: 230px;
}
.brad-stuff-left {float: left;}
.brad-stuff-right {float: right;}



/*
-------------------------------------------
float clear 
-------------------------------------------
*/
/* line 181, ../sass/style.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 190, ../sass/style.scss */
.clearfix {
  display: inline-block;
}

/* line 194, ../sass/style.scss */
html[xmlns] .clearfix {
  display: block;
}

/* line 198, ../sass/style.scss */
* html .clearfix {
  height: 1%;
}
