/* v1.0 | Ioan  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
thead {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
}
.product-name {
	font-weight: bold;
}
.actions {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 15px;

}
.button {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
}
.coupon {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
}
.checkout-button button alt {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
}
.input-text qty text {
	font-family: Oswald, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
ul {
	list-style-type:none;
}
body {
	line-height: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.rightpadded-10 {
	margin-right:10px;
}
a {
	text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #a45d31;
}
.clear {
	clear:both; 
	height:0px; 
	overflow:hidden;
}
.goleft {
	float:left;	
}
.goright {
	float:right;
}
.centered {
	text-align:center;
}

/* Margins */

.padded-15 {
	margin-bottom:15px;
}
.padded-10 {
	margin-bottom:10px;
}
.padded-5 {
	margin-bottom:5px;
}
.padded-20 {
	margin-bottom:20px;
}
.padded-30 {
	margin-bottom:30px;
}
.padded-40 {
	margin-bottom:40px;
}
.padded-50 {
	margin-bottom:50px;
}

/* end Margins */

/*
	GENERAL 
*/
html {
	background:url(../images/bg-html.jpg);
}
body {
	font-size:12px;
    font-family: Arial, Helvetica, sans-serif;;
	color:#666666;
	background:url(../images/bg-body.jpg) repeat-x;
}
.rounded {
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px; 
	overflow: hidden; 
	behavior: url(js/libs/PIE.htc);
	position:relative;
}
.shaded {
	-moz-box-shadow: 1px 1px 8px #000000; 
	-webkit-box-shadow:1px 1px 8px #000000; 
	box-shadow:1px 1px 8px #000000; 
	overflow: hidden; 
	behavior: url(js/libs/PIE.htc);
	position:relative;
}
div.container {
	width:960px;
	margin:0 auto;
}
div.padding {
	padding:0 10px;
}
/*
	HEADER
*/
div#header {
	margin-bottom:20px;
}
	div#header ul {
		height:90px;
		padding:0 10px;
		overflow:hidden;
	}
	div#header li {
		padding-top:27px;
		margin-right:50px;
		float:left;
	    font-family: 'Oswald', sans-serif;
	}
	div#header li.last {
		margin-right:0;
	}
	div#header li a {
		color:#ffffff;
		font-size:27px;
		text-transform:uppercase;
	}
	div#header li a:hover, div#header li.selected a {
		color:#333;
        text-decoration: none;
	}
	div#logo {
		text-align:center;
	}
/*
	CONTENT
*/
div#content {
	margin-bottom:20px;
}
	div#home {
	}
	div#home div.main {
		width:620px;
		padding-left:10px;
		float:left;
	}
	div#home h1, div#content h2.tagline  {
		padding:17px 15px 13px;
		float:right;
		text-align:right;
		color:#ffffff;
		font-size:24px;
		text-transform:uppercase;
		background:url(../images/bg-h1.png);
		font-weight:normal;
		letter-spacing:0.5px;
	    font-family: 'Oswald', sans-serif;
	}
	div#home div.sidebar {
		width:300px;
		padding:0 10px 0 20px;
	}
	div#home div.info div.pic {
		margin-right:20px;
		float:left;
	}
	div#home div.info h2 {
		margin-bottom:20px;
		color:#000000;
		font-size:18px;
		font-weight:normal;
		line-height:23px;
		text-transform:uppercase;
	    font-family: 'Oswald', sans-serif;
	}
	div#home div.info h2 a {
		color:#000000;	
	}
	div#home div.info p {
		margin-bottom:20px;
		font-size:14px;
		line-height:21px;
	}
	div#home div.info p a {
		color:#7b3921;
	}
	div#home div.info p a:hover {
		text-decoration:underline;
	}
	form#newsletter {
		padding-top:60px;
	}
	form#newsletter h2 {
		text-align:right;
		padding-right:10px;
		margin-bottom:10px;
	}
	form#newsletter fieldset {
		padding:20px 15px;
		background-color:#b8b5af;
	}
	form#newsletter input.text {
		width:239px;
		padding:9px 15px;
		margin-bottom:10px;
		display:block;
		border:1px solid #a1a1a1;
		color:#666666;
		font-size:14px;
	}
	form#newsletter input.submit {
		width:266px;
		height:42px;
		padding:1px 0 0 0;
		text-align:center;
		background:url(../images/btn-green.png) no-repeat;
		color:#ffffff;
		font-size:18px;
		text-transform:uppercase;
		border:none;
		cursor:pointer;
    	font-family: 'Oswald', sans-serif;
	}
	form#newsletter input.submit:hover {
		background-position: 0 -42px;	
	}
	div#about {
		width:270px;
		height:252px;
		padding-left:30px;
		margin-bottom:10px;
		background:url(../images/bg-about.gif)
	}
	div#about p {
		padding:23px 23px 15px;
		color:#ffffff;
		font-size:18px;
		text-transform:uppercase;
	    font-family: 'Oswald', sans-serif;
	}
	div#about a {
		width:224px;
		height:35px;
		padding:7px 0 0 0;
		text-align:center;
		margin:0 auto;
		color:#fff;
		font-size:18px;
		text-transform:uppercase;
		background:url(../images/btn-green-224.gif) no-repeat;
		display:block;
	    font-family: 'Oswald', sans-serif;
	}
	div#about a:hover {
		background-position: 0 -42px;
		text-decoration: none;	
	}
	div#home div.sidebar {
		width:300px;
		float:right;
	}
	div#premiere {
		margin-bottom:30px;
	}
	div#premiere p {
		padding-left:20px;
		font-size:30px;
		color:#000000;
		text-transform:uppercase;
		line-height:35px;
	    font-family: 'Oswald', sans-serif;
	}
	div#social {

	}
	div#social li a {
		width:300px;
		height:37px;
		padding:10px 0 0 70px;
		margin-bottom:20px;
		display:block;
		color:#fefefe;
		text-transform:uppercase;
		background:url(../images/sprites-social.gif) no-repeat;
		font-size:18px;
	    font-family: 'Oswald', sans-serif;
	}
	div#social li.item2 a {
		background-position:0 -64px;
	}
	div#social li.item3 a {
		height:39px;
		padding-top:14px;
		background-position:0 -123px;
	}
	a.btn-green {
		width:266px;
		height:35px;
		padding:7px 0 0 0;
		text-align:center;
		margin:0 auto;
		color:#fff;
		font-size:18px;
		text-transform:uppercase;
		background:url(../images/btn-green.gif) no-repeat;
		display:block;
	    font-family: 'Oswald', sans-serif;
	}
	a.btn-green:hover {
		background-position: 0 -42px;
		text-decoration: none;	
	}
	.imgleft {
		margin:0 20px 20px 0;
		float:left;
	}
	div#blog {
		padding: 20px 0;
		background-color: #FFF;
	}
	div#blog div.bg {
		background: #FFF url(../images/pagebg.gif) repeat-y 0 50px;
	}
	div#blog div.main {
		width:660px;
		padding:0 20px 0 30px;
		float:left;
	}
	div#top h1 {
		padding:0 0 0 30px;
		border-bottom:1px solid #000000;
		float:left;
		text-transform:uppercase;
		font-weight:normal;
		color:#000000;
		font-size:30px;
	    font-family: 'Oswald', sans-serif;
	}
	div#top {
		margin-bottom:30px;
		overflow:hidden;
		zoom:1;
	}
	div.back {
		margin-bottom:20px;
	}
	div.back a {
		width:145px;
		height:24px;
		padding:5px 0 7px 25px;
		display:block;
	    font-family: 'Oswald', sans-serif;
		color:#fff;
		text-transform:uppercase;
		background:url(../images/bg-back.gif) no-repeat;
		font-size:18px;
	}
	div.back a:hover {
		color:#fff;
        background: url("../images/bg-back-dark.png");
        text-decoration: none;
	}
	div#blog {
		clear: both;	
	}
	div#blog h2 {
		margin-bottom:15px;
		font-size:24px;
		line-height:28px;
		color:#000000;
	    font-family: 'Oswald', sans-serif;
		text-transform:uppercase;
		font-weight:normal;
	}
	div#blog h2 a{
		color:#000000;
	    text-decoration: none;
	}
	div#blog h2 a:hover {
		color: #A45D31;	
	}
	div#blog h4 {
		margin-bottom:20px;
		font-size:14px;
		font-weight:normal;
		color:#888888;
	}
	div#blog h4 span {
		margin:0 5px;
	}
	div#article {
		margin-bottom:40px;
	}
	div#article p {
		margin-bottom:20px;
		font-size:14px;
		line-height:22px;
	}
	div#article h3 {
		margin-bottom:15px;
		font-weight:normal;
		color:#000;
	    font-family: 'Oswald', sans-serif;
		text-transform:uppercase;
		font-size:22px;
	}
	div#article p a {
		color:#cd8a44;
	}
	div#article p a:hover {
		text-decoration:underline;
	}
	div#article blockquote {
		padding:20px 0 20px 40px;
		background:url(../images/bg-quote.gif) no-repeat 20px 20px;
	}
	div#bottom img {
		display:block;
		overflow:hidden;
	}
	div#bottom {
		padding:7px 0 3px 0;
		margin-left:-30px;
		padding-left:30px;
		margin-bottom:20px;
		border:1px solid #000;
		border-left:none;
		border-right:none;
	}
	div#nav {
		margin-bottom:20px;
	    font-family: 'Oswald', sans-serif;
	}
	div#nav, div#nav a {
		font-size:18px;
		color:#cd8a44;
		text-transform:uppercase;
	}
	div#nav a:hover {
		color:#a45d31;
	}
	div#nav span {
		margin:0 5px;
	}
	div#blog div.sidebar {
		width:240px;
		padding:0;
		float:right;
	}
	ul#dsidebar h4 {
		font-size:20px;
		font-weight:normal;
		color: #000;
		border-bottom: 1px solid #000;
		text-transform:uppercase;
	    font-family: 'Oswald', sans-serif;
		width: auto;
		display: inline-block;
		margin: 0 0 10px 0;
		padding: 0 0 0 10px;
	}
	ul#dsidebar li {
		margin: 0 0 30px 0;	
	}
	ul#dsidebar ul li {
		font-size: 13px;
		margin: 0 0 4px 10px;
	}
	ul#dsidebar ul li a {
		color: #666666;	
	}
	div#blog div.sidebar h3 {
		height:40px;
		padding:4px 0 0 44px;
		margin-bottom:20px;
		background:url(../images/bg-arrow.gif) no-repeat;
		color:#ffffff;
		font-size:24px;
		font-weight:normal;
		text-transform:uppercase;
	    font-family: 'Oswald', sans-serif;
	}
	div#blog div.sidebar h3.bg2 {
		background:url(../images/bg-arrow2.gif) no-repeat;
	}
	div#blog div.box {
		margin-bottom:20px;
		padding:0 20px 0 20px;
	}
	div#blog div.box div.pic {
		width:60px;
		float:left;
	}
	div#blog div.box div.info {
		width:130px;
		float:left;
	}
	div#blog div.box div.info a {
		display:block;
		font-size:12px;
		color:#426599;
	}
	div#blog div.box {
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px solid #ddd;
	}
	div#blog div.box.noborder {
		border-bottom:none;
		padding-bottom:0;
	}
	div#blog div.box a strong {
		font-size:16px;
	}
	div#blog div.box span {
		padding:2px 20px 0 0;
		display:block;
		float:right;
		font-weight:bold;
		color:#666666;
		font-size:16px;
	}
	div#content .twitter-follow-button {
		margin:0 auto 20px;
		display: block;
		
	}
	div#blog h5 {
		margin-bottom:2px;
		font-size:14px;
		color:#010000;
	}
	div#blog h6 {
		margin-bottom:10px;
		color:#969696;
		font-size:14px;
		font-weight:normal;
	}
	div#blog div.box p {
		width:
	}
	div#blog div.box p a {
		color:#cd8a44;
	}
	div#blog form#newsletter {
		padding-top:0;
	}
	div#blog form#newsletter fieldset {
		padding:25px 10px;
	}
	div#blog form#newsletter input.text {
		width:188px;
	}
	div#blog form#newsletter input.submit {
		width:220px;
		background:url(../images/btn-green-220.gif) no-repeat;
	}
	div#blog form#newsletter input.submit:hover {
		background-position: 0 -42px;	
	}
	div#blog form#newsletter h2 {
		padding-right:0;
		text-align:center;
	}
	div#posts div.date {
		width:80px;
		height:69px;
		padding:15px 10px 0 0;
		float:left;
		background:url(../images/bg-date.gif) no-repeat left top;
		color:#ffffff;
	    font-family: 'Oswald', sans-serif;
		text-align:center;
		text-transform:uppercase;
		font-size:22px;
		line-height:27px;
	}
	div#posts div.content {
		width:500px;
		padding-left:10px;
		float:left;
	}
	div#posts h2 a {
		color:#000;
	}
	div#posts h2 a:hover {
		color:#a45d31;
	}
	div#posts p {
		line-height:20px;
		font-size:14px;
		color:#666666;
	}
	div#posts p a {
		font-weight:bold;
		color:#a45d31;
	}
	div#posts p a:hover {
		text-decoration:underline;
	}
	div#posts div.post {
		margin-bottom:20px;
	}
	div#posts div.post {
		margin-bottom:50px;
	}
	div#nav.bordered {
		padding-top:10px;
		margin-left:-30px;
		padding-left:30px;
		border-top:1px solid #000;
	}
	div.press { 
		margin-bottom: 35px;
	}
/*
	FOOTER
*/
div#footer {
	padding:25px 0 40px;
	text-align:center;
	background-color:#333333;
}
	div#footer ul {
		display:inline-block;
	    font-family: 'Oswald', sans-serif;
	}
	div#footer li {
		padding-right:10px;
		margin:0 10px 30px 0;
		border-right:1px solid #fff;
		float:left;
		line-height:18px;
	}
	div#footer li a {
		padding-top:1px;
		display:block;
		color:#ffffff;
		font-size:18px;
		text-transform:uppercase;
	}
	div#footer li a:hover {
		text-decoration:underline;
	}
	div#footer li.last {
		border:none;
		padding:0;
		margin:0;
	}
	div#footer p, div#footer p a {
		font-size:14px;
		line-height:20px;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
	}
	div#footer p a {
		text-decoration:underline;
	}
	div#footer p a:hover {
		text-decoration:none;
	}

    div#buy {
        margin: 0 0 50px 0;
    }

    div#buy h2 {
        text-align: center;
    }

	div#buy a {
		width:224px;
		height:35px;
		padding:7px 0 0 0;
		text-align:center;
		margin:0 auto;
		color:#fff;
		font-size:18px;
		text-transform:uppercase;
		background:url(../images/btn-green-224.png) no-repeat;
		display:block;
		text-decoration: none;
	    font-family: 'Oswald', sans-serif;
	}
	div#buy a:hover {
		background-position: 0 -42px;
		text-decoration: none;	
	}
	
	/* =WordPress Core
	-------------------------------------------------------------- */
	.alignnone {
		margin: 5px 20px 20px 0;
	}
	
	.aligncenter,
	div.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}
	
	.alignright {
		float:right;
		margin: 5px 0 20px 20px;
	}
	
	.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	.aligncenter {
		display: block;
		margin: 5px auto 5px auto;
	}
	
	a img.alignright {
		float: right;
		margin: 5px 0 20px 20px;
	}
	
	a img.alignnone {
		margin: 5px 20px 20px 0;
	}
	
	a img.alignleft {
		float: left;
		margin: 5px 20px 20px 0;
	}
	
	a img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto
	}
	
	.wp-caption {
		background: #fff;
		border: 1px solid #f0f0f0;
		max-width: 96%; /* Image does not overflow the content area */
		padding: 5px 3px 10px;
		text-align: center;
	}
	
	.wp-caption.alignnone {
		margin: 5px 20px 20px 0;
	}
	
	.wp-caption.alignleft {
		margin: 5px 20px 20px 0;
	}
	
	.wp-caption.alignright {
		margin: 5px 0 20px 20px;
	}
	
	.wp-caption img {
		border: 0 none;
		height: auto;
		margin: 0;
		max-width: 98.5%;
		padding: 0;
		width: auto;
	}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		margin: 0;
		padding: 0 4px 5px;
	}

/* Woocommerce style overwrites */
	a.button, button.button, input.button, #respond input#submit, #content input.button{
		font-weight: normal !important;
	}
	table.shop_table th{
		font-weight: normal !important;
	}
	table.shop_table .product-quantity{
		text-align: center !important;
	}

    .widget_shopping_cart .total{
        height: 25px !important;
    }

    .woocommerce-page .container #content{
        float: left;
        padding: 20px 10px;
        width: 638px;
    }
    .woocommerce-page .container .sidebar{
        float: right;
        width: 300px;
    }
    .woocommerce-page  ul.products li.first{
        clear: none;
    }

    .woocommerce-page ul.products li.product{
        margin: 15px 5%;
        width: 23.05%;
    }

    .woocommerce-page #content > .container{
        background: #FFFFFF;
    }

    ul.cart_list img, ul.product_list_widget img{
            margin: 5px !important;
    }

    .woocommerce-page .page-title{
        border-bottom: 1px solid #000000;
        color: #000000;
        float: left;
        font-family: 'Oswald',sans-serif;
        font-size: 30px;
        font-weight: normal;
        padding: 0 0 0 30px;
        text-transform: uppercase;
        position: relative;
        left: -10px;
    }

    .woocommerce-page #payment ul.payment_methods li img{
    	margin: -2px -2px 0 0.5em;
    }

		.also-from{
			display: none;
		}