@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);
*|h1, *|h2, *|h3, *|h4, *|h5, *|h6 {
  font-family: 'Source Sans Pro',sans-serif;
  font-weight: normal;
  color: #333333;
}
*|h1, *|h2, *|h3, *|h4, *|h5, *|h6, *|figcaption {
  text-transform: capitalize;
}
*|nav.vertical *|ul *|li {
  display: block;
}
*|nav.horizontal *|ul *|li {
}
*|.pos-rel {
  position: relative;
}
*|.clearfix {
  clear: both;
}
*|a {
  text-decoration: none;
}
*|article, *|aside, *|details, *|figcaption, *|figure, *|footer, *|header, *|hgroup, *|nav, *|section, *|summary {
  display: block;
}
*|audio, *|canvas, *|video {
}
*|audio*|:not([controls]) {
  display: none;
  height: 0;
}
*|audio, *|video {
  max-width: 100%;
}
*|*[hidden] {
  display: none;
}
*|html {
  font-size: 100%;
}
*|html, *|button, *|input, *|select, *|textarea {
  font-family: sans-serif;
}
*|body {
  margin: 0;
  background: #f9f9f9 none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
}
*|a {
  color: #006f9a;
}
*|a:focus {
  outline-color: invert;
  outline-style: dotted;
  outline-width: thin;
}
*|a:hover, *|a:active {
  color: #b33100;
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
}
*|h1 {
  margin: 0 0 0.2em;
  font-size: 2.2em;
}
*|h1 *|a {
  color: #006f9a;
}
*|h2 {
  margin: 0 0 0.2em;
  font-size: 1.8em;
}
*|h3 {
  margin: 0 0 0.5em;
  font-size: 1.6em;
}
*|h4 {
  margin: 0 0 0.6em;
  font-size: 1.4em;
}
*|h5 {
  margin: 0 0 0.7em;
  font-size: 1.3em;
}
*|h6 {
  margin: 0 0 1.3em;
  font-size: 1.2em;
}
*|abbr[title] {
  border-bottom: 1px dotted;
}
*|b, *|strong {
  font-weight: bold;
}
*|blockquote {
  margin: 1em 40px;
}
*|dfn {
  font-style: italic;
}
*|mark {
  background: #ffff00 none repeat scroll 0% 50%;
  color: #000000;
}
*|p, *|pre {
  margin: 0 0 1em;
  line-height: 1.8em;
  color: #4d4d4d;
}
*|pre, *|code, *|kbd, *|samp {
  font-family: monospace,serif;
  font-size: 1em;
}
*|pre {
  white-space: pre;
}
*|q {
  quotes: none ;
}
*|q:before, *|q:after {
  content: '';
}
*|small {
  font-size: 75%;
}
*|sub, *|sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
*|sup {
  top: -0.5em;
}
*|sub {
  bottom: -0.25em;
}
*|address {
  margin-bottom: 10px;
}
*|ol, *|ul, *|dl {
  margin: 0 0 10px;
  padding: 0 0 0 40px;
}
*|nav *|ul, *|nav *|ol {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
*|article *|pre {
  border: 1px solid #dddddd;
  padding: 10px;
  font-size: 0.8em;
}
*|article *|ul *|ul, *|article *|ol *|ul, *|article *|dl *|ul, *|article *|ul *|ol, *|article *|ol *|ol, *|article *|dl *|ol {
  margin: 0;
}
*|article *|nav *|ul *|li, *|article *|nav *|ol *|li, *|article *|ol *|li, *|article *|ul *|li, *|article *|dl *|li, *|article *|nav *|ul *|dt, *|article *|nav *|ol *|dt, *|article *|ol *|dt, *|article *|ul *|dt, *|article *|dl *|dt, *|article *|nav *|ul *|dd, *|article *|nav *|ol *|dd, *|article *|ol *|dd, *|article *|ul *|dd, *|article *|dl *|dd {
  line-height: 1.8em;
}
*|article *|dt {
  font-weight: bold;
}
*|article *|dd {
  margin: 0 0 5px 40px;
}
*|img {
  border:  none;
  max-width: 100%;
}
*|svg*|:not(:root) {
  overflow: hidden;
}
*|figure {
  margin: 0;
}
*|form {
  margin: 0;
}
*|fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
*|legend {
  border:  none;
  padding: 0;
  white-space: normal;
}
*|button, *|input, *|select, *|textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*|button, *|input {
  line-height: normal;
}
*|button, *|input[type="button"], *|input[type="reset"], *|input[type="submit"] {
  cursor: pointer;
}
*|button[disabled], *|input[disabled] {
  cursor: default;
}
*|input[type="checkbox"], *|input[type="radio"] {
  padding: 0;
}
*|input[type="search"] {
  -moz-box-sizing: content-box;
}
*|button::-moz-focus-inner, *|input::-moz-focus-inner {
  border:  none;
  padding: 0;
}
*|textarea {
  overflow: auto;
  vertical-align: top;
}
*|table {
  border-collapse: collapse;
  border-spacing: 0;
}
*|form *|label {
  font-size: 12px;
  margin-bottom: 0.4em;
}
*|form.contact-form {
  margin-bottom: 20px;
}
*|form *|input[type="text"], *|form *|input[type="password"], *|textarea {
  -moz-appearance: none;
}
*|form *|input[type="radio"] {
  position: relative;
  top: 1px;
}
*|form *|div {
  margin: 0 0 0.8em;
}
*|form *|textarea {
  height: 80px;
}
*|label {
  display: block;
}
*|form *|label *|span.red {
  color: #ff0000;
}
*|form *|input[type="submit"] {
  cursor: pointer;
}
*|form *|input[type="submit"], *|form *|input[type="text"], *|form *|input[type="password"], *|form *|textarea {
  padding: 5px;
}
*|form *|input[type="text"], *|form *|input[type="password"], *|form *|textarea, *|form *|input[type="submit"] {
  border: 1px solid #dddddd;
  background: #fafafa none repeat scroll 0% 50%;
  width: 100%;
  -moz-box-sizing: border-box;
}
*|form *|input:focus, *|form *|textarea:focus {
  outline-color: #00baff;
  outline-style: solid;
  outline-width: 1px;
}
*|form *|input[type="submit"] {
  padding: 10px;
  background: #f9fcf7 none repeat scroll 0% 50%;
  width: 100%;
  color: #565656;
  font-weight: bold;
  font-size: 0.8em;
}
*|.inline *|input, *|.inline *|label {
}
*|p {
  font-size: 0.9em;
  line-height: 1.6em;
}
*|blockquote {
  margin: 5px 0 30px;
  background: transparent url(../images/quotes.png) no-repeat scroll left top;
  padding-left: 40px;
  min-height: 30px;
  font-size: 0.8em;
  line-height: 1.6em;
  color: #767676;
}
*|body {
  border-top: 2px solid #2d2d2d;
  background: #f9f9f9 none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
}
*|.wrap {
  margin: 0 20px;
  width: auto;
}
*|.header, *|.footer {
  font-size: 0.8em;
}
*|.header *|p, *|.footer *|p {
  color: #565656;
}
*|footer {
  text-align: center;
}
*|.copy {
  margin: 10px 0;
  font-size: 0.6em;
  color: #777777;
  text-align: center;
}
*|.copy *|a {
  color: #b43641;
}
*|.logo {
  padding: 15px 0;
  float: left;
}
*|.logo *|img {
  display: block;
}
*|.menu-but {
  padding: 19px 0 0;
  float: right;
}
*|.content {
}
*|.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  font-size: 1.2em;
}
*|.menu *|li {
  display: block;
}
*|.menu *|li {
  margin-bottom: 5px;
}
*|.menu *|a {
  padding: 5px;
  color: #2d2d2d;
  font-weight: bold;
}
*|.menu *|a:hover {
  color: #b43641;
}
*|.icon *|.span, *|.icon *|a, *|.icon *|span {
  padding: 5px 5px 5px 40px;
}
*|.icon *|.span, *|.menu *|a, *|.icon *|span {
  display: block;
  position: relative;
}
*|.icon *|.span:before, *|.icon *|a:before, *|.icon *|span:before {
  width: 32px;
  height: 32px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
*|.info *|a:before, *|.info *|span:before, *|.info *|.span:before {
  background: transparent url(../images/info.png) no-repeat scroll 0% 50%;
}
*|.home *|a:before, *|.home *|span:before, *|.home *|.span:before {
  background: transparent url(../images/home.png) no-repeat scroll 0% 50%;
}
*|.gear *|a:before, *|.gear *|span:before, *|.gear *|.span:before {
  background: transparent url(../images/gear.png) no-repeat scroll 0% 50%;
}
*|.bubble *|a:before, *|.bubble *|span:before, *|.bubble *|.span:before {
  background: transparent url(../images/bubble.png) no-repeat scroll 0% 50%;
}
*|.add *|a:before, *|.add *|span:before, *|.add *|.span:before {
  background: transparent url(../images/add.png) no-repeat scroll 0% 50%;
}
*|.call *|a:before, *|.call *|span:before, *|.call *|.span:before {
  background: transparent url(../images/call.png) no-repeat scroll 0% 50%;
}
*|.navigation *|a:before, *|.navigation *|span:before, *|.navigation *|.span:before {
  background: transparent url(../images/navigation.png) no-repeat scroll 0% 50%;
}
*|.mail *|a:before, *|.mail *|span:before, *|.mail *|.span:before {
  background: transparent url(../images/mail.png) no-repeat scroll 0% 50%;
}
*|ul.small {
  font-size: 0.8em;
}
*|ul.small *|a {
  font-weight: normal;
}
*|.separator {
  border-color: black;
  border-width: 1px 1px medium;
  border-bottom: medium none black;
  margin: 15px 0;
  background-color: black;
}
*|.header *|.separator {
  margin-top: 0;
}
*|article *|figure {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 480px;
  position: relative;
}
*|article {
  padding-bottom: 30px;
}
*|article *|figure *|a {
  display: block;
}
*|article *|figure *|img {
  border:  none;
  padding: 10px;
  background: #eeeeee none repeat scroll 0% 50%;
  display: block;
  text-align: center;
  max-width: 100%;
  -moz-box-sizing: border-box;
}
*|article *|figure *|figcaption {
  padding: 0 10px 10px;
  background: #eeeeee none repeat scroll 0% 50%;
  font-size: 0.9em;
  color: #222222;
  font-weight: bold;
}
*|a.more {
  font-size: 0.8em;
  text-decoration: underline;
  color: #006f9a;
}
*|.social {
  margin: 10px 0 20px;
}
*|.social *|a {
  opacity: 0.5;
}
*|.social *|a:hover {
  opacity: 1;
}
*|.post-preview {
  border-right: 1px solid #eeeeee;
  padding: 0 10px 0 0;
  float: left;
  width: 58px;
  height: 58px;
}
*|.post-preview *|a, *|.post-preview *|img {
  display: block;
}
*|.post-preview *|img {
  border: 1px solid #333333;
  margin: 0;
  padding: 5px;
  background: #2d2d2d none repeat scroll 0% 50%;
}
*|.post-content {
  padding: 0 0 0 10px;
  float: left;
  width: 72%;
}
*|.comments *|li {
  padding-bottom: 30px;
}
*|.comments *|li *|p {
  margin-bottom: 5px;
}
*|.paginate {
  margin: 20px 0 0;
}
*|.paginate *|ul {
  margin: 0;
  padding: 0;
}
*|.paginate *|ul *|li {
  margin: 0 5px 0 0;
  line-height: normal;
  font-size: 0;
}
*|.paginate *|ul *|li:first-child {
  padding: 0;
}
*|.paginate *|ul *|li *|a, *|.paginate *|ul *|li *|span.current {
  padding: 8px 10px;
  background: #f9fcf7 none repeat scroll 0% 50%;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  position: relative;
  display: block;
  font-size: 12px;
  color: #767676;
}
*|.paginate *|ul *|li *|a:hover, *|.paginate *|ul *|li *|span.current {
  background: #ff664d none repeat scroll 0% 50%;
  color: #ffffff;
}
*|.slider {
  margin: 0px auto 20px;
  padding: 0;
  overflow: hidden;
  position: relative;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 100%;
  -moz-box-sizing: border-box;
}
*|.slider *|li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
*|.slider *|li:first-child {
  position: relative;
  display: block;
  float: left;
}
*|.slider *|img {
  border:  none;
  display: block;
  height: auto;
  float: left;
  width: 100%;
  max-width: 100%;
}
