/* Colors */
/* Buttons */
/* line 14, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* HTML5 tags */
/* line 5, ../src/layout.scss */
header, section, footer, aside, nav, article, figure {
  display: block;
}

/* Fonts */
@font-face {
  font-family: 'CandelaBook';
  src: url("/fonts/CandelaBook-webfont.eot");
  src: local("☺"), url("/fonts/CandelaBook-webfont.woff") format("woff"), url("/fonts/CandelaBook-webfont.ttf") format("truetype"), url("/fonts/CandelaBook-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CandelaBold';
  src: url("/fonts/CandelaBold-webfont.eot");
  src: local("☺"), url("/fonts/CandelaBold-webfont.woff") format("woff"), url("/fonts/CandelaBold-webfont.ttf") format("truetype"), url("/fonts/CandelaBold-webfont.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Grid Setup */
/* line 27, ../src/layout.scss */
html {
  background: #bbd879;
}

/* line 31, ../src/layout.scss */
body {
  background: #cfe9b6 url('/images/bg_body.png?1274820168') 0 0 repeat-x;
}

/* line 35, ../src/layout.scss */
header.primary {
  width: 100%;
  padding-top: 20px;
  height: 168px;
  background: transparent url('/images/bg_clouds.png?1274384412') 50% 100% no-repeat;
  position: relative;
}
/* line 42, ../src/layout.scss */
header.primary hgroup {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  position: absolute;
  left: 50%;
  margin-left: -470px;
}
/* line 47, ../src/layout.scss */
header.primary hgroup h1 a {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/logo.png?1274383910');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 174px;
  height: 209px;
}
/* line 48, ../src/layout.scss */
header.primary hgroup h2 {
  display: none;
}
/* line 51, ../src/layout.scss */
header.primary nav {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  position: absolute;
  left: 50%;
  margin-left: -230px;
  padding: 0 5px;
  background: #87c6ea;
  height: 36px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  -khtml-border-radius: 18px;
  border-radius: 18px;
  font-family: CandelaBold, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
/* line 63, ../src/layout.scss */
header.primary nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 0 16px;
}
/* line 51, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
header.primary nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 43, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
header.primary nav ul li:first-child, header.primary nav ul li.first {
  padding-left: 0px;
}
/* line 44, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
header.primary nav ul li:last-child, header.primary nav ul li.last {
  padding-right: 0px;
}
/* line 66, ../src/layout.scss */
header.primary nav ul a {
  color: #fff;
  text-decoration: none;
  height: 36px;
  line-height: 34px;
  display: block;
  padding: 0 9px;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
}
/* line 74, ../src/layout.scss */
header.primary nav ul a:hover {
  background: #3c92c3;
}
/* line 78, ../src/layout.scss */
header.primary #section_title {
  position: absolute;
  left: 50%;
  top: 64px;
  margin-left: -245px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/section_programs.png?1276207043');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 723px;
  height: 129px;
}

/* line 87, ../src/layout.scss */
#page_container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  overflow: hidden;
  *zoom: 1;
  background: #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
/* line 96, ../src/layout.scss */
#page_container #content {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
/* line 100, ../src/layout.scss */
#page_container #content article h1 {
  font-family: CandelaBook, Helvetica, Arial, sans-serif;
  color: #80a623;
  font-weight: normal;
  font-size: 28px;
}
/* line 108, ../src/layout.scss */
#page_container #content article .entry-content,
#page_container #content article .entry-comments,
#page_container #content article footer {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 520px;
  margin-left: 0;
  padding-bottom: 1em;
}
/* line 113, ../src/layout.scss */
#page_container #content article .entry-photo {
  float: right;
  margin: 0 0 15px 15px;
  padding: 5px;
  background: #fff;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px 0;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px 0;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 5px 0;
  -moz-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}
/* line 120, ../src/layout.scss */
#page_container #content article .entry-photo.no-aside {
  margin-right: -140px;
}
/* line 122, ../src/layout.scss */
#page_container #content article .entry-summary {
  font-size: 16px;
  color: #9f9f9f;
}
/* line 126, ../src/layout.scss */
#page_container #content article aside {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 160px;
  margin-right: 0;
  color: #888;
}
/* line 131, ../src/layout.scss */
#page_container #content article article {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 1.5em;
}
/* line 138, ../src/layout.scss */
#page_container #subnav {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-top: 62px;
}
/* line 142, ../src/layout.scss */
#page_container #subnav ul {
  background: #d7f0ff;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  -khtml-border-radius: 16px;
  border-radius: 16px;
  border: 8px solid #eaf7ff;
  padding: 10px 0;
}
/* line 148, ../src/layout.scss */
#page_container #subnav ul li {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
/* line 155, ../src/layout.scss */
#page_container #subnav ul li.current a, #page_container #subnav ul li.parent_current a {
  background: #bae5ff;
  color: #036;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
}
/* line 159, ../src/layout.scss */
#page_container #subnav ul li.current a:hover, #page_container #subnav ul li.parent_current a:hover {
  background: #eaf7ff;
}
/* line 162, ../src/layout.scss */
#page_container #subnav ul li.parent_current .current a {
  background: #87c6ea;
  text-shadow: none;
}
/* line 166, ../src/layout.scss */
#page_container #subnav ul li ul {
  background: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
}
/* line 172, ../src/layout.scss */
#page_container #subnav ul li ul a {
  font-size: 12px;
  padding-left: 30px;
}
/* line 179, ../src/layout.scss */
#page_container #subnav ul a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  padding: 5px 15px;
  color: #666;
  text-shadow: rgba(255, 255, 255, 0.8) 1px 1px 0;
}
/* line 186, ../src/layout.scss */
#page_container #subnav ul a:hover {
  background: #eaf7ff;
}
/* line 189, ../src/layout.scss */
#page_container #subnav ul.extras {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0;
}
/* line 195, ../src/layout.scss */
#page_container #subnav ul.extras li a {
  height: 48px;
  line-height: 48px;
  padding: 0 0 0 52px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  -khtml-border-radius: 16px;
  border-radius: 16px;
}
/* line 200, ../src/layout.scss */
#page_container #subnav ul.extras li a:hover {
  background-color: #f5fbf1;
}
/* line 202, ../src/layout.scss */
#page_container #subnav ul.extras .ot a {
  background: transparent url('/images/flower2_small.png?1277927256') 0 50% no-repeat;
}
/* line 205, ../src/layout.scss */
#page_container #subnav ul.extras .speech a {
  background: transparent url('/images/bird_small.png?1277927208') 0 50% no-repeat;
}
/* line 209, ../src/layout.scss */
#page_container #subnav a.rss {
  display: block;
  background: transparent url('/images/rss.png?1281102628') 0 50% no-repeat;
  padding-left: 24px;
  line-height: 24px;
  height: 24px;
  color: #666;
  text-decoration: none;
}

/* line 222, ../src/layout.scss */
footer.primary {
  clear: both;
  background: #bbd879;
  color: #4e752d;
  border-top: 60px solid #a2c842;
}
/* line 228, ../src/layout.scss */
footer.primary .container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  overflow: hidden;
  *zoom: 1;
}
/* line 229, ../src/layout.scss */
footer.primary .callnow {
  position: relative;
  top: -60px;
  margin-bottom: -40px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/ti_moreinfo.png?1274814335');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
/* line 238, ../src/layout.scss */
footer.primary .copyright {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
}
/* line 241, ../src/layout.scss */
footer.primary nav {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 580px;
}
/* line 243, ../src/layout.scss */
footer.primary nav ul {
  float: right;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 0;
}
/* line 51, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
footer.primary nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 43, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
footer.primary nav ul li:first-child, footer.primary nav ul li.first {
  padding-left: 0px;
}
/* line 44, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal-list.scss */
footer.primary nav ul li:last-child, footer.primary nav ul li.last {
  padding-right: 0px;
}
/* line 248, ../src/layout.scss */
footer.primary nav ul li {
  padding: 0 .75em;
  border-left: 1px solid #dcebbd;
}
/* line 251, ../src/layout.scss */
footer.primary nav ul li:first-child {
  border-left: none;
}
/* line 254, ../src/layout.scss */
footer.primary nav a {
  color: #4e752d;
  text-decoration: none;
}
/* line 257, ../src/layout.scss */
footer.primary nav a:hover {
  text-decoration: underline;
}
/* line 260, ../src/layout.scss */
footer.primary .credits {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 940px;
  text-align: right;
  font-size: 11px;
}
/* line 264, ../src/layout.scss */
footer.primary .credits a {
  color: inherit;
}

/* line 268, ../src/layout.scss */
.left_column {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
}

/* line 272, ../src/layout.scss */
.right_column {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 280px;
  margin-right: 0;
}

/* Section Headers */
/* line 278, ../src/layout.scss */
#section_title {
  /*body.faq &          { background-image: image_url("section_faq.png"); }*/
}
/* line 279, ../src/layout.scss */
body.our_programs #section_title {
  background-image: url('/images/section_programs.png?1276207043');
}
/* line 281, ../src/layout.scss */
body.about #section_title {
  background-image: url('/images/section_about.png?1276206996');
}
/* line 282, ../src/layout.scss */
body.resources #section_title {
  background-image: url('/images/section_resources.png?1276207027');
}
/* line 283, ../src/layout.scss */
body.contact_us #section_title {
  background-image: url('/images/section_contact.png?1276207009');
}
/* line 284, ../src/layout.scss */
body.blog #section_title {
  background-image: url('/images/section_blog.png?1276207055');
}

/* Form Elements */
/* line 289, ../src/layout.scss */
label {
  color: #888888;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 296, ../src/layout.scss */
input[type=text],
input[type=email],
textarea {
  background: #e7f4fc;
  padding: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  border: 1px solid #87c6ea;
  width: 100%;
}

/* Directions Maps */
/* line 307, ../src/layout.scss */
iframe {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 0;
}

/* Blog elements */
/* line 315, ../src/layout.scss */
p.updated {
  margin-top: -1.5em;
  font-size: 12px;
  margin-bottom: .5em;
}

/* line 320, ../src/layout.scss */
p.categories {
  color: #888888;
  font-size: 12px;
  font-style: italic;
}
/* line 324, ../src/layout.scss */
p.categories a {
  color: inherit;
}
/* line 326, ../src/layout.scss */
p.categories a:hover {
  color: #2ba4d9;
}

/*	Pagination  */
/* line 332, ../src/layout.scss */
.pagination {
  list-style-type: none;
  text-align: right;
  margin: 1em 0;
}
/* line 5, ../../../../../Library/Ruby/Gems/1.8/gems/compass-0.10.3/frameworks/compass/stylesheets/compass/utilities/lists/_inline-list.scss */
.pagination, .pagination li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
/* line 337, ../src/layout.scss */
.pagination a {
  padding: 3px 6px;
  border: 1px solid;
  margin-right: .5em;
  border-color: #5a9fc0;
}
/* line 342, ../src/layout.scss */
.pagination a:hover {
  background-color: #b8e0f1;
  color: #069;
  text-decoration: none;
}
/* line 349, ../src/layout.scss */
.pagination .beginning a, .pagination .end a, .pagination .previous a, .pagination .next a {
  border-color: #ccc;
  color: #999;
}
/* line 354, ../src/layout.scss */
.pagination .here a {
  border-color: #666;
  color: #333;
  font-weight: bold;
  background-color: #eee;
  cursor: default;
}

/* Individual pages */
/* Homepage */
/* line 5, ../src/pages/_home.scss */
#intro h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/ti_welcome.png?1274812162');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 401px;
  height: 56px;
}
/* line 6, ../src/pages/_home.scss */
#ot h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/ti_ot.png?1274812596');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 185px;
  height: 32px;
}
/* line 7, ../src/pages/_home.scss */
#speech h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/ti_speech.png?1274812162');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 141px;
  height: 32px;
}
/* line 8, ../src/pages/_home.scss */
#summer h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/ti_summer.png?1274812763');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 146px;
  height: 32px;
}
/* line 9, ../src/pages/_home.scss */
#custom h1 {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-image: url('/images/ti_custom.png?1274812162');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 149px;
  height: 32px;
}
/* line 10, ../src/pages/_home.scss */
#programs h1 {
  margin-bottom: 5px;
}

/* line 13, ../src/pages/_home.scss */
body.home {
  background-image: url('/images/bg_body_home.png?1274820199');
}
/* line 16, ../src/pages/_home.scss */
body.home header.primary {
  height: 288px;
}
/* line 19, ../src/pages/_home.scss */
body.home header.primary img {
  position: absolute;
  left: 50%;
}
/* line 22, ../src/pages/_home.scss */
body.home header.primary img#garden {
  margin-top: 48px;
  margin-left: -30px;
}
/* line 23, ../src/pages/_home.scss */
body.home header.primary img#children {
  margin-top: 40px;
  margin-left: -298px;
}
/* line 27, ../src/pages/_home.scss */
body.home #intro {
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}
/* line 31, ../src/pages/_home.scss */
body.home #slideshow {
  float: right;
  margin-top: -15px;
}
/* line 37, ../src/pages/_home.scss */
body.home #programs article {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 340px;
  border-bottom: 1px solid #c9eaff;
  padding: 20px 0;
}
/* line 42, ../src/pages/_home.scss */
body.home #programs article#ot, body.home #programs article#summer {
  margin-left: 0;
  clear: left;
  position: relative;
}
/* line 47, ../src/pages/_home.scss */
body.home #programs article#speech, body.home #programs article#custom {
  margin-right: 0;
  position: relative;
}
/* line 55, ../src/pages/_home.scss */
body.home #ot img {
  position: absolute;
  left: -15px;
  top: -5px;
}
/* line 60, ../src/pages/_home.scss */
body.home #ot p {
  margin-left: 80px;
  width: 250px;
}
/* line 64, ../src/pages/_home.scss */
body.home #ot h1 {
  margin-left: 80px;
}
/* line 69, ../src/pages/_home.scss */
body.home #speech img {
  position: absolute;
  top: -30px;
  right: 0;
}
/* line 74, ../src/pages/_home.scss */
body.home #speech p {
  width: 250px;
}
/* line 77, ../src/pages/_home.scss */
body.home #speech footer {
  margin-bottom: 19px;
}
/* line 82, ../src/pages/_home.scss */
body.home #custom img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: -30px;
}
/* line 90, ../src/pages/_home.scss */
body.home #page_container {
  padding-top: 0;
}
/* line 92, ../src/pages/_home.scss */
body.home #page_container #content {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
}
/* line 93, ../src/pages/_home.scss */
body.home #page_container > aside {
  margin-top: 30px;
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
}
/* line 96, ../src/pages/_home.scss */
body.home #page_container > aside h1 {
  color: #A1C741;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
}
/* line 100, ../src/pages/_home.scss */
body.home #news_list {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
}
/* line 102, ../src/pages/_home.scss */
body.home #news_list li {
  margin-left: 0;
  margin-bottom: 1em;
}
/* line 103, ../src/pages/_home.scss */
body.home #news_list time {
  display: block;
  font-size: 12px;
  color: #999;
}
/* line 108, ../src/pages/_home.scss */
body.home #news_list a {
  color: #444444;
  text-decoration: none;
}
/* line 29, ../src/_base.scss */
body.home #news_list a:hover {
  color: #2ba4d9;
  text-decoration: underline;
}
/* line 113, ../src/pages/_home.scss */
body.home a.facebook {
  display: block;
  background: transparent url('/images/facebook.png?1264608451') 0 0 no-repeat;
  padding-left: 40px;
  line-height: 32px;
  font-size: 16px;
  color: #2ba4d9;
  text-decoration: none;
}

/* Blog */
/* line 5, ../src/pages/_blog.scss */
body.blog .entry-comments {
  border-top: 1px solid #c9eaff;
  padding-top: 2em;
}
/* line 9, ../src/pages/_blog.scss */
body.blog .entry-comments article {
  background: #f5fbf1;
  padding: 15px 15px 5px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
/* line 14, ../src/pages/_blog.scss */
body.blog .entry-comments .commenter {
  font-size: 14px;
  font-weight: bold;
  float: left;
  width: 50%;
  margin-bottom: 0;
}
/* line 21, ../src/pages/_blog.scss */
body.blog .entry-comments time {
  float: right;
  width: 40%;
  text-align: right;
  padding-right: 2px;
}
/* line 27, ../src/pages/_blog.scss */
body.blog .entry-comments .comment-content {
  clear: both;
}
/* line 32, ../src/pages/_blog.scss */
body.blog #blog_nav {
  padding-top: 1.3em;
}
/* line 36, ../src/pages/_blog.scss */
body.blog aside nav li {
  list-style: none;
  margin-left: 0;
}
/* line 37, ../src/pages/_blog.scss */
body.blog aside nav a {
  color: #bbbbbb;
}
/* line 39, ../src/pages/_blog.scss */
body.blog aside nav a:hover {
  color: #2ba4d9;
}
/* line 45, ../src/pages/_blog.scss */
body.blog #comment_form fieldset {
  margin-bottom: 0;
}
/* line 49, ../src/pages/_blog.scss */
body.blog #comment_form ol, body.blog #comment_form ul {
  list-style: none;
  margin: 0 0 .5em;
}
/* line 53, ../src/pages/_blog.scss */
body.blog #comment_form ol li, body.blog #comment_form ul li {
  margin: 0 0 .5em;
}
/* line 56, ../src/pages/_blog.scss */
body.blog #comment_form textarea {
  height: 8em;
  width: 97%;
}
/* line 61, ../src/pages/_blog.scss */
body.blog #comment_form .comment_extra {
  clear: both;
  overflow: hidden;
}
/* line 65, ../src/pages/_blog.scss */
body.blog #comment_form .comment_extra label {
  float: left;
  width: 15%;
  line-height: 32px;
}
/* line 70, ../src/pages/_blog.scss */
body.blog #comment_form .comment_extra input {
  float: left;
  width: 60%;
}
/* line 77, ../src/pages/_blog.scss */
body.blog #comment_form #comment_action label {
  text-transform: none;
  color: #444444;
  width: auto;
}
/* line 82, ../src/pages/_blog.scss */
body.blog #comment_form #comment_action .submit {
  padding-top: 1em;
}
