/* Global */

#main .row {
	padding-top:30px;
	}

.navbar .nav li.dropdown.open {
	background:none;
	}

.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu .active > a, 
.nav-collapse .dropdown-menu .active > a:hover {
	background-color: #777;
	background-image: none;
	}

.dropdown-menu li > a:hover, 
.dropdown-menu li > a:focus, 
.dropdown-submenu:hover > a {
text-decoration: none;
color: white;
background-color: #777;
background-color: #777777;
background-image: none; 	/* reset */
background-image: none; 	/* reset */
background-image: none; 	/* reset */
background-image: none; 	/* reset */
background-image: none; 	/* reset */
background-repeat: none; 	/* reset */
filter: none; 	/* reset */
}

/* Type Styles */

h1.page-title {
	padding-bottom:20px;
	}

h1.entry-title small.entry-meta,
h2.entry-title small.entry-meta {
	font-size:13px;
	}
	
h3.widget-title {
	font-size:15px;
	}


/* Nav Styles */

.navbar-inner {
	background-color:#fff;
	background-image:none; 	/* reset */
	filter:none;			/* reset */
	padding:20px 10px;
	}
	
.navbar-search .search-query {
	margin-bottom: 0;
	padding: 4px 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus,
.navbar .nav li.dropdown.open > a.dropdown-toggle, 
.navbar .nav li.dropdown.active > a.dropdown-toggle, 
.navbar .nav li.dropdown.open.active > a.dropdown-toggle {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.100);
	-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.100);
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.100);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#nav-cart-dropdown .btn-success {
	color: #555;
	text-shadow: none; /* reset */
	background-color: #fff; /* reset */
	background-image: none; /* reset */
	filter: none; /* reset */
	border-color: none; /* reset */
	border: none; /* reset */
	filter: none; /* reset */
	padding: 5px 14px;
	}
	
#nav-cart-dropdown .btn-success .caret {
	border-top-color: #555;
	border-bottom-color: #555;
	margin:8px 3px;
	}

#nav-cart-dropdown .btn {
	-webkit-box-shadow: inset 0 0 0, 0 0 0;
	-moz-box-shadow: inset 0 0 0, 0 0 0;
	box-shadow: inset 0 0 0, 0 0 0;
	}
	
#nav-cart-dropdown.open .btn {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	}



/* Sidebar Styles */

.sidebar {

	}


/* WooCommerce Styles */

ul.products li.product a img,
ul.products li.product a img:hover {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 8px;
	box-shadow: none; 	/* reset */
	-webkit-box-shadow: none; 	/* reset */
	-moz-box-shadow: none; 	/* reset */
	-webkit-transition: none; 	/* reset */
	-moz-transition: none; 	/* reset */
	-o-transition: none; 	/* reset */
	transition: none; 	/* reset */
	}
	
.related ul.products li.product {
	max-width: 20%;
	}
	
	
/* JigoShop Styles */
ul.product_list_widget li.marko_front_products {
	width:30%;
	float:left;
	}

ul.product_list_widget li.marko_front_products a img,
ul.product_list_widget li.marko_front_products a img:hover {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 8px;
	border: none;
	box-shadow: none; 	/* reset */
	-webkit-box-shadow: none; 	/* reset */
	-moz-box-shadow: none; 	/* reset */
	-webkit-transition: none; 	/* reset */
	-moz-transition: none; 	/* reset */
	-o-transition: none; 	/* reset */
	transition: none; 	/* reset */
	padding:30px;
	}
	
body.jigoshop .related ul.products li.product {
	max-width: 100%;
	}
	
ul.products li.product span.price {
	padding-right:20px;
	}
	
/* WP e-Commerce */

ul.marko-wpec-front li {list-style-type:none;margin:0;padding:0;width:29%;margin:3% 1.625%;float:left;}

ul.marko-wpec-front li.product a img, ul.marko-wpec-front li.product a img:hover {margin-bottom:0;}


/* Footer Styles */

footer.site-footer .container {
	padding-top:15px;
	}

footer.site-footer .container .row {
	padding-bottom: 5px;
	}
	
footer.site-footer .container .row h4 {
	font-size:15px;
	}
	
footer.site-footer .container .row p {
	font-size:13px;
	line-height: 1.6em;
	}

footer.site-footer,
.sidebar h3,
.sidebar p,
.sidebar a, 
footer.site-footer a {
	color:#bbb;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
	}

footer.site-footer:hover,
.sidebar:hover h3,
.sidebar:hover p,
.sidebar:hover a,
footer.site-footer:hover a {
	color:#555;
	-webkit-transition: color 0.4s linear;
	-moz-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
	}
	
footer.site-footer .container .row .site-info {
	font-size:12px;
	text-align: left;
	margin-top:0px;
	}

.site-info {border-color:#dfdfdf;}

.navbar-inner {background:url('../assets/images/bg-light.png) repeat;}
footer.site-footer {background:none;color:#bbb;border-top:none;}
footer.site-footer a {color:#bbb;}
footer.site-footer a:hover {color:#333;}

/* 2012.11.09 - version 1.3.5 changes */
body.admin-bar #page-masthead {margin-top: -18px;}
#page-masthead {margin-top: 10px;}