/* 
----------------------------------------
Kent Carmical Portfolio
Created by Ross A. Reyman on 2012-06-28.
Copyright (c) 2012. All rights reserved.

Using Bootstrap CSS Layout Framework:
http://twitter.github.com/bootstrap/

This CSS file may override calls from BS

DO NOT EDIT CSS FILE!!! INSTEAD:

master.less > master.css

*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* fonts
======================================== */
/* basic resets 
======================================== */
a:active {
  outline: none;
  /* fixes dotted outline in Firefox */
}
:focus {
  -moz-outline-style: none;
}
html.ie a:active {
  text-decoration: expression(hideFocus='true');
}
html.ie a {
  outline: expression(hideFocus='true');
  outline: 0;
}
/* sticky footer? 
======================================== */
/* typography
======================================== */
/* edits 
======================================== */
/* Site Specific Design 
======================================== */
html {
  height: 100%;
}
body {
  color: #555;
  background: #eee;
  background-image: url('../img/kcarm-body-bg.jpg');
  /*	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );*/

}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  color: #111;
  margin-bottom: 18px;
}
p {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a.brand {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div#content a {
  font-weight: bold;
}
div#content a:link {
  color: #004080;
  text-decoration: none;
}
div#content a:visited {
  color: #3D84CC;
}
div#content a:hover {
  text-decoration: underline;
}
div#content a:active {
  color: #6daff2;
}
div#content a img {
  border: 0 !important;
}
div#content div.item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ddd;
  /*		.box-shadow(0px 0px 15px #ccc inset);*/

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 17px;
  padding: 20px;
}
div#content div.item img.shadow {
  -webkit-box-shadow: 0px 0px 10px #777777;
  -moz-box-shadow: 0px 0px 10px #777777;
  box-shadow: 0px 0px 10px #777777;
  /*			-webkit-box-shadow: 0px 0px 10px #777;
			-moz-box-shadow: 0px 0px 10px #777;
			box-shadow: 0px 0px 10px #777;*/

}
div#content div.item p {
  margin-top: 18px;
}
h2.toolong {
  font-size: 18px;
  height: 56px;
}
div.row-std div.item {
  height: 650px;
}
div.row-tall div.item {
  height: 680px;
}
div.row-short div.item {
  height: 520px;
}
