@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,700);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
/* line 12, ../scss/screen.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 14, ../scss/screen.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 15, ../scss/screen.scss */
audio:not([controls]) {
  display: none;
}

/* line 16, ../scss/screen.scss */
[hidden] {
  display: none;
}

/* line 20, ../scss/screen.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 23, ../scss/screen.scss */
p, blockquote, q, pre, address, hr, code, samp, dl, ol, ul, form, table, fieldset,
menu {
  margin: 0 0 1.5em 0;
  padding: 0;
}

/* line 24, ../scss/screen.scss */
li {
  margin-left: 24px;
}

/* line 25, ../scss/screen.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* line 26, ../scss/screen.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 27, ../scss/screen.scss */
figure {
  margin: 0;
}

/* line 28, ../scss/screen.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 29, ../scss/screen.scss */
label {
  cursor: pointer;
  display: block;
}

/* line 30, ../scss/screen.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/* line 31, ../scss/screen.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 33, ../scss/screen.scss */
button, input {
  line-height: normal;
  *overflow: visible;
}

/* line 34, ../scss/screen.scss */
table button, table input {
  *overflow: auto;
}

/* line 35, ../scss/screen.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

/* line 36, ../scss/screen.scss */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* line 38, ../scss/screen.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 39, ../scss/screen.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 40, ../scss/screen.scss */
input, textarea {
  background: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  width: 300px;
  padding: 6px;
}

/* line 42, ../scss/screen.scss */
textarea {
  width: 100%;
  height: 200px;
}

/* line 43, ../scss/screen.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fafafa), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* IE10+ */
  background: linear-gradient(top, #fafafa 60%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
  box-shadow: inset 0 2px 1px #fff;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 14px;
  font-weight: bold;
  padding: 6px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  width: auto;
}

/* line 65, ../scss/screen.scss */
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  background: #f5f5f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, whitesmoke), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, whitesmoke 60%, gainsboro 100%);
  /* IE10+ */
  background: linear-gradient(top, #f5f5f5 60%, #dcdcdc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 );
  /* IE6-9 */
  border-color: #bbb #bbb #aaa #bbb;
}

/* line 83, ../scss/screen.scss */
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
}

/* line 88, ../scss/screen.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* line 89, ../scss/screen.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 90, ../scss/screen.scss */
td {
  vertical-align: top;
}

/* line 91, ../scss/screen.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 95, ../scss/screen.scss */
html {
  background: url("../graphics/bodybg.jpg") repeat left top;
}

/* line 96, ../scss/screen.scss */
body {
  font-size: 14px;
  line-height: 1.5em;
  background: url("../graphics/pageback.jpg") repeat left top;
  -webkit-box-shadow: 0 0 2px 0 black;
  -moz-box-shadow: 0 0 2px 0 black;
  box-shadow: 0 0 2px 0 black;
  -webkit-font-smoothing: antialiased;
  max-width: 1032px;
  margin: 0 auto;
}

/* line 99, ../scss/screen.scss */
body, button, input, select, textarea {
  font-family: "PT Sans", "Trebuchet MS", "Liberation Sans", sans-serif;
  color: #414342;
}

/* line 102, ../scss/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Crimson Text", "Georgia", "Times New Roman", serif;
  text-rendering: optimizeLegibility;
}

/* line 103, ../scss/screen.scss */
h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
  line-height: 1.1em;
}

/* line 104, ../scss/screen.scss */
h2 {
  font-size: 1.5em;
  margin: 0 0 0.83em 0;
  line-height: 1.2em;
}

/* line 105, ../scss/screen.scss */
h3 {
  font-size: 1.17em;
  margin: 0 0 1em 0;
  line-height: 1.3em;
}

/* line 106, ../scss/screen.scss */
h4 {
  font-size: 1em;
  margin: 0 0 1.33em 0;
}

/* line 107, ../scss/screen.scss */
h5 {
  font-size: 0.83em;
  margin: 0 0 1.67em 0;
}

/* line 108, ../scss/screen.scss */
h6 {
  font-size: 0.75em;
  margin: 0 0 2.33em 0;
}

/* line 110, ../scss/screen.scss */
a {
  color: #a85151;
  font-weight: bold;
  text-decoration: none;
}

/* line 112, ../scss/screen.scss */
a:hover {
  text-decoration: underline;
}

/* line 113, ../scss/screen.scss */
a:focus {
  outline: thin dotted;
}

/* line 114, ../scss/screen.scss */
a:link {
  -webkit-tap-highlight-color: #ff5e99;
}

/* line 116, ../scss/screen.scss */
a:hover, a:active {
  outline: 0;
}

/* line 118, ../scss/screen.scss */
b, strong {
  font-weight: bold;
}

/* line 119, ../scss/screen.scss */
blockquote {
  margin: 0 24px 1.5em 24px;
}

/*aaron edited*/
/* line 120, ../scss/screen.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 123, ../scss/screen.scss */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* line 125, ../scss/screen.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 127, ../scss/screen.scss */
nav ul, nav ol, nav li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 132, ../scss/screen.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* line 134, ../scss/screen.scss */
::selection {
  background: #c80000;
  color: white;
  text-shadow: none;
}

/* line 135, ../scss/screen.scss */
::-moz-selection {
  background: #c80000;
  color: white;
  text-shadow: none;
}

/* line 137, ../scss/screen.scss */
img::selection {
  background: transparent;
}

/* line 138, ../scss/screen.scss */
img::-moz-selection {
  background: transparent;
}

/* line 141, ../scss/screen.scss */
.alignright {
  float: right;
  display: inline;
  margin: 0 0 24px 24px;
}

/* line 143, ../scss/screen.scss */
.alignleft {
  float: left;
  display: inline;
  margin: 0 24px 24px 0;
}

/* line 144, ../scss/screen.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* line 149, ../scss/screen.scss */
.l img, .s img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
}

/* line 152, ../scss/screen.scss */
.l img, .simg, img[class*="align"], img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* line 155, ../scss/screen.scss */
.l img, .s img, img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* line 159, ../scss/screen.scss */
.wp-caption {
  border: 1px solid #ccc;
  max-width: 100%;
}

/* line 165, ../scss/screen.scss */
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  margin-bottom: 1.5em;
}

/* line 168, ../scss/screen.scss */
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

/* line 173, ../scss/screen.scss */
.wp-caption-text {
  text-align: center;
}

/* line 176, ../scss/screen.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 179, ../scss/screen.scss */
.l .gallery {
  margin-bottom: 1.5em;
}

/* line 184, ../scss/screen.scss */
.l .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

/* line 189, ../scss/screen.scss */
.l .gallery dd {
  margin: 0;
}

/* Make sure embeds and iframes fit their containers */
/* line 200, ../scss/screen.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 228, ../scss/screen.scss */
.body {
  width: 960px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  margin: 0 auto;
}

/* line 234, ../scss/screen.scss */
.l {
  float: left;
  width: 632px;
}

/* line 235, ../scss/screen.scss */
.s {
  float: right;
  width: 304px;
}

/* header */
/* line 239, ../scss/screen.scss */
header.body {
  height: 181px;
  /*background: url('../graphics/headerback.jpg') no-repeat center top;*/
  padding: 36px;
  background: url("../graphics/headerback.png") no-repeat center center;
}

/* line 241, ../scss/screen.scss */
header.body hgroup h1, header.body hgroup h4 {
  text-align: center;
  font-size: 48px;
                                                                                /*text-shadow: 0
1px 0 #000000;*/
  margin: 20px 0 44px 0;
  line-height: 20px;
}

/* line 243, ../scss/screen.scss */
header.body hgroup h1 a, header.body hgroup h4 a {
  /*color: #d8cd9f;*/
  font-weight: normal;
  color: #666666;
}

/* line 245, ../scss/screen.scss */
header.body hgroup h2 {
  float: right;
  width: 246px;
  text-align: center;
                                                                        /*color: #d8cd9f; text-shadow:
0 1px 0 #000000;*/
  font-size: 22px;
}

/* line 247, ../scss/screen.scss */
#text-4 a, #text-5 a {
  text-decoration: none;
  color: #666666;
  font-weight: normal;
}

/* line 248, ../scss/screen.scss */
#text-4 {
  font-family: "Crimson Text", "Georgia", "Times New Roman", serif;
  font-size: 22px;
                                                       /*color: #d8cd9f; text-shadow: 0 1px 0
#000000;*/
  width: 246px;
  float: left;
  line-height: 1.2em;
  text-align: center;
}

/* line 250, ../scss/screen.scss */
#text-5 {
  margin: 0 auto;
  text-align: center;
  /*color: #ffffff;*/
  font-size: 24px;
  margin-top: 84px;
  font-family: "Crimson Text", "Georgia", "Times New Roman", serif;
  line-height: 1.2em;
  /*text-shadow: 0 1px 0 #000000;*/
}

/* nav */
/* line 258, ../scss/screen.scss */
nav.main-menu {
  height: 65px;
  line-height: 55px;
  background: url("../graphics/main-menu.png") no-repeat center top;
  padding: 0 48px;
  margin-left: -12px;
}

/* line 261, ../scss/screen.scss */
nav.main-menu ul {
  text-align: center;
}

/* line 262, ../scss/screen.scss */
nav.main-menu li {
  display: inline-block;
  position: relative;
}

/* line 263, ../scss/screen.scss */
nav.main-menu a {
  display: block;
  height: 55px;
  padding: 0 12px;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 0 black;
}

/* line 265, ../scss/screen.scss */
nav.main-menu ul ul {
  display: none;
  float: left;
  position: absolute;
  top: 65px;
  left: 50%;
  width: 180px;
  z-index: 99999;
  margin-left: -90px;
  background: #181818;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 268, ../scss/screen.scss */
nav.main-menu a:hover {
  text-decoration: underline;
}

/* line 269, ../scss/screen.scss */
nav.main-menu ul ul li {
  float: none;
  line-height: 1.5em;
  display: block;
  height: auto;
}

/* line 270, ../scss/screen.scss */
nav.main-menu ul ul a {
  height: auto;
  padding: 10px 0 5px 0;
  color: #dddddd;
}

/* line 271, ../scss/screen.scss */
nav.main-menu ul ul ul {
  left: 100%;
  top: 0;
}

/* line 272, ../scss/screen.scss */
nav.main-menu ul li:hover > ul {
  display: block;
}

/* line 278, ../scss/screen.scss */
nav.main-menu ul ul:before {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #181818;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
  content: '';
}

/* line 280, ../scss/screen.scss */
nav.main-menu ul ul:after {
  content: '';
  width: 100%;
  height: 17px;
  position: absolute;
  top: -17px;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  /* aaron note: a background color - besides transparent - must be declared for this to work in IE9. Really. */
}

/* line 285, ../scss/screen.scss */
nav.main-menu select {
  display: none;
}

/* section.body */
/* line 288, ../scss/screen.scss */
section.body {
  padding-top: 26px;
  *zoom: 1;
}
/* line 38, ../../../../../../.gem/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
section.body:after {
  content: "";
  display: table;
  clear: both;
}

/* line 289, ../scss/screen.scss */
.jones-featured-image {
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 12px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 12px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 12px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.4);
  margin-bottom: 36px;
}

/* line 291, ../scss/screen.scss */
.wp-post-image {
  opacity: 0;
  margin: -1px 0 0 -1px;
}

/* content section within section.body */
/* line 295, ../scss/screen.scss */
div.l h2, div.l h3 {
  clear: left;
}

/* line 296, ../scss/screen.scss */
.l article header {
  margin-bottom: 12px;
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 12px;
}

/* line 297, ../scss/screen.scss */
.l article header h1, .l article header h2, .l article header h3 {
  margin-bottom: 0;
}

/* line 298, ../scss/screen.scss */
.l article header p {
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0;
}

/* line 299, ../scss/screen.scss */
.archive .l article header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 300, ../scss/screen.scss */
.comments {
  border: 1px solid #aaaaaa;
  margin-bottom: 24px;
}

/* line 301, ../scss/screen.scss */
.comments h2 {
  margin: 12px 0 0.83em 12px;
}

/* line 302, ../scss/screen.scss */
.comments article {
  position: relative;
  padding: 12px;
  background: #f4f4f4;
}

/* line 303, ../scss/screen.scss */
.comments article.alt {
  background: #dddddd;
}

/* line 304, ../scss/screen.scss */
.comments article header {
  *zoom: 1;
}
/* line 38, ../../../../../../.gem/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.comments article header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 305, ../scss/screen.scss */
.comments article .number {
  position: absolute;
  top: 6px;
  left: 6px;
  display: block;
  height: 28px;
  width: 28px;
  background: #666666;
  color: #eeeeee;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  border: 2px solid #ffffff;
}

/* line 308, ../scss/screen.scss */
.comments .avatar {
  float: left;
  margin: 0 12px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 309, ../scss/screen.scss */
.comments form {
  padding: 12px;
}

/* line 310, ../scss/screen.scss */
.comments form div {
  margin-bottom: 12px;
}

/* sidebar within section.body */
/* line 314, ../scss/screen.scss */
div.s h3 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
  line-height: 1.1em;
}

/* line 315, ../scss/screen.scss */
div.s ul, .home .widget ul {
  list-style-type: none;
}

/* line 316, ../scss/screen.scss */
div.s ul li, .home .widget ul li {
  padding: 0px;
  border-top: 1px dashed #999999;
  margin: 0;
}

/* line 317, ../scss/screen.scss */
div.s ul li:last-of-type, .home .widget ul li:last-of-type {
  border-bottom: 1px dashed #999999;
}

/* line 318, ../scss/screen.scss */
div.s ul li a, .home .widget ul li a {
  padding: 8px 4px;
  display: block;
}

/* line 319, ../scss/screen.scss */
div.s ul li a:hover, .home .widget ul li a:hover {
  background: rgba(216, 205, 159, 0.5);
  text-decoration: none;
}

/* footer */
/* line 322, ../scss/screen.scss */
footer.body {
  *zoom: 1;
  height: 169px;
  padding: 36px 48px;
  background: url("../graphics/footerback.jpg") no-repeat bottom center;
  margin-left: -12px;
  color: #ffffff;
}
/* line 38, ../../../../../../.gem/ruby/1.9.1/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
footer.body:after {
  content: "";
  display: table;
  clear: both;
}

/* line 324, ../scss/screen.scss */
footer.body .widget {
  width: 222px;
  margin-right: 24px;
  float: left;
}

/* line 325, ../scss/screen.scss */
footer.body .copyright {
  width: 468px;
  float: left;
}

/* line 326, ../scss/screen.scss */
footer.body a {
  color: #d8cd9f;
}

/* line 330, ../scss/screen.scss */
#featured {
  width: 1032px !important;
  height: 322px;
  margin: -10px 0 10px 0;
}

/* line 331, ../scss/screen.scss */
#featured div.slider-content {
  width: 1032px !important;
  height: 322px;
  background-size: cover;
}

/* line 332, ../scss/screen.scss */
.slider-post-content {
  width: 714px;
  height: auto;
  position: absolute;
  bottom: 24px;
  left: 36px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #414342;
  text-shadow: 0 1px 0 #eeeeee;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 336, ../scss/screen.scss */
.slider-post-content p:last-child {
  margin-bottom: 0;
}

/* line 337, ../scss/screen.scss */
.home section.body .widget {
  width: 304px;
  margin-right: 24px;
  float: left;
}

/* line 338, ../scss/screen.scss */
.home section.body .widget:last-of-type {
  margin-right: 0;
}

/* line 345, ../scss/screen.scss */
.aaronsocial a {
  height: 32px;
  width: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px #333333;
  -moz-box-shadow: 0 3px 5px #333333;
  box-shadow: 0 3px 5px #333333;
  float: left;
  margin: 0 6px 0 0;
  background-image: url("../graphics/social-sprite.png");
  text-indent: -999999px;
  position: relative;
  padding: 0;
}

/* line 348, ../scss/screen.scss */
.aaronsocial a:hover {
  background-color: transparent;
}

/* line 349, ../scss/screen.scss */
.aaronsocial a:hover:after {
  content: attr(rel);
  position: absolute;
  text-indent: 0;
  top: 38px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  border-radius: 3px;
}

/* line 352, ../scss/screen.scss */
.aaronsocial a.delicious {
  background-position: left top;
}

/* line 353, ../scss/screen.scss */
.aaronsocial a.facebook {
  background-position: -32px top;
}

/* line 354, ../scss/screen.scss */
.aaronsocial a.flickr {
  background-position: -64px top;
}

/* line 355, ../scss/screen.scss */
.aaronsocial a.forrst {
  background-position: -96px top;
}

/* line 356, ../scss/screen.scss */
.aaronsocial a.github {
  background-position: -128px top;
}

/* line 357, ../scss/screen.scss */
.aaronsocial a.googleplus {
  background-position: -160px top;
}

/* line 358, ../scss/screen.scss */
.aaronsocial a.googleplusalt {
  background-position: -192px top;
}

/* line 359, ../scss/screen.scss */
.aaronsocial a.opteweb {
  background-position: -224px top;
}

/* line 360, ../scss/screen.scss */
.aaronsocial a.paypal {
  background-position: -256px top;
}

/* line 361, ../scss/screen.scss */
.aaronsocial a.rdio {
  background-position: -288px top;
}

/* line 362, ../scss/screen.scss */
.aaronsocial a.rss {
  background-position: -320px top;
}

/* line 363, ../scss/screen.scss */
.aaronsocial a.skype {
  background-position: -352px top;
}

/* line 364, ../scss/screen.scss */
.aaronsocial a.twitter {
  background-position: -384px top;
}

/* line 365, ../scss/screen.scss */
.aaronsocial a.vimeo {
  background-position: -416px top;
}

/* line 366, ../scss/screen.scss */
.aaronsocial a.youtube {
  background-position: -348px top;
}

/* line 376, ../scss/screen.scss */
#aaron-plusone div {
  height: 32px !important;
  width: 32px !important;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px #cccccc;
  -moz-box-shadow: 0 3px 5px #cccccc;
  box-shadow: 0 3px 5px #cccccc;
  float: left;
  margin: 0 6px 0 0;
  background-image: url("../graphics/social-sprite.png") !important;
  text-indent: -999999px;
  position: relative;
  padding: 3px 0;
  background-position: -160px top !important;
}

/* line 379, ../scss/screen.scss */
#aaron-plusone div iframe {
  opacity: 0 !important;
}

/* CSS for jQuery Orbit Plugin 1.4.0 Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php
*/
/* Container ---------------------- */
/* line 384, ../scss/screen.scss */
div.orbit-wrapper {
  width: 1032px;
  height: 322px;
  position: relative;
}

/* line 385, ../scss/screen.scss */
div.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}

/* line 386, ../scss/screen.scss */
div.orbit.with-bullets {
  margin-bottom: 40px;
}

/* line 387, ../scss/screen.scss */
div.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 322px;
}

/* line 388, ../scss/screen.scss */
div.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}

/* line 389, ../scss/screen.scss */
div.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
}

/* line 390, ../scss/screen.scss */
.orbit > div, div.orbit > a {
  width: 1032px;
  height: 322px;
}

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
/* line 394, ../scss/screen.scss */
div.orbit-wrapper div.timer {
  display: none;
}

/* Bullet Nav ---------------------- */
/* line 397, ../scss/screen.scss */
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  top: 24px;
  right: 36px;
  margin: 0;
  padding: 11px;
  width: 222px;
  height: 274px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 400, ../scss/screen.scss */
ul.orbit-bullets li {
  cursor: pointer;
  color: #414342;
  text-shadow: 0 1px 0 #eeeeee;
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 0 46px;
  margin: 0 0 10px 0;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

/* line 403, ../scss/screen.scss */
ul.orbit-bullets li:before {
  content: '\25CF';
  display: block;
  position: absolute;
  top: 0;
  left: 19px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-shadow: none;
}

/* line 405, ../scss/screen.scss */
ul.orbit-bullets li.active {
  line-height: 40px;
  border: 1px solid #9e9f9e;
  padding-left: 45px;
  text-shadow: 0 2px 0 #ffffff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fefefe), color-stop(100%, #d9dad9));
  background-image: -webkit-linear-gradient(#fefefe, #d9dad9);
  background-image: -moz-linear-gradient(#fefefe, #d9dad9);
  background-image: -o-linear-gradient(#fefefe, #d9dad9);
  background-image: linear-gradient(#fefefe, #d9dad9);
}

/* line 407, ../scss/screen.scss */
ul.orbit-bullets li.active:before {
  color: #a85151;
}

/* Correct timer in IE */
/* line 410, ../scss/screen.scss */
.lt-ie9 .timer {
  display: none !important;
}

/* line 411, ../scss/screen.scss */
.lt-ie9 div.caption {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}

/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. http://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
/* line 415, ../scss/screen.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}

/* line 417, ../scss/screen.scss */
.reveal-modal {
  background: white;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 41;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

/* line 418, ../scss/screen.scss */
.reveal-modal *:first-child {
  margin-top: 0;
}

/* line 419, ../scss/screen.scss */
.reveal-modal *:last-child {
  margin-bottom: 0;
}

/* line 420, ../scss/screen.scss */
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

/* line 421, ../scss/screen.scss */
.reveal-modal.small {
  width: 30%;
  margin-left: -10%;
}

/* line 422, ../scss/screen.scss */
.reveal-modal.medium {
  width: 40%;
  margin-left: -20%;
}

/* line 423, ../scss/screen.scss */
.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}

/* line 424, ../scss/screen.scss */
.reveal-modal.xlarge {
  width: 70%;
  margin-left: -35%;
}

/* line 425, ../scss/screen.scss */
.reveal-modal.expand {
  width: 90%;
  margin-left: -45%;
}

/* Text meant only for screen readers */
/* line 428, ../scss/screen.scss */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
