/*
FILENAME: styles.css
DESCRIPTION: This stylesheet serves global declarations for http://kennymeyers.com
AUTHOR: Matthew Anderson > http://matthew-anderson.net
*/

@font-face {
	font-family: 'CalgaryCustom';
	src: url('Calgary_Script.eot');
	src: local('Calgary Script OT Regular'), local('CalgaryScriptOT'), url('Calgary_Script.otf') format('opentype');
}

@font-face {
	font-family: 'MuseoCustom';
	src: url('Museo300-Regular.eot');
	src: local('Museo 300'), local('Museo-300'), url('Museo300-Regular.otf') format('opentype');
}

body {
  background: url("/assets/images/bg.jpg");
  color: #33322e;
  font: normal 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p { padding-bottom: 20px; }
.container_12 { clear: left; overflow: hidden; }
.wrapper { background: url("/assets/images/bg_wrapper.png") 700px 0 no-repeat; }

.gutter {
  background: #900 url("/assets/images/bg_gutter.png") bottom repeat-x;
  height: 10px;
}

/* =HEADER */

.header { padding: 59px 0 12px 0; }

.logo a {
  background: url("/assets/images/logo.png") no-repeat;
  display: block;
  height: 68px;
  text-decoration: none;
  text-indent: -9999px;
}

.header h2 {
  color: rgba(48, 47, 43, .6);
  font-size: 20px;
  margin: 10px 0;
  text-align: right;
}

/* =PITCH */

.pitch { position: relative; }

.pitch h2 span {
  background: url("/assets/images/bg_pitch.png") right 50% no-repeat;
  margin-right: -20px;
  padding-right: 40px;
}

.pitch h2 span span {
  background: rgba(0, 0, 0, .1);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}

.pitch .kenny {
  background: url("/assets/images/kenny.png") bottom right no-repeat;
  top: 10px;
  height: 321px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 278px;
  z-index: 1;
}

.pitch .article { padding: 40px 0; }

.pitch .article p {
  color: rgba(48, 47, 43, .6);
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 0 20px 0;
  text-shadow: 0 1px rgba(255, 255, 255, .6);
}

.pitch .article p strong { font-weight: 700; }

/* =RIBBON */

.ribbon {
  margin-bottom: -20px;
  padding: 0 20px 20px 20px;
  position: relative;
  width: 980px;
}
.ribbon .interior {
  background: #900 url("/assets/images/bg_ribbon.png");
  overflow: hidden;
  padding: 10px;
}

.ribbon .tip {
  background: #900 url("/assets/images/bg_tip.png") repeat-y;
  display: block;
  width: 40px;
  height: 65px;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.ribbon .tip:first-child {
  background-position: 0 bottom;
  left: 0;
}

.ribbon .tip:last-child {
  background-position: -40px bottom;
  right: 0;
}

.ribbon h3 {
  color: rgb(225, 179, 179);
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 0;
  text-shadow: 0 -1px rgba(0, 0, 0, .6);
}

.ribbon h3 strong {
  color: #fff;
  font-family: CalgaryCustom, sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-right: 5px;
  text-shadow: 0 1px #000;
}

.ribbon .buttons { text-align: right; }

.ribbon .buttons button, .ribbon .buttons .button {
  background-color: #900;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 298px;
}

.ribbon .buttons button:hover, .ribbon .buttons .button:hover {
  background-color: #800;
}

/* =HEADINGS */

.label {
  height: 20px;
  margin-bottom: -10px;
  text-align: center;
}

.label hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  margin: 10px 0 -12px 0;
}

.label p { display: inline-block; }

.label span {
  background: #bab9b4;
  color: rgba(51, 50, 46, .7);
  display: block;
  float: left;
  font-size: 11px;
  font-family: MuseoCustom, sans-serif;
  letter-spacing: .1em;
  margin: 0 auto;
  padding: 0 10px;
  text-shadow: 0 1px rgba(255, 255, 255, .7);
  text-transform: uppercase;
}

h2 {
  font-family: MuseoCustom, sans-serif;
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  margin: 40px 0;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, .7);
}

h2 strong {
  color: #900;
  font-weight: normal;
}

/* =CLIENT =WORK */

#client_work { margin-bottom: 20px; }
#client_work .label { display: none; }
#client_work li { margin-bottom: 20px; }

.project {
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  overflow: hidden;
  padding: 9px;
  position: relative;
  text-decoration: none;
}

.project img {
  border: 1px solid rgba(0, 0, 0, .1);
  display: block;
  height: 178px;
  width: 278px;
}

.slide {
  background: #fff;
  font-size: 13px;
  height: 162px;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  top: 8px;
  width: 262px;
}

h3 {
  color: #900;
  font-family: CalgaryCustom, sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .025em;
  margin-bottom: 15px;
  padding-top: 5px;
}

h3 span {
  color: #bbb;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 18px;
}

.description {
  color: #888;
  padding-top: 10px;
}

.description strong {
  color: #444;
  font-weight: normal;
}

.tag {
  background-image: url("/assets/images/sprite_tags.png");
  background-repeat: no-repeat;
  bottom: 0;
  height: 40px;
  position: absolute;
  text-indent: -9999px;
  width: 50px;
  z-index: 1000;
}

.aided { background-position: 0 0; }
.butterlabel { background-position: -250px 0; }
.tincorporated {background-position: -200px 0;}
.be_good_not_bad { background-position: -150px 0; }
.blue_flavor { background-position: -50px 0; }
.things_that_are_brown { background-position: -100px 0; }

/* =PERSONAL =PROJECTS */

#personal_projects { margin-bottom: 30px; }
#personal_projects .label { margin-bottom: 40px; }

#personal_projects a {
  background: rgba(0, 0, 0, .05);
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(255, 255, 255, .7);
  border-bottom: 1px solid rgba(255, 255, 255, .7);
  border-left: 1px solid rgba(0, 0, 0, .1);
  color: rgba(0, 0, 0, .4);
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

#personal_projects a:hover { background: rgba(0, 0, 0, .1); }

#personal_projects h3 {
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  text-indent: -9999px;
}

#personal_projects .hmft h3 {
  background-image: url("/assets/images/logo_hmft.png");
  width: 100px;
}

#personal_projects .mtwf h3 {
  background-image: url("/assets/images/logo_mtwf.png");
  width: 180px;
}

#personal_projects .businessing h3 {
	background-image: url("/assets/images/book.png");
  	width: 180px;
}

#personal_projects .ee_insider h3 {
  background-image: url("/assets/images/logo_ee_insider.png");
  width: 180px;
}

#personal_projects .thenerdary h3 {
  background-image: url("/assets/images/logo_thenerdary.png");
  width: 180px;
}

#personal_projects .refresh_seattle h3 {
  background-image: url("/assets/images/logo_refresh_seattle.png");
  width: 162px;
}

#personal_projects em {
  color: rgba(0, 0, 0, .6);
  font-style: normal;
  font-weight: bold;
}

/* =TAB */

.tab {
  overflow: visible;
  position: relative;
}

.tab .grid_3 {
  position: absolute;
  right: 0;
  top: -2px;
}

.tab h2 {
  background: #900 url("/assets/images/bg_tab.png");
  border: 1px solid rgba(0, 0, 0, .1);
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 20px;
  text-align: center;
  text-shadow: 0 1px #000;
  text-transform: uppercase;
}

/* =FORM */

.expressionengine { background: #27343c url("/assets/images/bg_banner_expressionengine.png") bottom left repeat-x; }
.django { background: #234F32 url("/assets/images/bg_banner_django.png") bottom left repeat-x; }
.codeigniter { background: #de2600 url("/assets/images/bg_banner_codeigniter.png") bottom left repeat-x; }
.other { background: #33322e url("/assets/images/bg_banner_other.png") bottom repeat-x; }

form, #thank_you { height: 545px; }

form {
  padding: 20px 0;
  position: relative;
}

form ol { overflow: hidden; }
form li { position: relative; }
legend { display: none; }

.banner h3 {
  color: #fff;
  font-family: CalgaryCustom, sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-shadow: 0 -1px rgba(0, 0, 0, .2);
}

.tabs {
  border: 5px solid rgba(255, 255, 255, .1);
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  width: 608px;
}

.fortes { margin-bottom: 20px;}

.fortes li {
  float: left;
  width: 152px;
}

.fortes a {
  background: url("/assets/images/bg_forte.png") 0 0px repeat-x;
  border-color: rgba(0, 0, 0, .2);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #fff;
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  text-align: center;
}

.fortes .alpha a {
  border-width: 1px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fortes .omega a {
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fortes a:hover { background-color: rgba(0, 0, 0, .1); }
.fortes a:active { background-color: rgba(0, 0, 0, .2); }

.fortes a.selected {
  background-color: rgba(0, 0, 0, .1);
  background-position: 0 -70px;
}

.fortes h4 {
  background-position: 50%;
  background-repeat: no-repeat;
  font-family: MuseoCustom, sans-serif;
  font-size: 25px;
  font-weight: normal;
  height: 40px;
  opacity: .6;
  text-indent: -9999px;
  text-shadow: 0 1px #000;
}

.expressionengine_logo h4 { background-image: url("/assets/images/logo_expressionengine.png"); }
.django_logo h4 { background-image: url("/assets/images/logo_django.png"); }
.codeigniter_logo h4 { background-image: url("/assets/images/logo_codeigniter.png"); }

.other_logo h4 {
  line-height: 40px;
  text-indent: 0;
}

.fortes a:hover h4, .fortes a.selected h4 { opacity: 1; }

.hook {
  bottom: 82px;
  position: absolute;
}

.hook h5 {
  font-family: MuseoCustom, sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 10px;
  display: none;
  text-shadow: 0 1px rgba(255, 255, 255, .1);
}

.expressionengine .hook h5 { color: #0c1317; }
.django .hook h5 { color: #022011;}
.codeigniter .hook h5 { color: #6e0000; }
.other .hook h5 { color: #131310; }

label {
  color: rgba(255, 255, 255, .7);
  display: block;
  font-weight: bold;
  line-height: 30px;
}

input, textarea {
  font: normal 16px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 5px 0;
}

.grid_4 input {
  margin-bottom: 10px;
  width: 294px;
}

.grid_8 textarea {
  margin-bottom: 10px;
  width: 618px;
}

.banner .buttons { margin-top: 10px; }

.buttons {
  color: #fff;
  font-size: 20px;
  overflow: hidden;
}

.buttons button, .buttons .button {
  background: url("/assets/images/bg_submit.png") 0 0 repeat-x;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: rgba(255, 255, 255, .6);
  cursor: pointer;
  display: block;
  float: left;
  font-family: MuseoCustom;
  font-size: 100%;
  margin: 0 10px 0 0;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, .8);
}

.buttons button { padding: 9px 20px; }
.buttons .button { padding: 11px 20px; }

.buttons button:hover, .button .button:hover {
  background-color: rgba(0, 0, 0, .1);
  color: #fff;
}

.buttons button:active, .buttons .button:active { background-position: 0 -50px; }

.buttons span {
  float: left;
  color: rgba(255, 255, 255, .25);
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  padding: 0 10px;
}

p.error {
  background: #900;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.fortes p.error {
  top: 10px;
  left: 180px;
  right: auto;
}

#thank_you { padding-top: 20px; }

#thank_you h4 {
  color: rgba(255, 255, 255, .7);
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 20px;
}

#thank_you p { color: rgba(255, 255, 255, .5); }
#thank_you strong { color: #fff; }

#thank_you .signature {
  color: #fff;
  font-family: CalgaryCustom, sans-serif;
  font-size: 25px;
  letter-spacing: .025em;
  text-shadow: 0 -1px rgba(0, 0, 0, .2);
}

#thank_you { background: url("/assets/images/kenny_outlined.png") bottom right no-repeat; }

/* =FOOTER */

#footer {
  background: rgba(0, 0, 0, .2) url("/assets/images/bg_footer.png") top repeat-x;
  text-align: center;
}

#footer p {
  color: rgba(255, 255, 255, .25);
  font-size: 13px;
  line-height: 40px;
  padding: 0;
}

#footer a {
  color: rgba(255, 255, 255, .25);
  font-weight: bold;
}

#footer a:hover { color: #fff; }

.fortes {display: none;}