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

#push, #footer {
	height:60px;
}

html, body {
	height: 100%
}

a {
  color: #0058AA;
}

h1 a, h1 a:hover {
  text-decoration: none;
  color: #000;
}

.modal-body {
  max-height: 500px;
  overflow-y: auto;
}

.tag_selector .btn {
  font-size: 0.9em;
  margin: 3px;
}

.tag_selector .active {
  font-weight: bold;
}

.container .credit {
	margin: 10px 0 30px 0;
}

.clipped-image {
	height: 200px;
    position: relative;
    z-index:1;
    overflow:hidden; /*if you want to crop the image*/
    margin-bottom: 20px;
}

.clipped-image:before {
    z-index: -1;
    position: absolute;
    left:0;
    bottom: -90px;
	content: url("http://farm9.staticflickr.com/8515/8499464665_20f04a7143_b.jpg");
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

p.nice {

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}

.eng-art .img-div {
	margin: 5px 25px 5px 25px;
}

.eng-art #finished-pieces {
	float: left;
	width: 100%;
}

.eng-art #finished-pieces img {
	margin: 10px 20px 10px 20px;
}

.media .pull-left {
	padding-left: 20px;
}

.media .media-heading {
	padding-left: 20px;
}

.media:first-child {
	margin-top: 15px;
}

.media .btn-group {
	margin-top: 10px;
}

.btn {
  border-right: 1px #CCC solid;
  border-bottom: 1px #CCC solid;
  margin: 1px;
}

h1 {
	line-height: 50px;
}

img.small-social {
  width: auto;
  height: 24px;
  margin: 0 10px;
  opacity: .7;
}

img.small-social:hover {
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.road-gen #pixiContainer label {
  display: inline;
  margin: 0 0.5em 0 1em;
}

.road-gen #pixiContainer input {
  margin: 0 1em 0 0;
}

.road-gen #pixiContainer {
  margin-bottom: 20px;
}

.hn-button {
    bottom: 2px;
    position:relative;
}