html, body {
  height: 100%;
}

body {
  color: #162045;
  min-width: 1020px;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #cee6fe;
}

a {
  color: #009edb;
  text-decoration: none;
}

a:hover {
  text-shadow: 0 1px 0 #ffffff;
  color: #00709B;
  text-decoration: underline;
}

#flash {
  width: 100%;
  height: 40px;
  position: fixed;
  z-index: 200;
  color: #f2f5f7;
  text-shadow: 0 1px 0 #000000;
  text-align: center;
  line-height: 30px;
  background: url("/images/flash-notification.png") left top repeat-x;
}

.errorExplanation {
  color: #580100;
  margin-top: 10px;
  padding: 10px;
  text-shadow: 0 1px 0 #E75352;
  border: 1px solid #720100;
  background-color: #DB0300;
}

.errorExplanation h2,
.three-boxes .errorExplanation h2 {
  font-size: 1.25em;
  color: #350100;
  text-shadow: 0 1px 0 #E85D5C;
}

.errorExplanation ul {
  margin-left: 24px;
}

#main {
  height: auto !important;
  margin: 0 auto -75px;
  min-height: 100%;
}

#footer-spacer {
  height: 74px;
}

.container {
  position: relative;
  width: 940px;
  margin: 0 auto;
}

.push {
  padding-top: 120px;
}

#header {
  width: 100%;
  height: 107px;
  margin-bottom: 13px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: url("/images/header.png") left top repeat-x;
}

#logo {
  display: block;
  float: left;
  width: 380px;
  height: 70px;
  padding: 15px 0;
  text-indent: -3000em;
  overflow: hidden;
  background: url("/images/logo.png") left center no-repeat;
}

/* ============== */
/* = NAVIGATION = */
#navigation {
  display: block;
  float: right;
  width: 460px;
  height: 39px;
  margin-top: 31px;
  background: url("/images/navigation.png") left top no-repeat;
}

#navigation a {
  display: block;
  float: left;
  height: 39px;
  text-indent: -3000em;
  overflow: hidden;
}

#nav-blog {
  width: 54px;
  margin-right: 1px;
}

#nav-company {
  width: 93px;
  margin-right: 1px;
}

#nav-creations {
  width: 94px;
  margin-right: 1px;
}

#nav-media {
  width: 65px;
}
/* NAVIGATION HOVER & CURRENT STATES */
#nav-blog:hover,
#pages.home #nav-blog,
#blog #nav-blog,
#posts #nav-blog {
  background: url("/images/navigation.png") 0 -39px no-repeat;
}

#nav-company:hover,
#careers #nav-company {
  background: url("/images/navigation.png") -55px -39px no-repeat;
}

#nav-creations:hover,
#pages.creations #nav-creations {
  background: url("/images/navigation.png") -149px -39px no-repeat;
}

#nav-media:hover,
#media #nav-media {
  background: url("/images/navigation.png") -244px -39px no-repeat;
}
/* ============== */

/* =========== */
/* = SEARCH = */
#search {
  float: left;
  width: 150px;
  height: 39px;
}

#search.focused {
  background: url("/images/navigation.png") -309px -39px no-repeat;
}

#search input {
  float: left;
  color: #7284aa;
  width: 98px;
  height: 18px;
  margin: 11px 0 0 18px;
  border: none;
  outline: none;
  background: transparent;
}

#search input:focus {
  color: #1E2A5C;
}

#search #search-submit {
  float: left;
  width: 22px;
  height: 22px;
  margin: 8px 0 0 2px;
  text-indent: -3000em;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}

/* =========== */

/* =========== */
/* = COMPANY = */
#company .two-boxes .post {
  padding-bottom: 0;
}

#company .two-boxes .post h5 {
  margin: 1em 0 0 0;
  line-height: 1;
}

#company .three-boxes .box {
}

#company .two-boxes .box h4 {
  color: #009edb;
  margin: 1em 0;
  text-transform: uppercase;
}

#company .box img {
  float: left;
  width: 44px;
  margin: 0 10px 10px 0;
  border: 1px solid #ffffff;
  -moz-box-shadow: 0 0 2px #666666;
}

#company .company-avatars {
  margin-right: -10px;
}

#company .box img.last-avatar {
  margin-right: 0;
}

#hiring-link {
  display: block;
  width: 308px;
  height: 68px;
  margin-right: -4px;
  text-indent: -3000em;
  overflow: hidden;
  background: url("/images/hiring-link.png") left top no-repeat;
}

.company-heading {
  width: 460px;
  font-weight: bold;
}

.company-heading h1 {
  color: #009edb;
}

#career-postings h1 {
  margin-top: 0;
}

#company .box h5,
.static h5 {
  color: #009edb;
  text-transform: uppercase;
  margin-top: 0;
}

#hiring {
  float: left;
  width: 298px;
}

#hiring h2 {
  margin-top: 0;
}

/* =========== */

/* ============= */
/* = CREATIONS = */
#pages.creations .single {
  width: 480px;
}

.inspiration-boxes .box {
  width: 380px;
}

#twitter {
  width: 458px;
}

#twitter .tweet {
  width: 466px;
  margin: 0 0 10px -3px;
  background: url("/images/tweet-repeat.png") left top repeat-y;
}

#twitter .tweet-top {
  height: 7px;
  background: url("/images/tweet-top.png") left top no-repeat;
}

#twitter .tweet-bottom {
  height: 21px;
  background: url("/images/tweet-bottom.png") left top no-repeat;
}

#twitter .tweet .tweet-content {
  margin: 0 14px;
}

#twitter .tweet p {
  margin: 7px 0 10px 0;
}

#twitter .tweet .align-right {
  margin-bottom: 7px;
}

#follow-glass {
  display: block;
  float: right;
  width: 350px;
  height: 52px;
  margin: 0 -8px 12px 0;
  text-indent: -3000em;
  overflow: hidden;
  background: url("/images/follow-glass.png") left top no-repeat;
}

/* ============= */

/* ======= */
/* = BOX = */
.box,
.glass-box {
  float: left;
  margin: 0 20px 20px 0;
  border: 1px solid #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e1eefb;
}

.post {
  position: relative;
  padding-bottom: 30px;
  z-index: 10;
}

.box.last {
  margin-right: 0;
}

.box-content {
  margin: 0 10px;
}

.single .box-content ul {
  margin: 0 1.125em;
}

.box .align-right {
  font-weight: bold;
}

.post img {
  display: block;
  margin: 10px auto;
  border: 1px solid #ffffff;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6,
.post h1 a, .post h2 a, .post h3 a, .post h4 a, .post h5 a, .post h6 a {
  color: #1e2a5c;
  margin: .5em 0 .125em;
}

.post h1 a:hover, .post h2 a:hover, .post h3 a:hover, .post h4 a:hover, .post h5 a:hover, .post h6 a:hover {
  color: #00709B;
  text-decoration: none;
}

.date {
  font-size: 1.15em;
  font-weight: bold;
  /*font-family: Gotham, Helvetica, sans-serif;*/
  color: #009edb;
  margin: .125em 0;
}

/* POST FOOTER */
.post-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 1.125em 10px 10px 10px;
}

.two-boxes .post-footer {
  width: 438px;
}

.three-boxes .post-footer {
  width: 278px;
}

.four-boxes .post-footer {
  width: 198px;
}

.post-footer .right {
  line-height: 30px;
  font-weight: bold;
}

.comment-count {
  float: left;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  width: 38px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  background: url("/images/comment-count.png") left top no-repeat;
}

.comment-count:hover {
  text-decoration: none;
}

/* POST SIZES */
.two-boxes,
.three-boxes,
.four-boxes {
  width: 980px;
}

#careers.index .left .three-boxes {
  width: 640px;
}

#media.index #media-info .four-boxes,
#media.show #media-info .four-boxes,
#posts.show .left .four-boxes {
  width: 460px;
}

.two-boxes .box {
  width: 458px;
}

.two-boxes .post img {
  max-width: 436px;
}

.three-boxes .box {
  font-size: .925em;
  width: 298px;
}

.three-boxes .post img {
  max-width: 276px;
}

.three-boxes h2 {
  font-size: 1.56em;
}

.three-boxes .date {
  font-size: 1.10em;
}

.four-boxes .box {
  font-size: .875em;
  width: 218px;
}

.four-boxes h2 {
  font-size: 1.28em;
}

.four-boxes .post img {
  max-width: 196px;
}

.four-boxes .date {
  font-size: 1em;
}

.four-boxes #tags-box {
  width: 458px;
  margin-right: 0;
}

#post-grid-bottom .post {
  margin-bottom: 0;
}

#browse-all {
  margin: 1.125em 0; /* NEEDED MORE MARGIN THEN THE REST */
}
/* ======= */

/* =============== */
/* = SINGLE POST = */
.single {
  float: left;
  width: 478px;
}

.single .post {
  width: 458px;
  padding-bottom: 0;
}

.single .post .box-content img {
  max-width: 436px;
}

.single .post img {
  margin-top: 1.125em;
  margin-bottom: 1.125em;
}

.single .post .comment-count {
  float: right;
}

.single .right {
  width: 460px;
}

.single .related-posts {
  margin-left: 1.125em;
}

.single .post .author-info h4 {
  color: #009edb;
  margin-bottom: .5em;
}

.single .post .author-info img {
  margin: 0 9px 0 0;
  border: 1px solid #ffffff;
}

.single .post .author-info p {
  margin-top: 0;
}

/* =============== */

/* =================== */
/* = BLOG NAVIGATION = */
#blog-navigation {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #009edb url("/images/blog-navigation.png") left top repeat-x;
}

#posts.show #categories-box,
#posts.show #search-box {
  margin-right: 0;
}

#blog-navigation .box {
  margin-top: 20px;
}

#blog-navigation .box h4 {
  margin-bottom: .5em;
}

#blog-navigation .box h4 a:hover {
  text-decoration: none;
}

/* BLOG META UL */
#blog-navigation .box ul,
.blog-meta ul {
  margin-bottom: 10px;
  border-top: 1px solid #b3e2f4;
  border-bottom: 1px solid #ffffff;
}

#blog-navigation .box li,
.blog-meta li {
  list-style-type: none;
}

#blog-navigation .box li a,
.blog-meta li a {
  display: block;
  padding: 6px 0 7px 6px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #b3e2f4;
}

#blog-navigation .box li a:hover,
.blog-meta li a:hover {
  text-shadow: 0 1px 0 #ffffff;
  text-decoration: none;
  padding: 7px 0 8px 6px;
  border: none;
  background-color: #cfe8f8;
}


.retweet-button {
  float: left;
}

.facebook-button {
  float: left;
  margin-left: 10px;
}

/* =================== */

/* ============ */
/* = COMMENTS = */
.comment {
  float: left;
  margin: 0 20px 20px 0;
  width: 300px;
  overflow: hidden;
  background: url("/images/comment-repeat.png") left top repeat-y;
}

.comment.last {
  margin-right: 0;
}

.comment-top {
  height: 13px;
  background: url("/images/comment-top.png") left top no-repeat;
}

.comment-bottom {
  height: 34px;
  background: url("/images/comment-bottom.png") left top no-repeat;
}

.comment-content {
  font-size: 0.953em;
  margin: 0 12px;
}

.comment ul {
  margin-left: 20px;
}

.comment ol {
  margin-left: 26px;
}

.comment-content .left {
  font-size: 1.125em;
  font-weight: bold;
  color: #009edb;
}

.comment-content .right {
  font-size: .953em;
  color: #6cbede;
}

.comment .align-right {
  margin-bottom: 0;
  font-weight: bold;
}

/* =================== */
/* = COMMENT FOCUSED = */
.comment.focused {
  background: url("/images/comment-repeat-focused.png") left top repeat-y;
}

.comment.focused .comment-top {
  background: url("/images/comment-top-focused.png") left top no-repeat;
}

.comment.focused .comment-bottom {
  height: 33px;
  background: url("/images/comment-bottom-focused.png") left top no-repeat;
}

/* =================== */
/* Comment BS */
.bs {
  background: url("/images/comment-bs-repeat.png") left top repeat-y;
}

.bs .comment-top {
  height: 13px;
  background: url("/images/comment-bs-top.png") left top no-repeat;
}

.bs .comment-bottom {
  height: 33px;
  background: url("/images/comment-bs-bottom.png") left top no-repeat;
}

.bs .comment-content {
  color: #e1eefb;
  text-shadow: 0 1px 0 #005ac2;
}

.bs .left,
.bs .align-right a {
  color: #1e2a5c;
  font-weight: bold;
  text-shadow: 0 1px 0 #80cfed;
}

.bs .align-right a:hover {
  color: #13548a;
  text-shadow: 0 1px 0 #2fb0e2;
}

.bs .right {
  color: #13548a;
  text-shadow: 0 1px 0 #2fb0e2;
}

/* ====================== */
/* = BS COMMENT FOCUSED = */
.comment.bs.focused {
  background: url("/images/comment-bs-repeat-focused.png") left top repeat-y;
}

.comment.bs.focused .comment-top {
  background: url("/images/comment-bs-top-focused.png") left top no-repeat;
}

.comment.bs.focused  .comment-bottom {
  background: url("/images/comment-bs-bottom-focused.png") left top no-repeat;
}
/* ====================== */



/* =================== */
/* = LEAVE A COMMENT = */
#new-comment label {
  line-height: 1.5em;
  font-weight: bold;
}

#new-comment input,
#new-comment textarea {
  outline: none;
  font-family: Helvetica, sans-serif;
  font-size: 1.142em;
  color: #52628c;
  text-shadow: 0 1px 0 #ffffff;
  width: 264px;
  padding: 6px;
  background-color: #cee6fe;
  border: 1px solid #ffffff;
}

#new-comment textarea {
  width: 264px;
  height: 120px;
}

#new-comment input:focus,
#new-comment textarea:focus {
  color: #1e2a5c;
  border-color: #009edb;
}

#new-comment input#comment_author_notify {
  width: auto;
  margin: 10px 5px 0 0;
}

#new-comment label.left {
  margin-top: 7px;
}

#post-button {
  display: block;
  float: right;
  width: 74px;
  height: 34px;
  margin: 10px 0;
  padding: 0;
  border: none;
  text-indent: -3000em;
  cursor: pointer;
  background: url("/images/post-button.png") left top no-repeat;
}

#post-button:hover {
  background: url("/images/post-button.png") 0 -34px no-repeat;
}

#post-button:focus,
#post-button:active {
  background: url("/images/post-button.png") 0 -69px no-repeat;
}

.no-style-type {
  list-style-type: none;
}

#recaptcha_widget {
  margin-top: 20px;
  width: 260px;
  font-family: Helvetica, sans-serif;
}

#recaptcha_widget .container {
  position: absolute;
}

#recacptcha_table {
  border: 0px none;
  width: 260px;
}

#recaptcha_image {
  width: 260px;
  text-align: center;
  padding: 0px;
  margin-bottom: 10px;
}

#recaptcha_image img {
    width: 275px;
    border: 1px solid #CEE6FE;
    -moz-box-shadow:0 1px 2px #AABDD1;
}

#recaptcha_logo { display: none; }

#recaptcha_tagline { display: none; }

#recaptcha_reload_btn { display: none; }
#recaptcha_switch_audio_btn { display: none; }
#recaptcha_whatsthis_btn { display: none; }

#recaptcha_image { width: 260px; }

/* =================== */
/* ============ */

/* ========= */
/* = MEDIA = */
#media-info {
  float: left;
}

.downloads {
  margin-bottom: 10px;
}

.downloads a span {
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
}

.downloads img {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
}
/* ========= */

/* ========= */
/* = LEGAL = */
.legal .single {
  height: auto;
}

.legal .sidebar {
  float: left;
}

.legal .sidebar ul {
  margin: 0 0 0 30px;
  padding: 0;
  list-style-type: decimal;
}

.legal .arrow-top {
  float: right;
  margin: 0 0 4px 4px;
}

/* ========= */

/* ========== */
/* = FOOTER = */
#footer {
  position: relative;
  width: 100%;
  color: #1e2a5c;
  text-shadow: 0 1px 0 #5ebae5;
  padding-bottom: 1px;
  min-height: 74px;
  background: #009edb url("/images/footer.png") 0 20px repeat-x;
}

#footer.contact-activated {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 69;
}

#footer-top {
  width: 100%;
  padding-top: 4px;
  height: 16px;
  background: url("/images/footer-top.png") left top repeat-x;
}

#footer-grab {
  width: 10px;
  height: 11px;
  margin: 0 auto;
  background: url("/images/footer-grab.png") left top no-repeat;
}

#copyright p {
  line-height: 38px;
  margin: 10px 0 0 0;
}

/* FOOTER NAVIGATION */
#footer-right {
  float: right;
  padding: 1px 0 0 0;
}

#footer-contact {
  display: block;
  float: left;
  width: 38px;
  height: 32px;
  margin: 10px 20px 9px 0; /* CHANGE MARGIN TOP TO 20px VIA JS */
  text-indent: -30000em;
  overflow: hidden;
  background: url("/images/footer-contact.png") left top no-repeat;
}

#footer-contact:hover,
.contact-activated #footer-contact {
  background: url("/images/footer-contact.png") 0 -32px no-repeat;
}

#footer-navigation {
  float: right;
  margin: 10px 0 9px 0; /* CHANGE MARGIN TOP TO 20px VIA JS */
  width: 300px;
  height: 32px;
  background: url("/images/footer-nav.png") left top no-repeat;
}

#footer-navigation a {
  display: block;
  float: left;
  height: 32px;
  text-indent: -3000em;
  overflow: hidden;
}

#footer-nav-blog {
  width: 44px;
  margin-right: 1px;
}

#footer-nav-company {
  width: 74px;
  margin-right: 1px;
}

#footer-nav-creations {
  width: 75px;
  margin-right: 1px;
}

#footer-nav-media {
  width: 53px;
  margin-right: 1px;
}

#footer-nav-legal {
  width: 50px;
}

/* FOOTER NAVIGATION HOVER */
#footer-nav-blog:hover {
  background: url("/images/footer-nav.png") 0 -32px no-repeat;
}

#footer-nav-company:hover {
  background: url("/images/footer-nav.png") -45px -32px no-repeat;
}

#footer-nav-creations:hover {
  background: url("/images/footer-nav.png") -120px -32px no-repeat;
}

#footer-nav-media:hover {
  background: url("/images/footer-nav.png") -196px -32px no-repeat;
}

#footer-nav-legal:hover {
  background: url("/images/footer-nav.png") -250px -32px no-repeat;
}

/* ========== */

/* =========== */
/* = CONTACT = */
#contact h1 {
  margin-bottom: 0;
  text-shadow: 0 1px 0 #5ec2e8;
}

#contact label {
  font-size: 1.142em;
  line-height: 1.5em;
  font-weight: bold;
}

#contact input,
#contact textarea {
  font-family: Helvetica, sans-serif;
  font-size: 1.142em;
  color: #52628c;
  text-shadow: 0 1px 0 #ffffff;
  width: 286px;
  padding: 6px;
  background-color: #cee6fe;
  border: 1px solid #0088bc;
}

#contact input:focus,
#contact textarea:focus {
  color: #1e2a5c;
}

#message {
  width: 380px;
  margin: 1.125em 0 0 20px;
}

#contact textarea {
  width: 366px;
  height: 150px;
  padding: 6px;
}

#contact .left.align-right {
  width: 220px;
  margin: 0;
}

#contact .cancel {
  float: right;
  font-size: 1.125em;
  font-weight: bold;
  color: #12588f;
  margin-top: 40px;
  text-shadow: 0 1px 0 #5ec2e8;
}

#contact .cancel:hover {
  color: #1e2a5c;
  text-decoration: none;
}

#send-message {
  display: block;
  float: right;
  width: 140px;
  height: 37px;
  margin-top: 20px;
  border: none;
  text-indent: -3000em;
  overflow: hidden;
  cursor: pointer;
  background: url("/images/send-message.png") left top no-repeat;
}

#send-message:hover {
  background: url("/images/send-message.png") 0 -37px no-repeat;
}

#send-message:focus,
#send-message:active {
  background: url("/images/send-message.png") 0 -74px no-repeat;
}

#contact {
  padding-top: 1px;
}

#contact hr {
  margin: 1.125em 0 0 0;
  border: none;
  border-top: 1px solid #007cce;
  border-bottom: 1px solid #00bbe6;
}

/* VCARD */
.vcard {
  float: left;
  width: 220px;
  margin: 28px 0 0 20px;
}

.vcard-title {
  margin-bottom: 0;
  text-shadow: 0 1px 0 #5ec2e8;
}

.vcard-address {
  font-size: 1.142em;
  color: #cee6fe;
  text-shadow: 0 1px 0 #005677;
}

#add-us {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 2em;
  color: #12588f;
  text-shadow: 0 1px 0 #5ec2e8;
}

#add-us:hover {
  color: #1e2a5c;
  text-decoration: none;
}

/* =========== */

/* Tag Cloud */
.hotness-level-1 { font-size: 0.9em; }
.hotness-level-2 { font-size: 1.2em; }
.hotness-level-3 { font-size: 1.5em; }
.hotness-level-4 { font-size: 1.8em; }
.hotness-level-5 { font-size: 2.1em; }
.hotness-level-6 { font-size: 2.4em; }

/* ============== */
/* = PAGINATION = */
.pagination {
  margin-bottom: 1.125em;
}

.pagination .disabled {
  display: none;
}

.pagination .current {
  padding: 4px 4px 2px 4px;
}

.pagination a {
  margin-right: 2px;
  padding: 4px 6px 2px 6px;
  border: 1px solid #ffffff;
  background-color: #E1EEFB;
}

.pagination a:hover {
  text-shadow: none;
  text-decoration: none;
  border-color: #D8EBFE;
  background-color: #BED4EA;
}

/* ============== */

/* ============= */
/* = ANCHORING = */
#pp-heading,
#posts.show #comments,
#posts.show #leave-a-comment,
#career-postings h1 {
  padding-top: 124px;
}
/* ============= */

/* Tables */
table {
  width: 100%;
}

table th {
  border-bottom: 2px solid #c4c4c4;
  color: #c4c4c4;
}

table tr {
  border-bottom: 1px dotted #c4c4c4;
}

table th,
table td {
  line-height: 1.125em;
  padding: 0.5625em;
}

/* degrees */
.green {
  color: green;
}

.amber {
  color: orange;
}

.red {
  color: red;
}

/* admin */
#admin-navigator {
  position: fixed;
  z-index: 666;
  bottom: 0;
  right: 1.125em;
  padding: 0 1.125em;
  border: 1px solid #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e1eefb;
}

.admin-box {
  padding: 1.125em;
  border: 1px solid orange;
}
