/*
Theme Name: Gasolspecialisten 2013
Theme URI: http://www.bluerange.se
Description: Created by Bluerange
Version: 1
Author: Bluerange
Author URI: http://www.bluerange.se
Tags:
*/

/* =============================================================================
   General Styles
   ========================================================================== */

/* Global Box Sizing and Font-Smoothing */
*, *:after, *:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family: Open Sans, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	background: url(img/background.png) repeat;
}

h1, h2, h3, h4, h5, h6 {
	font-family: lato, arial;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 12px;
}


.imgRight {
	float: right;
	margin: 0 0 20px 20px;
}

.imgBorder {
	border: 1px solid #7b7b7b;
	border-radius: 2px;
}
/* Bluerange, Hanna */
.column50
{text-align:center;}

.noTopMargin {
	margin-top: 0;
}

.border-radius {
	border-radius: 2px;
}

.box-shadow {
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         0px 2px 2px 0px #000000;
}

.largeFontSize {
	font-size: 14px;
	line-height: 24px;
}

.contentBox {
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);

	padding: 20px;
	margin-bottom: 20px;

	border-radius: 2px;
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         0px 2px 2px 0px #000000;

	background-color: #dcdcdc;
}

.columnWrapper {
	margin-left: -1%;
	margin-right: -1%;
}

.column {
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}

.column.column25 {
	width: 23%;
}

.column.column50 {
	width: 48%;
}

.column.column75 {
	width: 73%;
}

#contentWrapper a {
	text-decoration: none;
	color: #af250d;
}

.noPadding {
	padding: 0;
}

.hide {
	display: none;
}

/* slideshow */

.slideshow .soliloquy-caption-inside {
	background: transparent !important;
}

.slideshow .soliloquy-fc-title {
	float: left;
	clear: both;
	background: #000000;
	padding: 20px 15px 15px 20px !important;
	margin: 0 0 0 -15px !important;
	font-size: 30px !important;
}

.slideshow .soliloquy-fc-content {
	clear: both;
	float: left;
	background: #000000;
	padding: 10px 10px 10px 20px !important;
	margin: 0 0 15px -15px !important;
}

.slideshow .soliloquy-control-nav {
	right: 10px;
	top: 10px;
}

/* =============================================================================
   Structure
   ========================================================================== */


#container {
	width: 940px;
	margin: 60px auto 30px auto;
}

#contentWrapper {
	padding: 40px 0;
}

	#contentWrapper aside#sidebar {
		float: left;
		width: 220px;
		margin-right: 20px;
	}

	#contentWrapper #content.withSidebar {
		width: 700px;
		float: left;
	}


header {

}

	header #logotype {
		margin: 0 0 25px 0;
		float: left;
	}

	header nav {
		background-color: #CCCCCC;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#c0c0c0));
		background-image: -webkit-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: -moz-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: -ms-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: -o-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: linear-gradient(top, #d8d8d8, #c0c0c0);
	}

	header nav ul {
		margin: 0;
		padding: 0;
	}

	header nav ul li {
		margin: 0;
		padding: 0;
		display: block;
		float: left;
	}

	header nav ul li a {
		color: #000000;
		text-decoration: none;
		font-weight: 600;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
		padding: 12px 20px 10px 20px;
		display: block;
	}

	header #searchField {
		float: right;
		padding: 5px 0 0 0;
	}

	header #searchField form {
		margin: 0;
		padding: 0;
	}

	header #searchField form input[type=text] {
		width: 200px;
		background: #000000;
		border-radius: 3px;
		border: 0;
		padding: 8px 10px;
		color: #FFFFFF;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}

	header #searchField input[type=text]:focus {
		outline: none;
	}

	header #searchField input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
	    color: #FFFFFF;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}
	header #searchField input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color: #FFFFFF;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}
	header #searchField input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color: #FFFFFF;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}
	header #searchField input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
	    color: #FFFFFF;
		text-shadow: 1px 1px 0px rgba(0,0,0,0.8);
	}

	header #searchField input[type=submit] {
		width: 60px;
		border-radius: 3px;
		border: 0;
		padding: 8px 10px;
		color: #000000;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.6);
		margin-left: 15px;

		background-color: #CCCCCC;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d8d8d8), to(#c0c0c0));
		background-image: -webkit-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: -moz-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: -ms-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: -o-linear-gradient(top, #d8d8d8, #c0c0c0);
		background-image: linear-gradient(top, #d8d8d8, #c0c0c0);
	}


footer {
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0,0,0,1);
}

	footer a {
		color: #FFFFFF;
		text-decoration: underline;
	}

	footer h2:first-child {
		margin-top: 0;
	}

.with_frm_style label.frm_primary_label{
	color: #fff !important;
}
.frm_form_fields{
	float: left;
}
p.submit{float:left; padding-top:4px!important;padding-left:15px;}
.with_frm_style .submit input[type="submit"], .frm_form_submit_style{ border-radius: 0px;}

#sidebar #submenu {
	padding: 0;
	overflow: hidden;
}

	#sidebar #submenu ul {
		margin: 0;
		padding: 0;
	}

	#sidebar #submenu ul li {
		margin: 0;
		padding: 10px 20px;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #bcbcbc;
	}

	#sidebar #submenu ul li:hover, #sidebar #submenu ul li:hover {
		background: rgba(255,255,255,0.3);
	}

	#sidebar #submenu ul li.current-cat, #sidebar #submenu ul li.current-menu-item {
		background: rgba(255,255,255,0.3);
	}

	#sidebar #submenu ul li a {
		color: #000000;
		text-decoration: none;
		font-weight: 600;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
		padding: 0px;
		display: block;
	}

	#sidebar #submenu.hideTopMenuLevel ul li {
		display: none;
		padding: 0;
	}

	#sidebar #submenu.hideTopMenuLevel > ul > li:hover {
		background: transparent !important;
	}

	#sidebar #submenu.hideTopMenuLevel > ul > li.current-cat, #sidebar #submenu > ul > li.current-menu-item {
		background: transparent !important;
	}

	#sidebar #submenu.hideTopMenuLevel li.current-menu-item, #sidebar #submenu.hideTopMenuLevel li.current-menu-ancestor {
		display: block;
	}

	#sidebar #submenu.hideTopMenuLevel > ul > li > a {
		display: none;
	}

	#sidebar #submenu.hideTopMenuLevel li.current-menu-item ul li, #sidebar #submenu.hideTopMenuLevel li.current-menu-ancestor ul li {
		display: block;
		padding: 10px 20px;
	}


/* startpage */

.startPageBottomBoxes .column {
	min-height: 260px;
}

/* searchResult */

.searchResult {

}

.searchResult h2 a {
	color: #000000 !important;
}

.searchResult img {
	float: right;
	margin:  20px;
}


/* shop */

#content.shop {

}

#content.shop .products {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#content.shop .products .product {
	width: 220px;
	float: left;
	margin: 0px 20px 20px 0;
	padding: 20px;
	height: 216px;
	position: relative;
}

#content.shop .products .product.last {
	margin-right: 0;
}

#content.shop .products .product a {
	width: 100%;
	color: #000000;
}

#content.shop .products .product a .imgContainer {
	height: 120px;
	margin-bottom:10px;
}

#content.shop .products .product a img {
	border: 0;
	margin: 0 auto 0 auto;
	display: block;
	width: auto !important;
}

#content.shop .products .product a h3 {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: open sans;
	height: 36px;
	overflow: hidden;
}

#content.shop .products .product .onsale {
	display: none;
}

#content.shop .products .product .price {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#content.shop .products .product .price ins {
	text-decoration: none;
}

#content.shop .products .product .price del {
}

#content.shop .products .product .readMore {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

/* Single product page */

#content.shop .singleProduct .productImages {
	float: right;
	margin-left: 20px;
}

#content.shop .singleProduct .propertiesInformation {
	margin: 0;
	margin-top: -10px;
}

#content.shop .singleProduct .price {
	float: left;
	margin: 0;
	font-weight: bold;
}

#content.shop .singleProduct .sku {
	float: left;
	margin: 0 0 15px 0px;
	clear:left;
}

#content.shop .singleProduct .description {
	clear: left;
}


/* slideshow */
.slideshow {
	padding: 5px;
}

/* Comparison list */
.text-center{
	text-align: center;
}
.column50>h3{
	margin-top: 0px;
}
.inner-first-block{
    width: 100%;
    float: left;
}
.price-before{
    text-decoration: line-through;
}
.price-now{
    color: #af250d;
}
.image-block{
	display: inline-block;
    float: left;
    padding-right: 10px;
}
.camp-img{
	max-width: 200px;
	max-height: 200px;
}
.info-content-block{
	display: inline-block;
    float: left;
    padding-left: 10px;
}
.camp-headline{
	margin-top: 0px;
}
.btn-action{
	margin-top: 20px;
	float: left;
	display: block;
}
.camp-btn{
	background-color: #af250d;
    color: #fff!important;
    padding: 10px;
}

/*ul.comparisonList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comparisonList li {
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #f2f2f2;
	height: 0px;
	margin: 30px 0 30px 0;
	display: block;
	position: relative;
}

.comparisonList li div {
	position: absolute;
	background: #dcdcdc;
	margin-top: -21px;
	padding: 10px;
}

.comparisonList li.header {
	border: 0;
	height: 2px;
	margin-top: 15px;
}

.comparisonList li .header h2 {
	margin-top: 0;
}

.comparisonList li div.green {
	color: #497d26;
}

.comparisonList li div.red {
	color: #a03422;
}

.comparisonList li div.yellow {
	color: #a09f22;
}

.comparisonList li div.right {
	right: 0;
	font-weight: bold;
}

.comparisonList li div.left {
	left: 0;
	font-weight: bold;
}

.comparisonList li div.middleContainer {
	float: right;
	right: 50%;
	position: relative;
	background: transparent;
	margin: 0;
	padding: 0;
}

.comparisonList li div.middle {
	float: right;
	right: -50%;
	position: relative;
}*/

/* Shop Categories Teaser */

.shopCategoriesTeaser {
	background-image: url(img/columnBorder.png);
	background-repeat: repeat-y;
	background-position: 75%;
	display: none;
}

.shopCategoriesTeaser .bigCategory {
	text-align: center;
}

.shopCategoriesTeaser .bigCategory h3 {
	display: inline-block;

	border-top: 1px solid #8b9eb1;
	padding: 5px 20px;
	margin-top: -2px;

	background-color: #627a92;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6d859d), to(#59728a));
	background-image: -webkit-linear-gradient(top, #6d859d, #59728a);
	background-image:    -moz-linear-gradient(top, #6d859d, #59728a);
	background-image:     -ms-linear-gradient(top, #6d859d, #59728a);
	background-image:      -o-linear-gradient(top, #6d859d, #59728a);

	font-family: Open sans;
	font-weight: bold;
	color: #000000;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.2);

	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;

	/*	-webkit-box-shadow: 0 8px 6px -6px black;
	moz-box-shadow: 0 8px 6px -6px black;
	*/
	box-shadow: 0 6px 8px -6px rgba(0,0,0,0.7), 0 7px 8px -8px rgba(0,0,0,0.7), 1px 1px 1px 0px rgba(0,0,0,0.7);
}

.shopCategoriesTeaser .bigCategory img {
	display: inline-block;
	margin: 20px 0 20px 0;
}

.shopCategoriesTeaser .categoryList {
	padding: 20px;
}

.shopCategoriesTeaser .categoryList h3 {
	margin-top: 10px;
	font-size: 18px;
}

.shopCategoriesTeaser .categoryList ul {
	margin: 0;
	padding: 0;
}

.shopCategoriesTeaser .categoryList ul li {
	margin: 0 0 10px 16px;
	padding: 0;
	list-style-image: url(img/bullet.png);
}

.shopCategoriesTeaser .categoryList ul li a {
	color: #000000 !important;
}


.storeShortInformation {
	/*height: 350px;*/
}


/* =============================================================================
	None semantic
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */

.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%;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,.gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
.sticky {}
.bypostauthor {}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {background:transparent !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;}
	a,a:visited {text-decoration:underline;}
	a[href]:after {content:" (" attr(href) ")";}
	abbr[title]:after {content:" (" attr(title) ")";}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {content:"";}
	pre,blockquote {border:1px solid #999;page-break-inside:avoid;}
	thead {display:table-header-group;}
	tr,img {page-break-inside:avoid;}
	img {max-width:100% !important;}
	@page {margin:0.5cm;}
	p,h2,h3 {orphans:3;widows:3;}
	h2,h3 {page-break-after:avoid;}
}



#facebookbox {
	height: 540px;

}
