
/***********************
LIVING WITH NETS overrides
***********************/
h1.lwnets,
a.lwnets:hover, a.lwnets:active,
a.lwnets, a.lwnets:link, a.lwnets:visited,
h2.lwnets,
h2.intro-para.lwnets,
blockquote.lwnets,
li.lwnets:before,
ul.lwnets a:link, 
ul.lwnets a:visited { 
	color: #e13d34;
}
ul.lwnets li {
   position: relative;
   padding-left: 20px;
   font-size: 16px;
   line-height: 160%;
   padding-top: 0px;
   margin-top: 15px;
}
ul.lwnets li:before {
   position: absolute;
   left:0px; top:-2px;
   content: "\2022 ";
   font-weight:400;
   color: #e13d34;
   font-size: 20px;
   opacity: 0.8;
}
ul.lwnets.nodots li {
    padding-left: 0px;
}
ul.lwnets.nodots li:before {
    display: none;
}
h2.lwnets { 
	font-size: 20px; 
}
.box.lwnets { 
	background-color: #fec820; 
	color: #4e5b60;
}
.box.lwnets h2, 
.box.lwnets h2 a,
.box ul a.lwnets:link, 
.box a.lwnets:visited { 
	color: #4e5b60; 
}
/*std whoite on red buttons for lwnets*/
a.btn.lwnets,
a.btn.lwnets_alt,
a.btn.lwnets_alt_2 {
	-webkit-transition: all .2s ease-in-out; /* Safari and Chrome */
       -moz-transition: all .2s ease-in-out; /* Firefox */
         -o-transition: all .2s ease-in-out; /* IE 9 */
        -ms-transition: all .2s ease-in-out; /* Opera */
            transition: all .2s ease-in-out;
}
a.btn.lwnets:link, a.btn.lwnets:visited {
	color: #fff;
	background-color: #e13d34; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#d94100, #b63702); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#d94100, #b63702); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#d94100, #b63702); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#d94100, #b63702); /* Standard syntax */
}
a.btn.lwnets:hover, a.btn.lwnets:active {
	color: #fff;
	background-color: #b63702; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#b63702, #d94100); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#b63702, #d94100); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#b63702, #d94100); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#b63702, #d94100); /* Standard syntax */
}
/*alt grey on yellow buttons for lwnets */
a.btn.lwnets_alt:link, a.btn.lwnets_alt:visited {
	color: #fff;
	background-color: #fec820; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#fec820, #b63702); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#fec820, #b63702); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#fec820, #b63702); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#fec820, #b63702); /* Standard syntax */
}
a.btn.lwnets_alt:hover, a.btn.lwnets_alt:active {
	color: #fff;
	background-color: #b63702; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#b63702, #fec820); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#b63702, #fec820); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#b63702, #fec820); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#b63702, #fec820); /* Standard syntax */
}
/*alt grey on yellow buttons for lwnets */
a.btn.lwnets_alt_2:link, a.btn.lwnets_alt_2:visited {
	color: #41464a;
	background-color: #ffc74c; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#ffc74c, #eeb743); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#ffc74c, #eeb743); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#ffc74c, #eeb743); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#ffc74c, #eeb743); /* Standard syntax */
}
a.btn.lwnets_alt_2:hover, a.btn.lwnets_alt_2:active {
	color: #41464a;
	background-color: #eeb743; /* For browsers that do not support gradients */
   	background: -webkit-linear-gradient(#eeb743, #ffc74c); /* For Safari 5.1 to 6.0 */
   	background: -o-linear-gradient(#eeb743, #ffc74c); /* For Opera 11.1 to 12.0 */
   	background: -moz-linear-gradient(#eeb743, #ffc74c); /* For Firefox 3.6 to 15 */
   	background: linear-gradient(#eeb743, #ffc74c); /* Standard syntax */
}

.lwnets .pageHeader h1 { color: #e13d34; }