/*
Theme Name: Edermatologie
Theme URI:
Description:
Author: <a href="http://www.innobyte.com" title="Serious Web Development" target="_blank">Innobyte</a>
Author URI:
Version: 1.0
*/

/* style.css */

/* document reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin:0pt; padding:0pt; } table { border-collapse:collapse; border-spacing:0pt; } fieldset, img { border:0pt none; } address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; } ol, ul { list-style-image:none; list-style-position:outside; list-style-type:none; } caption, th { text-align:left; } h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; } q:before, q:after { content:'"'; } abbr, acronym { border:0pt none; } * {outline: none}


html {
	height:100%;
	overflow:hidden;
	background-color:#ffb92e;
}

body {
	background-color:#ffb92e;
	font-family:"Inconsolata", Arial, Tahoma;
	font-size:0px;
	color:#fff;
	padding:0;
	overflow:hidden;
}
/* ********************** begin site styles ******************** */

/********** general positioning **********/
#wrapper {
	width:990px;
	margin:0 auto;
	height:1100px;
}
#header { position:fixed; z-index:69; }
#logo {
	display:block;
}
#logo a {
	display:block;
	height:0;
	width:250px;
	padding:123px 0 0;
	overflow:hidden;
	background:url(img/logo.png) repeat-x left top;
}
#main-menu ul li a {
	font-size:18px;
	height:30px;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	display:block;
	width:220px;
	padding:0 15px;
	background:url(img/menu-bg.png) no-repeat left top;
}
#main-menu ul li a:hover {
	background:url(img/menu-bg.png) no-repeat left -30px;
}
.category-listing {
	width:960px;
	display:block;
	text-align:center;
	position:relative;
}
.category-listing .big-arrow {
	position:fixed;
	bottom:125px;
	font-size:20px;
	left:50%;
	margin-left:-90px;
	height:0;
	width:180px;
	padding-top:75px;
	overflow:hidden;
	display:block;
	background:url(img/big-arrows.png) no-repeat left -82px;
	z-index:100;
}
.category-listing .big-arrow:hover { background:url(img/big-arrows.png) no-repeat -200px -82px; }
.category-listing .big-arrow.top-arrow {
	bottom:auto;
	background:url(img/big-arrows.png) no-repeat left top;
	top:25px;
}
.category-listing .big-arrow.top-arrow:hover { background:url(img/big-arrows.png) no-repeat -200px top; }
.category-listing .product-item {
	position:absolute;
	font-size:13px;
}
.category-listing .product-item .big-bullet {
	background:url(img/big-bullet.png) no-repeat -7px top;
	height:40px;
	font-size:13px;
	line-height:37px;
	padding-left:26px;
	float:left;
	text-shadow:1px 1px #a66607;
	position:relative;
	z-index:50;
}
.category-listing .product-item .big-bullet-hover {
	margin-top:10px;
	display:none;
	position:relative;
	z-index:100;
	#z-index:9494
}
.big-bullet-hover a { text-decoration:none; }
.category-listing .product-item:hover .big-bullet { display:none }
.category-listing .product-item:hover .big-bullet-hover { display:block }

.category-listing .product-item .big-bullet-hover img {
	vertical-align:top;
	float:left;
	-moz-box-shadow: 0px 0px 10px #000; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #000; /* Safari, Chrome */
	box-shadow: 0px 0px 10px #000; /* CSS3 */
}
.category-listing .product-item .big-bullet-hover span {
	background:url(img/backgTitle.png) right no-repeat;
	height:23px;
	line-height:23px;
	padding:2px 55px 2px 10px;
	color:#fff;
	text-decoration:none;
	display:block;
	float:left;
	white-space:nowrap;
	-moz-box-shadow: 0px 0px 10px #000; /* Firefox */
	-webkit-box-shadow: 0px 0px 10px #000; /* Safari, Chrome */
	box-shadow: 0px 0px 10px #000; /* CSS3 */
}

#footer-categs {
	position:fixed;
	width:721px;
	height:128px;
	bottom:0;
	left:50%;
	margin-left:-360px;
	background:url(img/footer-bg.png) no-repeat left top;
	text-align:center;
	margin-top:300px;
	line-height:123px;
	z-index:70;
}
#footer-categs ul li { display:inline; }
#footer-categs ul li a img { vertical-align:bottom; }
#footer-categs ul li a:hover img { width:127px; margin-left:-10px; margin-right:-10px; }

/* ********************** end site styles ******************** */
b, strong { font-weight:bold; }
i, em { font-style:italic; }
.clear { clear:both; }
#jquery-overlay { position:fixed !important; cursor:pointer; }
#TB_overlay,
#jquery-lightbox { cursor:pointer; }
#lightbox-container-image-box,
#lightbox-container-image-data-box { cursor:auto; }


.roundAllCorners, .media-article {-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;}
.boxShadow {
	-moz-box-shadow:0 0 5px rgba(25,25,25, .4);
	-webkit-box-shadow:0 0 5px rgba(25,25,25, .4);
	box-shadow:0 0 5px rgba(25,25,25, .4);
}

#TB_window {
	background-color:#FF9903;
	padding:10px;
	width:620px;
	border:none;
	-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}

#TB_closeWindowButton { overflow:hidden; background-image:url(img/closeModalEDerm.png); background-repeat:no-repeat; float:right; height:0; padding-top:27px; width:27px;}
#TB_closeWindowButton:hover {background-position:0 -27px;}
#modalContent {
	font-family:Arial, Tahoma;
	color:#444;
	font-size:13px;
}
#modalContent h3 {
	font-size:17px;
	font-weight:bold;
	color:#785017;
}
#modalContent h4 {
	font-size:14px;
	font-weight:bold;
	color:#785017;
}
#modalContent a { color:#ff9904; text-decoration:none }
#modalContent a:hover { color:#785017; text-decoration:underline; }

.modalEdermWrapper {
	background:#ffb92e;
	padding:10px;
	width:620px;
	margin:150px auto; /* TEMP! */
}
	.modalEdermWrapper h2 {font-size:20px; color:#FFF; padding:5px 0 10px 10px;}

.modalEderm {
	background:url(../img/bgEmodal.png) repeat;
	padding:4px;
	width:801px;
	max-height:367px;
	overflow-y:auto;
}
#nomodalcontent {
	width:657px;
	padding:10px;
	background:#ffb92e;
	margin-left:275px;
	position:absolute;
	top:40px;
	-moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px;
}
#nomodalcontent h1{
	font-size:24px;
	color:#fff;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px dotted #ffd69b;
}
#nomodalcontent .modalEderm {
	width:649px;
}
	.modalEderm h1 {color:#774f17; font-size:21px; font-weight:bold;}
	.modalEderm h2 {color:#774f17; font-size:19px; font-weight:bold;}
	.modalEderm h3 {color:#774f17; font-size:17px; font-weight:bold;}
	.modalEderm h4 {color:#774f17; font-size:14px; font-weight:bold;}
	.modalEderm { font-size:15px; }
	.modalEderm p {font-size:15px; color:#222; line-height:19px; margin-bottom:15px;}
		.modalEderm a {color:#6d4815; text-decoration:none;}
			.modalEderm a:hover {color:#222;text-decoration:underline;}

.ltLeft {float:left;}
.rtRight {float:right;}

/* clearfix code */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.category-listing {
	display:none;
}
.media-article {
	margin-bottom:15px;
	padding:15px;
	border:1px dashed #ff9702;
}
.media-article h1 { font-size:21px; font-weight:bold; margin-bottom:20px; }
.media-article h2 { font-size:23px; font-weight:bold; margin-bottom:20px; }
.media-article h3 { font-size:17px; font-weight:bold; margin-bottom:20px; }
#content-media {
	padding:90px 0 150px 280px;
	text-align:left;
	width:680px;
	font-size:12px;
	color:#333;
}
#content-media a {
	color:#000;
}
#content-media a:hover {
	color:#fff;
}
#content-media p {
	margin:15px 0;
}
#content-media h3 {
	color:#fff;
}
#content-media .post-gallery {
	margin-right:-15px;
}
.post-gallery-lightbox a img,
#content-media .post-gallery a img {
	border:5px solid #FF9702;
	float:left;
	margin:15px 15px 0 0;
}
#ie7 #modal-page body {
	padding:10px;
}
#ie8 #modal-page body {
	padding:10px;
}
#footer-categs ul li a img {
	#margin-top:19px;
}
#footer-categs ul li a:hover img {
	#margin-top:0px;
}
.alignright { float:right; margin:0 0 10px 10px; }
.alignleft { float:left; margin:0 10px 10px 0; }
#innobyte-developed {
	width:95px;
	padding-top:34px;
	height:0;
	display:block;
	overflow:hidden;
	background:url(img/innobyte-developed.png) no-repeat left top;
	position:fixed;
	left:50%;
	margin-left:360px;
	bottom:0px;
	opacity: 0.7; /* Safari, Opera */
	-moz-opacity:0.70; /* FireFox */
}
#innobyte-developed:hover {
	opacity: 1; /* Safari, Opera */
	-moz-opacity:1; /* FireFox */
}

.openVideo {
	height:14px;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	line-height:14px;
	padding:5px 5px 5px 30px;
	background:url(img/open-video.png) no-repeat left top;
	margin-bottom:10px;

}
.openPDF {
	height:24px;
	text-decoration:none;
	font-weight:normal;
	font-size:14px;
	display:block;
	line-height:24px;
	padding:0px 5px 0px 30px;
	background:url(img/open-pdf.png) no-repeat left top;
	margin-bottom:10px;

}
.left-tilt .big-bullet-hover {
	margin-right:-400px
}
#all-content-bg {
	overflow-x:hidden;
	overflow-y:scroll;
}
#all-content {
	background-image:url(img/background.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#ffb92e;
}

#log {
	position:fixed;
	padding:10px;
	top:0;
	left:0;
	width:200px;
	height:300px;
	overflow:scroll;
	background:#000;
	color:#fff;
	font-family:Consolas;
	font-size:12px;
}
#listare-tratamente {
	width:760px !important;
}
#listare-tratamente li {
    display: block;
	float:left;
    margin: 0 20px 5px 0;
    width: 200px;
}
.modalEderm {
	min-height:365px;
}
#ie7 #product-235 .big-bullet-hover {
	margin-left:-300px;
}
#ie7 #product-241 {
	margin-left:-100px;
}
