/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
/* START SLIDESHOW */
.custom .slideshow .section { margin-top:20px;}
.custom .slideshow div.stage_img1, .custom .slideshow div.stage_img2, .custom .slideshow div.stage_img3, .custom .slideshow div.stage_img4 {
float:left;
margin-top: -70px;
margin-left: -30px;
width: 500px;
}
.custom .slideshow div.stage_img1 {
background: url('/wp-content/themes/thesis_17/custom/images/slide_01.png') no-repeat;
height:338px;
}
.custom .slideshow div.stage_img2 {
background: url('/wp-content/themes/thesis_17/custom/images/slide_02.png') no-repeat;
height:305px;
}
.custom .slideshow div.stage_img3 {
background: url('/wp-content/themes/thesis_17/custom/images/slide_03.png') no-repeat;
height:348px;
margin-top:-80px;
}
.custom .slideshow div.stage_img4 {
background: url('/wp-content/themes/thesis_17/custom/images/slide_04.png') no-repeat;
height:306px;
}
.custom .slideshow p.cycle {
padding-left:490px;
background: url('/wp-content/themes/thesis_17/custom/images/back_home.png') repeat scroll 0 0;
height: 100px;
color:white;
padding:1em 0.5em 0 490px;
font-size:20px;
line-height:24px;
}
.custom .slideshow p.cycle a {color:white;}
.custom .slideshow p.cycle a img {background:none; margin:0; padding:0;}
.custom .slideshow h1 {padding-left: 490px;}
a.download_home img {display:block; float:right; margin:-20px 32px;}
a.download_home:hover {background:#FFFFFF; color:#FFFFFF;}
/* END SLIDESHOW */

/*  START PRICING TABLE */
/*#pricing_table .buy #buy-basic a, #pricing_table .buy #buy-standard a {
background:url("/wp-content/themes/thesis_17/custom/images/buy_now_button_bis.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-weight:bold;
padding:17px 44px;
text-decoration:none;
}*/
#pricing_table .buy #buy-basic a:hover, #pricing_table .buy #buy-standard a:hover {text-decoration:underline;}
#pricing_table .col1 {width:300px;}
#pricing_table .col2, #pricing_table .col3 {width:160px;}

#pricing_table .first td {font-size:18px;font-weight:bold;text-align:center; font-variant:small-caps;}
#pricing_table .buy td {text-align:center; height:50px;}
#pricing_table .pricing td {text-align:center; font-weight:bold; font-size:16px;}
#pricing_table .pricing td.col1 {text-align:left;}

#pricing_table .blank  td {
font-weight:bold;
border-bottom: 1px solid #DDDDDD;
text-align:left;
}
#pricing_table .sub  td {text-align:center;border-bottom: 1px dashed #DDDDDD;}
#pricing_table .sub  td.col1 {text-align:right;}

#volume_pricing {font-size:10px; line-height:8px; margin-top:0;}
p.volume_pricing {margin-bottom:0.2em;}
/* END PRICING TABLE */

/*****************************************
Importazione CSS vecchio sito
*****************************************/
body {color:#222;background:#fff;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;font-size:13px;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin-bottom:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin:1.4em 0;/*width:100%;*/}
th {font-weight:bold;background:#C3D9FF;}
th, td {padding:4px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

pre, code { font-size: 14px; color: #333; font-family: courier new; }
body { margin: 0; padding: 0; color: #404040; }
a { color: #2C9CB8; }
a:hover { color: #fff; background: #2C9CB8; text-decoration: none; }
h1, h2, h3, h4, h5 { color: #151515; }
h1 { font-size: 1.7em; }
h1 a:hover { background: none; }
h2 a { text-decoration:none; } 
h2 a:hover { color: #151515; background: none; }
p img, a img { float:none; padding:3px; background: #fff; margin:3px 0; }

ul.submenu{margin:0;}
#home-left h2 { font-size: 25px; color: #111; letter-spacing: 1px; font-weight:normal;}
/*****************************************
Fine parte riguardante il vecchio sito
*****************************************/
#page {padding-top:15px;}
div#footer ul {list-style-position:none !important;}
#sidebars ul, ul#video-list{list-style-position:inside !important;}
#comments {clear:both !important;}
.custom #header {display:none;}
#content {margin-top:20px;}
.thesis_widget_subscriptions .sub_twit a {padding-left: 20px; background: url('images/twitter.gif') 0 50% no-repeat;}
.format_text .wp-caption {width:inherit !important;}

a.video_link {background:url("/imgs/icon_video.png") no-repeat scroll 0 0 transparent;padding-left:18px;}
a.video_link:hover {background:url("/imgs/icon_video.png") no-repeat scroll 0 0 #2C9CB8;padding-left:18px;}

/* START MENU BAR*/
#nav_menu{
border-color:#DDDDDD;
border-style:solid;
border-width:0 0 1px;
width:100%;
margin-top:110px;
}
.menu {float:right; margin:58px 0 0; clear:right;}
.menu li {list-style-position:outside !important; min-width:60px; text-align:center; margin-right:5px;}
.menu li#menu-item-3128 {margin-right:10px;}
.menu #menu-item-3128 a {
font-weight:bold;
background:url("/wp-content/themes/thesis_17/custom/images/free_trial_button.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
padding-right:10px;
padding-left:10px;
min-width:80px;
}
.menu #menu-item-3128 a:hover {background:url("/wp-content/themes/thesis_17/custom/images/free_trial_button.png") no-repeat scroll 0 0 transparent; color:#FFFFFF;}
.menu #menu-item-3129 a {
font-weight:bold;
background:url("/wp-content/themes/thesis_17/custom/images/buy_now_button.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
padding-right:10px;
padding-left:10px;
min-width:80px;
}
.menu #menu-item-3129 a:hover {background:url("/wp-content/themes/thesis_17/custom/images/buy_now_button.png") no-repeat scroll 0 0 transparent; color:#FFFFFF;}
.menu #menu-item-3130 {margin-right:110px;}
.menu .tab .children {display:none;}

.menu .current-menu-item a, .menu .current-menu-item a:hover{background:none repeat scroll 0 0 #2C9CB8;color:#FFFFFF;}
.menu .current-menu-item a{border-bottom-color:#2C9CB8;}
.menu .current-menu-item > a {cursor:default;}

.topmenu {float:right; margin:0;}
.topmenu li {list-style:none outside none; margin-right:5px; float:left; position:relative; border-right:1px solid #DDDDDD; padding-right:5px;}
/* END MENU BAR */

/* START HOME PAGE */
#contentwrap.clr{border-style:double; border-width:0 0 3px;}
#home-left {
line-height:1.3em;
margin-right:20px;
width:350px;
float:left;
}
#home-left ul {margin:0; list-style:none outside none;}
#home-left h2 {margin-top:0;}
#home-left p {margin-bottom:0.5em;}
#home-right {float:right;}

.teaser-column {float:left;}
.teaser-column.first {margin-top:20px;}
.teaser-column.last {margin-bottom:20px;}
.custom .teaser-column .teaser {
border:0;
width:30.3%;
margin:0 1.5%;
float:left;
padding:1.5% 0 4px;
border-top: 1px dashed #DDDDDD;
}
.custom .teaser-column.first .teaser {border:0;}
.teaser h2 a {color:#2C9CB8;font-weight:bold;}
.teaser-column .teaser div {margin:0; text-align:left;}
.teaser-column .teaser h2 {margin-bottom:6px;}
.teaser-column .teaser p {margin-bottom:3px;}
.teaser-column .teaser p.watch-video {margin-top:1.5em;}
/* END HOME PAGE */

/* START TOUR */
#sidebar_tour .menu_tour {
font-size:14px;
line-height:18px;
list-style:none outside none;
margin-right:-10px;
}
#sidebar_tour  h3 {font-size:18px;line-height:24px;}
#sidebar_tour .menu_tour li {
border-color:#DDDDDD;
border-style:solid;
border-width:0 0 1px;
padding:10px 30px 10px 0;
text-align:right;
}
#sidebar_tour .menu_tour li.first {padding-top:7px;}
#sidebar_tour .menu_tour li.last {border-width:0;}
#sidebar_tour .menu_tour li a {color:#404040;}
#sidebar_tour .menu_tour li a:hover{color:#404040;background-color:transparent;}
#sidebar_tour .menu_tour li.current {background-color:#E1F6FB;}
/*#sidebar_tour .menu_tour li.current a {color:#404040;}*/
/* END TOUR */


.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}

li.widget ul {margin:0;}		
li.widget ul li {margin-bottom:0;font-size:11px;}
li.widget ul li img{margin:0;padding:0;}

/* START SIDEBAR */
.custom #wide li.widget {display: none;}
.custom #wide #sidebar_1 {display:none;}
.custom #wide #sidebar_3 li.widget {display: block;}
.custom #wide #sidebar_4 li.widget {display: block;}

/*.custom #sidebar_2 li.widget {margin-bottom:0;}*/
#sidebar_3 li.widget ul li {list-style-type:disc;}
.custom #sidebars .sidebar ul {margin-bottom:0;}
.custom ul.sidebar_list {padding-top:0;}
.custom #sidebars {padding-top: 2em;}
/*ul#video{font-size:11px;margin:0 0 10px;}
ul#video li a, */ul#video-list li a {line-height:18px;}
.textwidget a:hover {text-decoration:none; background:transparent}

li.widet {margin-bottom:2em;}
/* END SIDEBAR */

/***** CSS per pagina e post video *****/
.custom #hide-all {display: none;}

#sub-main {margin-bottom:15px;}
#sub-right {
background:none repeat scroll 0 0 #FFFFFF;
float:right;
line-height:1.3em;
padding:0px;
position:relative;
width:160px;
}
#sub-main.format_text h3{margin-bottom:10px; margin-top: 0;}
#sub-right.videos p {margin-bottom:10px;}

#sub-left {
font-size:13px;
line-height:1.3em;
width:560px;
float:left;
margin-right:10px
}

.video-column{
width:32%;
font-size:11px;
margin-bottom:10px;
margin-right:1%;
}
.video-column h3 {
padding:5px 5px 5px 0;
font-size:14px;
line-height:18px;
font-variant:small-caps;
letter-spacing:2px;
}
.video-column.left {float:left;}
.video-column.center {float:left;}
.video-column.right {float:right;}
/***** Fine CSS per pagina e post video *****/

/***** CSS per pagina Blog *****/
#blog .teaser {
width:100%;
float:none;
margin-bottom:20px;
border-bottom:1px dotted #BBBBBB;
padding-bottom:5px;
}

#archive_info{margin-bottom:10px;}
#archive_info p{display:none;}

.custom .teaser {
width: 100%;
margin-bottom: 2em;
padding-bottom: 2em;
border-bottom: 1px dotted #bbb;
text-align: justify;
}
.custom .teasers_box {
padding-top: 0;
padding-bottom: 0;
border-top: 0;
}
/***** Fine CSS per pagina Blog *****/

/* START CONTACT */
#first-column-contact {width:320px;}
.format_text .contact {
background:url("/wp-content/themes/thesis_17/custom/images/contact.png") no-repeat scroll 0 0 transparent;
margin:0;
padding:10px 14px;
}
.format_text .note {
background:url("/wp-content/themes/thesis_17/custom/images/contact.png") no-repeat scroll bottom transparent;
color:#666666;
font-weight:bold;
margin:0 0 1.4em;
padding:0 14px 10px !important;
}
/* END CONTACT */

/* START CUSTOMER QUOTES */
.custom p.quote {font-style:oblique; margin-bottom:0.5em}
.custom p.author {text-align:right;}
/* END CUSTOMER QUOTES */

/* START DOWNLOAD FREE TRIAL */
a.download-free-trial {
background:url("/wp-content/themes/thesis_17/custom/images/buy_now_button_bis.png") no-repeat scroll 0 0 transparent;
color:#FFFFFF;
font-weight:bold;
padding:17px 47px;
text-decoration:none;
}
a.download-free-trial:hover {text-decoration:underline;}
#LessonContent .LessonHeader .LessonTitle {margin-top:3em;}
.download {text-align:center;}/* float:right; width:410px;}
#LessonContent {clear:both;}

#mc_embed_signup{width:320px; float:left;}
#mailchimp-form {
margin: 0.5em 0 0;
text-align: left;
border:0;
background:url("/wp-content/themes/thesis_17/custom/images/contact.png") no-repeat scroll 0 0 transparent;
padding:10px 14px 0;
}
#mailchimp-form-end{
background:url("/wp-content/themes/thesis_17/custom/images/contact.png") no-repeat scroll bottom transparent;
color:#666666;
font-weight:bold;
margin:0 0 1.4em;
padding:0 14px 10px !important;
}
#mailchimp-form h2 {margin-top:0;}
#mailchimp-form .mc-field-group{overflow: hidden;}
#mailchimp-form .mc-field-group label {display: block;}
#mailchimp-form .mc-field-group h3 {margin:0.5em 0 0.2em;}
#mailchimp-form .mc-field-group input {padding: .2em .3em; background-color:white;}
#mailchimp-form .mc-field-group.email {clear: both;}
#mailchimp-form .mc-field-group.email input {width: 96%;}
#mailchimp-form .mc-field-group.first-name{margin-right:5%;width: 45%;float: left;}
#mailchimp-form .mc-field-group.first-name input {padding: .2em .3em;width:92%}
#mailchimp-form .mc-field-group.last-name {margin-left:5%;width: 45%;float: right;}
#mailchimp-form .mc-field-group.last-name input {padding: .2em .3em;width:92%}
#mailchimp-form #mc-submit{clear: both;text-align:center; padding-top:15px;}
#mailchimp-form #mc-submit input {}

#mailchimp-form #mce-responses {
float: left;
top: -1.4em;
padding: 0em .5em 0em .5em;
overflow: hidden;
width: 90%;
margin: 0 5%;
clear: both;
}
#mailchimp-form #mce-responses .mce-error-response {
display: none;
margin: 1em 0;
padding: 1em .5em .5em 0;
font-weight: bold;
float: left;
top: -1.5em;
z-index: 1;
width: 80%;
background: #FBE3E4;
color: #D12F19;
}
#mailchimp-form #mce-responses .mce-success-response {
display: none;
margin: 1em 0;
padding: 1em .5em .5em 0;
font-weight: bold;
float: left;
top: -1.5em;
z-index: 1;
width: 80%;
background: #E3FBE4;
color: #529214;
}*/
/* END DOWNLOAD FREE TRIAL */

/* START LANDING PAGE ADWORDS */
ul.landing-page li {float:left; list-style:none outside none; margin:0 4.2%;}
ul.landing-page {margin-left:0;}
/* END LANDING PAGE ADWORDS */

/* START SUBSCRIBE DEMO PAGE */
#form-demo{border: 0pt none;}
#form-demo div {clear:both; display:block;}
#form-demo div input {display:block; float:right; width:70%; margin: 0.2em 0;}
#form-demo div label {float:left;}
#form-demo div p {margin-bottom:0px;}
#form-demo div.input-group {width:100%}
ul#date-list {float:left; list-style:none outside none; margin:0 0 20px; width:100%;}
ul#date-list li {float:left; width:33%;}
ul#date-list li input {float:left; margin-right:5px; width:auto;}
#form-demo #mce-error-response, #form-demo #mce-success-response, #form-demo div.mce_inline_error{color:red; font-weight:bold; width:100% !important;}
#form-demo #mc-embedded-subscribe {width:71%;}
/* END SUBSCRIBE DEMO PAGE */

/* START LIVE TRAINING PAGE */
#ul-form-demo {list-style:none outside none; margin:0;}
#ul-form-demo li {width:33%; margin-right:10%; float:left;}
#ul-form-demo li.first {width:20%; margin-right:4%;}
#ul-form-demo li.last {margin-right:0;}

#form-demo1{border: 0pt none;}
#form-demo1 #ul-form-demo li div input {width:97%; margin: 0.2em 0;}
#form-demo1 #ul-form-demo li div p {margin-bottom:0px;}
#form-demo1 #ul-form-demo li div.input-group {width:100%}
#ul-form-demo li ul#date-list {float:left; list-style:none outside none; margin:0 0 20px; width:100%;}
#ul-form-demo li ul#date-list li {float:left; width:100%; margin:0;}
#ul-form-demo li ul#date-list li input {float:left; margin-right:5px; width:auto;}
#form-demo1 #mce-error-response, #form-demo1 #mce-success-response, #form-demo1 div.mce_inline_error{color:red; font-weight:bold; width:100% !important;}
#form-demo1 #mc-embedded-subscribe {width:30%; margin:0.2em auto;}
/* END LIVE TRAINING PAGE */