/* -------------------------------------------------------------- 
   
Denise Tart Website
CSS by Nathan McGinness
   
-------------------------------------------------------------- */

body {
	margin: 0;
	background: url(../img/bg.gif) no-repeat scroll center top;
	color: #6d6d6d;
}

.container {
	background: url(../img/bg.gif) no-repeat scroll center top;
}

#header h1 {
	text-indent: -1000px;
}

#header h1 a {
	display: block;
	width: 220px;
	height: 94px;
	background: url(../img/logo.gif) no-repeat;
	margin: 36px 0 0 120px;
	outline: none;
}

div#nav {
	text-align: right;
}

ul#nav {
	margin: 4px 0 1.5em 0;
	list-style: none;
}

ul#nav a {
	text-decoration: none;
	display: block;
	background: url(../img/nav-bg.gif) no-repeat top right;
	height: 22px;
	padding-right: 10px;
	padding-top: 5px;
}

#images img,
#content img {
	margin: 4px 20px 10px 0;
	border: #907578 1px solid;
	float: left;
	display: block;
	clear: both;
}

#content img.right {
	float: right;
	margin: 4px 0px 10px 20px;
}

a {
	color: #24275d;
}

h2 {
	color: #24275d;
}

h3 {
margin-bottom: .5em;
}

a:hover {
	color: #6460ae;
	text-decoration: underline;
}

p.intro {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.3em;
	margin-bottom: 1.2em;
	/*line-height: 1.4em;*/
}

p.testimonial, p.testimonial-2, p.attribution {
	
}

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;	
	background: transparent url(../img/quote.gif) no-repeat scroll 0px 5px;
	font-style: italic;
}

.testimonial p {
	margin-left: 33px;
}

.testimonial p.attribution{
	font-weight: bold;
	font-style: normal;
	margin-left: 43px;
}

label span {
	display: block;
	width: 50px;
	float: left;
}

input {
	margin-bottom: 6px;
}

textarea {
	width: 143px;
	height: 170px;
	margin: 0;
}

input#submit{
	float: right;
	margin-right: 13px;
}

p.above-nav {
	margin-bottom: 0;
}

#sidebar ul {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 1.2em;
	font-style: italic;
}

#footer {
	margin-top: 30px;
	border-top:  #ddd 1px solid;
	color: #aaa;
}

#footer a {
	color: #787b97;
}
