/*
Theme Name: Yogaswing
Theme URI: http://www.avtramp.se/
Description: Yogaswing - official theme for yogaswing.se.
Version: 1.0
Author: Erik Gripestam Nord
Author URI: http://www.avtramp.se/
Tags: yogaswing, custom layout
Text Domain: Yogaswing
*/


body {
	font-size: 62.5%;
	font-family: 'Tahoma', Verdana, Arial, Sans-Serif;
	background: #1f1e1d;
	color: #fff;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	}

/*	Headers */
h1, h2, h3 {
	color: #c7c2bc;
	font-family: 'Trebuchet MS', 'Tahoma', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 2.8em;
	margin: 10px 0 -10px 0;
	text-align: left;
	}


h1.rubrik {
	color: #c7c2bc;
	display: inline;
	padding-right: 30px;
	margin: 0;
	font-size: 2.0em; /*1.8*/
}

h1.rubrik a {
	color: #c7c2bc;
	text-decoration: none;
}

h2 {
	font-size: 2.2em;
	margin: 40px 0 -10px 0;
	}
	
h2.pagetitle {
	margin-bottom: 10px;
}

h3 {
	color: #fff;
	font-size: 1.9em;
	text-align: left;
	}

h3.cart {
	color: #fff;
	font-size: 1.7em;
	text-align: right;
	}
/* Slut Headers */


/* Divkonstruktion */
#container {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
}
			
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat;
	height: 150px;
	margin-bottom:20px;
	width: 880px;
}

#headerdiv {
	font-size: 1.2em;
	height:20px;
	text-align: right
}

#linkbar {
	background-color: transparent;
	height: 50px;
	margin-left: 20px;
	margin-top: -25px;
	text-align: left;
	width: 900px;
}

#carouselblock {
	background-color: transparent;
	background-image: url('images/carousel.png');
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	
}

#carouselcontrol {
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3px;
	width: 900px;
}

#footer {
	margin-bottom: 60px;
	margin-top:20px;
	/*min-height: 50px; */
	width: 900px;
}

.footer_left{
	color: #c7c2bc;
	float: left;
	margin-top: 10px;
	padding-left: 20px;
	text-align: left;
}

.footer_left2{
	color: #c7c2bc;
	float: left;
	margin-top: 10px;
	padding-left: 50px;
	text-align: left;
}

.footer_right{
	color: #c7c2bc;
	float:right;
	margin-top: 10px;
	padding-right:10px;
	text-align: left;
}

.footer_dark {
	color: #7f7f7f;
}
/* Slut Divkonstruktion */


/* Nästlade divs */
#leftcontent {
	float: left;
	margin: 0 20px 30px 20px;
	min-height: 150px;
	position: relative;
	text-align:left;
	width: 400px;
	z-index: 400;
}

#leftcontentlow {
	clear: both;
	float: left;
	margin: 0 20px 20px 20px;
	min-height: 200px;
	text-align:left;
	width: 400px;
}

#leftdivwide {
	float: left;
	margin: 0 0 20px 20px;
	min-height: 150px;
	position: relative;
	text-align:left;
	width: 600px;
	z-index: 400;
}

#leftdivwide p {
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	text-align: justify;
}

#rightcontent {
	float:left;
	margin: 0 0 30px 40px;
	min-height:150px;
	position: relative;
	text-align:left;
	width:400px;
	z-index: 400;
}

#rightcontentlow {
	float:left;
	margin: 0 0 20px 40px;
	min-height:200px;
	text-align:left;
	width:400px;
}

#rightdivshort {
	float: left;
	margin: 0 20px 20px 30px;
	min-height: 150px;
	position: relative;
	text-align: left;
	width: 230px;
	z-index: 400;
}

#rightdivshort p {
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	text-align: justify;
}

#maindivwide {
	margin-left: 80px;
	margin-right: 70px;
}
/* Slut Nästlade divs */


/* Bilder */
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

p img {
	padding: 0;
	max-width: 100%;
}

.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter {
	margin-bottom: 12px;
}

#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/* Slut Bilder */


/* Länkar */
a, h2 a:hover, h3 a:hover {
	color: #fff;
	text-decoration: none;
	}
	
a {
	color: #e599d6; /*color: #e8b6de;*/
}	

a:hover {
	color: #fff;
	text-decoration: underline;
	}

a.footerlink {
	color: #c7c2bc;
}	

a.footerlink:hover {
	color: #fff;
	text-decoration: underline;
}
/* Slut Länkar */


/* Kompletterande IDs, klasser, taggar */
.center {
	text-align: center;
}

.centerproducts{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
}
	
.clear {
	clear: both;
}

#errorbox {
	margin-bottom: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.hidden {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.product {
	float: none;
	padding:0px 10px 5px 0px; /*padding:0px 10px 25px 0px;*/
	width: 600px;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.text {
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	text-align: justify;
}

.text2 {
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
}

p {
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	text-align: justify;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* Slut */


/*Shopping cart */
#shoppingcart {
	margin-right: 0px;
}

hr.cart {
	display: block;
	margin-right: 0px;
	width: 160px;
}

p.status {
	color: #fff;
	font-family: Arial;
	font-size: 1.2em;
	margin: 5px 0 10px 0;
	padding: 0; 
	text-align: right;
}

ul.status {
	text-align: right;
}

/*Fontstyles*/
#leftdivwide p.headline{
	font-family:Arial;
	font-size:1.4em;
	text-align:left;
/*width: 590px;*/
}

#rightinfoprod {
	float:left;
	margin-top: -30px; /*margin-top: -14px*/
	padding-left: 10px;
	padding-right: 10px;
	width: 310px;
}

#rightinfoprod .details p {
	font-size: 1.2em;
	text-align: left;
}

#leftinfoprod {
	float:left;
	margin-top: -16px; /*not IE-tested*/
	padding-left: 0px;
	padding-right: 10px;
	width: 260px;
}

#leftinfoprod p {
	font-size: 1.2em;
	text-align: left;
}

/*
.tech_spec {
	font-size: 1.0em !important;
}*/

#product_leftone {
	float: left;
	min-height: 300px;
	width: 250px;
}

#product_rightone {
	float: left;
	min-height: 300px;
	width:320px;
}

#leftinfo {
	float:left;
	width: 250px;
}

#rightinfo {
	float:left;
	width: 250px;
}


/* Carousel */
.stepcarousel {
	border:0 solid black;
	height:299px;
	margin-left:90px;
	margin-top:0;
	overflow:scroll;
	position:relative;
	width:720px;
}

.stepcarousel .belt {
	left:0;
	position:absolute;
	top:40px;
}

.stepcarousel .panel {
	float:left;
	height: 250px;
	margin: 0px;
	overflow:hidden;
	text-align:center;
	width:720px;
}

h1.carousel {
	color: #333;
	font-size: 3.0em;
	margin: 0; 
}

p.carousel {
	color: #333;
	font-size: 1.4em;
	text-shadow: 0 1px 0 #FFF;
}

ul.carousel {
	margin-left: -10px;
	text-align: left;
}

ul.carousel, li.carousel {
	color: #333;
	font-size: 1.2em;
	text-shadow: 0 1px 0 #FFF;
}

.carouselimgright {
	float: right;
	padding-left: 80px;
}

.carouselimgleft {
	float: left;
	margin-right: 20px;
}

.iecirclefix {
	margin-top: 0;
}
/* Slut Carousel */


/*Start deco*/
.deco1 {
	height: 190px;
	margin-left: -580px;
	margin-top: 0px;
	position: absolute;
	width: 362px;
	z-index: 0;
}

.deco2 {
	height: 106px;
	margin-left: -570px;
	margin-top: 528px;
	position: absolute;
	width: 362px;
	z-index: 0;
}

.deco3 {
	height: 106px;
	margin-left: 170px;
	margin-top: 528px;
	position: absolute;
	width: 315px;
	z-index: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.deco1 {margin-left: -140px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.deco2 {margin-left: -120px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.deco3 {margin-left: 625px;}
}
/*Slut deco*/

.spacer {
	margin-left: -432px;
	margin-top: 25px;
	position: absolute;
	width: 90px;
}

p.ie_right {
	text-align: right;
}


/*Blog-Widget*/
.widget-area {
	margin-left: 5px;
}

.bloggmeny {
	list-style-type: none;
	padding-left: 0;
	padding-top: 10px;
}

.widget_archive ul{
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	list-style-type: square;
}

.widget_recent_entries ul{
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	list-style-type: square;
}

.widget_recent_comments ul{
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	list-style-type: square;
}

.widget_categories ul{
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.4em;
	list-style-type: square;
}

.widget_tag_cloud {
	color: #c7c2bc;
}

h3.widget-title {
	list-style-type: none;
	margin-bottom: 5px;
}

.widget_recent_entries {

}

.widget_recent_comments {

}

.rssicon {
	margin-left:50px;
}

.postmetadata {
	color: #c1c1b1 !important;
	font-size: 1.1em !important;
	text-align: center !important;
}

.blogline {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*Kommentarer*/

.avatar {
	display: none;
}

ol.commentlist {
	padding-left: 0px;	
}

/*ol.commentlist li {
	margin-left: 0px;	
}*/

ul.children {
	list-style-type: none;
    /*margin-top: 10px;
    margin-bottom: 10px;*/
    padding-bottom: 5px;
    padding-top: 15px;
}

.depth-1 {
	list-style-type: none;
	margin-bottom: 20px;
}

.comment-author {
	font-size: 1.4em;
	background-color: #2F2E2C;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.comment-meta {
	color: #c7c2bc;
	font-style: italic;
}

.fn {
	padding-left: 6px;
}

.moderation {
	color: #B6650C;
	font-weight: normal;
	font-size:0.68em;
	text-align: center;
}

#commentform #author {
	background-color: #2F2E2C;
	border: 0;
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.0em;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 4px;
}

#commentform #email {
	background-color: #2F2E2C;
	border: 0;
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.0em;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 4px;
}

#commentform #url {
	background-color: #2F2E2C;
	border: 0;
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.0em;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
}

#commentform #comment {
	background-color: #2F2E2C;
	border: 0;
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.0em;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    padding: 4px;
}

#commentform #submit {
/*	background-color: #B6650C;
	border: 0;
	color: #c7c2bc;
	font-family: Arial;
	font-size: 1.0em;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    padding: 4px;*/

	background: #D47910 url('images/button_overlay_s.png') repeat-x;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: Arial; 
	font-size: 0.95em;
	margin-top: 20px;
	padding: 5px 10px 6px;
	position: relative; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
	text-shadow: 0 1px 3px rgba(0,0,0,0.4);
	border-bottom: 1px rgba(0,0,0,0.25);
	border-left: 1px rgba(0,0,0,0.25);
	border-right: 1px rgba(0,0,0,0.25);
	border-top: 1px solid rgba(255,255,255,1.0);

}

#commentform #submit:hover {
	background-color: #E68A22;
	cursor: pointer;
	color: #FFFFFF;
}

.navigation_blog {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

.navigation_blog_com {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 50px;
}
