/*   
Theme Name: shopblog
Based on "Dropify" theme v2 for Shopify | by Cliff Spence at Promotion Sickness | www.promotionsickness.com
*/


/* Primary Styles */
body {
	background: url(assets/tile8.png);
	padding: 0;
	margin: 0;
	font: 1em/1.4em Lucida Grande, Lucida Sans, Helvetica, Arial, sans-serif;
	color: #444;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	}
a {
	text-decoration: underline;
	color: #444;
	}
a:hover {
	color: #EA3A41;
	text-decoration: none;
	}
img { border: 0; }
hr, .hide { display: none; }

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* PRIMARY LAYOUT */
#container {
	width: 780px;
	margin: 10px auto 30px auto;
	}
#main {
	background: transparent url(assets/content-bg.png) repeat-y top left;
	}

/* Header Styles */
#header {
	height: 60px;
	position: relative;
	}
#languagepick {
font-size: 10px;
float: right;
padding: 5px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
	background: #fff;
margin: 5px 30px 0 0;
}
h1#logo {
	font-weight: bold;
	position: absolute;
	bottom: -8px;
	left: 0;
	padding: 0;
	margin: 0;
	}
h1#logo a {
	text-decoration: none;
	color: #EA3A41;
	text-transform: uppercase;
	font-size: 48px;
	line-height: 48px;
	padding: 0;
	margin: 0;
	}
	
img#logo {
	padding: 10px;
}

#cartlinks {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
	background: #FFFFFF; 
	position: absolute;
	bottom: 0px;
	right: 210px;
	padding: 5px;
	margin: 0;
	font-size: 10px;
	text-align: right;
	white-space: nowrap;
	
	}
/*#cartcount {

	margin: 0;
	} */
#cartlinks a {
	text-decoration: none;
	color: #660000;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	margin: 0;
	}
#cartlinks a:hover {
	color: #000;
	}
a#minicartswitch {
	position: absolute;
	top: -10px;
	right: 0px;
	color: #660000;
	font-size: 10px;
	line-height: 10px;
	text-decoration: none;
	padding: 5px;
	white-space: nowrap;
	}
a#minicartswitch:hover {
	color: #fff;
	}




/* MAIN CONTENT AREA */
#navmenu {
border-top: solid 1px #cccccc;	
border-bottom: solid 1px #cccccc;
	text-align: center;

}
#navmenu a {
	font-size: 16px;
	line-height: 30px;
	color: #660000;
	text-decoration: none;
}
#navmenu a:hover {
	text-decoration: underline;
	}

#blogmenu {
margin-top: 10px;
	text-align: center;
	line-height: 30px;
}

#blogmenu a {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
}

#content {
	width: 600px;
	float: left;
	background: #fff;
	}
#innercontent {
	margin: 10px;
	padding: 0 10px;
	font-size: 14px;
	}
#hometeaser {
text-align: center;
padding: 10px 0 20px 0;
border-bottom: solid 1px #ccc;
}	
#hometeaser a {
	color: #660000;
}
#hometeaser h3 {
	color: #660000;
}
/* uj homepage kezd */

#home-wrapper { margin-right: auto;
    margin-left: auto;
    width: 530px;
    }

#home-minisidebar { border-left: 1px solid rgb(204, 204, 204);
    margin: 3px 0pt 0pt 10px;
    padding: 10px 10px 10px 20px;
    float: right;
    height: 320px;
    width: 120px;
    }

#home-focus { margin: 0pt 10px 10px 0pt;
    padding: 0pt 10px 0pt 0pt;
    width: 330px;
    }

#home-featured { padding: 10px;
    width: 90px;
    float: left;
    text-align: center;
    font-size: 12px;
    }

#home-topborder { border-top: 1px solid rgb(204, 204, 204);
    width: 100%;
    margin-top: 15px;
    }
/* uj homepage vege */

/* Right Menu Area */
#rightsiders {
	width: 180px;
	float: right;
	}	
/* GENERAL LINKS */
ul.rightlinks {
	padding: 0; 
	margin: 30px 0 50px 0;
	}
ul.rightlinks li {
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 24px;
	}
ul.rightlinks li a {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
	background: #663300;
	padding: 5px 10px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	}
ul.rightlinks li a span.active {
	font-weight: bold;
	padding: 5px 10px;
	}
ul.rightlinks li a:hover {
	background: #cc3333;
	}
/* MAIN MENU LINKS */
ul.rightlinksmain {
		padding: 0;
		margin: 30px 0 50px 0;
		}
ul.rightlinksmain li {
		list-style: none;
		padding: 0;
		margin: 0 0 8px 0;
		font-size: 12px;
		line-height: 24px;
		}
ul.rightlinksmain li a {
		filter:alpha(opacity=75);
		-moz-opacity:.75;
		opacity:.75; 
		background: #660000;
		padding: 5px 10px;
		color: #fff;
		margin: 0;
		text-decoration: none;
		font-size: inherit;

		}
ul.rightlinksmain li a span.active {
		background: #cc3333;
		padding: 5px 10px;
	color: #fff;
		}
ul.rightlinksmain li a:hover {
		background: #cc3333;
	color: #fff;
		}
#rightheading { /* Browse this category szoveg */
	filter:alpha(opacity=65);
	-moz-opacity:.65;
	opacity:.65; 
	background: #fff; 
	padding: 5px 10px;
	margin: 0;
	color: #444;
	text-decoration: none;
	font-size: 14px;
}
/* Start Holly Hack, hidden from MacIE. \*/
* html ul.rightlinks li a {zoom:1; padding: 1px 10px;}
* html ul.rightlinksmain li a {zoom:1; padding: 1px 10px;}
* html #rightheading {zoom:1; padding: 1px 10px;}
* html #languagepick {zoom:1; }
/* End Holly Hack. */

/* SUBMENU LINKS */
ul.rightlinkssub {
	padding: 0; 
	margin: 10px 0 30px 0;
	}
ul.rightlinkssub li {
	list-style: none;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 12px;
	line-height: 24px;
	}
ul.rightlinkssub li a {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
	background: #663300;
	padding: 5px 10px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	font-size: inherit;
	}
ul.rightlinkssub li a span.active {
	font-weight: bold;
	padding: 5px 10px;
	color: #fff;
	}
ul.rightlinkssub li a:hover {
	background: #cc3333;
	color: #fff;
	}



/* ARTICLES */
#page {
	margin: 20px 0;
	font-size: 12px;
	}
#mainarticle {
	padding: 10px 15px 0px 0;
	}
#mainarticle h2 {
	font-size: 20px;
	line-height: 22px;
	color: #444;
	}
#articles {
	margin-top: 20px;
	}
.article h2, h2 {
	font-size: 20px;
	color: #444;
	}
.article-meta {
	font-size: .8em;
	line-height: normal;
}
.article-body {
	color: #555;
	padding: 0 10px 10px 0px; 
	text-align: justify;
	font-size: .9em;
	line-height: normal;
	}
#article h2 {
	font-size: 150%;
	border: 0;
	margin: 20px 0 10px 0;
	}
.article h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	}
.articleonblog {
	border-bottom: solid 1px #cccccc;
	margin-bottom: 20px;
	}
.article {
	margin-bottom: 20px;
	}
h4.date {
	font-size: 10px;
	color: #999;
}



/* PRODUCTS */

/* Products on the front page */
#frontproducts {
	width: 265px;
	margin: 0 0 0 15px;
	float: right;
	background: transparent url(assets/featured-repeat.png) repeat-y top left;
	}
#frontproducts-top {
	width: 265px;
	float: right;
	background: transparent url(assets/featured-top.png) no-repeat top left;
	}
#frontproducts-bottom {
	width: 265px;
	float: right;
	padding: 20px 0 20px 0;
	background: transparent url(assets/featured-bottom.png) no-repeat bottom left;
	}
.frontbox {
	padding: 15px;
	font-size: 12px;
	
	}

.learnmore {
	padding: 10px 0 0 10px;
	font-size: 14px;
	text-weight: bold;
}
.learnmore ul li {
	font-size: 12px;
}
.productmain {
	width: 245px;
	float: left;
	text-align: center;
	padding: 8px 0;
	margin: 0 0 5px 7px;
	border-bottom: 1px solid #eee;
	}
.productmain .description {
	font-size: 10px;
	line-height: 12px;
	color: #444;
	}
#frontproducts p.money {
	font-size: 11px;
	margin: 2px 0;
	color: #444;
	}
#frontproducts h3 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
#frontproducts a {
	text-decoration: none;
	color: #660000;
	margin: 0;
	padding: 0;
	}
#frontproducts a:hover {
	color: #444;
	text-decoration: underline;
	}
.product {
	width: 120px;
	float: left;
	text-align: center;
	padding: 8px 0;
	margin: 0 0 5px 7px;
	}


/* Collection Pages */
#breadcrumbs {
	font-size: 12px;
	margin: 0;
	padding-bottom: 10px;
}
.breadcat {
	color: #cc3333;
	font-weight: bold;
	font-size: 14px;
}


#product-collection {
	list-style: none;
	margin: 0;
	padding: 0;
	}
li.singleproduct {
	margin-bottom: 15px;
	padding: 5px 0;
	}
.singleproduct .small {
	float: left;
	text-align: center;
	width: 25%;
	}
.small .prodimage a {
	width: 110px;
	padding: 10px 5px;
	border: 1px solid #F1F9FE;
	float: left;
	}
.small .prodimage a:hover {
	background: #F1F9FE;
	border-color: #E1EDF4;
	}
.description h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	}
h3 a {
	text-decoration: none;
	color: #444;
	}
h3 a:hover {
	color: #EA3A41;
	}
.singleproduct .description {
	margin-left: 26%;
	}

#pagination {
  font-size: 80%;
  text-align: center;
}


/* Product Pages */
#productpage h2 {
	padding-top: 10px;
	font-size: 20px;
	color: #444;
	margin: 0;
	}
ul.hlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.hlist li {
	display: inline;
	}
ul#details {
	font-size: 90%;
	}
#details li {
	margin-right: 5px;
	}
#variants {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
#productimages {
	width: 265px;
	margin: 0 0 0 15px;
	float: right;
	background: transparent url(assets/photo-repeat.png) repeat-y top left;
	}
#productimages-top {
	width: 265px;
	float: right;
	background: transparent url(assets/photo-top.png) no-repeat top left;
	}
#productimages-bottom {
	width: 265px;
	float: right;
	padding: 20px 0 30px 0;
	background: transparent url(assets/photo-bottom.png) no-repeat bottom left;
	}
a.productimage {
	width: 240px;
	margin: 15px 0px 5px 10px;
	padding: 10px 0;
	text-align: center;
	float: left;
	border: 1px solid #F1F9FE;
	}
a.productimage-small {
	width: 115px;
	margin: 5px 0px 5px 10px;
	padding: 10px 0;
	text-align: center;
	float: left;
	border: 1px solid #F1F9FE;
	}
a.productimage:hover, a.productimage-small:hover {
	background: #F1F9FE;
	border-color: #E1EDF4;
	}
#productpage a:link, #productpage a:visited, #productpage a:active, #productpage a:hover {
	text-decoration: none;
	color: #EA3A41;
	}
ul#details, ul#variants {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#variant-add {
	margin: 15px 0;
	font-size: 12px;
	}
.description {
	font-size: 12px;
	color: #555;
	}


/* FOOTER */
#footer {
	clear: both;
	width: 600px;
	background: #F1F9FE;
	font-size: 10px;
	text-align: right;
	color: #444;
	}
.footerinner {
	margin: 5px 10px;
	}
#footer a {
	color: #444;
	}
#footer a:hover {
	color: #EA3A41;
	}


/* Tooltip Hovers */
#tooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px 5px;
	background-color: #ffe;
	visibility: hidden;
	z-index: 9998;
	font-size: 11px;
	line-height: normal;
	}
#pointer{
	position:absolute;
	left: -300px;
	z-index: 9999;
	visibility: hidden;
	}


/* Lightbox modifications */

#lightbox{
	border: 2px solid #EA3A41 !important;
	}

#overlay{
	background: #000 url(assets/zoom-lg.gif) no-repeat bottom right fixed !important;;
	}
