/*Custom Bullet List UL*/

ul.magazine {
  list-style-image: url(/multimedia/bullet.png);
}

li.magazine {
  list-style-image: url(/multimedia/bullet.png);
}

/*Blue Title*/
p.magtitle {
	color: #0A46B4;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/*background image on the landing page*/
img.background {
               background: url(/multimedia/explorer-main-image.jpg);
}

/*just for grins caption styling*/
.captioncopy {
               font: italic 14px Arial,Helvetica,sans-serif;
               border:solid 5px #fcf4c8;
               border-radius:7px;
               padding:8px;
               line-height: 18px;
}

.captionname {
               color: #0A46B4;
               font: 16px Arial,Helvetica,sans-serif;
               
}

/* background image for How to Use Your Dudes */
.dude {
               background: url(/multimedia/sidebar_how-to.jpg);
padding: 60px 0 0 10px;
}

p.dudetop {
               margin-top: 40px;
               margin-left: 5px;

}



