@import url('../style.css');

/* block-colour-layout variant 6 :  coral */

/*
coral pink ef4962
pale pink  fae6d4
pink headers f17277
brown text  429b21
*/
#divebuzz-page,
#divebuzz-member-info {
	background :  #fae6d4 !important;
}
divebuzz-page {
	border-top : 1px solid #F5D8D0;
}
#this-diver ,
#divebuzz-member-info #search {
	border : 1px solid #F5D8D0 !important;
}
#shadow {
	background : url('shadow.png') repeat ;
}
/* dark header and footer */
#user-content-header  ,
#user-footer   {
	background : #ef4962;
}
#user-content-header {
	border-bottom : 2px solid #f17277;
}

#user-content-header ,
#user-footer ,
#user-footer a ,
#user-footer a:hover ,
#user-footer a:visited {
	color :  #fae6d4;
}


/* frame white main */
#main {
	border-left : #FFBDBF 1px solid;
	background : #fff;
	color : #492b21;
}


body#diver-index #main,
body.dive-log #main {
	background : url('faux-column.gif') repeat-y 34% 0 #fff;
}

/* left panel */
#user-content-a h2 {
	color : #f17277;
}
#user-content-a a ,
#user-content-a a:visited {
 	color : #492b21;
}
#user-content-a a[href]:hover {
 	background : #f17277;
 	color : #fff;
}


/* links */
#user-content-expandable a[href] ,
#user-content-main a[href] ,
#user-content-expandable a[href]:visited ,
#all-dives a ,
#all-stories a {
	color : #492b21;
	background : #fff;
}
#user-content-main a[href]:hover ,
#user-content-expandable a[href]:hover ,
#all-dives a[href]:hover ,
#all-stories a[href]:hover
{
	background : #f17277;
	color : #fff;
}


/* borders around the expandable contents */
#user-content-expandable div table  ,
#user-content-main div table  {
	border-color : #fae6d4;
}
#all-dives ,
#all-stories ,
#user-content-expandable div table ,
#user-content-expandable div.note ,
#user-content-expandable div.note h2 ,
#user-content-expandable div.note p,
#user-content-expandable div.picture  {
	border-color : #fae6d4;
}


#user-content-expandable h2 {
	color : #f17277;
}
table.two-col td ,
table.three-col td {
	border-color : #C7C1B9  ;
}