/*
Theme Name: Branded blogs - Skeleton based
Theme URI: http://softwareadvice.com/
Description: Master Theme for Software Advice Multisites
Version: 1.0.1
*/

#toaster_container{
	width: 31px;
	height: 164px;
	position: fixed;
	bottom:75px;
	left:0px;
	z-index: 15000;
}
#toaster_button_close{position: relative; left: 0px;top:0px;}
#step1_toaster, #step2_toaster, #step3_toaster { position: relative; left: -386px; width: 386px; display: none; height: 175px;}
#step1_suscribe_toaster{ position: relative; left: 0; width: 338px; padding: 14px 29px 0px 20px; display: block; height: 136px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;}
#step2_suscribe_toaster{ position: absolute; left: 0px; width: 356px; padding: 14px 29px 0px 20px; display: block; height: 136px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;}
#step3_suscribe_toaster{ position: absolute; left: 0px; width: 356px; padding: 18px 29px 0px 20px; display: block; height: 34px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;}

#toaster_button{
	cursor: pointer;
	display: none;
	height: 88px;
	top:23px;
	margin: 23px 0 0;
	padding: 62px 0 0;
	width: 27px;
}

#toaster_button p{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: rl-tb;
	background-image: url(images/img_arrow_toaster.png);
	background-position: 81px 3px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Arial;
	font-size: 16px;
	margin: 0 -37px;
	width: 98px;
}
#toaster_container div.envelop{
	color: #FFF !important;
	font-size: 18px !important;
	font-weight: bold;
	line-height: 20px;
	width: 278px;
}

div.nl_middle_left div.select_toaster {
	background-color: #FFFFFF;
	border: 1px solid #C6C6C6;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 15px #F7F6F6 inset;
	color: #666666;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	height: 17px;
	line-height: 13px;
	margin: 0;
	padding: 4px 45px 0 18px;
	vertical-align: top;
	width: 207px;
}
#step2_suscribe_toaster h2{ font-size:18px !important; margin-bottom: 5px; color: #FFF !important;}

#GoSubmit_toaster {
	display: block;
	float: right;
	margin-top: -33px;
}
#step2_suscribe_toaster, #step3_suscribe_toaster {
	margin-bottom: 10px;
	margin-top: 0px !important;
}

.styled-select {
   width: 269px;
   height: 34px;
   overflow: hidden;
   background: url(images/select_down_toaster.png) no-repeat right #FFFFFF;
   margin-bottom: 7px;
}

.envelop {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 2.8em;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
.styled-select select{
	width: 269px;
}
.styled-select {
	background: url(images/select_down_toaster.png) no-repeat right #FFFFFF;
	height: 36px;
}
}

.nl_top_sep {
	margin-top: 6px !important;
}

div.nl_middle_left div.select_toaster img.dropdown_arrow {
	border: 0 none;
	cursor: pointer;
	float: right;
	margin: -6px -45px 0 0;
}
#toaster_button_close, #toaster_button_close2, #toaster_button_close3{
	width: 44px;
	height: 19px;
	overflow: hidden;
	padding:5px 0 0 20px;
	background-image: url(images/btn_close_toaster.png);
	background-position: 3px 6px;
	background-repeat: no-repeat;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px;
	color: #FFFFFF;
	cursor: pointer;
}


p#usualText_toaster, p#suscriberError_toaster {
	font-size: 15px;
	line-height: 20px;
	margin:6px 0 13px;
	color:#FFFFFF;
}

#step3_suscribe_toaster h2.envelop{text-align:center; width:360px;}

#suscriberError_toaster{
	color: #CC8750;
	display: none;
}

p#usualText_toaster a:link, p#suscriberError_toaster a:link, p#usualText_toaster a:visited, p#suscriberError_toaster a:visited {
   color: #FFC352;
}
#btn_orange_action a.go {
	cursor: pointer;
}

input#suscriber_toaster {
	border: 1px solid #C6C6C6;
	border-radius: 3px 3px 3px 3px;
	color: #999999;
	font-size: 14px !important;
	height: 31px;
	margin: 0 0 8px 1px;
	padding-left: 8px;
	vertical-align: middle;
	width: 239px;
	float: left;
}

#toaster_button, #step1_suscribe_toaster, #step2_suscribe_toaster, #step3_suscribe_toaster,#toaster_button_close, #toaster_button_close2, #toaster_button_close3 {
	background-color: #1F89C7;
	color: #FFF;
}
#toaster_button:hover{
	background-color: #65B7E7;
}

div#step2_suscribe_toaster div.nl_middle_left div.options_short, div#step2_suscribe_toaster div.nl_middle_left div.options_short2 {
	margin-top: 0px;
	z-index: 1;
	height: 69px;
}
div.nl_middle_left div.options_short {
	margin-top: 0px;
	z-index: 1;
	height: 182px;
}

/* - - - Toaster Email Registration - - - */
#sidebar_subscription_container{display: block;}