/*============================
base
============================*/
.radius6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
/*============================
#halloween
============================*/
article#halloween {
	background-color: #fff;
	margin: 2px auto;
	padding: 0 20px;
	width: 982px;
}
article#halloween header#seminar {
	box-shadow: none;
	height: auto;
	border: none;
	background-image: url(http://cafetalk.com/seminars/live/halloween/resources/images/bg.gif);
	background-repeat: no-repeat;
	/* margin: 0 0 10px; */
}
article#halloween header#seminar h1 {
	font-size: 2em;
	color: #003366;
	padding: 15px 0 0 0;
}
article#halloween header#seminar h1 span {
	font-size: 55%;
	display: block;
	color: #777;
}
article#halloween header#seminar p {
	border: 2px solid #036;
	width: 322px;
	position: relative;
	top: -32px;
	left: 422px;
	height: 45px;
	line-height: 45px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
article#halloween header#seminar p img {
	width: 25px;
	position: relative;
	margin: 0 15px 0 0;
	top: 5px;
	left: 8px;
}
article#halloween header#seminar p span {
	color: #e45134;
	font-size: 168%;
	font-weight: bold;
}
article#halloween header#seminar p span.cal {
	background-color: #cfdeee;
	display: inline-block;
	height: 45px;
}
article#halloween div.contents {
	position: relative;
	/* overflow: auto; */
}
article#halloween div.contents figure {
	background-color: #ccc;
	width: 158px;
	height: 158px;
	position: absolute;
	top: -240px;
	right: 0;
	margin: 0;
}
article#halloween div.contents figure img {
	border: 2px solid #fff;
	width: 146px;
	margin: 4px;
	top: 0;
}
article#halloween div.contents figure figcaption {
	font-size: 0.9em;
	text-align: right;
	color: #003366;
	font-weight: bold;
}
article#halloween div.contents img.illust {
	position: absolute;
	top: -321px;
	right: 76px;
}
article#halloween div.contents img.illust02 {
	position: absolute;
	top: 102px;
	left: -21px;
}
article#halloween div.contents img.illust03 {
	position: absolute;
	top: -5px;
	right: -18px;
}
article#halloween div.contents > p {
	font-size: 1em;
	width: 575px;
	margin: 7px 0;
}
article#halloween div.contents ul {
	position: relative;
	margin: 71px 45px 0 28px;
	border-top: 2px dotted #555;
}
article#halloween div.contents ul li {
	display: inline-block;
	font-size: 1em;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	-ms-border-radius: 55px;
	border-radius: 55px;
	border: 1px solid #333;
	width: 110px;
	height: 25px;
	text-align: center;
	padding: 85px 0 0 0;
	font-weight: bold;
	margin: 0 11px 0 0;
	position: relative;
	top: -54px;
	left: 0;
	background-color: #fff;
}
article#halloween div.contents ul li:nth-child(1) {
	background-image: url(../images/icon_live.gif);
	background-position: 50% 15px;
	background-repeat: no-repeat;
}
article#halloween div.contents ul li:nth-child(2) {
	background-image: url(../images/icon_cal.gif);
	background-position: 50% 15px;
	background-repeat: no-repeat;
}
article#halloween div.contents ul li:nth-child(3) {
	background-image: url(../images/icon_dollar.gif);
	background-position: 50% 15px;
	background-repeat: no-repeat;
}
article#halloween div.contents ul li:nth-child(4) {
	background-image: url(../images/icon_speaker.gif);
	background-position: 50% 15px;
	background-repeat: no-repeat;
}
article#halloween div.contents div.viewpoint {
	background-image: url(../images/illust04.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 507px;
	float: left;
	margin: 30px 0 15px 0;
	height: 291px;
}
article#halloween div.contents div.viewpoint h3 {
	font-size: 1.2em;
	color: #c63939;
}
article#halloween div.contents div.viewpoint p {
}
article#halloween div.contents div.viewpoint a.live {
	color: #fff;
	background-color: #d55d5a;
	float: right;
	padding: 13px 36px;
	margin: 35px 10px 0;
	box-shadow: 0 2px 1px #9f3a37;
}
article#halloween div.contents div.live {
	background-image: url(../images/icon_comment.gif);
	background-repeat: no-repeat;
	background-position: 15px 160px;
	width: 200px;
	height: 250px;
	float: left;
	margin: 30px 15px 50px 15px;
	border: 1px solid #CCC;
}
article#halloween div.contents div.live h4 {
	font-size: 1.2em;
	background-color: #f0e7e7;
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	padding: 7px 0;
}
article#halloween div.contents div.live p {
	line-height: 1.6;
	padding: 7px;
	font-size: 0.9em;
}
article#halloween div.contents div.live span {
	display: block;
	color: #fff;
	background-color: #d55d5a;
	padding: 8px;
	text-align: center;
	margin: 5px 36px;
}
article#halloween div.contents div.live p.note {
	margin: 3px 0 0 71px;
}
article#halloween div.contents div.mail {
	background-image: url(../images/icon_mail.gif);
	background-repeat: no-repeat;
	background-position: 50% 44px;
	width: 200px;
	height: 250px;
	float: left;
	margin: 30px 0 50px 0;
	border: 1px solid #ccc;
}
article#halloween div.contents div.mail h4 {
	font-size: 1.2em;
	background-color: #e8efd9;
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	padding: 7px 0;
}
article#halloween div.contents div.mail p {
	line-height: 1.6; padding: 7px; font-size: 0.9em;
	margin: 74px 0 0 0;
}
article#halloween div.contents div.mail a {
	color: #fff;
	background: #2cb4ad;
	padding: 9px 15px;
	text-align: center;
	display: block;
	margin: 15px 40px 0;
	box-shadow: 0 2px 1px #ccc;
}
article#halloween div.wrap {
	clear: both;
	border: 1px solid #ccc;
	overflow: auto;
	padding: 10px;
}
article#halloween div.wrap section.seminar {
	float: right;
	border-left: 1px dotted #ccc;
	padding: 15px;
	background-image: url(../images/logo_small.png);
	background-position: 13px 5px;
	background-repeat: no-repeat;
	width: 194px;
	height: 498px;
}
article#halloween div.wrap section.seminar h1 {
	font-size: 1em;
	color: #003366;
	text-align: right;
	font-weight: bold;
}
article#halloween div.wrap section.seminar h2 {
	color: #003366;
	font-size: 1.6em;
	margin: 70px 0 0 0;
}
article#halloween div.wrap section.seminar h2 span {
	font-size: 50%;
}
article#halloween div.wrap section.seminar ul li {
	border-bottom: 1px dotted #777;
	padding: 3px 0 0 20px;
	line-height: 2;
	font-size: 0.9em;
}
article#halloween div.wrap section.seminar ul li:nth-child(1) {
	background-image: url(../images/icon_cal.gif);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: 0 6px;
}
article#halloween div.wrap section.seminar ul li:nth-child(2) {
	background-image: url(../images/icon_time.png);
	background-size: 21px;
	background-repeat: no-repeat;
	background-position: -3px;
}
article#halloween div.wrap section.seminar ul li:nth-child(3) {
	background-image: url(../images/icon_price.png);
	background-size: 21px;
	background-repeat: no-repeat;
	background-position: -3px;
}
article#halloween div.wrap section.seminar h3 {
	color: #003366;
	font-size: 1em;
	margin: 25px 0 10px 0;
}
article#halloween div.wrap section.seminar p {
}
article#halloween div.wrap section.tutor {
	position: relative;
	width: 680px;
}
article#halloween div.wrap section.tutor h1 {
	font-size: 1.1em;
	color: #003366;
	padding: 10px 0 0 156px;
	font-weight: bold;
}
article#halloween div.wrap section.tutor figure {
	margin: 0;
	position: absolute;
	top: 6px;
	left: 0;
}
article#halloween div.wrap section.tutor figure a img {
	border: 6px solid #E2E2E2;
	padding: 1px;
	background-color: #fff;
}
article#halloween div.wrap section.tutor h2.scheda {
	color: #db5e3a;
	border-bottom: 1px dotted #555;
	font-size: 1.9em;
	margin: 7px 0 0 157px;
}
article#halloween div.wrap section.tutor h2.scheda span {
	font-size: 50%;
	font-weight: normal;
	margin: 0 15px;
	color: #333;
}
article#halloween div.wrap section.tutor p.scheda {
	border-bottom: 1px dotted #555;
	font-size: 0.9em;
	margin: 0 0 0 157px;
	line-height: 2.9;
}
article#halloween div.wrap section.tutor p {
	margin: 21px 0 18px 157px;
	line-height: 1.7;
	font-size: 0.9em;
}
article#halloween div.wrap section.tutor h3 {
	color: #003366;
	margin: 10px 0 10px 157px;
	font-size: 1.1em;
}
article#halloween div.wrap section.tutor div.linkBox {
	position: absolute;
	top: 5px;
	right: -5px;
}
article#halloween div.wrap section.tutor div.linkBox a.profile {
	color: #FFF;
	background: #f4b326;
	padding: 9px 15px;
	text-align: center;
	/* display: block; */
	/* margin: 15px 40px 0; */
	box-shadow: 0 2px 1px #eee;
}
article#halloween div.wrap section.tutor div.linkBox a.interview {
	color: #FFF;
	background: #72c0d6;
	padding: 9px 15px;
	text-align: center;
	/* display: block; */
	/* margin: 15px 40px 0; */
	box-shadow: 0 2px 1px #eee;
}
article#halloween div.wrap section.tutor ul li {
	width: 520px;
	margin: 0 0 15px 157px;
	border: 1px solid #ccc;
	position: relative;
}
article#halloween div.wrap section.tutor ul li a.lesson {
	display: block;
	padding: 0 0 5px 0;
	height: 115px;
}
article#halloween div.wrap section.tutor ul li a.lesson h4 {
	color: #d15e5e;
	border-top: 4px solid #D15E5E;
	margin: 0 0 0 131px;
	font-size: 1.3em;
	padding: 5px 0 0;
}
article#halloween div.wrap section.tutor ul li a.lesson p {
	font-size: 0.95em;
	margin: 5px 0 0 133px;
	line-height: 1.4;
}
article#halloween div.wrap section.tutor ul li a.lesson span.language img {
	width: 30px;
}
article#halloween div.wrap section.tutor ul li a.lesson span.price img {
	width: 28px;
	position: relative;
	top: 4px;
}
article#halloween div.wrap section.tutor ul li a.lesson span.skype img {
	width: 25px;
	vertical-align: bottom;
}
article#halloween div.wrap section.tutor ul li a.lesson span.trial img {
	width: 23px;
	position: relative;
	top: 4px;
	left: 7px;
}
article#halloween div.wrap section.tutor ul li a.lesson img.lesson {
	width: 100px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #ccc;
}
article#halloween div.wrap section.tutor ul li a.lesson img.lesson span.trial img {
	position: relative;
	top: 6px;
	left: 0;
	width: 20px;
}
/*============================
modal
============================*/

/* MODAL */
div#modal {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    width: 680px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
    z-index: 50;
    padding: 40px 20px 20px;
    border-style: solid;
    border-width: 27px 0px 0px;
    border-color: #666;
    -moz-border-image: url(../images/noise.png) 27 0 0 repeat;
    -webkit-border-image: url(../images/noise.png) 27 0 0 repeat;
    -o-border-image: url(../images/noise.png) 27 0 0 repeat;
    border-image: url(../images/noise.png) 27 0 0 repeat;    
    background:rgb(0,0,0);
	background: transparent\9;
	background:rgba(0,0,0,0.75);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000);
	zoom: 1;
}
div#modal:nth-child(n) {
	filter: none;
}
div#modal p {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-size: 1.8em;
    line-height: 1.8;
}
div#modal .button_wrap {
    width: 357px;
    background-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    color: rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0px 2px #999;
    -webkit-box-shadow: inset 0 0px 2px #999;
    box-shadow: inset 0 0px 2px #999;
    margin: 27px auto 35px;
    padding: 12px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
div#modal .button_wrap a {
    display: block;
    background-color: #9d5454;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1.6em;
    padding: 14px 0;
    box-shadow: 0 1px 7px #222;
}
div#modal .button_wrap a:hover {
    opacity: 0.8
}
div#modal img {
    width: 30%
}
div#modal p.close {
	color: #000;
	font-weight: bold;
	text-shadow: 0 1px 1px #FFF;
	position: absolute;
	top: -27px;
	right: 22px;
	font-size: 1.2em;
}
div#show {
    position: absolute;
    top: 106px;
    left: 0;
    width: 45px;
    height: 25px;
    background-color: #333;
    color: #fff;
    padding: 7px 0 0 10px;
    -moz-border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    z-index: 10;
    display: none;
}
    
