/* @override http://www.pressuredropinc.com/jd4all/jd4all.css */
/* @group DMG- PNG in IE6 */
/* IE6 PNG fix- technically blows the standards but
it's for a justifiable cause */
/*If redeploying make sure to change path in htc to same as below */
img { behavior: url(iepngfix.htc) }
/* @end */

/* @group DMG- UNDO BLUEPRINT */
div, a {font-family: "Lucida Grande", Lucida, Verdana, sans-serif;}
a {text-decoration:none;}
th, td, caption {padding: 0;}
li {list-style-type: none;}
ul, li, ol, dl, dd, dt {margin: 0;}
.box {background-color: transparent;}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
p img.right {margin: 0 0 1.5em 1.5em;padding: 0;}
p img.left {margin: 0 1.5em 1.5em 0;padding:0;}
/* @end */

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #000 url(/jd4all/background_grad.gif) repeat-x;
}

h1 {
	font: bold 3em/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}
p {
	font-size: 1.33em;
	line-height: 1.5em;
}
p.smlr {
	font-size: 1em;
	line-height: 1.5em;
}
p span {
	color: #8aff06;

}
body, h1, a {color: #fffefe;}

.shareButton {
	width: 60px;
	height: 80px;
	float: left;
	text-align: center;
	margin-right: 10px;
}
.shareButton h4 {
	text-align: center;
	color: #fffeff;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

/* @group BUTTONS */
/*   DMG Web 2.0 Button Base Code */
.ddButton,
.ddButton span {
	background: transparent url("/jd4all/button.png") no-repeat 0 0;
	color: #fff;
	clear: both;
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
}
.ddButton span {
  background-position: 100% 0;
  position: relative;
  right: -15px;
  padding-right: 20px;
}
.ddButton:hover {background-position: 0 -36px;}
.ddButton:hover span {background-position: 100% -36px;}

.ddButton {margin-right: 20px;float: right;}
.ddButton.left {margin-left:0px;float: left;}
.ddButton.center {float: none; margin: 0 auto;}

/* @end */