/* Thirdsite Styles */
/* wp-CLEAN AND SIMPLE.
 * css+sass basic template  */
/* line 17, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 20, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, ../../../../../../Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
	Width
*/
/*
	Centered
*/
/* line 25, ../sass/_responsivelayout.scss */
.centered {
  margin: 0 auto;
  max-width: 1060px;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  width: 90%;
  position: relative;
}
/* line 7, ../sass/_clearfix.scss */
.centered:before, .centered:after {
  content: "";
  display: table;
}
/* line 13, ../sass/_clearfix.scss */
.centered:after {
  clear: both;
}

/*
	Columns
*/
/* line 54, ../sass/_responsivelayout.scss */
.col {
  float: left;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  margin-bottom: 20px;
}
/* line 7, ../sass/_clearfix.scss */
.col:before, .col:after {
  content: "";
  display: table;
}
/* line 13, ../sass/_clearfix.scss */
.col:after {
  clear: both;
}

/* line 61, ../sass/_responsivelayout.scss */
.half {
  width: 48%;
}

/* line 66, ../sass/_responsivelayout.scss */
.third {
  width: 31%;
}

/* line 71, ../sass/_responsivelayout.scss */
.twothirds {
  width: 66%;
}

/* line 76, ../sass/_responsivelayout.scss */
.full {
  width: 100%;
}

/* line 81, ../sass/_responsivelayout.scss */
.left {
  margin-right: 3%;
}

/* line 91, ../sass/_responsivelayout.scss */
.mid {
  margin-right: 3%;
}

/* line 96, ../sass/_responsivelayout.scss */
.most {
  width: 85%;
}

/* line 101, ../sass/_responsivelayout.scss */
.narrow {
  width: 23%;
}

/* line 106, ../sass/_responsivelayout.scss */
.seventh {
  width: 12.5%;
}

/* line 111, ../sass/_responsivelayout.scss */
.new-row {
  clear: both;
}

/* line 115, ../sass/_responsivelayout.scss */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}

/* line 120, ../sass/_responsivelayout.scss */
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}

/*
	Hovers
*/
/* line 9, ../sass/_hovers.scss */
section a, section a h2, footer a, footer a h2 {
  transition: 0.3s color;
  -moz-transition: 0.3s color;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
}
/* line 12, ../sass/_hovers.scss */
section a:hover, section a:hover h2, section a:focus, section a:focus h2, section a:active, section a:active h2, section a h2:hover, section a h2:hover h2, section a h2:focus, section a h2:focus h2, section a h2:active, section a h2:active h2, footer a:hover, footer a:hover h2, footer a:focus, footer a:focus h2, footer a:active, footer a:active h2, footer a h2:hover, footer a h2:hover h2, footer a h2:focus, footer a h2:focus h2, footer a h2:active, footer a h2:active h2 {
  color: #777777;
}
/* line 20, ../sass/_hovers.scss */
section .mail:hover, section .mail:hover h2, section .mail:focus, section .mail:focus h2, section .mail:active, section .mail:active h2, footer .mail:hover, footer .mail:hover h2, footer .mail:focus, footer .mail:focus h2, footer .mail:active, footer .mail:active h2 {
  color: #cccccc;
}

/*
	Horizontal Nav Links 
*/
/* line 12, ../sass/_navhoriz.scss */
header nav {
  float: right;
}
/* line 16, ../sass/_navhoriz.scss */
header nav li {
  float: left;
}
/* line 23, ../sass/_navhoriz.scss */
header nav a {
  display: block;
  height: 33px;
  width: 85px;
  padding: 102px 0 0 0;
  position: relative;
  border-style: solid;
  border-width: 0 0 10px 0;
  border-color: #999999;
  transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -webkit-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
}
/* line 39, ../sass/_navhoriz.scss */
header nav a:hover, header nav a:focus, header nav a:active {
  border-color: #ff6600;
}
/* line 47, ../sass/_navhoriz.scss */
header nav .home-nav {
  background: url("../images/nav-sprite.jpg") no-repeat 0px 0;
}
/* line 52, ../sass/_navhoriz.scss */
header nav .about-nav {
  background: url("../images/nav-sprite.jpg") no-repeat -85px 0;
}
/* line 57, ../sass/_navhoriz.scss */
header nav .work-nav {
  background: url("../images/nav-sprite.jpg") no-repeat -170px 0;
}
/* line 62, ../sass/_navhoriz.scss */
header nav .prices-nav {
  background: url("../images/nav-sprite.jpg") no-repeat -255px 0;
}
/* line 67, ../sass/_navhoriz.scss */
header nav .blog-nav {
  background: url("../images/nav-sprite.jpg") no-repeat -340px 0;
}
/* line 72, ../sass/_navhoriz.scss */
header nav .contact-nav {
  background: url("../images/nav-sprite.jpg") no-repeat -340px 0;
}
/* line 77, ../sass/_navhoriz.scss */
header nav .home-nav-this {
  background: url("../images/nav-sprite.jpg") no-repeat -510px 0;
  border-color: #333333;
  color: #333333;
}
/* line 84, ../sass/_navhoriz.scss */
header nav .about-nav-this {
  background: url("../images/nav-sprite.jpg") no-repeat -595px 0;
  border-color: #333333;
  color: #333333;
}
/* line 91, ../sass/_navhoriz.scss */
header nav .work-nav-this {
  background: url("../images/nav-sprite.jpg") no-repeat -680px 0;
  border-color: #333333;
  color: #333333;
}
/* line 98, ../sass/_navhoriz.scss */
header nav .prices-nav-this {
  background: url("../images/nav-sprite.jpg") no-repeat -765px 0;
  border-color: #333333;
  color: #333333;
}
/* line 105, ../sass/_navhoriz.scss */
header nav .blog-nav-this {
  background: url("../images/nav-sprite.jpg") no-repeat -850px 0;
  border-color: #333333;
  color: #333333;
}
/* line 112, ../sass/_navhoriz.scss */
header nav .contact-nav-this {
  background: url("../images/nav-sprite.jpg") no-repeat -850px 0;
  border-color: #333333;
  color: #333333;
}

/* line 18, ../sass/_wp-cleanandsimple.scss */
body {
  background: url("../images/texture-light.jpg");
  background-color: #dddddd;
}

/* line 26, ../sass/_wp-cleanandsimple.scss */
header {
  z-index: 10;
  position: relative;
  padding: 0px 0px 0px 0px;
  background: url("../images/texture-dark.jpg");
  height: 135px;
}
/* line 34, ../sass/_wp-cleanandsimple.scss */
header .logo {
  margin: 15px 0 10px -10px;
  float: left;
}

/* line 43, ../sass/_wp-cleanandsimple.scss */
section {
  z-index: 10;
  padding: 35px 0px 0px 0px;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  position: relative;
}
/* line 7, ../sass/_clearfix.scss */
section:before, section:after {
  content: "";
  display: table;
}
/* line 13, ../sass/_clearfix.scss */
section:after {
  clear: both;
}

/* line 51, ../sass/_wp-cleanandsimple.scss */
section + section {
  padding-bottom: 45px;
}

/* line 57, ../sass/_wp-cleanandsimple.scss */
footer {
  padding: 40px 0px 40px 0px;
  background: url("../images/texture-dark.jpg");
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 7, ../sass/_clearfix.scss */
footer:before, footer:after {
  content: "";
  display: table;
}
/* line 13, ../sass/_clearfix.scss */
footer:after {
  clear: both;
}
/* line 67, ../sass/_wp-cleanandsimple.scss */
footer .logo, footer address {
  float: left;
}
/* line 72, ../sass/_wp-cleanandsimple.scss */
footer address {
  padding: 0px 0px 0px 0px;
}
/* line 77, ../sass/_wp-cleanandsimple.scss */
footer .logo {
  padding: 0px 130px 0px 0px;
}
/* line 82, ../sass/_wp-cleanandsimple.scss */
footer .smallprint {
  clear: both;
  padding: 20px 0px 0px 0px;
}

/*
	Typography
*/
/* line 7, ../sass/_gddtype.scss */
body {
  font-family: 'CantarellRegular', sans-serif;
  line-height: 120%;
  font-size: 100%;
  color: #333333;
}

/* line 16, ../sass/_gddtype.scss */
h1 {
  font-family: 'ArvoRegular', sans-serif;
  color: #666666;
  font-size: 0.75em;
  line-height: 135%;
  padding: 39px 0px 0px 12px;
}
/* line 24, ../sass/_gddtype.scss */
h1 span {
  color: #999999;
}

/* line 31, ../sass/_gddtype.scss */
h2 {
  font-family: 'ArvoBold', sans-serif;
  color: #333333;
  font-size: 1.2em;
  padding: 15px 0px 5px 0px;
  line-height: 120%;
}

/* line 40, ../sass/_gddtype.scss */
h3 {
  color: #333333;
  font-size: 1em;
  padding: 15px 0px 5px 0px;
}

/* line 47, ../sass/_gddtype.scss */
h4 {
  font-family: 'ArvoRegular', sans-serif;
  color: #999999;
  font-size: 0.9em;
  padding: 0px 0px 5px 0px;
}

/* line 55, ../sass/_gddtype.scss */
p, td {
  font-size: 0.8em;
  color: #333333;
  padding: 0px 0px 10px 0px;
}

/* line 65, ../sass/_gddtype.scss */
small {
  font-size: 0.6em;
  padding: 0px 0px 10px 0px;
}

/* line 71, ../sass/_gddtype.scss */
a {
  color: #333333;
  text-decoration: none;
}

/* line 77, ../sass/_gddtype.scss */
header nav a {
  color: #cccccc;
  font-family: 'ArvoRegular', sans-serif;
  font-size: 0.9em;
  text-align: center;
}

/* line 87, ../sass/_gddtype.scss */
.homecontent h2 {
  padding-left: 63px;
}

/* line 101, ../sass/_gddtype.scss */
section .half p a,
section .third p a,
section .twothirds p a,
section .half li a,
section .third li a,
section .caption a {
  border-bottom: 2px dotted #ff6600;
  transition: 0.3s color;
  -moz-transition: 0.3s color;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
}

/* line 114, ../sass/_gddtype.scss */
.subnav a {
  font-family: 'ArvoRegular', sans-serif;
}

/* line 122, ../sass/_gddtype.scss */
.mid ul {
  list-style-type: disc;
  padding: 0 0 6px 20px;
}
/* line 128, ../sass/_gddtype.scss */
.mid li {
  font-size: 0.8em;
  color: #333333;
  padding: 0px 0px 10px 0px;
}

/* line 139, ../sass/_gddtype.scss */
footer p {
  padding: 0px 0px 10px 0px;
  font-size: 0.7em;
  line-height: 120%;
  color: #666666;
}
/* line 146, ../sass/_gddtype.scss */
footer p span {
  color: #999999;
}
/* line 152, ../sass/_gddtype.scss */
footer a {
  color: #666666;
}
/* line 157, ../sass/_gddtype.scss */
footer h4 a {
  color: #999999;
}

/* TABLE */
/* line 167, ../sass/_gddtype.scss */
td {
  width: 280px;
}

/* line 172, ../sass/_gddtype.scss */
.tdthin {
  width: 190px;
}

/* line 177, ../sass/_gddtype.scss */
.tdbutt {
  width: 120px;
}

/* line 182, ../sass/_gddtype.scss */
.footnote {
  font-size: 8pt;
}

/* line 187, ../sass/_gddtype.scss */
.hide {
  display: none;
}

/*
	Slideshow
*/
/* line 6, ../sass/_slideshow.scss */
#slides {
  position: relative;
  margin-top: 15px;
}

/* line 14, ../sass/_slideshow.scss */
.slides_container {
  position: relative;
  z-index: 50;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
  height: 400px;
  margin-bottom: 40px;
  width: 600px;
  margin: 0 auto;
}
/* line 7, ../sass/_clearfix.scss */
.slides_container:before, .slides_container:after {
  content: "";
  display: table;
}
/* line 13, ../sass/_clearfix.scss */
.slides_container:after {
  clear: both;
}

/* line 25, ../sass/_slideshow.scss */
.sliderpic {
  display: none;
  position: absolute;
  width: 600px;
  height: auto;
  top: 0px;
  z-index: 50;
}

/* line 35, ../sass/_slideshow.scss */
.spots {
  position: absolute;
  bottom: -46px;
  left: 370px;
}

/* line 43, ../sass/_slideshow.scss */
.spot {
  width: 20px;
  height: 20px;
  border: none;
  position: relative;
  display: none;
  z-index: 100;
}

/* line 53, ../sass/_slideshow.scss */
.spot1 {
  z-index: 200;
  cursor: pointer;
}

/*
	Buttons
*/
/* line 6, ../sass/_buttons.scss */
.big {
  width: 117px;
  height: 67px;
  font-size: 1.1em;
  font-family: 'ArvoRegular', sans-serif;
  text-align: center;
  padding: 50px 0 0 0;
}

/* line 16, ../sass/_buttons.scss */
.small {
  width: 53px;
  height: 53px;
  float: left;
  margin-right: 10px;
  top: 10px;
}

/* line 25, ../sass/_buttons.scss */
.round {
  position: relative;
  display: block;
}

/* line 31, ../sass/_buttons.scss */
.buttonplusheader {
  max-width: 280px;
}

/* line 36, ../sass/_buttons.scss */
.work {
  background: url("../images/work-big.jpg") no-repeat 0 0;
  left: 440px;
  top: -65px;
  /* IMPORTANT TEXT INDENT 0PX */
  text-indent: 0px;
}

/* line 45, ../sass/_buttons.scss */
.work:hover {
  background: url("../images/work-big.jpg") no-repeat -118px 0;
}

/* line 51, ../sass/_buttons.scss */
.design {
  background: url("../images/icon-sprite.png") no-repeat 0 0;
}

/* line 56, ../sass/_buttons.scss */
.buttonplusheader:hover .design {
  background: url("../images/icon-sprite.png") no-repeat 0 -54px;
}

/* line 63, ../sass/_buttons.scss */
.create {
  background: url("../images/icon-sprite.png") no-repeat -53px 0;
}

/* line 68, ../sass/_buttons.scss */
.buttonplusheader:hover .create {
  background: url("../images/icon-sprite.png") no-repeat -53px -54px;
}

/* line 75, ../sass/_buttons.scss */
.edit {
  background: url("../images/icon-sprite.png") no-repeat -106px 0;
}

/* line 80, ../sass/_buttons.scss */
.buttonplusheader:hover .edit {
  background: url("../images/icon-sprite.png") no-repeat -106px -54px;
}

/* line 87, ../sass/_buttons.scss */
.host {
  background: url("../images/icon-sprite.png") no-repeat -159px 0;
}

/* line 92, ../sass/_buttons.scss */
.buttonplusheader:hover .host {
  background: url("../images/icon-sprite.png") no-repeat -159px -54px;
}

/* line 99, ../sass/_buttons.scss */
.cms {
  background: url("../images/icon-sprite.png") no-repeat -212px 0;
}

/* line 104, ../sass/_buttons.scss */
.buttonplusheader:hover .cms {
  background: url("../images/icon-sprite.png") no-repeat -212px -54px;
}

/* line 111, ../sass/_buttons.scss */
.seo {
  background: url("../images/icon-sprite.png") no-repeat -265px 0;
}

/* line 116, ../sass/_buttons.scss */
.buttonplusheader:hover .seo {
  background: url("../images/icon-sprite.png") no-repeat -265px -54px;
}

/* line 123, ../sass/_buttons.scss */
.ecomm {
  background: url("../images/icon-sprite.png") no-repeat -318px 0;
}

/* line 128, ../sass/_buttons.scss */
.buttonplusheader:hover .ecomm {
  background: url("../images/icon-sprite.png") no-repeat -318px -54px;
}

/* line 135, ../sass/_buttons.scss */
.smallbiz {
  background: url("../images/icon-sprite.png") no-repeat -371px 0;
}

/* line 140, ../sass/_buttons.scss */
.buttonplusheader:hover .smallbiz {
  background: url("../images/icon-sprite.png") no-repeat -371px -54px;
}

/* line 147, ../sass/_buttons.scss */
.design2 {
  background: url("../images/icon-sprite.png") no-repeat -424px 0;
}

/* line 152, ../sass/_buttons.scss */
.buttonplusheader:hover .design2 {
  background: url("../images/icon-sprite.png") no-repeat -424px -54px;
}

/* line 159, ../sass/_buttons.scss */
.design3 {
  background: url("../images/icon-sprite.png") no-repeat -477px 0;
}

/* line 164, ../sass/_buttons.scss */
.buttonplusheader:hover .design3 {
  background: url("../images/icon-sprite.png") no-repeat -477px -54px;
}

/* line 171, ../sass/_buttons.scss */
.design4 {
  background: url("../images/icon-sprite.png") no-repeat -530px 0;
}

/* line 176, ../sass/_buttons.scss */
.buttonplusheader:hover .design4 {
  background: url("../images/icon-sprite.png") no-repeat -530px -54px;
}

/* line 183, ../sass/_buttons.scss */
.mail {
  background: url("../images/mail-big.jpg") no-repeat 0 0;
  float: right;
  left: 0px;
  top: -24px;
  text-indent: 0px;
  z-index: 10;
}

/* line 193, ../sass/_buttons.scss */
.mail:hover {
  background: url("../images/mail-big.jpg") no-repeat -118px 0;
}

/* line 2, ../sass/_form.scss */
div.box {
  margin: 0 auto 70px auto;
  width: 600px;
  position: relative;
  padding: 0px;
}
/* line 9, ../sass/_form.scss */
div.box label {
  width: 100%;
  display: block;
  padding: 10px 0 10px 0;
}
/* line 16, ../sass/_form.scss */
div.box label span {
  display: block;
  font-size: 1em;
  float: left;
  width: 100px;
  text-align: right;
  padding: 8px 20px 0 0;
}
/* line 28, ../sass/_form.scss */
div.box label + label {
  border-top: 1px solid #cccccc;
}
/* line 33, ../sass/_form.scss */
div.box .input_text, div.box .message {
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  outline: none;
  color: #333;
  font-family: georgia,helvetica,serif;
}
/* line 47, ../sass/_form.scss */
div.box .input_text:focus, div.box .message:focus {
  background: #dbdbdb;
  background: rgba(0, 0, 0, 0.05);
}
/* line 55, ../sass/_form.scss */
div.box .input_text {
  padding: 10px;
  width: 250px;
}
/* line 62, ../sass/_form.scss */
div.box .alert {
  border-bottom: 1px solid #8b0000;
  border-top: 1px solid #8b0000;
  border-left: 1px solid #8b0000;
  border-right: 1px solid #8b0000;
}
/* line 71, ../sass/_form.scss */
div.box .message {
  padding: 7px 7px;
  width: 425px;
  overflow: hidden;
  height: 180px;
  line-height: 140%;
}
/* line 82, ../sass/_form.scss */
div.box .form-button {
  margin: 10px 0 10px 0;
  padding: 4px 7px;
  display: block;
  float: right;
  position: relative;
  top: 0px;
  right: 38px;
}

/* line 17, ../sass/screen.scss */
header {
  -moz-box-shadow: 0px 3px 6px #333333;
  -webkit-box-shadow: 0px 3px 6px #333333;
  box-shadow: 0px 3px 6px #333333;
  border-width: 0 0 10px 0;
}
/* line 22, ../sass/screen.scss */
header h1 {
  float: left;
  width: 112px;
}
/* line 28, ../sass/screen.scss */
header .local {
  padding-top: 87px;
}

/* line 36, ../sass/screen.scss */
header, footer {
  border-style: solid;
  border-color: #999999;
  border-image: url(../images/texture-grey.jpg) 30 30 round;
  -moz-border-image: url(../images/texture-grey.jpg) 30 30 round;
  /* Firefox */
  -webkit-border-image: url(../images/texture-grey.jpg) 30 30 round;
  /* Safari and Chrome */
  -o-border-image: url(../images/texture-grey.jpg) 30 30 round;
  /* Opera */
}

/* line 43, ../sass/screen.scss */
.maintext {
  width: 561px;
  height: 77px;
  text-indent: -9999px;
  background: url("../images/text1.jpg") no-repeat 0 0;
  margin: 0 auto;
}

/* line 54, ../sass/screen.scss */
.splash2 .maintext {
  width: 461px;
  background: url("../images/text2.jpg") no-repeat 0 0;
}
/* line 60, ../sass/screen.scss */
.splash2 .spots {
  left: 420px;
}

/* line 66, ../sass/screen.scss */
.splash:after {
  width: 748px;
  content: "";
  display: block;
  height: 0px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #999999;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}

/* line 79, ../sass/screen.scss */
.callout {
  background: url("../images/contactbox.jpg") no-repeat 0 0;
  width: 668px;
  height: 85px;
  padding: 40px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  top: 10px;
}
/* line 90, ../sass/screen.scss */
.callout p {
  color: #cccccc;
  font-size: 1.2em;
  line-height: 120%;
  font-family: 'ArvoBold', sans-serif;
  padding-bottom: 8px;
  text-align: center;
  position: relative;
}
/* line 101, ../sass/screen.scss */
.callout .accent-color {
  color: #ff6600;
  font-size: 2.2em;
  font-family: 'ArvoRegular', sans-serif;
}
/* line 108, ../sass/screen.scss */
.callout .right p {
  top: 24px;
}
/* line 113, ../sass/screen.scss */
.callout .left p {
  left: -10px;
}
/* line 118, ../sass/screen.scss */
.callout .right:before {
  width: 0px;
  content: "";
  display: block;
  height: 108px;
  border-left: 1px solid #666666;
  border-right: 1px solid #000000;
  position: absolute;
  top: 22px;
  left: 360px;
}

/* line 136, ../sass/screen.scss */
section .boxed {
  padding: 5px 2% 10px 2%;
  margin-top: 10px;
  width: 62%;
  background-color: rgba(51, 51, 51, 0.1);
}
/* line 144, ../sass/screen.scss */
section .block {
  margin: 10px 0px 30px 0px;
  position: relative;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}
/* line 7, ../sass/_clearfix.scss */
section .block:before, section .block:after {
  content: "";
  display: table;
}
/* line 13, ../sass/_clearfix.scss */
section .block:after {
  clear: both;
}

/* PICTURES */
/* line 164, ../sass/screen.scss */
.tilt_pic {
  width: 290px;
  height: 180px;
  margin-bottom: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #777;
}

/* line 174, ../sass/screen.scss */
.smaller_pic {
  width: 100%;
  height: auto;
  margin: 20px 0px 0px 0px;
  background-color: #ccc5bd;
  -webkit-box-shadow: 0 12px 9px -9px #333333;
  -moz-box-shadow: 0 12px 9px -9px #333333;
  box-shadow: 0 12px 9px -9px #333333;
}

/* PORTFOLIO */
/* line 193, ../sass/screen.scss */
.portfolio {
  position: relative;
}

/* line 198, ../sass/screen.scss */
.portfolio + .portfolio {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ccc;
}

/* line 205, ../sass/screen.scss */
.screenshot {
  width: 100%;
  position: relative;
  margin: 40px auto 20px auto;
  text-align: center;
}

/* line 213, ../sass/screen.scss */
.screen {
  width: 55%;
  height: auto;
  margin: 0 auto;
}

/* line 220, ../sass/screen.scss */
.pad {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

/* line 227, ../sass/screen.scss */
.portrait {
  width: 40%;
  height: auto;
  margin: 0 auto;
}

/* line 234, ../sass/screen.scss */
.screen-pad {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

/* line 242, ../sass/screen.scss */
.portfolio h4 {
  font-size: 10pt;
  padding: 2px 0px 2px 10px;
  color: #333333;
}

/* line 249, ../sass/screen.scss */
.portfolio h2 {
  padding-left: 10px;
}

/* line 254, ../sass/screen.scss */
.portfolio .left {
  padding: 0px 1% 0px 0px;
  margin: 0px 0px 40px 0px;
  border-style: none solid none none;
  border-color: #ccc;
  border-width: 1px;
}

/* line 263, ../sass/screen.scss */
.portfolio .right {
  padding: 0px 0px 20px 1%;
}

/* line 268, ../sass/screen.scss */
.project-text {
  margin: 0 auto;
  width: 75%;
}

/* line 274, ../sass/screen.scss */
.portfolio .twothirds {
  width: 72%;
}

/* line 279, ../sass/screen.scss */
.portfolio .third {
  width: 25%;
}

/* line 284, ../sass/screen.scss */
.next {
  float: right;
  margin: 0px 0px 10px 0px;
}

/* line 290, ../sass/screen.scss */
.back h2 {
  margin: 0px 0px 10px 0px;
}

/* line 295, ../sass/screen.scss */
.hidden h2 {
  display: none;
}

/* line 300, ../sass/screen.scss */
.preload {
  position: absolute;
  left: -9999px;
}

/* SIDE NAV */
/* line 312, ../sass/screen.scss */
.subnav a {
  display: block;
  width: 100%;
  padding: 4px 0px;
  margin-bottom: 8px;
  font-size: 10pt;
  color: #666666;
  border-style: none none dotted none;
  border-width: 2px;
  border-color: #ff6600;
}

/* line 325, ../sass/screen.scss */
.subnav a, a h2 {
  transition: 0.3s color;
  -moz-transition: 0.3s color;
  -webkit-transition: 0.3s color;
  -o-transition: 0.3s color;
}

/* line 333, ../sass/screen.scss */
.subnav a:hover, .subnav a:focus, .subnav a:active {
  color: #999999;
}

/* line 339, ../sass/screen.scss */
a:hover h2, a:focus h2, a:active h2 {
  color: #999999;
}

/* line 345, ../sass/screen.scss */
.subnav h2 {
  padding-bottom: 8px;
}

/* line 350, ../sass/screen.scss */
#this_service {
  color: #999999;
}

/* line 357, ../sass/screen.scss */
footer {
  border-width: 10px 0 0 0;
  -moz-box-shadow: 0px -3px 6px #333333;
  -webkit-box-shadow: 0px -3px 6px #333333;
  box-shadow: 0px -3px 6px #333333;
}
/* line 362, ../sass/screen.scss */
footer .logo {
  position: relative;
  top: -20px;
  left: -10px;
}
/* line 369, ../sass/screen.scss */
footer address {
  padding: 0px 10px 0px 10px;
}
