/* Donya Currie CSS Document */
@import url("reset.css");


/* --------- TAGS -------- */	
* {
	margin: 0;
	padding: 0;
	}
	
	
body { 
	font-size: small;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	color: #4b662f;
	text-align: center;
	background:#f9eff9 url(../img/bodyBkgdFlowers.gif) no-repeat fixed 0 0;
	}
	
a:link, a:active,  a:hover, a:visited {
	text-decoration: none;
	border: none;
	color: #206682;
	}
	
a:hover {
	color: #0087bd;
	}
	


	
/* --------- HACKS -------- */
li {
	display: inline; /* :KLUDGE: removes large gaps in IE/Win*/
	}
	
	
/* --------- WRAPPER -------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	}
	


/* --------- HEADER -------- */
#wrapperBranding {
	width: 100%;
	background:#47393A url(../img/bkgd_header.gif) repeat-x 0 0;
	border-top:3px solid #A8545C;
	}
	
#branding {
	position: relative;
	width: 960px;
	height: 120px;
	margin:0 auto;
	background: url(../img/flowers.gif) no-repeat right bottom;
	}
	
#branding h1 {
	position: absolute;
	left: -9999px;
	font-size: 300%;
	font-weight: normal;
	color: #003366;
	text-align: right;
	}
	
#branding h2 {
	position: absolute;
	left: -9999px;
	font-size: 220%;
	font-weight: normal;
	color: #444;
	}
	
#branding h3.branding {
	text-align:left;
	padding: 50px 0 0 20px;
	}
	
	
/* --------- CONTENT WRAPPER -------- */
	
#contentWrapper {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
	}

/* --------- NAV MAIN -------- */

#wrapperNavMain {
	width: 100%;
	background:url(../img/bkgd_wrapperNavMain.png); /* for IE */
	background: rgba(186, 199, 153, .70);
	border-top:1px solid #e7f5c5;
	}
	
ul#navMain {
	position:relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 10px 10px;
	}
	
ul#navMain li{
	text-align: left;
	}
	
ul#navMain li a{
	font-size:115%;
	color:#4b662f;
	letter-spacing:.5px;
	margin-left:17px;
	margin-right:17px;
	}

	
ul#navMain li a:hover{
	color: #963841;
	border-bottom:3px solid #b36059;
	padding-bottom: 7px;
	}

body.home ul#navMain li#navHome a, 
body.about #navMain li#navAbout a, 
body.samples #navMain li#navSamples a,
body.nwie #navMain li#navNwie a,
body.samples #navMain li#navSamples a,
body.fiction #navMain li#navFiction a,
body.resume #navMain li#navResume a,
body.contact #navMain li#navContact a{
	color: #963841;
	padding-bottom: 7px;
	border-bottom:3px solid #b36059;
	}
	


/* --------- CONTENT -------- */	
#content {
	float: left;
	width: 700px;
	margin-top:25px;
	text-align: left;
	border-bottom:1px solid #cbc6c6;
	padding-bottom:20px;
	background: url(../img/bkgd_content.gif) no-repeat center top;
	}

body.fiction #content {
	border-bottom: none;
	}
	
#contentBkgdWrapper {
	float:left;
	width: 700px;
	background: url(../img/bkgd_content_bottom.gif) no-repeat center bottom;
	}
	
body.home #content {
	float: left;
	width: 600px;
	height:300px;
	margin: 0;
	padding: 0;
	border: none;
	margin-top:25px;
	background: url(../img/DonyaCurrieBeach.jpg) no-repeat 0 0;
	}
	
#content h2 {
	margin:30px 30px 10px 20px;
	padding-bottom:5px;
	font-size: 170%;
	font-weight: normal;
	border-bottom: 1px solid #4b662f;
	}
	
#content h3 {
	margin: 20px;
	font-size: 150%;
	font-weight: normal;
	line-height:130%
	}
	
body.resume #content h3 {
	margin: 10px 20px 0 20px;
	font-size: 150%;
	font-weight: normal;
	line-height:130%
	}
	
#content h4 {
	margin: 10px 20px 10px 15px;
	font-size: 130%;
	font-weight: normal;
	}
	
body.resume #content h4 {
	margin: 5px 20px 5px 40px;
	padding-left:15px;
	font-size: 150%;
	line-height:130%;
	background: url(../img/contentBullet2.gif) no-repeat 0 5px;
	}
	
#content p {
	margin:  0 20px 10px 20px;
	border: none;
	font-size: 110%;
	line-height: 150%;
	}
	
#content p.bulletParagraph {
	padding-left: 15px;
	background: url(../img/contentBullet.jpg) no-repeat 0 5px;
	}
	
#content cite{
	font-weight: bold;
	font-style: italic;
	}
	
#content  cite.block {
	margin:  0 50px 30px 30px;
	border: none;
	display:block;
	font-weight: normal;
	font-size: 100%;
	line-height: 150%;
	}
	
#content img {
	margin: 0;
	border: none;
	}
	
#content p img {
	float: left;
	margin: 0;
	border: 1px solid #cc9a9f;
	padding: 7px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
	}
	
body.contact #content p img {
	margin-top:15px;
	}
	
body.home #content h3 {
	padding:0;
	margin:0;
	margin-left: 260px;
	margin-top: 17px;
	border: none;
	font-size: 160%;
	line-height: 140%;
	color: #4B662F;
	width: 325px;
	}
	
body.home #content h3 a {
	text-decoration: underline;
	color: #963841;
	}
	
body.home #content h3 a:hover {
	color: #6c1921;
	}
#content ul	 {
	margin-left: 20px;
	margin-right: 40px;
	list-style:none;
	}
	
#content ul.writingSamples {
	margin-bottom: 20px;
	}
	
#content li {
	display: block;
	padding-left: 15px;
	line-height: 160%;
	font-size: 110%;
	background: url(../img/contentBullet.jpg) no-repeat 0 5px;
	}
	
body.samples #content li {
	line-height: 200%;
	background: url(../img/contentBullet.jpg) no-repeat 0 40%;
	}
	
body.samples #content li.ulul{
	line-height: 200%;
	background: url(../img/contentBullet.jpg) no-repeat 0 7px;
	}
	
body.samples #content li.ulul li{
	font-size: 100%;
	}
	
body.samples #content li span{
	font-size: 75%;
	}
	
body.resume #content li {
	display: block;
	margin-left: 60px;
	padding-left: 15px;
	line-height: 160%;
	font-size: 110%;
	background: url(../img/contentBullet.jpg) no-repeat 0 5px;
	}
	
#content li.linkedin {
	padding-left: 25px;
	background: url(../img/icon_linkedin.gif) no-repeat scroll 0 50%;
	}
	
#content li.donyaCurrie {
	padding-left: 25px;
	background: url(../img/favicon_DonyaCurrie.gif) no-repeat scroll 0 50%;
	}
	
#content li.email{
	padding-left: 25px;
	background: url(../img/icon_email.gif) no-repeat scroll 0 50%;
	}

#content li a {
	text-decoration: underline;
	}

#content p.returnToTop {
	margin: 30px 40px 50px 20px;
	padding-bottom: 8px;
	padding-left: 15px;
	background: url(../img/hover_bullet.gif) no-repeat 0 7px;
	color: #35535f;
	border-bottom: 1px solid #35535f;
	}
	
body.samples #content p.returnToTop {
	margin-bottom: 40px;
	margin-top: 10px;
	padding-bottom:0;
	border-bottom: none;
	}
	
#content p.amazonLink  {
	margin: 5px 10px 20px 0;
	padding-bottom: 8px;
	padding-left: 15px;
	color: #35535f;
	text-decoration:underline;
	}
	
#content p.amazonLogo img{
	border:none;
	margin: 0;
	padding:0 10px 0 0;
	background:none;
	}

/* --------- CONTENT SUB -------- */	
#contentSub {
	position: relative;
	float: right;
	text-align: left;
	width:240px;
	margin-top:55px;
	}
	
body.home #contentSub {
	margin-top:25px;
	}
	
#contentSub h3 {
	margin:10px 0 5px 0;
	font-size: 170%;
	font-weight: normal;
	}
	
#contentSub li {
	line-height:160%;
	}

#contentSub li a {
	text-decoration:underline;
	}
	
#contentSub li.linkedin {
	padding:5px 0 5px 25px;
	background: url(../img/icon_linkedin.gif) no-repeat scroll 0 50%;
	}
	
#contentSub li.email{
	padding:5px 0 5px 25px;
	background: url(../img/icon_email.gif) no-repeat scroll 0 50%;
	}
	
#contentSub li.donyaCurrie {
	padding:5px 0 5px 25px;
	background: url(../img/favicon_DonyaCurrie.gif) no-repeat scroll 0 50%;
	}

#contentSub li.amazonLink {
	padding:5px 0 5px 25px;
	background: url(../img/favicon_DonyaCurrie.gif) no-repeat scroll 0 50%;
	}
	
body.home #contentSub {
	width: 360px;
	float:right;	
	}
	
body.home #contentSub ul {
	float:right;
	width: 340px;
	}
	
body.home #contentSub ul li {
	display:block;
	width: 340px;
	height: 90px;
	margin-bottom: 15px;
	}
	
body.home #contentSub ul li a {
	width: 340px;
	height: 90px;
	display:block;
	color:#963841;
	background: url(../img/contentSubLi_bkgd.gif) no-repeat 0 0;
	text-decoration: none;
	}
	
body.home #contentSub ul li.book a {
	background: url(../img/contentSubLi_bkgd_b.gif) no-repeat 0 0;
	}
	
body.home #contentSub ul li.contact a {
	background: url(../img/contentSubLi_bkgd_c.gif) no-repeat 0 0;
	}
	
body.home #contentSub ul li a:hover {
	background:#B0FC78;
	background: url(../img/contentSubLi_bkgd_hover.gif) no-repeat 0 0;
	color:#6c1921;
	}
	
body.home #contentSub ul li.book a:hover {
	background: url(../img/contentSubLi_bkgd_hover_b.gif) no-repeat 0 0;
	}
	
body.home #contentSub ul li.contact a:hover {
	background: url(../img/contentSubLi_bkgd_hover_c.gif) no-repeat 0 0;
	}
	
	
	
body.home #contentSub ul li h4 {
	padding: 20px;
	padding-top:30px;
	font-size:150%;
	text-align:center;
	font-weight: normal;
	}

/* --------- CONTENT SUB 2 -------- */	
#contentSub2 {
	width: 960px;
	height: 75px;
	clear: both;
	margin:10px auto 5px auto;
	}
		
#contentSub2 p.quote {
	margin: 0;
	height: 75px;
	text-align: center;
	background: url(../img/quote2.gif) no-repeat 0 0;
	text-indent: -9999px;
	}



/* --------- CONTENTBOX1 -------- */	
div.contentBox1 {
	width: 33%;
	float:left;
	}

.contentBox1 {
	margin: 10px 0x 20px 0;
	}
	
.contentBox1 p {
	color: #555;
	}
	
	
#content div.contentBox1 h4 {
	padding: 10px 20px 0 20px;
	font-size: 110%;
	font-weight: normal;
	margin:0;
	}
	
#content div.contentBox1 a {
	text-decoration:underline;
	}
	
#content div.contentBox1 a:hover {
	color:#00a3e4;
	}
	
#content div.contentBox2 h4 {
	padding: 10px 20px 10px 25px;
	font-size: 120%;
	font-weight: normal;
	margin:0;
	}
	
/* --------- CONTENTBOX2 -------- */	
div.contentBox2 {
	clear:both;
	padding-top: 45px;
	background: url(../img/bkgd_content2.png) repeat-y center top;
	}



/* --------- FOOTER -------- */		
#footer {
	clear: both;
	background: url(../img/gator.gif) no-repeat center 85px;
	width: 100%;
	padding-top:200px;
	}
	
body.home #footer,
body.contact #footer {
	clear: both;
	background: url(../img/gator.gif) no-repeat center 135px;
	width: 100%;
	padding-top:250px;
	}
	
#footer p {
	padding: 20px 0;
	text-align: center;
	font-size:90%;
	background: #47393A;
	color: #F9C3FC;
	}



