

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* bootstrap fixes */
[class*="span"] {
	margin-bottom: 1em;
}

.row-fluid {
	margin-bottom: 0.5em;
}
/* end of bootstrap */


.small, .large .small {
	font-size: 11px;
}

body {
  font: 14px 'Open Sans',arial,sans-serif;
  font-weight: 200px;
  padding-top: 175px;
  padding-bottom: 40px;
}

.main {
	line-height: 1.75;
}

.large .items img, .large .items li {
	max-height: 60px;
}

.photo {
	text-align: center;
}

.photo img {
	max-height: 260px;
}

.large p {
	font-size: 14px;
}

h1, h2 {
  font: 26px 'Open Sans',arial,sans-serif;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #252525;
}

h1 {
	color: #252525;
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
  font: 20px 'Open Sans',arial,sans-serif;
  font-weight: 200;
  margin-top: 0;
}

hr {
	margin-top: 0;
}

.search-block {
	margin-bottom: 0.75em;	
}

#content {
	width: 80%;
}

#sidebar {
	width: 20%;
}

.sidebar {
	width: 200px;
	float: left;
	margin-bottom: 1.5em;
}

.content {
	margin-left: 230px;
}

.items {
	margin-left: 0;
}

.items li {
	display: inline-block;
	margin-right: 1.5em;
	min-height: 250px;
	width: 140px;
	margin-bottom: 1em;
	vertical-align: text-top;
}

.large .items li {
	width: 60px;	
}

#location-tabs {
	margin-bottom: 0.5em;
}

.items li:last-child {
	margin-right: 0;
}

.items img {
	display: block;
	margin-bottom: 0.5em;
}

.items a {
	text-decoration: none;
	color: #252525;
	font-size: 13px;
}

.items p {
	margin-bottom: 0.5em;
	font-weight: 600;
}

/* bread */
.bread .span12 {
	margin-bottom: 0;
}
/* end of bread */

/* nav */
.pagination {
	margin: 0;
	font-size: 13px;
}

.top a {
	font-size: 16px;
	font-weight: 400;
}

.sidebar {
	border-right: 1px solid #ddd;
}

.sidebar .nav li a {
	padding: 0.5em;
	color: #252525;
}

.sidebar .nav li a:hover {
    background-color: #eee;
}

.sidebar .nav .active {
	background-color: #EEE;
}

.sidebar .nav ul {
	list-style-type: none;
	line-height: 20px;
}

.sidebar .nav ul li a {
	padding: 0.5em;
	display: block;
	color: #777;
	font-size: 12px;
    text-decoration: none;
}
.magazine-wrapper {
    min-height: 260px;
}
.magazine-wrapper > img:first-child {
    min-height: 142px;
    min-width: 116px;
}
.magazine-wrapper span.price {
    font-size: 12px;
}
.srch {
	background-color: #fcfcfc;
	border-top: 1px solid #ddd;
	padding-top: 1em;
}

.srch .span12 {
	margin-bottom: 0.25em;
}
.srch .form-search {
	margin-bottom: 0.25em;
}

.srch input {
	margin-right: 0.75em;
}

.srch .btn {
	margin-top: 0;
}

.navbar-inner {
	/* background: #f5f5f5 url('../images/bg-grey.png') repeat-x left top !important; */
	background: whiteSmoke url('../images/top.png') repeat-x 0 -6px !important;
	border-bottom: 1px solid #ddd;
	padding-top: 1.75em;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.navbar .brand {
	padding-top: 0;
}

.top .nav {
	margin-top: 0;
}

.navbar-inner img {
	margin-bottom: 0.5em;
	display: block;
	margin-right: 1.5em;
}

.nav li {
	font-size: 13px;
}

table th {
	font-weight: 600 !important;
}

/* breadcrumbs */
.breadcrumbs {
	color: #999;
	font-size: 13px;
}

.breadcrumbs, .breadcrumbs .span12 {
	margin-bottom: 1em;
}

.breadcrumbs a {
	color: #333;
}

.breadcrumbs .small {
	color: #666;
	margin: 0 1.25em 0 1em;
	font-size: 9px;
	font-family: Arial;
}

.breadcrumbs strong {
	font-weight: normal;
}
/* end of breadcrumbs */

#subscribe-block-body .alert-block {
	margin-bottom: 0.75em;	
}

footer {
	font-size: 13px;
}

footer .nav a {
	color: #252525;
}

.nav-hor li {
	float: left;
	margin-right: 2em;
}

.rating-block {
	margin-bottom: 1em;
}

/* stars */
#star {
	margin-bottom: 1em;
}
span.star,
span.star.selected,
#rating_c a {
    display: inline-flex;
    width: 16px;
    height: 15px;
    background: url(../images/jquery.ui.stars.gif) no-repeat;
    background-position-y: -32px;
    background-position-x: 0;
    color: transparent;
}
span.star.selected,
#rating_c a.selected {
    background-position-y: -48px;
}
#rating_c a.hover,
#rating_c a:hover {
    cursor: pointer;
    background-position-y: -64px;
}
.grayscale {
    filter: grayscale(100%);
}


.max-width {
	max-width: 1024px;
}

@media (max-width: 767px) {
	.content {
		margin-left: 0;
	}
}

.table {
	font-size: 13px;
}

.row-fluid::after {
	display: none;
}

.alert input, .alert label, .alert button {
	margin-right: 1em;
	margin-bottom: 0.75em;
}

.alert .form-inline {
	margin-bottom: 0;
}

.alert p {
	font-size: 13px;	
}



.deals-table th {
    cursor: pointer;
}
