/* @override http://www.dearmrsd.com/styles.css */

/* ------------------------------------
Title: Dear Mrs D Stylesheet
Author: Todd Rapparport
Website: rapparport.com
Revision: 20100118
--------------------------------------*/

/* The Reset ------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td {
	margin: 0;
	padding: 0;
}

fieldset,img,abbr {
	border: 0;
}

address,caption,cite,code,dfn,em,h1,h2,h3,
h4,h5,h6,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

a {
	text-decoration: none;
	outline: none;
}

body {
	font-size: 62.5%;
	background: #4a4a4a url(images/bg-body.jpg) no-repeat center top;
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	line-height: 22px;
	color: #555;
	margin: 20px 0;
}

/* The Structure --------------------- */

#wrap {
	width: 1020px;
	margin: 0 auto;
}

#masthead {
	width: 1020px;
	background-image: url(images/bg-masthead.png);
	height: 132px;
}

#wrap-inner {
	width: 1020px;
	background-image: url(images/bg-wrap-inner.gif);
	float: left;
}

#nav {
	width: 185px;
	margin-left: 75px;
	float: left;
}

#content {
	width: 685px;
	float: right;
	margin-right: 60px;
}

#footer {
	width: 1020px;
	clear: both;
	background: url(images/bg-footer.gif) no-repeat;
	margin: 0;
	height: 65px;
	padding: 0;
}

/* Home Structure -------------------- */

#home #masthead {
	background-image: url(images/bg-masthead-home.png);
}

#home #content {
	background: url(images/bg-content-home.jpg) no-repeat left top;
	padding-top: 123px;
}

/* Text Styles ----------------------- */

p {
	font: 12px/180% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	margin-top: 15px;
}

h1 {
	color: #834446;
	font: 24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}

h2 {
	color: #834446;
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	margin-top: 16px;
}

h1.topline, p.topline {
	padding-top: 15px;
	border-top: 1px solid #e0e0d5;
	margin-top: 15px;
}

#content h1, #content h2, #content p, #content blockquote, #content #scrollquestion, #content #scrolltip {
	margin-right: 30px;
	margin-left: 30px;
}

#footer p {
	padding-top: 48px;
	padding-left: 175px;
	color: #999;
	font-size: 9px;
	margin: 0;
}

#masthead h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#nav h1 {
	background: url(images/bg-navh1.gif) no-repeat;
	color: #e6dada;
	text-transform: uppercase;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	height: 21px;
	padding: 3px 0 0 8px;
	margin: 15px 0 5px;
	letter-spacing: 1px;
}

#nav ul {
	list-style-type: none;
	text-transform: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#nav ul li {
	padding: 0 0 0 8px;
	margin: 0;
}

#content blockquote {
	border: 8px solid #e5e5da;
	font-size: 11px;
	background-color: #fff;
	padding: 8px 12px;
	margin-top: 20px;
	line-height: 150%;
	color: #000;
	margin-bottom: 10px;
}

#content blockquote p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#content .title {
	color: #834446;
	text-align: right;
	font: 12px Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #834446;
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #834446;
}

a:visited {
	color: #834446;
}

#nav a:link, #nav a:visited {
	color: #a87d7e;
}

#nav a:hover, #nav a:active {
	color: #fff;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #ddcba5;
}

#footer a:hover, #footer a:active {
	color: #fff;
}

.signup {
	background: url(images/btn-signup.png) no-repeat;
	display: block;
	width: 171px;
	text-indent: -9999px;
	height: 23px;
	margin: 20px 0;
}

a.signup:link, a.signup:visited {
	background: url(images/btn-signup.png) no-repeat;
}

a.signup:hover, a.signup:active {
	background: url(images/btn-signup-on.png) no-repeat;
}

.pub {
	font-style: italic;
}

img#twitter {
	margin-top: 50px;
	float: right;
	margin-right: 15px;
}

img#facebook {
	margin-top: 50px;
	float: right;
	margin-right: 85px;
}

/* Rotator Styles */

#scrollquestion {
	position: relative;
	overflow: hidden;
	border: 8px solid #e5e5da;
	font-size: 12px;
	background-color: #fff;
	padding: 8px;
	line-height: 150%;
	height: 35px;
}

.question {
	position: absolute;
	top: 210px;
	height: 195px;
	width: 593px;
}

#scrolltip {
	position: relative;
	overflow: hidden;
	border: 8px solid #e5e5da;
	font-size: 12px;
	background-color: #fff;
	padding: 8px;
	line-height: 150%;
	height: 50px;
}

.tip {
	position: absolute;
	top: 210px;
	height: 195px;
	width: 593px;
}

table#signup {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #fff;
	border: 6px solid #e5e5da;
	border: radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 15px;
}

#signup td, #signup th {
	padding: 6px;
}

#signup th {
	font-weight: bold;
	border-bottom: 6px solid #e5e5da;
	background-color: #e5e5da;
}

#signup td {
	border-bottom: 1px solid #e5e5da;
}

#signup td.price form {
	margin: 0;
	padding: 0;
}

#signup td.noline {
	border-bottom: none;
}

#signup td.price {
	color: #834446;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	border-bottom: none;
}

#signup td.price.line {
	border-bottom: 1px solid #e5e5da;
}

#signup td.bullets div {
	border-bottom: none;
	background-color: #fbfbf5;
	font-weight: bold;
	padding: 3px;
	margin-left: 50px;
	margin-right: 50px;
	border: 1px solid #e5e5da;
	border: radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

em {
	font-weight: bold;
	font-style: italic;
}

.clear {
	clear: both;
}

.intro {
	font: 14px/180% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

ul.productfeaturelist li {
	list-style: none;
}

div.shop-cart {
	padding-left: 10px;
	padding-right: 10px;
}

img.button {
	margin-left: 30px;
}

ul.bullets {
	font-size: 12px;
	color: #666;
	padding-left: 20px;
	margin-left: 30px;
}


td.description {
	font: 12px/180% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	margin-top: 15px;	
}

#signup tr .f500, #signup th .f500 {
	padding: 7px 0 0 3px;
}

#signup tr.services th {
	padding: 2px 0 0 3px;
}

