/* 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, ../../../../../Applications/CodeKit.app/Contents/Resources/engines/compass/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;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
body.home {
  background-image: url(../images/bg.png);
}
#modals {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(177, 177, 177, 0.9);
  z-index: 100;
  display: none;
}
#modals #lamediv {
  display: table;
  width: 100%;
}
#modals #cell {
  vertical-align: middle;
  overflow-y: scroll;
  overflow-x: hidden;
  display: table-cell;
  padding: 30px;
  height: 100%;
}
#modals .modal {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
}
#modals .modal #screenshots .container {
  width: 1180px;
  height: 663.75px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}
#modals .modal #screenshots .container div {
  height: 663.75px;
  width: 1180px;
  display: block;
}
#modals .modal #screenshots .container div img {
  width: 1180px;
  height: 663.75px;
}
#modals .modal ul.pagination {
  height: 16px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}
#modals .modal ul.pagination li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px;
}
#modals .modal ul.pagination li a {
  text-indent: -9999px;
  background-color: #ababab;
  width: 12px;
  height: 12px;
  display: block;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
#modals .modal ul.pagination li a:hover {
  background-color: #2c2c2c;
}
#modals .modal ul.pagination li.current a {
  background-color: #2c2c2c;
}
.AdelleBasic-Italic {
  font-family: AdelleBasic-Italic;
  font-weight: normal;
  font-style: normal;
}
.AdelleBasic-Regular {
  font-family: AdelleBasic-Regular;
  font-weight: normal;
  font-style: normal;
}
.AdelleBasic-Bold {
  font-family: AdelleBasic-Bold;
  font-weight: normal;
  font-style: normal;
}
.AdelleBasic-SemiBold {
  font-family: AdelleBasic-SemiBold;
  font-weight: normal;
  font-style: normal;
}
.FilmotypeHamlet {
  font-family: FilmotypeHamlet;
  font-weight: normal;
  font-style: normal;
}
.Carrosserie-Fat {
  font-family: Carrosserie-Fat;
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #2d2d2d;
  font-family: "AdelleBasic-Regular";
  background: url("../images/bg4.png") no-repeat center 0;
  -webkit-font-smoothing: antialiased;
}
body.blog {
  background-image: url("../images/bg2.png");
}
body.blog #logo {
  margin: 17px 0 0 0 !important;
  background-image: url("../images/logo2.png") !important;
  width: 60px !important;
  height: 50px !important;
}
body.blog h1 {
  padding: 0;
}
a {
  text-decoration: none;
  color: #2d2d2d;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
a:hover {
  color: #70aa31;
}
strong {
  font-weight: none !important;
}
#wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
}
#wrapper  > header {
  width: 940px;
  color: #8d8d8d;
  font-size: 15px;
  overflow: hidden;
  padding: 81px 0 0 0;
  height: 160px;
}
#wrapper  > header #logo {
  margin: 19px 0 0 0;
  width: 26px;
  height: 22px;
  display: block;
  color: #fff;
  text-indent: -9999px;
  background: url("../images/logo.png") no-repeat 0 0;
  float: left;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}
#wrapper  > header #logo p {
  display: none;
}
#wrapper  > header #logo:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#wrapper  > header #user {
  float: right;
  margin: 10px 0 0 0;
  font-size: 13px;
}
#wrapper  > header #user li {
  display: inline;
  margin: 0 0 0 20px;
}
#wrapper  > header #user a {
  font-family: AdelleBasic-Bold;
}
#wrapper  > header #user .login {
  color: #fff;
  height: 48px;
  line-height: 50px;
  border: none;
  background-color: #70ac2e;
  padding: 7px 15px 5px 15px;
  cursor: pointer;
  border: 1px solid #458500;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
  margin-left: 10px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  background-color: #7eba3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#7eba3c), to(#65a124));
  background: -webkit-linear-gradient(top, #7eba3c, #65a124);
  background: -moz-linear-gradient(top, #7eba3c, #65a124);
  background: -ms-linear-gradient(top, #7eba3c, #65a124);
  background: -o-linear-gradient(top, #7eba3c, #65a124);
  background-color: #7eba3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#7eba3c), to(#65a124));
  background: -webkit-linear-gradient(top, #7eba3c, #65a124);
  background: -moz-linear-gradient(top, #7eba3c, #65a124);
  background: -ms-linear-gradient(top, #7eba3c, #65a124);
  background: -o-linear-gradient(top, #7eba3c, #65a124);
}
#wrapper  > header #user .login:active {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
#content h2 {
  color: #2d2d2d;
  font-family: Carrosserie-Fat;
}
#site {
  width: 460px;
  padding: 20px 0 40px 0;
  margin: 0 0 0 0;
}
#site h2 {
  color: #70aa31;
  font-size: 70px;
  font-family: FilmotypeHamlet;
  margin-left: 22px;
}
#site h3 {
  font-size: 113px;
  font-family: Carrosserie-Fat;
  margin: 0 0 0 -2px;
}
#site p {
  font-size: 25px;
  color: #8d8d8d;
  line-height: 40px;
  margin: 0 0 25px 0;
}
#site p strong {
  color: #2d2d2d;
  font-family: AdelleBasic-Bold;
}
#site #screenshot {
  width: 460px;
  height: 268px;
  margin: 0 0 62px 0;
}
#site #screenshot a {
  width: 460px;
  height: 268px;
  display: block;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
#site #screenshot a:hover {
  border: 1px solid #8d8d8d;
}
#site form {
  overflow: hidden;
  padding: 0 0 10px 0;
  position: relative;
}
#site form h3 {
  font-size: 25px;
  margin: 0 0 10px 0;
  font-family: AdelleBasic-Bold;
}
#site form p {
  font-size: 16px;
  line-height: 26px;
}
#site form div {
  position: relative;
  height: 50px;
}
#site form input {
  font-size: 16px;
  color: #8d8d8d;
  font-family: AdelleBasic-Regular;
  width: 274px;
  height: 48px;
  padding: 2px 0 0 10px;
  margin: 0 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  border: 1px solid #c7c7c7;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#site form input:focus {
  color: #2d2d2d;
}
#site form input.error {
  background-color: #fce1e1;
}
#site form input.success {
  background-color: #edf7e2;
}
#site form button {
  text-align: center;
  width: 187px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  font-family: AdelleBasic-Bold;
  height: 48px;
  line-height: 50px;
  border: none;
  background-color: #70ac2e;
  cursor: pointer;
  border: 1px solid #458500;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 1px 1px rgba(0, 0, 0, 0.23);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  background-color: #7eba3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#7eba3c), to(#65a124));
  background: -webkit-linear-gradient(top, #7eba3c, #65a124);
  background: -moz-linear-gradient(top, #7eba3c, #65a124);
  background: -ms-linear-gradient(top, #7eba3c, #65a124);
  background: -o-linear-gradient(top, #7eba3c, #65a124);
  background-color: #7eba3c;
  background: -webkit-gradient(linear, left top, left bottom, from(#7eba3c), to(#65a124));
  background: -webkit-linear-gradient(top, #7eba3c, #65a124);
  background: -moz-linear-gradient(top, #7eba3c, #65a124);
  background: -ms-linear-gradient(top, #7eba3c, #65a124);
  background: -o-linear-gradient(top, #7eba3c, #65a124);
}
#site form button:active {
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
