/* CSS Document */
body 
{	background: #FFFFFF url(/images/BG-illustration.gif) repeat-x top; color:#333333; }
ul#wrapper
{	background-color: #FFFFFF; }
li#sectionTitle
{	background: #FF0066 url(/structural_images/white-gradient1.png) no-repeat bottom; }
li#sectionAbout, li#sectionContact
{
	background: #E57BA5 url(/structural_images/white-gradient1.png) no-repeat bottom;
	background-color: #999999;
}
li#sectionShop, li#sectionOne, li#sectionTwo
{
	background:#EEA3B7 url(/structural_images/white-gradient1.png) no-repeat bottom;
	background-color: #CCCCCC;
}
li#sectionAbout a:hover, li#sectionContact a:hover, li#sectionShop a:hover, li#sectionOne a:hover, li#sectionTwo a:hover
{ 	background-color: #FF0066; }
li#content{
	border-left : 1px dotted #FF0066;
	border-right : 1px dotted #FF0066;
}

ol#navigation li#navback
{	background-image: url(/images/heart.gif); background-repeat: no-repeat; background-position: top left; }
h1
{	background: transparent url(/images/deborahTurner-logo-white.jpg) no-repeat left top }
h2
{	color: #666666; }
h3.about
{	color : #FF0066; }
h3
{	color: #000000}
h4
{	color : #000000; }
ol#navigation
{	background : transparent url(/images/BG-nav-white.gif) no-repeat bottom left; }
ol#navigation li a#selected
{ background: transparent url(/structural_images/colour-block2.gif) no-repeat bottom left; }
ol#navigation li#navback a:hover
{	background: transparent url(/structural_images/black-block.gif) no-repeat bottom left; }

a
{	color: #FF0066; }
ol#navigation li a
{	color:#000000; }
a.blue
{	color: #00AECF; }
a.pink
{	color: #E9296E; }
a.orange
{	color: #FFA800; }
a.purple
{	color: #660066; }

ul.links li{
	background: transparent url(/images/arrow-pink.png) no-repeat center left;
}

/* ------------------------------------------------------------------------ */
/* main content - 3 column */
ul.three_col li.col1, ul.three_col li.col2, ul.three_col li.col3
{	border : 1px solid #999999; padding-top: 0; }

ul.three_col p
{	color : #333333;}

ul.basic li
{	color : #666666; }

div.intro
{	background: transparent url(/structural_images/BG-crossed.gif) no-repeat center bottom; }

p.text
{	color: #333333; }
p.expanded_text
{	color: #999999; }
p.expanded_text strong
{	color : #FF0066; }
p.addend
{	color : #333333; }
/* ------------------------------------------------------------------------ */
/* zazzle */
div#zazzle{
	background: transparent url(/structural_images/pink-gradient.jpg) repeat-x bottom;
	border : 1px solid #999999;
}
div#zazzle p.belowProds
{	color:#FF0066; }
ul.prods li
{	outline : 1px solid #FF0066; background-color:#FFFFFF; }

/* ------------------------------------------------------------------------ */
/* footer */
ol#footer
{	border-top : 1px dotted #FF0066; border-bottom : 1px dotted #FF0066; clear : both; }
ol#footer li p
{	color : #FF0066; }
/* ------------------------------------------------------------------------ */
/* Project menu - secondary navigation */
ol#projectMenu li.collection
{	border-right : 1px solid #E9296E; }
ol#projectMenu li.collection h3 a
{	background: transparent url(/images/square.gif) no-repeat right center; }
ol#projectMenu li.blank
{	border-right : 1px solid #E9296E; }
ol#projectMenu li.collection#selectedProj
{	border : 1px solid #E9296E; border-right: 0; }
ol#projectMenu li.collection#selectedProj h3 a
{	background: transparent url(/images/square_sel.gif) no-repeat right center; }
ol#projectMenu li.collection#lastProj
{	border-right : 1px solid #E9296E; border-bottom : 1px solid #E9296E; }
ol#projectMenu li.collection#projHeader
{	border : 1px solid #E9296E; }
ul.myProject li a:hover
{ 	background-color : #E9296E; color : #FFFFFF; }
/* ------------------------------------------------------------------------ */
/* Portfolio - project displays */
ol#projectDisplays
{	border : 1px solid #E9296E; }
ol#projectDisplays li
{	border-bottom : 1px dotted #E9296E; }

ol#projectDisplays li img.first, ol#projectDisplays li img.second, ol#projectDisplays li img.third, ol#projectDisplays li img.fourth
{	border : 1px solid #E9296E; }
/* ------------------------------------------------------------------------ */
/* Portfolio - selected project display */
ol#thisProject 
{	border: 1px solid #E9296E; }

ol#thisProject li p.gap
{	color : #E9296E; }
ol#thisProject li.projView
{	border-top : 1px dotted #E9296E; }
ol#thisProject li.projView img.folioView
{	border-right : 1px dotted #E9296E; }
ol#thisProject li.projView p.tags
{	color : #E9296E; }
/* form */
form { minimum-height: 500px; -moz-border-radius: 10px; }
fieldset { margin-top: 20px; border: 1px solid #CC0066; padding: 10px; -moz-border-radius: 10px; }
fieldset legend { margin-left: 10px; color:#FF0066; font-size: 1.2em; }
label { color:#666666; }
.information {	color:#FF0066; float: right; margin: -5px 10px 0 0px; width: 220px; font-size: 90%; }
table { border-bottom: 1px dotted #CC0066; }