/* CSS SenshiStock */

body {
	background: #ccd9c8;
}

a {
	color: #6394a9;
	color: #5597b3;
}

p > a {
	color: #2b7493;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -0.05em;
	color: #425349;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.thumbnail h3 {
	text-shadow: none;
}

.newhighlight { 
	box-shadow: 0px 0px 5px #cffdce !important; 
	background: #FFF !important;
} 

h1 {
	font-size: 3.75em;
	line-height: 1.1em;
	margin-top: 1em;
	text-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

h1 a {
	color: #425349;
}

h1 a:hover {
	color: #425349;
}

h1 small {
	letter-spacing: -0.03em;
	text-shadow: none;
	color: #7a9181;
}

.navbar-inner {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #5e7264;
	background-image: -moz-linear-gradient(top, #5e7264, #425349);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e7264), to(#425349));
	background-image: -webkit-linear-gradient(top, #5e7264, #425349);
	background-image: -o-linear-gradient(top, #5e7264, #425349);
	background-image: linear-gradient(to bottom, #5e7264, #425349);
	background-repeat: repeat-x;
	border: 1px solid #425349;
	border-top-color: #d8e2d6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	  border-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e7264', endColorstr='#ff425349', GradientType=0);
	*zoom: 1;
}

.navbar .nav > li > a {
	color: #d0dd20;
	text-shadow: none;
}

.navbar .nav > li > a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.2);
}

.indent {
	margin-left: 17px;
}

.btn-large {
	font-size: 1.75em;
	font-weight: bold;
	padding-top: 0.5em;
}

.page-header {
	margin: 20px 0 0px;
	border: none;
}

footer {
	text-align: center;
	margin-bottom: 3em;
	color: #5e7264;
}

.thumbnail img {
	display: block;
	background: #aaa;
	width: 100%
}

div.imagecount {
	clear: both;
	float: right;
	position: relative;
	margin-top: -2.15em;
	background: #5e7264;
	padding: 0.5em 0.75em;
	color: #fff;
	line-height: 1em;
	font-size: 1em;
	border-top-left-radius: 5px;
	box-shadow: -1px -1px 1px #aaa;
}

.thumbnail .caption {
	padding: 0 10px;
}

.caption h3,
.right_caption h3 {
	margin: 0.4em 0;
	clear: both;
	line-height: 1em;
	color: #555;
}

.caption h3 .cost,
.right_caption h3 .cost  {
	color: #5e7264;
	font-weight: normal;
}

.buyinfo {
	font-size: 0.9em;
}

.paypal-buyinfo {
	font-size: 0.5em;
	font-weight: normal;
	letter-spacing: 0;
	position: relative;
	top: -0.25em;
}

.social_icons {
}

.well, .thumbnail, .img-polaroid {
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	background: #e1e8e0;
	border-color: #a6b2a6;
}

hr {
	border-color: #a6b2a6;
}

.btn-info {
	color: #425349;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #5e7264;
	background-image: -moz-linear-gradient(top, #d1dcc9, #425349);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5e7264), to(#425349));
	background-image: -webkit-linear-gradient(top, #5e7264, #425349);
	background-image: -o-linear-gradient(top, #5e7264, #425349);
	background-image: linear-gradient(to bottom, #fff, #c2d1b8);
	background-repeat: repeat-x;
	border: 1px solid #a6b2a6;
	border-top-color: #d8e2d6;
}

.btn-info:hover {
	background-position: 0 0px;
  	-webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
     color: #425349;
     border-color: #425349;
}

.lightwell {
	display: block;
	background: #e1e8e0;
	padding: 4px;
	line-height: 20px;
	border: solid 1px #a6b2a6;
	border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
	transition: all 0.2s ease-in-out 0s;
}


.right_caption {
	padding: 12px 15px;
}


@media (max-width: 767px) {

	.social_icons div.span3 {
		display: inline;
	}

}

form.buy {
	margin: 0;
}

button.btn {
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
}